2003-03-15 04:35:45 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
base.cpp\
|
|
|
|
GliderManipulator.cpp\
|
|
|
|
osghangglide.cpp\
|
|
|
|
hat.cpp\
|
|
|
|
sky.cpp\
|
|
|
|
tank.cpp\
|
|
|
|
terrain.cpp\
|
|
|
|
trees.cpp\
|
|
|
|
|
|
|
|
HEADERFILES = \
|
|
|
|
GliderManipulator.h\
|
|
|
|
hat.h\
|
|
|
|
terrain_coords.h\
|
|
|
|
terrain_normals.h\
|
|
|
|
terrain_texcoords.h\
|
|
|
|
|
2003-03-27 21:51:40 +08:00
|
|
|
LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-03-15 04:35:45 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
|
|
|
$(HEADERFILES)\
|
|
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
|
|
|
|
EXEC = osghangglide
|
|
|
|
|
2003-08-18 18:58:30 +08:00
|
|
|
INC += $(X_INC)
|
2003-03-15 04:35:45 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|