Changes in crossover-wine-src-6.1.0 except for configure
[wine/hacks.git] / programs / Makefile.in
bloba857731f4b023c92f3195e7bfa853c243bcd7a7b
1 # Automatically generated by make_progs; DO NOT EDIT!!
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
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 notepad \
21 oleview \
22 progman \
23 regedit \
24 regsvr32 \
25 rpcss \
26 rundll32 \
27 spoolsv \
28 start \
29 taskmgr \
30 uninstaller \
31 view \
32 wineboot \
33 winebrowser \
34 winecfg \
35 wineconsole \
36 winedbg \
37 winefile \
38 winemenubuilder \
39 winemine \
40 winepath \
41 winetest \
42 winevdm \
43 winhelp \
44 winver \
45 wordpad \
46 xcopy
48 # Sub-directories to run make install into
49 INSTALLSUBDIRS = \
50 cmd \
51 control \
52 eject \
53 expand \
54 explorer \
55 hh \
56 iexplore \
57 msiexec \
58 notepad \
59 oleview \
60 regedit \
61 regsvr32 \
62 rundll32 \
63 spoolsv \
64 start \
65 taskmgr \
66 uninstaller \
67 wineboot \
68 winebrowser \
69 winecfg \
70 wineconsole \
71 winedbg \
72 winemenubuilder \
73 winepath \
74 winevdm \
75 winhelp \
76 wordpad \
77 xcopy
79 # Programs to install in bin directory
80 INSTALLPROGS = \
83 INSTALLDIRS = $(DESTDIR)$(bindir)
85 PROGRAMS = wineapploader winelauncher
87 @MAKE_RULES@
89 all: $(PROGRAMS) $(SUBDIRS)
91 wineapploader: wineapploader.in
92 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
94 winelauncher: winelauncher.in
95 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' -e 's,@dlldir\@,$(dlldir),g' $(SRCDIR)/winelauncher.in >$@ || ($(RM) $@ && false)
97 # Rules for installation
99 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
101 install-apploader: wineapploader $(INSTALLDIRS) dummy
102 $(INSTALL_SCRIPT) wineapploader $(DESTDIR)$(bindir)/wineapploader
104 $(INSTALLPROGS:%=%/__installprog__): install-apploader
105 $(RM) $(DESTDIR)$(bindir)/`dirname $@` && $(LN) $(DESTDIR)$(bindir)/wineapploader $(DESTDIR)$(bindir)/`dirname $@`
107 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
108 $(RM) $(DESTDIR)$(bindir)/wineapploader
110 install-progs: # nothing to do here
112 install:: winelauncher install-progs$(DLLEXT) $(INSTALLDIRS)
113 $(INSTALL_SCRIPT) winelauncher $(DESTDIR)$(bindir)/winelauncher
115 uninstall::
116 -cd $(DESTDIR)$(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
117 -rmdir $(DESTDIR)$(dlldir)
119 # Rules for testing
121 check test:: $(SUBDIRS:%=%/__test__)