2 # =========================================================================
3 # This makefile was generated by
4 # Bakefile 0.1.1 (http://bakefile.sourceforge.net)
5 # Do not modify, all changes will be overwritten!
6 # =========================================================================
9 # -------------------------------------------------------------------------
10 # These are configurable options:
11 # -------------------------------------------------------------------------
13 # Set the version of your Mingw installation here.
14 # "3" ...... this is for Mingw 2.0 or newer that cames with gcc3
15 # "2.95" ... for Mingw 1.1 or any of the older versions [3,2.95]
17 # Build GUI libraries? [0,1]
20 # -------------------------------------------------------------------------
21 # Do not modify the rest of this file!
22 # -------------------------------------------------------------------------
27 ### Conditionally set variables: ###
30 __console___depname = console
36 all: artprov $(__console___depname) dialogs image minimal
39 (cd artprov && $(MAKE) all)
42 -if exist .\*.o del .\*.o
43 (cd artprov && $(MAKE) clean)
44 (cd console && $(MAKE) clean)
45 (cd dialogs && $(MAKE) clean)
46 (cd image && $(MAKE) clean)
47 (cd minimal && $(MAKE) clean)
51 (cd console && $(MAKE) all)
55 (cd dialogs && $(MAKE) all)
58 (cd image && $(MAKE) all)
61 (cd artprov && $(MAKE) install)
62 (cd console && $(MAKE) install)
63 (cd dialogs && $(MAKE) install)
64 (cd image && $(MAKE) install)
65 (cd minimal && $(MAKE) install)
68 (cd minimal && $(MAKE) all)
72 .PHONY: all artprov console dialogs image minimal