]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/Makefile.in
we simply use doxygen default
[wxWidgets.git] / utils / Makefile.in
index c11568822877c9cc7057047bd4444f04c74211be..e60823f3a3c8aa1b3779eb6596465c8dbfae945d 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.2 (http://bakefile.sourceforge.net)
+#     Bakefile 0.2.3 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -9,6 +9,7 @@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
 INSTALL = @INSTALL@
 
 ### Variables: ###
@@ -31,17 +32,17 @@ install-strip: install install-strip_tex2rtf install-strip_helpgen
 clean: 
        rm -rf ./.deps ./.pch
        rm -f ./*.o
-       (cd emulator/src && $(MAKE) clean)
-       (cd helpview/src && $(MAKE) clean)
-       (cd tex2rtf/src && $(MAKE) clean)
-       (cd HelpGen/src && $(MAKE) clean)
+       -(cd emulator/src && $(MAKE) clean)
+       -(cd helpview/src && $(MAKE) clean)
+       -(cd tex2rtf/src && $(MAKE) clean)
+       -(cd HelpGen/src && $(MAKE) clean)
 
 distclean: clean
        rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
-       (cd emulator/src && $(MAKE) distclean)
-       (cd helpview/src && $(MAKE) distclean)
-       (cd tex2rtf/src && $(MAKE) distclean)
-       (cd HelpGen/src && $(MAKE) distclean)
+       -(cd emulator/src && $(MAKE) distclean)
+       -(cd helpview/src && $(MAKE) distclean)
+       -(cd tex2rtf/src && $(MAKE) distclean)
+       -(cd HelpGen/src && $(MAKE) distclean)
 
 emulator: 
        (cd emulator/src && $(MAKE) all)