Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 300 Bytes

Makefile.am

File metadata and controls

24 lines (18 loc) · 300 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
6
7
X = beos.cpp
Y = beos.cpp
Jun 28, 2002
Jun 28, 2002
8
if BUILD_BEOS_CPP
Jun 28, 2002
Jun 28, 2002
9
Y =
Jun 28, 2002
Jun 28, 2002
10
else
Jun 28, 2002
Jun 28, 2002
11
X =
Jun 28, 2002
Jun 28, 2002
12
13
14
15
16
17
18
19
20
21
22
23
endif
libplatform_la_SOURCES = \
unix.c \
posix.c \
$(X)
EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c \
$(Y)