OpenSceneGraph/examples/osgdepthshadow/GNUmakefile
2007-02-19 14:21:01 +00:00

18 lines
332 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgdepthshadow.cpp\
LIBS += -losgViewer -losgShadow -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
INSTFILES = \
$(CXXFILES)\
GNUmakefile.inst=GNUmakefile
EXEC = osgdepthshadow
INC += $(X_INC)
include $(TOPDIR)/Make/makerules