]> git.saurik.com Git - wxWidgets.git/blame - samples/html/Makefile.in
custom info.plist with supported document types
[wxWidgets.git] / samples / html / Makefile.in
CommitLineData
b1169abb
VS
1# =========================================================================
2# This makefile was generated by
6e0fbb3d 3# Bakefile 0.2.3 (http://www.bakefile.org)
b1169abb
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
b1683d38 6
b1169abb
VS
7
8@MAKE_SET@
9
10prefix = @prefix@
11exec_prefix = @exec_prefix@
6e0fbb3d 12datarootdir = @datarootdir@
b1169abb
VS
13INSTALL = @INSTALL@
14
15### Variables: ###
16
b71531ad 17DESTDIR =
b1169abb
VS
18
19### Conditionally set variables: ###
20
21
22### Targets: ###
23
24all: about help helpview printing test virtual widget zip
25
b17c1746
DE
26install: all
27
28uninstall:
29
30install-strip: install
b1169abb
VS
31
32clean:
ab892b95 33 rm -rf ./.deps ./.pch
076f10e0 34 rm -f ./*.o
6e0fbb3d
VS
35 -(cd about && $(MAKE) clean)
36 -(cd help && $(MAKE) clean)
37 -(cd helpview && $(MAKE) clean)
38 -(cd printing && $(MAKE) clean)
39 -(cd test && $(MAKE) clean)
40 -(cd virtual && $(MAKE) clean)
41 -(cd widget && $(MAKE) clean)
42 -(cd zip && $(MAKE) clean)
b1169abb
VS
43
44distclean: clean
b14abf14 45 rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
6e0fbb3d
VS
46 -(cd about && $(MAKE) distclean)
47 -(cd help && $(MAKE) distclean)
48 -(cd helpview && $(MAKE) distclean)
49 -(cd printing && $(MAKE) distclean)
50 -(cd test && $(MAKE) distclean)
51 -(cd virtual && $(MAKE) distclean)
52 -(cd widget && $(MAKE) distclean)
53 -(cd zip && $(MAKE) distclean)
b1169abb 54
b17c1746
DE
55about:
56 (cd about && $(MAKE) all)
57
b1169abb
VS
58help:
59 (cd help && $(MAKE) all)
60
61helpview:
62 (cd helpview && $(MAKE) all)
63
b1169abb
VS
64printing:
65 (cd printing && $(MAKE) all)
66
67test:
68 (cd test && $(MAKE) all)
69
b1169abb
VS
70virtual:
71 (cd virtual && $(MAKE) all)
72
73widget:
74 (cd widget && $(MAKE) all)
75
76zip:
77 (cd zip && $(MAKE) all)
78
79
80# Include dependency info, if present:
81@IF_GNU_MAKE@-include .deps/*.d
82
b17c1746 83.PHONY: all install uninstall clean distclean about help helpview printing test virtual widget zip