2004-08-01 18:36:02 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
2007-01-08 19:23:52 +08:00
|
|
|
osgtessellate.cpp\
|
2004-08-01 18:36:02 +08:00
|
|
|
|
|
|
|
LIBS += -losgProducer -lProducer -losgText -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
|
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
|
2007-01-08 19:23:52 +08:00
|
|
|
EXEC = osgtessellate
|
2004-08-01 18:36:02 +08:00
|
|
|
|
|
|
|
INC += $(X_INC)
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|
|
|
|
|