1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-02 03:46:21 -04:00
elinks/src/osdep/Makefile

21 lines
415 B
Makefile
Raw Normal View History

2005-10-19 22:00:35 -04:00
top_builddir=../..
include $(top_builddir)/Makefile.config
2005-09-16 07:25:24 -04:00
INCLUDES += $(X_CFLAGS)
2006-01-11 14:12:59 -05:00
SUBDIRS-$(CONFIG_OS_BEOS) += beos
SUBDIRS-$(CONFIG_OS_DOS) += dos
2006-01-11 14:10:26 -05:00
SUBDIRS-$(CONFIG_OS_OS2) += os2
2006-01-14 04:41:58 -05:00
SUBDIRS-$(CONFIG_OS_RISCOS) += riscos
2006-01-11 14:10:27 -05:00
SUBDIRS-$(CONFIG_OS_UNIX) += unix
2006-01-11 14:10:27 -05:00
SUBDIRS-$(CONFIG_OS_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 $(top_srcdir)/Makefile.lib