Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 323 Bytes

Makefile.am

File metadata and controls

19 lines (13 loc) · 323 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
BEOS_SRC = @BUILD_BEOS_CPP@
BEOS_EXTRADIST = @BUILD_BEOS_EXTRA@
Jun 28, 2002
Jun 28, 2002
8
9
10
libplatform_la_SOURCES = \
unix.c \
posix.c \
Jun 28, 2002
Jun 28, 2002
11
$(BEOS_SRC)
Jun 28, 2002
Jun 28, 2002
12
Jun 28, 2002
Jun 28, 2002
13
14
15
16
17
EXTRA_DIST = \
skeleton.c \
macclassic.c \
win32.c \
Jun 28, 2002
Jun 28, 2002
18
$(BEOS_EXTRADIST)