1998-04-03 22:09:02 +00:00
|
|
|
libdir = ${exec_prefix}/lib
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libScenery.la
|
1998-04-08 23:30:04 +00:00
|
|
|
|
1998-04-03 22:09:02 +00:00
|
|
|
libScenery_la_SOURCES = \
|
1998-04-08 23:30:04 +00:00
|
|
|
obj.c obj.h \
|
|
|
|
scenery.c scenery.h \
|
|
|
|
texload.c texload.h \
|
1998-04-22 13:21:26 +00:00
|
|
|
tilecache.cxx tilecache.hxx \
|
|
|
|
tilemgr.cxx tilemgr.hxx
|
1998-04-03 22:09:02 +00:00
|
|
|
|
1998-04-14 02:23:04 +00:00
|
|
|
INCLUDES += \
|
|
|
|
-I$(top_builddir) \
|
|
|
|
-I$(top_builddir)/Lib \
|
|
|
|
-I$(top_builddir)/Simulator
|