OpenSceneGraph/examples/osghud/GNUmakefile

19 lines
343 B
Makefile
Raw Normal View History

2003-03-12 19:36:55 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osghud.cpp\
LIBS += -losgProducer -lProducer -losgText -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
2003-03-12 19:36:55 +08:00
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
2003-03-12 19:36:55 +08:00
EXEC = osghud
INC += $(X_INC)
2003-03-12 19:36:55 +08:00
include $(TOPDIR)/Make/makerules