]>
Commit | Line | Data |
---|---|---|
7fcb2c61 VS |
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/msw/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 | ||
27 | MAKEARGS = | |
28 | ||
29 | ||
30 | ### Targets: ### | |
31 | ||
32 | all: bombs dbbrowse forty fractal life poem | |
33 | ||
34 | bombs: | |
35 | cd bombs | |
36 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
37 | cd .. | |
38 | ||
39 | clean: | |
40 | -if exist .\*.obj del .\*.obj | |
41 | -if exist .\*.res del .\*.res | |
42 | ||
43 | dbbrowse: | |
44 | cd dbbrowse | |
45 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
46 | cd .. | |
47 | ||
48 | forty: | |
49 | cd forty | |
50 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
51 | cd .. | |
52 | ||
53 | fractal: | |
54 | cd fractal | |
55 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
56 | cd .. | |
57 | ||
58 | life: | |
59 | cd life | |
60 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
61 | cd .. | |
62 | ||
63 | poem: | |
64 | cd poem | |
65 | $(MAKE) -f makefile.bcc $(MAKEARGS) all | |
66 | cd .. |