1998-06-12 00:55:58 +00:00
|
|
|
noinst_LIBRARIES = libScenery.a
|
1998-05-23 14:49:58 +00:00
|
|
|
|
1998-06-12 00:55:58 +00:00
|
|
|
libScenery_a_SOURCES = \
|
1998-05-30 01:56:44 +00:00
|
|
|
material.cxx material.hxx \
|
1998-05-23 14:49:58 +00:00
|
|
|
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
|