OpenSceneGraph/examples/osgshadow/GNUmakefile

18 lines
335 B
Makefile

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