]> git.saurik.com Git - wxWidgets.git/blob - samples/html/makefile.gcc
1) some compilers (Watcom) don't like it if wxBase library PCH file contains
[wxWidgets.git] / samples / html / 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: about help helpview printing test virtual widget zip
25
26 about:
27 $(MAKE) -C about -f makefile.gcc $(MAKEARGS) all
28
29 clean:
30 -if exist .\*.o del .\*.o
31
32 help:
33 $(MAKE) -C help -f makefile.gcc $(MAKEARGS) all
34
35 helpview:
36 $(MAKE) -C helpview -f makefile.gcc $(MAKEARGS) all
37
38 printing:
39 $(MAKE) -C printing -f makefile.gcc $(MAKEARGS) all
40
41 test:
42 $(MAKE) -C test -f makefile.gcc $(MAKEARGS) all
43
44 virtual:
45 $(MAKE) -C virtual -f makefile.gcc $(MAKEARGS) all
46
47 widget:
48 $(MAKE) -C widget -f makefile.gcc $(MAKEARGS) all
49
50 zip:
51 $(MAKE) -C zip -f makefile.gcc $(MAKEARGS) all
52
53 .PHONY: all about clean help helpview printing test virtual widget zip