]> git.saurik.com Git - wxWidgets.git/blob - demos/makefile.gcc
re-added info after installation and added samples target to the main makefile
[wxWidgets.git] / demos / makefile.gcc
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 include ../build/msw/config.gcc
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15
16 ### Conditionally set variables: ###
17
18
19 MAKEARGS = GCC_VERSION=$(GCC_VERSION)
20
21
22 ### Targets: ###
23
24 all: bombs dbbrowse forty fractal life poem
25
26 bombs:
27 $(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) all
28
29 clean:
30 -if exist .\*.o del .\*.o
31
32 dbbrowse:
33 $(MAKE) -C dbbrowse -f makefile.gcc $(MAKEARGS) all
34
35 forty:
36 $(MAKE) -C forty -f makefile.gcc $(MAKEARGS) all
37
38 fractal:
39 $(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) all
40
41 life:
42 $(MAKE) -C life -f makefile.gcc $(MAKEARGS) all
43
44 poem:
45 $(MAKE) -C poem -f makefile.gcc $(MAKEARGS) all
46
47 .PHONY: all bombs clean dbbrowse forty fractal life poem