2003-02-21 22:05:39 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
osgtext.cpp\
|
|
|
|
|
2003-03-15 16:01:41 +08:00
|
|
|
LIBS += -losgProducer -lProducer -losgText -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
2003-02-21 22:05:39 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
2003-03-13 10:53:40 +08:00
|
|
|
GNUmakefile.inst=GNUmakefile
|
2003-02-21 22:05:39 +08:00
|
|
|
|
|
|
|
EXEC = osgtext
|
|
|
|
|
2003-08-18 18:58:30 +08:00
|
|
|
INC += $(X_INC)
|
2003-03-08 05:05:35 +08:00
|
|
|
|
2003-02-21 22:05:39 +08:00
|
|
|
include $(TOPDIR)/Make/makerules
|
2003-03-08 05:05:35 +08:00
|
|
|
|