]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/Makefile.in
Applied patch [ 832096 ] Final separation for GUI and console for Open Watcom
[wxWidgets.git] / samples / html / Makefile.in
index d789cca24604b0d49e01011378137366f6f4edb9..d2003173e9803fb463e000ec9c598667abebd9c9 100644 (file)
@@ -13,6 +13,7 @@ INSTALL = @INSTALL@
 
 ### Variables: ###
 
 
 ### Variables: ###
 
+DESTDIR = 
 
 ### Conditionally set variables: ###
 
 
 ### Conditionally set variables: ###
 
@@ -25,7 +26,7 @@ about:
        (cd about && $(MAKE) all)
 
 clean: 
        (cd about && $(MAKE) all)
 
 clean: 
-       rm -rf ./.deps
+       rm -rf ./.deps ./.pch
        rm -f ./*.o
        (cd about && $(MAKE) clean)
        (cd help && $(MAKE) clean)
        rm -f ./*.o
        (cd about && $(MAKE) clean)
        (cd help && $(MAKE) clean)
@@ -37,8 +38,7 @@ clean:
        (cd zip && $(MAKE) clean)
 
 distclean: clean
        (cd zip && $(MAKE) clean)
 
 distclean: clean
-       rm -f configure config.cache config.log config.status
-       rm -f bk-deps shared-ld-sh
+       rm -f configure config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
 
 help: 
        (cd help && $(MAKE) all)
 
 help: 
        (cd help && $(MAKE) all)
@@ -47,24 +47,8 @@ helpview:
        (cd helpview && $(MAKE) all)
 
 install: all
        (cd helpview && $(MAKE) all)
 
 install: all
-       (cd about && $(MAKE) install)
-       (cd help && $(MAKE) install)
-       (cd helpview && $(MAKE) install)
-       (cd printing && $(MAKE) install)
-       (cd test && $(MAKE) install)
-       (cd virtual && $(MAKE) install)
-       (cd widget && $(MAKE) install)
-       (cd zip && $(MAKE) install)
 
 install-strip: install
 
 install-strip: install
-       (cd about && $(MAKE) install-strip)
-       (cd help && $(MAKE) install-strip)
-       (cd helpview && $(MAKE) install-strip)
-       (cd printing && $(MAKE) install-strip)
-       (cd test && $(MAKE) install-strip)
-       (cd virtual && $(MAKE) install-strip)
-       (cd widget && $(MAKE) install-strip)
-       (cd zip && $(MAKE) install-strip)
 
 printing: 
        (cd printing && $(MAKE) all)
 
 printing: 
        (cd printing && $(MAKE) all)