aa408d2829
../Objects
12 lines
252 B
Makefile
12 lines
252 B
Makefile
noinst_LIBRARIES = libScenery.a
|
|
|
|
libScenery_a_SOURCES = \
|
|
scenery.cxx scenery.hxx \
|
|
tile.cxx tile.hxx \
|
|
tilecache.cxx tilecache.hxx \
|
|
tilemgr.cxx tilemgr.hxx
|
|
|
|
INCLUDES += \
|
|
-I$(top_builddir) \
|
|
-I$(top_builddir)/Lib \
|
|
-I$(top_builddir)/Simulator
|