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.
|
||||
#
|
||||
|
||||
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
|
||||
|
@@ -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) $@
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user