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