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