Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 334 Bytes

Makefile.am

File metadata and controls

22 lines (17 loc) · 334 Bytes
 
Jun 28, 2002
Jun 28, 2002
1
2
3
4
noinst_LTLIBRARIES = libplatform.la
INCLUDES = -I$(top_srcdir)
Jun 28, 2002
Jun 28, 2002
5
if BUILD_BEOS
Jun 28, 2002
Jun 28, 2002
6
7
8
libplatform_la_SOURCES = \
unix.c \
posix.c \
Jun 28, 2002
Jun 28, 2002
9
10
11
12
13
14
beos.cpp
else
libplatform_la_SOURCES = \
unix.c \
posix.c
endif
Jun 28, 2002
Jun 28, 2002
15
Jun 28, 2002
Jun 28, 2002
16
17
18
19
20
EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c \
Jun 28, 2002
Jun 28, 2002
21
beos.cpp