]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.gcc
re-added info after installation and added samples target to the main makefile
[wxWidgets.git] / demos / makefile.gcc
CommitLineData
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
7include ../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
19MAKEARGS = GCC_VERSION=$(GCC_VERSION)
20
21
22### Targets: ###
23
24all: bombs dbbrowse forty fractal life poem
25
26bombs:
27 $(MAKE) -C bombs -f makefile.gcc $(MAKEARGS) all
28
29clean:
30 -if exist .\*.o del .\*.o
31
32dbbrowse:
33 $(MAKE) -C dbbrowse -f makefile.gcc $(MAKEARGS) all
34
35forty:
36 $(MAKE) -C forty -f makefile.gcc $(MAKEARGS) all
37
38fractal:
39 $(MAKE) -C fractal -f makefile.gcc $(MAKEARGS) all
40
41life:
42 $(MAKE) -C life -f makefile.gcc $(MAKEARGS) all
43
44poem:
45 $(MAKE) -C poem -f makefile.gcc $(MAKEARGS) all
46
47.PHONY: all bombs clean dbbrowse forty fractal life poem