author | Ryan C. Gordon <icculus@icculus.org> |
Wed, 10 Jul 2002 02:57:23 +0000 | |
changeset 319 | 3b555459053e |
parent 308 | 92276472f405 |
child 327 | 76e207c6b4a7 |
permissions | -rw-r--r-- |
295 | 1 |
noinst_LTLIBRARIES = libplatform.la |
2 |
||
3 |
INCLUDES = -I$(top_srcdir) |
|
4 |
||
307 | 5 |
if BUILD_BEOS |
295 | 6 |
libplatform_la_SOURCES = \ |
7 |
unix.c \ |
|
8 |
posix.c \ |
|
308 | 9 |
beos.cpp |
10 |
else |
|
11 |
libplatform_la_SOURCES = \ |
|
12 |
unix.c \ |
|
13 |
posix.c |
|
14 |
endif |
|
301 | 15 |
|
295 | 16 |
|
17 |
EXTRA_DIST = \ |
|
18 |
skeleton.c \ |
|
19 |
macclassic.c \ |
|
20 |
win32.c \ |
|
308 | 21 |
beos.cpp |
295 | 22 |