2) Changed Makedepend system to make individual dependency files, which should save time rebuilding dependencies by limiting the regeneration of dependency file for only modified source files.
17 lines
267 B
Plaintext
17 lines
267 B
Plaintext
TOPDIR = ../..
|
|
include $(TOPDIR)/Make/makedefs
|
|
|
|
CXXFILES =\
|
|
OrientationConverter.cpp\
|
|
osgconv.cpp\
|
|
|
|
LIBS += -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS)
|
|
|
|
EXEC = osgconv
|
|
|
|
INSTFILES =\
|
|
$(CXXFILES)\
|
|
Makefile.inst=Makefile
|
|
|
|
include $(TOPDIR)/Make/makerules
|