3adbe1ca22
Did a bit of renaming and reorganizing.
12 lines
262 B
Makefile
12 lines
262 B
Makefile
noinst_LIBRARIES = libScenery.a
|
|
|
|
libScenery_a_SOURCES = \
|
|
scenery.cxx scenery.hxx \
|
|
tilecache.cxx tilecache.hxx \
|
|
tileentry.cxx tileentry.hxx \
|
|
tilemgr.cxx tilemgr.hxx
|
|
|
|
INCLUDES += \
|
|
-I$(top_builddir) \
|
|
-I$(top_builddir)/Lib \
|
|
-I$(top_builddir)/Simulator
|