1TOPDIR = ../..
2include $(TOPDIR)/Make/makedefs
3
4CXXFILES =\
5	osgversion.cpp\
6
7LIBS     += -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
8
9EXEC = osgversion
10
11include $(TOPDIR)/Make/makerules
12