File: Makefile.in

package info (click to toggle)
wxpython3.0 3.0.2.0%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 482,760 kB
  • ctags: 518,293
  • sloc: cpp: 2,127,226; python: 294,045; makefile: 51,942; ansic: 19,033; sh: 3,013; xml: 1,629; perl: 17
file content (84 lines) | stat: -rw-r--r-- 1,742 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# =========================================================================
#     This makefile was generated by
#     Bakefile 0.2.9 (http://www.bakefile.org)
#     Do not modify, all changes will be overwritten!
# =========================================================================


@MAKE_SET@

prefix = @prefix@
exec_prefix = @exec_prefix@
datarootdir = @datarootdir@
INSTALL = @INSTALL@

### Variables: ###

DESTDIR = 

### Conditionally set variables: ###


### Targets: ###

all: about help helpview printing test virtual widget zip

install: 

uninstall: 

install-strip: install

clean: 
	rm -rf ./.deps ./.pch
	rm -f ./*.o
	-(cd about && $(MAKE) clean)
	-(cd help && $(MAKE) clean)
	-(cd helpview && $(MAKE) clean)
	-(cd printing && $(MAKE) clean)
	-(cd test && $(MAKE) clean)
	-(cd virtual && $(MAKE) clean)
	-(cd widget && $(MAKE) clean)
	-(cd zip && $(MAKE) clean)

distclean: clean
	rm -f config.cache config.log config.status bk-deps bk-make-pch shared-ld-sh Makefile
	-(cd about && $(MAKE) distclean)
	-(cd help && $(MAKE) distclean)
	-(cd helpview && $(MAKE) distclean)
	-(cd printing && $(MAKE) distclean)
	-(cd test && $(MAKE) distclean)
	-(cd virtual && $(MAKE) distclean)
	-(cd widget && $(MAKE) distclean)
	-(cd zip && $(MAKE) distclean)

about: 
	(cd about && $(MAKE) all)

help: 
	(cd help && $(MAKE) all)

helpview: 
	(cd helpview && $(MAKE) all)

printing: 
	(cd printing && $(MAKE) all)

test: 
	(cd test && $(MAKE) all)

virtual: 
	(cd virtual && $(MAKE) all)

widget: 
	(cd widget && $(MAKE) all)

zip: 
	(cd zip && $(MAKE) all)


# Include dependency info, if present:
@IF_GNU_MAKE@-include ./.deps/*.d

.PHONY: all install uninstall clean distclean about help helpview printing test \
	virtual widget zip