Updated.
This commit is contained in:
parent
4722cbbce5
commit
6fd6e1e2ea
|
@ -2,23 +2,28 @@ noinst_LTLIBRARIES = libplatform.la
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)
|
INCLUDES = -I$(top_srcdir)
|
||||||
|
|
||||||
X = beos.cpp
|
|
||||||
Y = beos.cpp
|
|
||||||
|
|
||||||
if BUILD_BEOS_CPP
|
if BUILD_BEOS_CPP
|
||||||
Y =
|
BEOS_SRC = beos.cpp
|
||||||
else
|
else
|
||||||
X =
|
BEOS_SRC =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if !BUILD_BEOS_CPP
|
||||||
|
BEOS_EXTRA = beos.cpp
|
||||||
|
else
|
||||||
|
BEOS_EXTRA =
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
libplatform_la_SOURCES = \
|
libplatform_la_SOURCES = \
|
||||||
unix.c \
|
unix.c \
|
||||||
posix.c \
|
posix.c \
|
||||||
$(X)
|
$(BEOS_SRC)
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
skeleton.c \
|
skeleton.c \
|
||||||
macclassic.c \
|
macclassic.c \
|
||||||
win32.c \
|
win32.c \
|
||||||
$(Y)
|
$(BEOS_EXTRA)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue