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 BEOS_SRC = @BUILD_BEOS_CPP@ |
5 if BUILD_BEOS |
6 BEOS_EXTRADIST = @BUILD_BEOS_EXTRA@ |
6 BEOS_SRC = beos.cpp |
|
7 else |
|
8 BEOS_SRC = |
|
9 endif |
|
10 |
|
11 if BUILD_BEOS |
|
12 BEOS_EXTRADIST = |
|
13 else |
|
14 BEOS_EXTRADIST = beos.cpp |
|
15 endif |
|
16 |
7 |
17 |
8 libplatform_la_SOURCES = \ |
18 libplatform_la_SOURCES = \ |
9 unix.c \ |
19 unix.c \ |
10 posix.c \ |
20 posix.c \ |
11 $(BEOS_SRC) |
21 $(BEOS_SRC) |