-#
-# Makefile : Builds wxWindows utils for Unix.
-#
+# =========================================================================
+# This makefile was generated by
+# Bakefile 0.2.3 (http://www.bakefile.org)
+# Do not modify, all changes will be overwritten!
+# =========================================================================
-UTILS_SUBDIRS=tex2rtf hhp2cached makegen HelpGen dialoged helpview configtool
-all:
- @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE)); done
+@MAKE_SET@
-clean:
- @for d in $(UTILS_SUBDIRS); do (cd $$d && $(MAKE) clean); done
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+datarootdir = @datarootdir@
+INSTALL = @INSTALL@
+### Variables: ###
+
+DESTDIR =
+
+### Conditionally set variables: ###
+
+
+### Targets: ###
+
+all: emulator helpview ifacecheck
+
+install: all install_ifacecheck
+
+uninstall: uninstall_ifacecheck
+
+install-strip: install install-strip_ifacecheck
+
+clean:
+ rm -rf ./.deps ./.pch
+ rm -f ./*.o
+ -(cd emulator/src && $(MAKE) clean)
+ -(cd helpview/src && $(MAKE) clean)
+ -(cd ifacecheck/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 ifacecheck/src && $(MAKE) distclean)
+
+emulator:
+ (cd emulator/src && $(MAKE) all)
+
+helpview:
+ (cd helpview/src && $(MAKE) all)
+
+ifacecheck:
+ (cd ifacecheck/src && $(MAKE) all)
+
+install_ifacecheck:
+ (cd ifacecheck/src && $(MAKE) install)
+
+uninstall_ifacecheck:
+ (cd ifacecheck/src && $(MAKE) uninstall)
+
+install-strip_ifacecheck:
+ (cd ifacecheck/src && $(MAKE) install-strip)
+
+
+# Include dependency info, if present:
+@IF_GNU_MAKE@-include .deps/*.d
+
+.PHONY: all install uninstall clean distclean emulator helpview ifacecheck install_ifacecheck uninstall_ifacecheck install-strip_ifacecheck