2003-03-15 04:35:45 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
2007-01-11 23:19:59 +08:00
|
|
|
osgteapot.cpp\
|
2003-03-15 04:35:45 +08:00
|
|
|
|
2007-01-11 23:19:59 +08:00
|
|
|
LIBS += -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-03-15 04:35:45 +08:00
|
|
|
|
2007-01-11 23:19:59 +08:00
|
|
|
EXEC = osgteapot
|
2003-03-15 04:35:45 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|