OpenSceneGraph/examples/osgintersection/GNUmakefile.inst

15 lines
296 B
Plaintext
Raw Normal View History

TOPDIR = ../..
include $(TOPDIR)/Make/makedefs
CXXFILES =\
osgintersection.cpp\
LIBS += -losgDB -losgText -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS)
EXEC = osgintersection
INC += $(PRODUCER_INCLUDE_DIR) $(X_INC)
LDFLAGS += $(PRODUCER_LIB_DIR)
include $(TOPDIR)/Make/makerules