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-23 14:49:58 +00:00
|
|
|
scenery.cxx scenery.hxx \
|
|
|
|
tilecache.cxx tilecache.hxx \
|
1999-06-12 21:12:13 +00:00
|
|
|
tileentry.cxx tileentry.hxx \
|
1998-05-23 14:49:58 +00:00
|
|
|
tilemgr.cxx tilemgr.hxx
|
|
|
|
|
2000-02-15 03:30:01 +00:00
|
|
|
INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
|