Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 264 Bytes

Makefile.am

File metadata and controls

16 lines (11 loc) · 264 Bytes
 
Jun 28, 2002
Jun 28, 2002
1
2
3
4
5
6
7
noinst_LTLIBRARIES = libplatform.la
INCLUDES = -I$(top_srcdir)
libplatform_la_SOURCES = \
unix.c \
posix.c \
Jun 28, 2002
Jun 28, 2002
8
@BUILD_BEOS_CPP@
Jun 28, 2002
Jun 28, 2002
9
Jun 28, 2002
Jun 28, 2002
10
11
12
13
14
EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c \
Jun 28, 2002
Jun 28, 2002
15
@BUILD_BEOS_EXTRA@