1
0
Fork 0
flightgear/Scenery/Makefile.am
curt 7b98736e32 Build only static libraries.
Declare memmove/memset for Sloaris.
1998-06-12 00:55:58 +00:00

15 lines
323 B
Makefile

noinst_LIBRARIES = libScenery.a
libScenery_a_SOURCES = \
material.cxx material.hxx \
obj.cxx obj.hxx \
scenery.cxx scenery.hxx \
texload.c texload.h \
tile.cxx tile.hxx \
tilecache.cxx tilecache.hxx \
tilemgr.cxx tilemgr.hxx
INCLUDES += \
-I$(top_builddir) \
-I$(top_builddir)/Lib \
-I$(top_builddir)/Simulator