ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/Makefile.in
(Generate patch)

Comparing rxvt-unicode/src/Makefile.in (file contents):
Revision 1.152 by root, Mon Dec 5 15:08:31 2011 UTC vs.
Revision 1.157 by root, Wed Jan 18 11:47:51 2012 UTC

4SHELL = /bin/sh 4SHELL = /bin/sh
5prefix = @prefix@ 5prefix = @prefix@
6exec_prefix = @exec_prefix@ 6exec_prefix = @exec_prefix@
7bindir = @bindir@ 7bindir = @bindir@
8libdir = @libdir@ 8libdir = @libdir@
9includedir = @includedir@
10CC = @CC@
11CXX = @CXX@ 9CXX = @CXX@
12CPP = @CPP@
13PERL = @PERL@ 10PERL = @PERL@
14INSTALL = @INSTALL@ 11INSTALL = @INSTALL@
15INSTALL_PROGRAM = @INSTALL@ -m 755 12INSTALL_PROGRAM = @INSTALL@ -m 755
16INSTALL_DATA = @INSTALL@ -m 644 13INSTALL_DATA = @INSTALL@ -m 644
17CXXFLAGS = @CXXFLAGS@ 14CXXFLAGS = @CXXFLAGS@
124 makedepend -f Makefile.in -I. -I.. -I../libev -I../libptytty/src -I../libecb -Y *.C >/dev/null 2>&1 121 makedepend -f Makefile.in -I. -I.. -I../libev -I../libptytty/src -I../libecb -Y *.C >/dev/null 2>&1
125 122
126# DO NOT DELETE: nice dependency list follows 123# DO NOT DELETE: nice dependency list follows
127 124
128background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 125background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
129background.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 126background.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
130background.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h 127background.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
131background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 128background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
132background.o: optinc.h 129background.o: optinc.h
133command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h 130command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
134command.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 131command.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
135command.o: ../libev/ev.h callback.h scrollbar.h salloc.h 132command.o: ../libev/ev.h callback.h scrollbar.h salloc.h
136command.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 133command.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
137command.o: version.h command.h keyboard.h 134command.o: version.h command.h keyboard.h
138encoding.o: ../config.h encoding.h rxvtutil.h ../libev/ecb.h 135encoding.o: ../config.h encoding.h rxvtutil.h ../libecb/ecb.h
139encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h 136encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h
140encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h 137encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h
141encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h 138encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h
142encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h 139encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h
143encoding.o: table/iso8859_13.h table/iso8859_14.h table/iso8859_16.h 140encoding.o: table/iso8859_13.h table/iso8859_14.h table/iso8859_16.h
152encoding.o: table/compose.h table/category.h 149encoding.o: table/compose.h table/category.h
153ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c 150ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c
154ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c 151ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c
155fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h 152fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h
156fdpass_wrapper.o: ../libptytty/src/libptytty.h 153fdpass_wrapper.o: ../libptytty/src/libptytty.h
157init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h 154init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
158init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 155init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
159init.o: ../libev/ev.h callback.h scrollbar.h salloc.h 156init.o: ../libev/ev.h callback.h scrollbar.h salloc.h
160init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 157init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
161init.o: init.h keyboard.h 158init.o: init.h keyboard.h
162keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h 159keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
163keyboard.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 160keyboard.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
164keyboard.o: ../libev/ev.h callback.h scrollbar.h salloc.h 161keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
165keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 162keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
166keyboard.o: optinc.h keyboard.h command.h 163keyboard.o: optinc.h keyboard.h
167main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h 164main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
168main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 165main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
169main.o: ../libev/ev.h callback.h scrollbar.h salloc.h 166main.o: ../libev/ev.h callback.h scrollbar.h salloc.h
170main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 167main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
171main.o: init.h keyboard.h 168main.o: init.h keyboard.h
172misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h 169misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
173misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 170misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
174misc.o: ../libev/ev.h callback.h scrollbar.h salloc.h 171misc.o: ../libev/ev.h callback.h scrollbar.h salloc.h
175misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 172misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
176ptytty_wrapper.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 173ptytty_wrapper.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
177ptytty_wrapper.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h 174ptytty_wrapper.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
178ptytty_wrapper.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 175ptytty_wrapper.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
179ptytty_wrapper.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 176ptytty_wrapper.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h
180ptytty_wrapper.o: rsinc.h optinc.h ../libptytty/src/logging.C 177ptytty_wrapper.o: rsinc.h optinc.h ../libptytty/src/logging.C
181ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h 178ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h
182ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C 179ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C
183rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h 180rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
184rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 181rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
185rxvt.o: ../libev/ev.h callback.h scrollbar.h salloc.h 182rxvt.o: ../libev/ev.h callback.h scrollbar.h salloc.h
186rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 183rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
187rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libev/ecb.h 184rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libecb/ecb.h
188rxvtc.o: ../libptytty/src/libptytty.h 185rxvtc.o: ../libptytty/src/libptytty.h
189rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h 186rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
190rxvtd.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 187rxvtd.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
191rxvtd.o: ../libev/ev.h callback.h scrollbar.h salloc.h 188rxvtd.o: ../libev/ev.h callback.h scrollbar.h salloc.h
192rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 189rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
193rxvtd.o: rxvtdaemon.h 190rxvtd.o: rxvtdaemon.h
194rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libev/ecb.h 191rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libecb/ecb.h
195rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h 192rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
196rxvtfont.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 193rxvtfont.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
197rxvtfont.o: ../libev/ev.h callback.h scrollbar.h salloc.h 194rxvtfont.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
198rxvtfont.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 195rxvtfont.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
199rxvtfont.o: optinc.h table/linedraw.h 196rxvtfont.o: optinc.h table/linedraw.h
200rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
201rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h rxvtfont.h
202rxvtperl.o: rxvttoolkit.h callback.h scrollbar.h salloc.h
203rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
204rxvtperl.o: optinc.h keyboard.h perlxsi.c iom_perl.h
205rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 197rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
206rxvttoolkit.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 198rxvttoolkit.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
207rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h 199rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
208rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 200rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
209rxvttoolkit.o: optinc.h 201rxvttoolkit.o: optinc.h
210rxvtutil.o: rxvtutil.h ../libev/ecb.h 202rxvtutil.o: rxvtutil.h ../libecb/ecb.h
211salloc.o: salloc.h 203salloc.o: salloc.h
212screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libev/ecb.h 204screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
213screen.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 205screen.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
214screen.o: ../libev/ev.h callback.h scrollbar.h salloc.h 206screen.o: ../libev/ev.h callback.h scrollbar.h salloc.h
215screen.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h 207screen.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
216screen.o: salloc.C 208screen.o: salloc.C
217scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 209scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
218scrollbar-next.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h 210scrollbar-next.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
219scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h 211scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
220scrollbar-next.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h 212scrollbar-next.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
221scrollbar-next.o: rxvtperl.h hookinc.h rsinc.h optinc.h 213scrollbar-next.o: rxvtperl.h hookinc.h rsinc.h optinc.h
222scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 214scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
223scrollbar-plain.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h 215scrollbar-plain.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
224scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h 216scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
225scrollbar-plain.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h 217scrollbar-plain.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
226scrollbar-plain.o: rxvtperl.h hookinc.h rsinc.h optinc.h 218scrollbar-plain.o: rxvtperl.h hookinc.h rsinc.h optinc.h
227scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 219scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
228scrollbar-rxvt.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h 220scrollbar-rxvt.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
229scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h 221scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
230scrollbar-rxvt.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h 222scrollbar-rxvt.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
231scrollbar-rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h 223scrollbar-rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h
232scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 224scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
233scrollbar-xterm.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h 225scrollbar-xterm.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
234scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h 226scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
235scrollbar-xterm.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h 227scrollbar-xterm.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
236scrollbar-xterm.o: rxvtperl.h hookinc.h rsinc.h optinc.h 228scrollbar-xterm.o: rxvtperl.h hookinc.h rsinc.h optinc.h
237scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 229scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
238scrollbar.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 230scrollbar.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
239scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h 231scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
240scrollbar.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 232scrollbar.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
241scrollbar.o: optinc.h 233scrollbar.o: optinc.h
242xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 234xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
243xdefaults.o: ../libev/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 235xdefaults.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
244xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h 236xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
245xdefaults.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 237xdefaults.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
246xdefaults.o: optinc.h version.h keyboard.h 238xdefaults.o: optinc.h version.h keyboard.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines