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.
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
osgversion.cpp\
|
|
|
|
LIBS += -losgProducer -lProducer -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgversion
|
|
|
|
INC += $(PRODUCER_INCLUDE_DIR) $(X_INC)
|
|
LDFLAGS += $(PRODUCER_LIB_DIR)
|
|
|
|
include $(TOPDIR)/Make/makerules
|