16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
|
TOPDIR = ../..
|
||
|
include $(TOPDIR)/Make/makedefs
|
||
|
|
||
|
CXXFILES =\
|
||
|
osgfxbrowser.cpp\
|
||
|
Frame.cpp\
|
||
|
|
||
|
LIBS += -losgProducer -lProducer -losgText -losgDB -losgText -losgUtil -losg -losgFX $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
|
||
|
|
||
|
EXEC = osgfxbrowser
|
||
|
|
||
|
INC += $(PRODUCER_INCLUDE_DIR) $(X_INC)
|
||
|
LDFLAGS += $(PRODUCER_LIB_DIR)
|
||
|
|
||
|
include $(TOPDIR)/Make/makerules
|