added dependency handling to Makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,6 +13,10 @@ PROGRAM=HelpGen
|
||||
OBJECTS = HelpGen.o cjparser.o docripper.o ifcontext.o markup.o \
|
||||
scriptbinder.o sourcepainter.o srcparser.o \
|
||||
wx_extra_imps.o
|
||||
DEPFILES= HelpGen.d cjparser.d docripper.d ifcontext.d markup.d \
|
||||
scriptbinder.d sourcepainter.d srcparser.d \
|
||||
wx_extra_imps.d
|
||||
|
||||
include ../../../src/makeprog.env
|
||||
|
||||
-include $(DEPFILES)
|
||||
|
@@ -16,6 +16,8 @@ program_dir = utils/dialoged/src
|
||||
PROGRAM=DialogEd
|
||||
|
||||
OBJECTS = dialoged.o dlghndlr.o edlist.o edtree.o reseditr.o reswrite.o symbtabl.o winprop.o winstyle.o
|
||||
DEPFILES= dialoged.d dlghndlr.d edlist.d edtree.d reseditr.d reswrite.d symbtabl.d winprop.d winstyle.d
|
||||
|
||||
include ../../../src/makeprog.env
|
||||
|
||||
-include $(DEPFILES)
|
||||
|
@@ -9,7 +9,9 @@ PROGRAM=hhp2cached
|
||||
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
DEPFILES=$(PROGRAM).d
|
||||
|
||||
include ../../src/makeprog.env
|
||||
|
||||
-include $(DEPFILES)
|
||||
|
||||
|
@@ -16,7 +16,9 @@ DATAFILES = templates/Makefile.in templates/makefile.b32 \
|
||||
templates/makefile.wat
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
DEPFILES=$(PROGRAM).d
|
||||
|
||||
include ../../src/makeprog.env
|
||||
|
||||
-include $(DEPFILES)
|
||||
|
||||
|
@@ -8,6 +8,8 @@ program_dir = samples/#NAME
|
||||
PROGRAM=#NAME
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
DEPFILES=$(PROGRAM).d
|
||||
|
||||
include ../../src/makeprog.env
|
||||
|
||||
-include $DEPFILES)
|
||||
|
@@ -19,6 +19,8 @@ program_dir = utils/tex2rtf/src
|
||||
PROGRAM=tex2rtf
|
||||
|
||||
OBJECTS = tex2rtf.o tex2any.o texutils.o rtfutils.o xlputils.o htmlutil.o readshg.o table.o
|
||||
DEPFILES=tex2rtf.d tex2any.d texutils.d rtfutils.d xlputils.d htmlutil.d readshg.d table.d
|
||||
|
||||
include ../../../src/makeprog.env
|
||||
|
||||
-include $(DEPFILES)
|
||||
|
Reference in New Issue
Block a user