2002-06-28 05:50:24 +02:00
|
|
|
noinst_LTLIBRARIES = libplatform.la
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)
|
|
|
|
|
2002-06-28 08:21:17 +02:00
|
|
|
if BUILD_BEOS
|
2002-06-28 05:50:24 +02:00
|
|
|
libplatform_la_SOURCES = \
|
|
|
|
posix.c \
|
2002-06-28 08:30:07 +02:00
|
|
|
beos.cpp
|
|
|
|
else
|
|
|
|
libplatform_la_SOURCES = \
|
|
|
|
unix.c \
|
2007-03-08 23:22:24 +01:00
|
|
|
windows.c \
|
2002-07-27 08:28:45 +02:00
|
|
|
posix.c \
|
|
|
|
os2.c
|
2002-06-28 08:30:07 +02:00
|
|
|
endif
|
2002-06-28 07:51:37 +02:00
|
|
|
|
2002-06-28 05:50:24 +02:00
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
skeleton.c \
|
|
|
|
macclassic.c \
|
2007-03-08 23:22:24 +01:00
|
|
|
windows.c \
|
2005-03-14 12:49:30 +01:00
|
|
|
pocketpc.c \
|
2002-07-10 23:14:33 +02:00
|
|
|
unix.c \
|
2002-07-27 08:28:45 +02:00
|
|
|
os2.c \
|
2002-06-28 08:30:07 +02:00
|
|
|
beos.cpp
|
2002-06-28 05:50:24 +02:00
|
|
|
|