2002-05-10 11:16:38 +02:00
|
|
|
noinst_LTLIBRARIES = libplatform.la
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)
|
|
|
|
|
|
|
|
libplatform_la_SOURCES = \
|
2002-05-24 05:39:05 +02:00
|
|
|
unix.c \
|
2002-05-24 11:23:23 +02:00
|
|
|
posix.c \
|
2002-05-24 05:39:05 +02:00
|
|
|
beos.cpp
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
skeleton.c \
|
|
|
|
macclassic.c \
|
|
|
|
win32.c
|
|
|
|
|
2002-05-10 11:16:38 +02:00
|
|
|
|