ntdll: Add test cases for the direction flag.
[wine/hacks.git] / programs / Makefile.in
blob3149c7bcf236e47360e13a220c572e253e3d535d
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 net \
21 notepad \
22 oleview \
23 progman \
24 reg \
25 regedit \
26 regsvr32 \
27 rpcss \
28 rundll32 \
29 secedit \
30 spoolsv \
31 start \
32 svchost \
33 taskmgr \
34 uninstaller \
35 view \
36 wineboot \
37 winebrowser \
38 winecfg \
39 wineconsole \
40 winedbg \
41 winedevice \
42 winefile \
43 winemenubuilder \
44 winemine \
45 winepath \
46 winetest \
47 winevdm \
48 winhelp \
49 winver \
50 wordpad \
51 write \
52 xcopy
54 # Sub-directories to run make install into
55 INSTALLSUBDIRS = \
56 clock \
57 cmd \
58 control \
59 eject \
60 expand \
61 explorer \
62 hh \
63 icinfo \
64 iexplore \
65 msiexec \
66 net \
67 notepad \
68 oleview \
69 progman \
70 reg \
71 regedit \
72 regsvr32 \
73 rpcss \
74 rundll32 \
75 secedit \
76 spoolsv \
77 start \
78 svchost \
79 taskmgr \
80 uninstaller \
81 wineboot \
82 winebrowser \
83 winecfg \
84 wineconsole \
85 winedbg \
86 winedevice \
87 winefile \
88 winemenubuilder \
89 winemine \
90 winepath \
91 winevdm \
92 winhelp \
93 winver \
94 wordpad \
95 write \
96 xcopy
98 # Programs to install in bin directory
99 INSTALLPROGS = \
100 msiexec \
101 notepad \
102 progman \
103 regedit \
104 regsvr32 \
105 uninstaller \
106 wineboot \
107 winebrowser \
108 winecfg \
109 wineconsole \
110 winedbg \
111 winefile \
112 winemine \
113 winepath \
114 winhelp
116 INSTALLDIRS = $(DESTDIR)$(bindir)
118 PROGRAMS = wineapploader winelauncher
120 @MAKE_RULES@
122 all: $(PROGRAMS) $(SUBDIRS)
124 wineapploader: wineapploader.in
125 sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
127 winelauncher: winelauncher.in
128 sed -e 's,@bindir\@,$(bindir),g' -e 's,@libdir\@,$(libdir),g' -e 's,@dlldir\@,$(dlldir),g' $(SRCDIR)/winelauncher.in >$@ || ($(RM) $@ && false)
130 # Rules for installation
132 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
134 install-apploader: wineapploader $(INSTALLDIRS) dummy
135 $(INSTALL_SCRIPT) wineapploader $(DESTDIR)$(bindir)/wineapploader
137 $(INSTALLPROGS:%=%/__installprog__): install-apploader
138 $(RM) $(DESTDIR)$(bindir)/`dirname $@` && $(LN) $(DESTDIR)$(bindir)/wineapploader $(DESTDIR)$(bindir)/`dirname $@`
140 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
141 $(RM) $(DESTDIR)$(bindir)/wineapploader
143 install-progs: # nothing to do here
145 install:: winelauncher install-progs$(DLLEXT) $(INSTALLDIRS)
146 $(INSTALL_SCRIPT) winelauncher $(DESTDIR)$(bindir)/winelauncher
148 uninstall::
149 -cd $(DESTDIR)$(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
150 -rmdir $(DESTDIR)$(dlldir)
152 # Rules for testing
154 check test:: $(SUBDIRS:%=%/__test__)