14 lines
233 B
Makefile
14 lines
233 B
Makefile
SUBDIRS = Bucket
|
|
|
|
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libScenery.la
|
|
|
|
libScenery_la_SOURCES = \
|
|
obj.c obj.h \
|
|
scenery.c scenery.h \
|
|
texload.c texload.h \
|
|
tilecache.c tilecache.h \
|
|
tilemgr.c tilemgr.h
|
|
|
|
INCLUDES += -I..
|