2005-03-13 09:47:46 +08:00
|
|
|
TOPDIR = ../..
|
|
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
|
|
|
|
CXXFILES =\
|
|
|
|
OrientationConverter.cpp\
|
|
|
|
osgconv.cpp\
|
|
|
|
|
|
|
|
HEADERFILES = \
|
|
|
|
OrientationConverter.h
|
|
|
|
|
2007-01-10 22:56:22 +08:00
|
|
|
LIBS += -losgViewer -losgText -losg -losgUtil -losgGA -losgDB $(GL_LIBS) $(OTHER_LIBS)
|
2005-03-13 09:47:46 +08:00
|
|
|
|
|
|
|
INSTFILES = \
|
|
|
|
$(CXXFILES)\
|
|
|
|
$(HEADERFILES)\
|
|
|
|
GNUmakefile.inst=GNUmakefile
|
|
|
|
|
|
|
|
EXEC = osgconv
|
|
|
|
|
2005-05-06 03:46:04 +08:00
|
|
|
INC += $(X_INC)
|
|
|
|
|
2005-03-13 09:47:46 +08:00
|
|
|
include $(TOPDIR)/Make/makerules
|