| 1 | # ========================================================================= |
| 2 | # This makefile was generated by |
| 3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) |
| 4 | # Do not modify, all changes will be overwritten! |
| 5 | # ========================================================================= |
| 6 | |
| 7 | !ifndef BCCDIR |
| 8 | BCCDIR = $(MAKEDIR)\.. |
| 9 | !endif |
| 10 | |
| 11 | !include ../build/config.bcc |
| 12 | |
| 13 | # ------------------------------------------------------------------------- |
| 14 | # Do not modify the rest of this file! |
| 15 | # ------------------------------------------------------------------------- |
| 16 | |
| 17 | !if "$(BCCDIR)" == "\.." |
| 18 | !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4 |
| 19 | !endif |
| 20 | |
| 21 | ### Variables: ### |
| 22 | |
| 23 | |
| 24 | ### Conditionally set variables: ### |
| 25 | |
| 26 | !if "$(USE_GUI)" == "0" |
| 27 | __console___depname = console |
| 28 | !endif |
| 29 | |
| 30 | |
| 31 | ### Targets: ### |
| 32 | |
| 33 | all: artprov $(__console___depname) dialogs image minimal |
| 34 | |
| 35 | artprov: |
| 36 | (cd artprov && $(MAKE) all) |
| 37 | |
| 38 | clean: |
| 39 | -if exist .\*.obj del .\*.obj |
| 40 | -if exist .\*.res del .\*.res |
| 41 | |
| 42 | !if "$(USE_GUI)" == "0" |
| 43 | console: |
| 44 | (cd console && $(MAKE) all) |
| 45 | !endif |
| 46 | |
| 47 | dialogs: |
| 48 | (cd dialogs && $(MAKE) all) |
| 49 | |
| 50 | image: |
| 51 | (cd image && $(MAKE) all) |
| 52 | |
| 53 | minimal: |
| 54 | (cd minimal && $(MAKE) all) |