equal
deleted
inserted
replaced
1 noinst_LTLIBRARIES = libplatform.la |
1 noinst_LTLIBRARIES = libplatform.la |
2 |
2 |
3 INCLUDES = -I$(top_srcdir) |
3 INCLUDES = -I$(top_srcdir) |
4 |
4 |
|
5 if BUILD_BEOS_CPP |
|
6 X = beos.cpp |
|
7 else |
|
8 Y = beos.cpp |
|
9 endif |
|
10 |
5 libplatform_la_SOURCES = \ |
11 libplatform_la_SOURCES = \ |
6 unix.c \ |
12 unix.c \ |
7 posix.c \ |
13 posix.c \ |
8 beos.cpp |
14 $(X) |
9 |
15 |
10 EXTRA_DIST = \ |
16 EXTRA_DIST = \ |
11 skeleton.c \ |
17 skeleton.c \ |
12 macclassic.c \ |
18 macclassic.c \ |
13 win32.c |
19 win32.c \ |
|
20 $(Y) |
14 |
21 |
15 |
|