inserted @IF_GNU_MAKE@ to allow building with other make versions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-25 11:31:21 +00:00
parent 35e92fbf1b
commit 27fd024644
74 changed files with 74 additions and 74 deletions

View File

@@ -20,4 +20,4 @@ DEPFILES= bombs.d bombs1.d game.d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES= dbbrowse.d doc.d pgmctrl.d tabpgwin.d \
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d canvas.d card.d game.d pile.d playerdg.d scoredg.d scorefi
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d dialogs.d game.d reader.d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DATAFILES=testdata.fc
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d listdb.d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,5 +20,5 @@ DEPFILES=$(PROGRAM).d doc.d view.d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d doc.d view.d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -13,4 +13,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DATAFILES=pat4.bmp pat35.bmp pat36.bmp image.bmp mask.bmp
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,5 +12,5 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -43,4 +43,4 @@ DATAFILES=doc.cnt doc.hlp doc.hpj doc.tex doc.zip back.gif forward.gif \
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -23,4 +23,4 @@ DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -27,4 +27,4 @@ DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -24,4 +24,4 @@ DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -23,4 +23,4 @@ DATAFILES=f.html fft.html imagemap.htm imagemap.png pic.png pic2.bmp \
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DATAFILES=start.htm
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DATAFILES=start.htm
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DATAFILES=pages.zip start.htm
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -26,4 +26,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -28,4 +28,4 @@ clean-both:
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -14,4 +14,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -24,4 +24,4 @@ DEPFILES=$(PROGRAM).d
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -24,4 +24,4 @@ DEPFILES=$(PROGRAM).d lw.d trackball.d
include ../../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d kbList.d wxllist.d wxlparser.d wxlwindow.d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -22,4 +22,4 @@ DATAFILES=kclub.bmp
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -28,4 +28,4 @@ clean-both:
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -20,4 +20,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -40,4 +40,4 @@ DEPFILES=button.d \
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)

View File

@@ -12,4 +12,4 @@ DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
-include $(DEPFILES)
@IF_GNU_MAKE@-include $(DEPFILES)