]>
Commit | Line | Data |
---|---|---|
3b20263d VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
bdc408c4 | 3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) |
3b20263d VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
fd9f42b6 | 7 | include ../../build/msw/config.gcc |
3b20263d VS |
8 | |
9 | # ------------------------------------------------------------------------- | |
10 | # Do not modify the rest of this file! | |
11 | # ------------------------------------------------------------------------- | |
12 | ||
13 | ### Variables: ### | |
14 | ||
3b20263d VS |
15 | |
16 | ### Conditionally set variables: ### | |
17 | ||
3b20263d | 18 | |
d179e30b | 19 | MAKEARGS = GCC_VERSION=$(GCC_VERSION) |
fd9f42b6 | 20 | |
3b20263d | 21 | |
3b20263d VS |
22 | ### Targets: ### |
23 | ||
d179e30b | 24 | all: styles wxedit |
3b20263d VS |
25 | |
26 | clean: | |
d179e30b VS |
27 | -if exist .\*.o del .\*.o |
28 | ||
29 | styles: | |
30 | $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all | |
3b20263d | 31 | |
d179e30b VS |
32 | wxedit: |
33 | $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all | |
3b20263d | 34 | |
d179e30b | 35 | .PHONY: all clean styles wxedit |