OpenSceneGraph/examples/osghud/GNUmakefile

20 lines
410 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 += $(PRODUCER_INCLUDE_DIR) -I/usr/X11R6/include
2003-03-12 19:36:55 +08:00
LDFLAGS += $(PRODUCER_LIB_DIR)
include $(TOPDIR)/Make/makerules