OpenSceneGraph/examples/osgblendequation/GNUmakefile.inst

14 lines
267 B
Plaintext
Raw Normal View History

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