2003-09-01 17:36:03 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgspheresegment.cpp\
|
|
|
|
|
2007-01-11 19:47:01 +08:00
|
|
|
LIBS += -losgText -losgViewer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-09-01 17:36:03 +08:00
|
|
|
|
|
|
|
EXEC = osgspheresegment
|
|
|
|
|
2003-09-04 16:50:06 +08:00
|
|
|
INC += $(X_INC)
|
2003-09-01 17:36:03 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|