winecfg: Add trackbar to set screen resolution in graphics tab.
[wine] / programs / Makefile.in
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         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
49
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
89
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
107
108 INSTALLDIRS = $(DESTDIR)$(bindir)
109
110 PROGRAMS = wineapploader winelauncher
111
112 @MAKE_RULES@
113
114 all: $(PROGRAMS) $(SUBDIRS)
115
116 wineapploader: wineapploader.in
117         sed -e 's,@bindir\@,$(bindir),g' $(SRCDIR)/wineapploader.in >$@ || ($(RM) $@ && false)
118
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)
121
122 # Rules for installation
123
124 .PHONY: install-apploader install-progs install-progs.so $(INSTALLPROGS:%=%/__installprog__)
125
126 install-apploader: wineapploader $(INSTALLDIRS) dummy
127         $(INSTALL_SCRIPT) wineapploader $(DESTDIR)$(bindir)/wineapploader
128
129 $(INSTALLPROGS:%=%/__installprog__): install-apploader
130         $(RM) $(DESTDIR)$(bindir)/`dirname $@` && $(LN) $(DESTDIR)$(bindir)/wineapploader $(DESTDIR)$(bindir)/`dirname $@`
131
132 install-progs.so: $(INSTALLPROGS:%=%/__installprog__)
133         $(RM) $(DESTDIR)$(bindir)/wineapploader
134
135 install-progs: # nothing to do here
136
137 install:: winelauncher install-progs$(DLLEXT) $(INSTALLDIRS)
138         $(INSTALL_SCRIPT) winelauncher $(DESTDIR)$(bindir)/winelauncher
139
140 uninstall::
141         -cd $(DESTDIR)$(bindir) && $(RM) wineapploader winelauncher $(INSTALLPROGS)
142         -rmdir $(DESTDIR)$(dlldir)
143
144 # Rules for testing
145
146 check test:: $(SUBDIRS:%=%/__test__)