1 # Automatically generated by make_progs; DO NOT EDIT!!
2
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
7
8 SUBDIRS = \
9 clock \
10 cmd \
11 cmdlgtst \
12 control \
13 eject \
14 expand \
15 explorer \
16 hh \
17 icinfo \
18 iexplore \
19 msiexec \
20 net \
21 notepad \
22 oleview \
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 \
45 winemine \
46 winepath \
47 winetest \
48 winevdm \
49 winhlp32 \
50 winver \
51 wordpad \
52 write \
53 xcopy
54
55 # Sub-directories to run make install into
56 INSTALLSUBDIRS = \
57 clock \
58 cmd \
59 control \
60 eject \
61 expand \
62 explorer \
63 hh \
64 icinfo \
65 iexplore \
66 msiexec \
67 net \
68 notepad \
69 oleview \
70 progman \
71 reg \
72 regedit \
73 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 wineconsole \
87 winedbg \
88 winedevice \
89 winefile \
90 winemenubuilder \
91 winemine \
92 winepath \
93 winevdm \
94 winhlp32 \
95 winver \
96 wordpad \
97 write \
98 xcopy
99
100 # Programs to install in bin directory
101 INSTALLPROGS = \
102 msiexec \
103 notepad \
104 progman \
105 regedit \
106 regsvr32 \
107 uninstaller \
108 wineboot \
109 winebrowser \
110 winecfg \
111 wineconsole \
112 winedbg \
113 winefile \
114 winemine \
115 winepath
116
117 INSTALLDIRS = $(DESTDIR)$(bindir)
118
119 PROGRAMS = wineapploader
120
121 @MAKE_RULES@
122
123 all: $(PROGRAMS) $(SUBDIRS)
124
125 wineapploader: wineapploader.in
126 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
127
128 # Rules for installation
129
130 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
131
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 $@`
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__)
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.