Makefile.in 2.32 KB
Newer Older
1 2
# Automatically generated by make_progs; DO NOT EDIT!!

3 4 5 6 7
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR    = @srcdir@
VPATH     = @srcdir@

8 9
SUBDIRS = \
	clock \
10
	cmd \
11
	cmdlgtst \
Alexandre Julliard's avatar
Alexandre Julliard committed
12
	control \
13
	eject \
14
	expand \
15
	explorer \
Jacek Caban's avatar
Jacek Caban committed
16
	hh \
17
	icinfo \
18
	iexplore \
19
	msiexec \
Tim Schwartz's avatar
Tim Schwartz committed
20
	net \
Alexandre Julliard's avatar
Alexandre Julliard committed
21
	notepad \
22
	oleview \
Alexandre Julliard's avatar
Alexandre Julliard committed
23
	progman \
24
	reg \
25
	regedit \
26
	regsvr32 \
27
	rpcss \
28
	rundll32 \
29
	secedit \
30
	services \
31
	spoolsv \
32
	start \
33
	svchost \
34
	taskmgr \
35
	uninstaller \
36
	view \
37
	wineboot \
38
	winebrowser \
39
	winecfg \
40
	wineconsole \
41
	winedbg \
42
	winedevice \
43
	winefile \
44
	winemenubuilder \
Joshua Thielen's avatar
Joshua Thielen committed
45
	winemine \
46
	winepath \
47
	winetest \
48
	winevdm \
49
	winhlp32 \
50
	winver \
51
	wordpad \
52
	write \
53
	xcopy
Alexandre Julliard's avatar
Alexandre Julliard committed
54

55
# Sub-directories to run make install into
56 57
INSTALLSUBDIRS = \
	clock \
58
	cmd \
59
	control \
60
	eject \
61
	expand \
62
	explorer \
Jacek Caban's avatar
Jacek Caban committed
63
	hh \
64
	icinfo \
65
	iexplore \
66
	msiexec \
Tim Schwartz's avatar
Tim Schwartz committed
67
	net \
68
	notepad \
69
	oleview \
70
	progman \
71
	reg \
72 73
	regedit \
	regsvr32 \
74
	rpcss \
75
	rundll32 \
76
	secedit \
77
	services \
78
	spoolsv \
79
	start \
80
	svchost \
81
	taskmgr \
82
	uninstaller \
83
	wineboot \
84
	winebrowser \
85
	winecfg \
86 87
	wineconsole \
	winedbg \
88
	winedevice \
89
	winefile \
90
	winemenubuilder \
91 92
	winemine \
	winepath \
Hans Leidekker's avatar
Hans Leidekker committed
93
	winevdm \
94
	winhlp32 \
95
	winver \
96
	wordpad \
97
	write \
98
	xcopy
99

100 101
# Programs to install in bin directory
INSTALLPROGS = \
102
	msiexec \
103 104 105 106 107
	notepad \
	progman \
	regedit \
	regsvr32 \
	uninstaller \
108
	wineboot \
109
	winebrowser \
110
	winecfg \
111 112
	wineconsole \
	winedbg \
113
	winefile \
114
	winemine \
115
	winepath
116

117 118
INSTALLDIRS = $(DESTDIR)$(bindir)

119
PROGRAMS = wineapploader
120

121
@MAKE_RULES@
Alexandre Julliard's avatar
Alexandre Julliard committed
122

123
all: $(PROGRAMS) $(SUBDIRS)
124 125

wineapploader: wineapploader.in
126
	sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
127 128 129 130 131

# Rules for installation

.PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)

132
install-apploader: wineapploader $(INSTALLDIRS) dummy
133
	$(INSTALL_SCRIPT) wineapploader $(DESTDIR)$(bindir)/wineapploader
134 135

$(INSTALLPROGS:%=%/__installprog__): install-apploader
136
	$(RM) $(DESTDIR)$(bindir)/`dirname $@` && $(LN) $(DESTDIR)$(bindir)/wineapploader $(DESTDIR)$(bindir)/`dirname $@`
Alexandre Julliard's avatar
Alexandre Julliard committed
137

138
install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
139
	$(RM) $(DESTDIR)$(bindir)/wineapploader
140

141
install-progs: # nothing to do here
142

143
install:: install-progs$(DLLEXT) $(INSTALLDIRS)
144

145
uninstall::
146
	-cd $(DESTDIR)$(bindir) && $(RM) wineapploader $(INSTALLPROGS)
147
	-rmdir $(DESTDIR)$(dlldir)
148 149

# Rules for testing
150

151
check test:: $(SUBDIRS:%=%/__test__)