Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 414 Bytes

Makefile.am

File metadata and controls

26 lines (21 loc) · 414 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
libplatform_la_SOURCES = \
posix.c \
Jun 28, 2002
Jun 28, 2002
8
9
10
11
beos.cpp
else
libplatform_la_SOURCES = \
unix.c \
Mar 8, 2007
Mar 8, 2007
12
windows.c \
Jul 27, 2002
Jul 27, 2002
13
14
posix.c \
os2.c
Jun 28, 2002
Jun 28, 2002
15
endif
Jun 28, 2002
Jun 28, 2002
16
Jun 28, 2002
Jun 28, 2002
17
18
19
20
EXTRA_DIST = \
skeleton.c \
macclassic.c \
Mar 8, 2007
Mar 8, 2007
21
windows.c \
Mar 14, 2005
Mar 14, 2005
22
pocketpc.c \
Jul 10, 2002
Jul 10, 2002
23
unix.c \
Jul 27, 2002
Jul 27, 2002
24
os2.c \
Jun 28, 2002
Jun 28, 2002
25
beos.cpp