1TOPDIR = ../..
2include $(TOPDIR)/Make/makedefs
3
4CXXFILES =\
5	OrientationConverter.cpp\
6	osgconv.cpp\
7
8LIBS     += -losgViewer -losgText -losg -losgUtil -losgDB  $(GL_LIBS) $(OTHER_LIBS)
9
10EXEC = osgconv
11
12INSTFILES =\
13	$(CXXFILES)\
14	Makefile.inst=Makefile
15
16include $(TOPDIR)/Make/makerules
17