17 lines
286 B
Makefile
17 lines
286 B
Makefile
|
TOPDIR = ../..
|
||
|
include $(TOPDIR)/Make/makedefs
|
||
|
|
||
|
CXXFILES =\
|
||
|
osgintrospection.cpp\
|
||
|
|
||
|
LIBS += -losgIntrospection -losgDB -losgUtil -losg $(GL_LIBS) $(OTHER_LIBS)
|
||
|
|
||
|
INSTFILES = \
|
||
|
$(CXXFILES)\
|
||
|
GNUmakefile.inst=GNUmakefile
|
||
|
|
||
|
EXEC = osgintrospection
|
||
|
|
||
|
include $(TOPDIR)/Make/makerules
|
||
|
|