Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 291 Bytes

Makefile.am

File metadata and controls

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