]> git.saurik.com Git - wxWidgets.git/commitdiff
Makefile.in makefile.g95 makefile.vc
authorMark Johnson <mj10777@web.de>
Tue, 29 Feb 2000 12:48:33 +0000 (12:48 +0000)
committerMark Johnson <mj10777@web.de>
Tue, 29 Feb 2000 12:48:33 +0000 (12:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

demos/Makefile.in
demos/makefile.g95
demos/makefile.vc

index 3a61b322f7cc1d78a78d12dace2e843de9b80b53..e3dd5a55ed6215d478d50a339fda5bb36d1c2ae9 100644 (file)
@@ -2,10 +2,10 @@
 # Makefile : Builds wxWindows demos for Unix.
 #
 
-DEMOS_SUBDIRS=bombs forty fractal life poem dbbrowse
+DEMOS_SUBDIRS=bombs dbbrowse forty fractal life poem
 
 all:
-       @for d in $(DEMOS_SUBDIRS); do (cd $$d && make); done
+        @for d in $(DEMOS_SUBDIRS); do (cd $$d && make); done
 
 clean:
-       @for d in $(DEMOS_SUBDIRS); do (cd $$d && make clean); done
+        @for d in $(DEMOS_SUBDIRS); do (cd $$d && make clean); done
index 04eb99cec5a6e286580c520dc79e05d9b483ba58..d019b604dc11ce60743f386e8dc9a97809c3b609 100644 (file)
@@ -1,8 +1,8 @@
 #
-# File:                makefile.g95
-# Author:      Julian Smart
-# Created:     1997
-# Updated:     
+# File:         makefile.g95
+# Author:       Julian Smart
+# Created:      1997
+# Updated:      
 # Copyright:
 #
 # "%W% %G%"
@@ -20,9 +20,9 @@ THISDIR=$(WXDIR)/demos
 # Please add new sample directories alphabetically to make it easier to
 # keep track.
 all clean:
-       -$(MAKE) -C bombs -f $(MAKEFILE) $@
-       -$(MAKE) -C life -f $(MAKEFILE) $@
-       -$(MAKE) -C forty -f $(MAKEFILE) $@
-       -$(MAKE) -C fractal -f $(MAKEFILE) $@
-       -$(MAKE) -C poem -f $(MAKEFILE) $@
-       -$(MAKE) -C dbbrowse -f $(MAKEFILE) $@
+        -$(MAKE) -C bombs -f $(MAKEFILE) $@
+        -$(MAKE) -C dbbrowse -f $(MAKEFILE) $@
+        -$(MAKE) -C life -f $(MAKEFILE) $@
+        -$(MAKE) -C forty -f $(MAKEFILE) $@
+        -$(MAKE) -C fractal -f $(MAKEFILE) $@
+        -$(MAKE) -C poem -f $(MAKEFILE) $@
index 612cb4b3e432d061da0eb8508972283ff6c02e11..aa7d8e1e1b1c11a650debc2688470edfa66945ab 100644 (file)
@@ -1,9 +1,9 @@
 #
-# File:                makefile.vc
-# Author:      Julian Smart
-# Created:     1993
-# Updated:     
-# Copyright:   (c) 1993, AIAI, University of Edinburgh
+# File:         makefile.vc
+# Author:       Julian Smart
+# Created:      1993
+# Updated:
+# Copyright:    (c) 1993, AIAI, University of Edinburgh
 #
 # "%W% %G%"
 #
@@ -36,6 +36,8 @@ PNGSETUP=
 all:
         cd $(WXDIR)\demos\bombs
         nmake -f makefile.vc FINAL=$(FINAL)
+        cd $(WXDIR)\demos\dbbrowse
+        nmake -f makefile.vc FINAL=$(FINAL)
         cd $(WXDIR)\demos\forty
         nmake -f makefile.vc FINAL=$(FINAL)
         cd $(WXDIR)\demos\fractal
@@ -44,12 +46,12 @@ all:
         nmake -f makefile.vc FINAL=$(FINAL)
         cd $(WXDIR)\demos\poem
         nmake -f makefile.vc FINAL=$(FINAL)
-        cd $(WXDIR)\demos\dbbrowse
-        nmake -f makefile.vc FINAL=$(FINAL)
 
 clean:
         cd $(WXDIR)\demos\bombs
         nmake -f makefile.vc clean
+        cd $(WXDIR)\demos\dbbrowse
+        nmake -f makefile.vc clean
         cd $(WXDIR)\demos\forty
         nmake -f makefile.vc clean
         cd $(WXDIR)\demos\fractal
@@ -58,6 +60,4 @@ clean:
         nmake -f makefile.vc clean
         cd $(WXDIR)\demos\poem
         nmake -f makefile.vc clean
-        cd $(WXDIR)\demos\dbbrowse
-        nmake -f makefile.vc clean