23 lines
420 B
Plaintext
23 lines
420 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
base.cpp\
|
|
GliderManipulator.cpp\
|
|
osghangglide.cpp\
|
|
hat.cpp\
|
|
ReaderWriterFLY.cpp\
|
|
sky.cpp\
|
|
tank.cpp\
|
|
terrain.cpp\
|
|
trees.cpp\
|
|
|
|
LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osghangglide
|
|
|
|
INC += $(PRODUCER_INCLUDE_DIR)
|
|
LDFLAGS += $(PRODUCER_LIB_DIR)
|
|
|
|
include $(TOPDIR)/Make/makerules
|