Makefile.in makefile.g95 makefile.vc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,10 +2,10 @@
|
|||||||
# Makefile : Builds wxWindows demos for Unix.
|
# Makefile : Builds wxWindows demos for Unix.
|
||||||
#
|
#
|
||||||
|
|
||||||
DEMOS_SUBDIRS=bombs forty fractal life poem dbbrowse
|
DEMOS_SUBDIRS=bombs dbbrowse forty fractal life poem
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@for d in $(DEMOS_SUBDIRS); do (cd $$d && make); done
|
@for d in $(DEMOS_SUBDIRS); do (cd $$d && make); done
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@for d in $(DEMOS_SUBDIRS); do (cd $$d && make clean); done
|
@for d in $(DEMOS_SUBDIRS); do (cd $$d && make clean); done
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
#
|
#
|
||||||
# File: makefile.g95
|
# File: makefile.g95
|
||||||
# Author: Julian Smart
|
# Author: Julian Smart
|
||||||
# Created: 1997
|
# Created: 1997
|
||||||
# Updated:
|
# Updated:
|
||||||
# Copyright:
|
# Copyright:
|
||||||
#
|
#
|
||||||
# "%W% %G%"
|
# "%W% %G%"
|
||||||
@@ -20,9 +20,9 @@ THISDIR=$(WXDIR)/demos
|
|||||||
# Please add new sample directories alphabetically to make it easier to
|
# Please add new sample directories alphabetically to make it easier to
|
||||||
# keep track.
|
# keep track.
|
||||||
all clean:
|
all clean:
|
||||||
-$(MAKE) -C bombs -f $(MAKEFILE) $@
|
-$(MAKE) -C bombs -f $(MAKEFILE) $@
|
||||||
-$(MAKE) -C life -f $(MAKEFILE) $@
|
-$(MAKE) -C dbbrowse -f $(MAKEFILE) $@
|
||||||
-$(MAKE) -C forty -f $(MAKEFILE) $@
|
-$(MAKE) -C life -f $(MAKEFILE) $@
|
||||||
-$(MAKE) -C fractal -f $(MAKEFILE) $@
|
-$(MAKE) -C forty -f $(MAKEFILE) $@
|
||||||
-$(MAKE) -C poem -f $(MAKEFILE) $@
|
-$(MAKE) -C fractal -f $(MAKEFILE) $@
|
||||||
-$(MAKE) -C dbbrowse -f $(MAKEFILE) $@
|
-$(MAKE) -C poem -f $(MAKEFILE) $@
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||
#
|
#
|
||||||
# File: makefile.vc
|
# File: makefile.vc
|
||||||
# Author: Julian Smart
|
# Author: Julian Smart
|
||||||
# Created: 1993
|
# Created: 1993
|
||||||
# Updated:
|
# Updated:
|
||||||
# Copyright: (c) 1993, AIAI, University of Edinburgh
|
# Copyright: (c) 1993, AIAI, University of Edinburgh
|
||||||
#
|
#
|
||||||
# "%W% %G%"
|
# "%W% %G%"
|
||||||
#
|
#
|
||||||
@@ -36,6 +36,8 @@ PNGSETUP=
|
|||||||
all:
|
all:
|
||||||
cd $(WXDIR)\demos\bombs
|
cd $(WXDIR)\demos\bombs
|
||||||
nmake -f makefile.vc FINAL=$(FINAL)
|
nmake -f makefile.vc FINAL=$(FINAL)
|
||||||
|
cd $(WXDIR)\demos\dbbrowse
|
||||||
|
nmake -f makefile.vc FINAL=$(FINAL)
|
||||||
cd $(WXDIR)\demos\forty
|
cd $(WXDIR)\demos\forty
|
||||||
nmake -f makefile.vc FINAL=$(FINAL)
|
nmake -f makefile.vc FINAL=$(FINAL)
|
||||||
cd $(WXDIR)\demos\fractal
|
cd $(WXDIR)\demos\fractal
|
||||||
@@ -44,12 +46,12 @@ all:
|
|||||||
nmake -f makefile.vc FINAL=$(FINAL)
|
nmake -f makefile.vc FINAL=$(FINAL)
|
||||||
cd $(WXDIR)\demos\poem
|
cd $(WXDIR)\demos\poem
|
||||||
nmake -f makefile.vc FINAL=$(FINAL)
|
nmake -f makefile.vc FINAL=$(FINAL)
|
||||||
cd $(WXDIR)\demos\dbbrowse
|
|
||||||
nmake -f makefile.vc FINAL=$(FINAL)
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cd $(WXDIR)\demos\bombs
|
cd $(WXDIR)\demos\bombs
|
||||||
nmake -f makefile.vc clean
|
nmake -f makefile.vc clean
|
||||||
|
cd $(WXDIR)\demos\dbbrowse
|
||||||
|
nmake -f makefile.vc clean
|
||||||
cd $(WXDIR)\demos\forty
|
cd $(WXDIR)\demos\forty
|
||||||
nmake -f makefile.vc clean
|
nmake -f makefile.vc clean
|
||||||
cd $(WXDIR)\demos\fractal
|
cd $(WXDIR)\demos\fractal
|
||||||
@@ -58,6 +60,4 @@ clean:
|
|||||||
nmake -f makefile.vc clean
|
nmake -f makefile.vc clean
|
||||||
cd $(WXDIR)\demos\poem
|
cd $(WXDIR)\demos\poem
|
||||||
nmake -f makefile.vc clean
|
nmake -f makefile.vc clean
|
||||||
cd $(WXDIR)\demos\dbbrowse
|
|
||||||
nmake -f makefile.vc clean
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user