]>
Commit | Line | Data |
---|---|---|
0706fb23 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
f509d00d | 3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) |
0706fb23 VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
1ff121bd | 6 | |
250700e4 | 7 | !include <../build/config.vc> |
1ff121bd | 8 | |
0706fb23 VS |
9 | # ------------------------------------------------------------------------- |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
1ff121bd | 12 | |
0706fb23 | 13 | ### Variables: ### |
289b2d61 | 14 | |
0706fb23 VS |
15 | |
16 | ### Conditionally set variables: ### | |
17 | ||
18 | !if "$(USE_GUI)" == "0" | |
19 | __console___depname = console | |
48c12cb1 | 20 | !endif |
0706fb23 VS |
21 | |
22 | ||
23 | ### Targets: ### | |
24 | ||
25 | all: artprov $(__console___depname) dialogs image minimal | |
26 | ||
27 | artprov: | |
28 | cd artprov | |
29 | $(MAKE) /$(MAKEFLAGS) all | |
30 | cd $(MAKEDIR) | |
31 | ||
32 | clean: | |
33 | -if exist .\*.obj del .\*.obj | |
34 | -if exist .\*.res del .\*.res | |
0706fb23 VS |
35 | |
36 | !if "$(USE_GUI)" == "0" | |
37 | console: | |
38 | cd console | |
39 | $(MAKE) /$(MAKEFLAGS) all | |
40 | cd $(MAKEDIR) | |
69d16e3e | 41 | !endif |
1ff121bd | 42 | |
0706fb23 VS |
43 | dialogs: |
44 | cd dialogs | |
45 | $(MAKE) /$(MAKEFLAGS) all | |
46 | cd $(MAKEDIR) | |
47 | ||
48 | image: | |
49 | cd image | |
50 | $(MAKE) /$(MAKEFLAGS) all | |
51 | cd $(MAKEDIR) | |
52 | ||
0706fb23 VS |
53 | minimal: |
54 | cd minimal | |
55 | $(MAKE) /$(MAKEFLAGS) all | |
56 | cd $(MAKEDIR) |