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.
22 lines
418 B
Plaintext
22 lines
418 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
GeoSet.cpp\
|
|
IO_GeoSet.cpp\
|
|
OrientationConverter.cpp\
|
|
osgconv.cpp\
|
|
|
|
LIBS += -losgProducer -lProducer -losgText -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgconv
|
|
|
|
INSTFILES =\
|
|
$(CXXFILES)\
|
|
Makefile.inst=Makefile
|
|
|
|
INC += $(PRODUCER_INCLUDE_DIR) $(X_INC)
|
|
LDFLAGS += $(PRODUCER_LIB_DIR)
|
|
|
|
include $(TOPDIR)/Make/makerules
|