2003-02-21 22:05:39 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
2003-05-21 20:15:45 +08:00
|
|
|
GeoSet.cpp\
|
|
|
|
IO_GeoSet.cpp\
|
2003-02-21 22:05:39 +08:00
|
|
|
OrientationConverter.cpp\
|
|
|
|
osgconv.cpp\
|
|
|
|
|
|
|
|
HEADERFILES = \
|
|
|
|
OrientationConverter.h
|
|
|
|
|
2004-07-29 22:24:50 +08:00
|
|
|
LIBS += -losgProducer -lProducer -losgText -losg -losgUtil -losgGA -losgDB $(GL_LIBS) $(OTHER_LIBS)
|
2003-02-21 22:05:39 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
|
|
|
$(HEADERFILES)\
|
2003-03-28 02:42:31 +08:00
|
|
|
GNUmakefile.inst=GNUmakefile
|
2003-02-21 22:05:39 +08:00
|
|
|
|
|
|
|
EXEC = osgconv
|
|
|
|
|
|
|
|
include $(TOPDIR)/Make/makerules
|