]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.gcc
added wxAdvanced
[wxWidgets.git] / samples / html / makefile.gcc
CommitLineData
250700e4
RD
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
250700e4
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../../build/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
20### Targets: ###
21
22all: about help helpview printing test virtual widget zip
23
24about:
25 (cd about && $(MAKE) all)
26
27clean:
28 -if exist .\*.o del .\*.o
29
30help:
31 (cd help && $(MAKE) all)
32
33helpview:
34 (cd helpview && $(MAKE) all)
35
36printing:
37 (cd printing && $(MAKE) all)
38
39test:
40 (cd test && $(MAKE) all)
41
42virtual:
43 (cd virtual && $(MAKE) all)
44
45widget:
46 (cd widget && $(MAKE) all)
47
48zip:
49 (cd zip && $(MAKE) all)
50
51.PHONY: all about clean help helpview printing test virtual widget zip