OpenSceneGraph/examples/osgdistortion/GNUmakefile

18 lines
318 B
Makefile
Raw Normal View History

2003-12-28 06:17:41 +08:00
TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgdistortion.cpp\
LIBS += -losgViewer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
2003-12-28 06:17:41 +08:00
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgdistortion
INC += $(X_INC)
include $(TOPDIR)/Make/makerules