2003-12-16 00:46:06 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgsimple.cpp\
|
|
|
|
|
2007-01-11 23:19:59 +08:00
|
|
|
LIBS += -losgViewer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) -lOpenThreads
|
2003-12-16 00:46:06 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
|
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
|
|
|
|
EXEC = osgsimple
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|
|
|
|
|