Files
OpenSceneGraph/src/Demos/osghud/Makefile
2002-04-15 11:03:31 +00:00

17 lines
309 B
Makefile

TOPDIR = ../../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osghud.cpp\
LINKARGS += -L/usr/local/lib
LIBS += -losgText $(OSG_LIBS) $(FREETYPE_LIB) $(GLUT_LIB) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
Makefile.inst=Makefile
EXEC = osghud
include $(TOPDIR)/Make/makerules