OpenSceneGraph/examples/osgfbo/GNUmakefile.inst

18 lines
338 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
FBOExtensions.cpp\
FramebufferObject.cpp\
Renderbuffer.cpp\
FramebufferAttachment.cpp\
2005-06-09 19:53:23 +08:00
osgfbo.cpp\
LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgfbo
INC += $(X_INC)
include $(TOPDIR)/Make/makerules