author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 28 Jun 2002 05:51:37 +0000 | |
changeset 301 | d4125bc24ac8 |
parent 299 | a4a50c609021 |
child 302 | b6fe2b615045 |
permissions | -rw-r--r-- |
noinst_LTLIBRARIES = libplatform.la INCLUDES = -I$(top_srcdir) if BUILD_BEOS_CPP BEOS_SRC = beos.cpp else BEOS_SRC = endif if !BUILD_BEOS_CPP BEOS_EXTRA = beos.cpp else BEOS_EXTRA = endif libplatform_la_SOURCES = \ unix.c \ posix.c \ $(BEOS_SRC) EXTRA_DIST = \ skeleton.c \ macclassic.c \ win32.c \ $(BEOS_EXTRA)