physfs/platform/Makefile.am

22 lines
291 B
Makefile
Raw Normal View History

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