0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-10-21 19:54:04 -04:00
Files
elinks/src/osdep/Makefile

20 lines
382 B
Makefile
Raw Normal View History

2005-10-20 04:00:35 +02:00
top_builddir=../..
include $(top_builddir)/Makefile.config
2005-09-16 13:25:24 +02:00
INCLUDES += $(X_CFLAGS)
2006-01-11 20:12:59 +01:00
SUBDIRS-$(CONFIG_OS_BEOS) += beos
2006-01-11 20:10:26 +01:00
SUBDIRS-$(CONFIG_OS_OS2) += os2
2006-01-14 10:41:58 +01:00
SUBDIRS-$(CONFIG_OS_RISCOS) += riscos
2006-01-11 20:10:27 +01:00
SUBDIRS-$(CONFIG_OS_UNIX) += unix
2006-01-11 20:10:27 +01:00
SUBDIRS-$(CONFIG_OS_WIN32) += win32
2005-09-16 13:25:24 +02:00
OBJS = \
getifaddrs.o \
newwin.o \
osdep.o \
signals.o \
stub.o \
sysname.o
2005-09-16 13:25:24 +02:00
include $(top_srcdir)/Makefile.lib