2003-07-15 18:45:46 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
GL2Scene.cpp \
|
2003-10-05 19:30:54 +08:00
|
|
|
Noise.cpp \
|
2003-07-15 18:45:46 +08:00
|
|
|
osgshaders.cpp
|
|
|
|
|
2007-01-11 05:05:26 +08:00
|
|
|
LIBS += -losgViewer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-07-15 18:45:46 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
|
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
|
|
|
|
EXEC = osgshaders
|
|
|
|
|
2003-08-18 18:58:30 +08:00
|
|
|
INC += $(X_INC)
|
2003-07-15 18:45:46 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|
|
|
|
|