OpenSceneGraph/applications/osgarchive/GNUmakefile.inst
Don BURNS bdd04bef60 Added applications directory. Copied (not moved)
osgarchive
    osgconv
    osgdem
    osgversion
    osgviewer

into applications directory.  Leaving them in the examples directory
as well, for now.

Made examples optional via the make COMPILE_EXAMPLES=yes option

Added static lib and static plugin build support.
2005-03-13 01:47:46 +00:00

14 lines
208 B
Plaintext

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgarchive.cpp\
LIBS += -losgDB losgUtil -losg $(X_LIBS) $(OTHER_LIBS)
EXEC = osgarchive
INC += $(X_INC)
include $(TOPDIR)/Make/makerules