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.139 by root, Wed Nov 3 21:04:15 2010 UTC vs.
Revision 1.143 by sf-exg, Mon May 30 18:39:02 2011 UTC

19LDFLAGS = @LDFLAGS@ 19LDFLAGS = @LDFLAGS@
20DEFS = @DEFS@ 20DEFS = @DEFS@
21LIBS = @LIBS@ 21LIBS = @LIBS@
22XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ 22XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@
23XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ 23XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@
24COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) 24COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev -I$(srcdir)/../libecb $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC)
25LINK = @LINKER@ $(LDFLAGS) 25LINK = @LINKER@ $(LDFLAGS)
26EXEEXT = @EXEEXT@ 26EXEEXT = @EXEEXT@
27PERLFLAGS = @PERLFLAGS@ 27PERLFLAGS = @PERLFLAGS@
28PERLLIB = @PERLLIB@ 28PERLLIB = @PERLLIB@
29 29
126# DO NOT DELETE: nice dependency list follows 126# DO NOT DELETE: nice dependency list follows
127 127
128background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 128background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
129background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 129background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
130background.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h 130background.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h
131background.o: rxvtperl.h background.h rsinc.h optinc.h 131background.o: rxvtperl.h hookinc.h rsinc.h optinc.h
132command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 132command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
133command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 133command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
134command.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h 134command.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
135command.o: background.h rsinc.h optinc.h version.h command.h 135command.o: rsinc.h optinc.h version.h command.h keyboard.h
136encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 136encoding.o: ../config.h encoding.h rxvtutil.h table/iso8859_1.h
137encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
138encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 137encoding.o: table/iso8859_15.h table/iso8859_2.h table/iso8859_3.h
139encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 138encoding.o: table/iso8859_4.h table/iso8859_5.h table/iso8859_6.h
140encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h 139encoding.o: table/iso8859_7.h table/iso8859_8.h table/iso8859_9.h
141encoding.o: table/iso8859_16.h table/koi8_r.h table/koi8_u.h 140encoding.o: table/iso8859_10.h table/iso8859_11.h table/iso8859_13.h
141encoding.o: table/iso8859_14.h table/iso8859_16.h table/koi8_r.h
142encoding.o: table/ksc5601_1987_0.h table/big5.h table/gbk_0.h 142encoding.o: table/koi8_u.h table/ksc5601_1987_0.h table/big5.h table/gbk_0.h
143encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h 143encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h
144encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h 144encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
145encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h 145encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
146encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h 146encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
147encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 147encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
151ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c 151ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c
152ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c 152ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c
153fdpass.o: ../config.h libptytty.h 153fdpass.o: ../config.h libptytty.h
154init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 154init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
155init.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 155init.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
156init.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h background.h 156init.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
157init.o: rsinc.h optinc.h init.h keyboard.h 157init.o: rsinc.h optinc.h init.h keyboard.h
158keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 158keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
159keyboard.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 159keyboard.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
160keyboard.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h 160keyboard.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
161keyboard.o: background.h rsinc.h optinc.h 161keyboard.o: rsinc.h optinc.h keyboard.h command.h
162logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h 162logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h
163logging.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 163logging.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h
164logging.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h 164logging.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
165logging.o: rxvtperl.h background.h rsinc.h optinc.h 165logging.o: rxvtperl.h hookinc.h rsinc.h optinc.h
166main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 166main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
167main.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 167main.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
168main.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h background.h 168main.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
169main.o: rsinc.h optinc.h init.h keyboard.h 169main.o: rsinc.h optinc.h init.h keyboard.h
170misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 170misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
171misc.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 171misc.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
172misc.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h background.h 172misc.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
173misc.o: rsinc.h optinc.h 173misc.o: rsinc.h optinc.h
174proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h 174proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h
175proxy.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 175proxy.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h
176proxy.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h 176proxy.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
177proxy.o: rxvtperl.h background.h rsinc.h optinc.h 177proxy.o: rxvtperl.h hookinc.h rsinc.h optinc.h
178ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h 178ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h
179ptytty.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 179ptytty.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h
180ptytty.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h 180ptytty.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
181ptytty.o: rxvtperl.h background.h rsinc.h optinc.h 181ptytty.o: rxvtperl.h hookinc.h rsinc.h optinc.h
182rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 182rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
183rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 183rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
184rxvt.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h background.h 184rxvt.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
185rxvt.o: rsinc.h optinc.h 185rxvt.o: rsinc.h optinc.h
186rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h feature.h 186rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h
187rxvtc.o: encoding.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
188rxvtc.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
189rxvtc.o: rxvtperl.h background.h rsinc.h optinc.h
190rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 187rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
191rxvtd.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 188rxvtd.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
192rxvtd.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h background.h 189rxvtd.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
193rxvtd.o: rsinc.h optinc.h rxvtdaemon.h 190rxvtd.o: rsinc.h optinc.h rxvtdaemon.h
194rxvtdaemon.o: rxvtdaemon.h rxvtutil.h 191rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
195rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 192rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
196rxvtfont.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 193rxvtfont.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
197rxvtfont.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h 194rxvtfont.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
198rxvtfont.o: background.h rsinc.h optinc.h 195rxvtfont.o: rsinc.h optinc.h table/linedraw.h
196rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
197rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
198rxvtperl.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
199rxvtperl.o: rsinc.h optinc.h keyboard.h perlxsi.c iom_perl.h
199rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 200rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
200rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 201rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
201rxvttoolkit.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h 202rxvttoolkit.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h
202rxvttoolkit.o: rxvtperl.h background.h rsinc.h optinc.h 203rxvttoolkit.o: rxvtperl.h hookinc.h rsinc.h optinc.h
203rxvtutil.o: rxvtutil.h 204rxvtutil.o: rxvtutil.h
204salloc.o: salloc.h 205salloc.o: salloc.h
205screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 206screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
206screen.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 207screen.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
207screen.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h background.h 208screen.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
208screen.o: rsinc.h optinc.h salloc.C 209screen.o: rsinc.h optinc.h salloc.C
209scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 210scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
210scrollbar-next.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 211scrollbar-next.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
211scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 212scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
212scrollbar-next.o: salloc.h libptytty.h rxvtperl.h background.h rsinc.h 213scrollbar-next.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
213scrollbar-next.o: optinc.h
214scrollbar-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
215scrollbar-plain.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 215scrollbar-plain.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
216scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 216scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
217scrollbar-plain.o: salloc.h libptytty.h rxvtperl.h background.h rsinc.h 217scrollbar-plain.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
218scrollbar-plain.o: optinc.h
219scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 218scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
220scrollbar-rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 219scrollbar-rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
221scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 220scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
222scrollbar-rxvt.o: salloc.h libptytty.h rxvtperl.h background.h rsinc.h 221scrollbar-rxvt.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
223scrollbar-rxvt.o: optinc.h
224scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 222scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
225scrollbar-xterm.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 223scrollbar-xterm.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
226scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 224scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
227scrollbar-xterm.o: salloc.h libptytty.h rxvtperl.h background.h rsinc.h 225scrollbar-xterm.o: salloc.h libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
228scrollbar-xterm.o: optinc.h
229scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 226scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
230scrollbar.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 227scrollbar.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
231scrollbar.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h 228scrollbar.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
232scrollbar.o: background.h rsinc.h optinc.h 229scrollbar.o: rsinc.h optinc.h
233xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 230xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
234xdefaults.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 231xdefaults.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
235xdefaults.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h 232xdefaults.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
236xdefaults.o: background.h rsinc.h optinc.h version.h 233xdefaults.o: rsinc.h optinc.h version.h keyboard.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines