bdd04bef60
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.
14 lines
208 B
Plaintext
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
|