1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/osdep/Makefile

20 lines
365 B
Makefile
Raw Normal View History

2005-09-16 07:25:24 -04:00
path_to_top=../..
include $(path_to_top)/Makefile.config
INCLUDES += $(X_CFLAGS)
SUBDIRS-$(CONFIG_BEOS) += beos
SUBDIRS-$(CONFIG_OS2) += os2
SUBDIRS-$(CONFIG_RISCOS) += riscos
SUBDIRS-$(CONFIG_UNIX) += unix
SUBDIRS-$(CONFIG_WIN32) += win32
2005-09-16 07:25:24 -04:00
OBJS = \
getifaddrs.o \
newwin.o \
osdep.o \
signals.o \
stub.o \
sysname.o
2005-09-16 07:25:24 -04:00
include $(path_to_top)/Makefile.lib