]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/makefile.bcc
Spelling fixes [#1017001], source cleaning.
[wxWidgets.git] / demos / makefile.bcc
index 85bbf0bb8602b93927188ed32980adcc53d7e0ab..0694a2d89501b2c843285ee2421268f15deb1577 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.4 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -29,7 +29,8 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
        -DUSE_GUI="$(USE_GUI)" -DUSE_HTML="$(USE_HTML)" \
        -DUSE_OPENGL="$(USE_OPENGL)" -DUSE_ODBC="$(USE_ODBC)" \
        -DUSE_EXCEPTIONS="$(USE_EXCEPTIONS)" -DOFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
-       -DVENDOR="$(VENDOR)" -DCFG="$(CFG)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
+       -DVENDOR="$(VENDOR)" -DCFG="$(CFG)" -DCPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" \
+       -DCPPUNIT_LIBS="$(CPPUNIT_LIBS)" -DRUNTIME_LIBS="$(RUNTIME_LIBS)"
 
 ### Conditionally set variables: ###
 
@@ -42,33 +43,63 @@ all: bombs dbbrowse forty fractal life poem
 clean: 
        -if exist .\*.obj del .\*.obj
        -if exist .\*.res del .\*.res
+       @echo cd bombs >bombs.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>bombs.bat
+       call bombs.bat
+       @del bombs.bat
+       @echo cd dbbrowse >dbbrowse.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>dbbrowse.bat
+       call dbbrowse.bat
+       @del dbbrowse.bat
+       @echo cd forty >forty.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>forty.bat
+       call forty.bat
+       @del forty.bat
+       @echo cd fractal >fractal.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>fractal.bat
+       call fractal.bat
+       @del fractal.bat
+       @echo cd life >life.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>life.bat
+       call life.bat
+       @del life.bat
+       @echo cd poem >poem.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>poem.bat
+       call poem.bat
+       @del poem.bat
 
 bombs: 
-       cd bombs
-       $(MAKE) -f makefile.bcc $(MAKEARGS) all
-       cd ..
+       @echo cd bombs >bombs.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>bombs.bat
+       call bombs.bat
+       @del bombs.bat
 
 dbbrowse: 
-       cd dbbrowse
-       $(MAKE) -f makefile.bcc $(MAKEARGS) all
-       cd ..
+       @echo cd dbbrowse >dbbrowse.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>dbbrowse.bat
+       call dbbrowse.bat
+       @del dbbrowse.bat
 
 forty: 
-       cd forty
-       $(MAKE) -f makefile.bcc $(MAKEARGS) all
-       cd ..
+       @echo cd forty >forty.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>forty.bat
+       call forty.bat
+       @del forty.bat
 
 fractal: 
-       cd fractal
-       $(MAKE) -f makefile.bcc $(MAKEARGS) all
-       cd ..
+       @echo cd fractal >fractal.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>fractal.bat
+       call fractal.bat
+       @del fractal.bat
 
 life: 
-       cd life
-       $(MAKE) -f makefile.bcc $(MAKEARGS) all
-       cd ..
+       @echo cd life >life.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>life.bat
+       call life.bat
+       @del life.bat
 
 poem: 
-       cd poem
-       $(MAKE) -f makefile.bcc $(MAKEARGS) all
-       cd ..
+       @echo cd poem >poem.bat
+       @echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>poem.bat
+       call poem.bat
+       @del poem.bat