]> git.saurik.com Git - wxWidgets.git/blame - samples/html/makefile.unx
Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / samples / html / makefile.unx
CommitLineData
2add9e3c
RD
1# =========================================================================
2# This makefile was generated by
00eef16d 3# Bakefile 0.2.9 (http://www.bakefile.org)
2add9e3c
RD
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
7
8
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
12
22a3b6e4
VZ
13# Used toolkit [MSW,GTK]
14TOOLKIT ?= MSW
15
2add9e3c
RD
16
17
18# -------------------------------------------------------------------------
19# Do not modify the rest of this file!
20# -------------------------------------------------------------------------
21
22### Variables: ###
23
24
25### Conditionally set variables: ###
26
27
28
29### Targets: ###
30
31all: about help helpview printing test virtual widget zip
32
8ece421c 33install:
2add9e3c
RD
34
35uninstall:
36
37clean:
38 rm -f ./*.o
39 rm -f ./*.d
6e0fbb3d
VS
40 -(cd about && $(MAKE) clean)
41 -(cd help && $(MAKE) clean)
42 -(cd helpview && $(MAKE) clean)
43 -(cd printing && $(MAKE) clean)
44 -(cd test && $(MAKE) clean)
45 -(cd virtual && $(MAKE) clean)
46 -(cd widget && $(MAKE) clean)
47 -(cd zip && $(MAKE) clean)
2add9e3c
RD
48
49about:
50 (cd about && $(MAKE) all)
51
52help:
53 (cd help && $(MAKE) all)
54
55helpview:
56 (cd helpview && $(MAKE) all)
57
58printing:
59 (cd printing && $(MAKE) all)
60
61test:
62 (cd test && $(MAKE) all)
63
64virtual:
65 (cd virtual && $(MAKE) all)
66
67widget:
68 (cd widget && $(MAKE) all)
69
70zip:
71 (cd zip && $(MAKE) all)
72
509f339a
KO
73.PHONY: all install uninstall clean about help helpview printing test virtual widget \
74 zip
2add9e3c
RD
75
76
77# Dependencies tracking:
78-include ./*.d