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.127 by ayin, Fri Dec 28 20:57:53 2007 UTC vs.
Revision 1.131 by root, Wed Dec 30 06:14:03 2009 UTC

19LDFLAGS = @LDFLAGS@ 19LDFLAGS = @LDFLAGS@
20DEFS = @DEFS@ 20DEFS = @DEFS@
21LIBS = @LIBS@ 21LIBS = @LIBS@
22XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ 22XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@
23XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ 23XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@
24COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(DEBUG) $(XINC) 24COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC)
25LINK = @LINKER@ $(LDFLAGS) 25LINK = @LINKER@ $(LDFLAGS)
26 26
27srcdir = @srcdir@ 27srcdir = @srcdir@
28VPATH = @srcdir@ 28VPATH = @srcdir@
29
30DEBUG=-DDEBUG_STRICT
31 29
32first_rule: all 30first_rule: all
33dummy: 31dummy:
34 32
35COMMON = \ 33COMMON = \
84 82
85alldoc: 83alldoc:
86 84
87clean: 85clean:
88 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C 86 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
89 rm -f *.o tmpproto *.tmp 87 rm -f *.o
90 88
91distclean: clean 89distclean: clean
92 rm -f Makefile 90 rm -f Makefile
93 91
94realclean: distclean 92realclean: distclean
123depend: 121depend:
124 makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C >/dev/null 2>&1 122 makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C >/dev/null 2>&1
125 123
126# DO NOT DELETE: nice dependency list follows 124# DO NOT DELETE: nice dependency list follows
127 125
128background.o: ../config.h rxvt.h optinc.h feature.h encoding.h 126background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
129background.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 127background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
130background.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 128background.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h
131background.o: hookinc.h background.h rsinc.h 129background.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h
132command.o: ../config.h rxvt.h optinc.h feature.h encoding.h 130command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
133command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 131command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
134command.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 132command.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
135command.o: background.h rsinc.h version.h command.h keyboard.h 133command.o: background.h rsinc.h optinc.h version.h command.h keyboard.h
136encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 134encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
137encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 135encoding.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 136encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
139encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 137encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
140encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h 138encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
146encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h 144encoding.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 145encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
148encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 146encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
149encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 147encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
150encoding.o: table/compose.h table/category.h 148encoding.o: table/compose.h table/category.h
151ev_cpp.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c ../config.h 149ev_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 150ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c
153fdpass.o: ../config.h libptytty.h 151fdpass.o: ../config.h libptytty.h
154init.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h 152init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
155init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 153init.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
156init.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h 154init.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
157init.o: rsinc.h init.h 155init.o: background.h rsinc.h optinc.h init.h keyboard.h
158keyboard.o: ../config.h rxvt.h optinc.h feature.h encoding.h 156keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
159keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 157keyboard.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
160keyboard.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 158keyboard.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
161keyboard.o: hookinc.h background.h rsinc.h keyboard.h command.h 159keyboard.o: background.h rsinc.h optinc.h keyboard.h command.h
162logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h 160logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h
163logging.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 161logging.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h
164logging.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h 162logging.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
165logging.o: rxvtperl.h hookinc.h background.h rsinc.h 163logging.o: salloc.h rxvtperl.h hookinc.h background.h rsinc.h optinc.h
166main.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h 164main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
167main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 165main.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
168main.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h 166main.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
169main.o: rsinc.h keyboard.h 167main.o: background.h rsinc.h optinc.h keyboard.h
170misc.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h 168misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
171misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 169misc.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
172misc.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h 170misc.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
173misc.o: rsinc.h 171misc.o: background.h rsinc.h optinc.h
174proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h 172proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h
175proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 173proxy.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
176proxy.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h 174proxy.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
177proxy.o: rxvtperl.h hookinc.h background.h rsinc.h 175proxy.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h
178ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h 176ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h feature.h
179ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 177ptytty.o: encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
180ptytty.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h 178ptytty.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
181ptytty.o: rxvtperl.h hookinc.h background.h rsinc.h 179ptytty.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h
182rxvt.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h 180rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
183rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 181rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
184rxvt.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h 182rxvt.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
185rxvt.o: rsinc.h 183rxvt.o: background.h rsinc.h optinc.h
186rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h 184rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h feature.h
187rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h ev_cpp.h 185rxvtc.o: encoding.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
188rxvtc.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h rxvtperl.h 186rxvtc.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
189rxvtc.o: hookinc.h background.h rsinc.h 187rxvtc.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h
190rxvtd.o: ../config.h rxvt.h optinc.h feature.h encoding.h 188rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
191rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 189rxvtd.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
192rxvtd.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 190rxvtd.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
193rxvtd.o: background.h rsinc.h rxvtdaemon.h 191rxvtd.o: background.h rsinc.h optinc.h rxvtdaemon.h
194rxvtdaemon.o: rxvtdaemon.h rxvtutil.h 192rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
195rxvtfont.o: ../config.h rxvt.h optinc.h feature.h encoding.h 193rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
196rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 194rxvtfont.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
197rxvtfont.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 195rxvtfont.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
198rxvtfont.o: hookinc.h background.h rsinc.h table/linedraw.h 196rxvtfont.o: background.h rsinc.h optinc.h table/linedraw.h
199rxvtperl.o: ../config.h ev_cpp.h ../libev/ev++.h ../libev/ev.h rxvt.h 197rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
200rxvtperl.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h 198rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
201rxvtperl.o: rxvttoolkit.h callback.h salloc.h libptytty.h rxvtperl.h 199rxvtperl.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
202rxvtperl.o: hookinc.h background.h rsinc.h keyboard.h perlxsi.c ./iom_perl.h 200rxvtperl.o: background.h rsinc.h optinc.h keyboard.h perlxsi.c iom_perl.h
203rxvttoolkit.o: ../config.h rxvt.h optinc.h feature.h encoding.h 201rxvttoolkit.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
204rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 202rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
205rxvttoolkit.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 203rxvttoolkit.o: ../libev/ev.h callback.h scrollbar.h salloc.h libptytty.h
206rxvttoolkit.o: hookinc.h background.h rsinc.h 204rxvttoolkit.o: rxvtperl.h hookinc.h background.h rsinc.h optinc.h
207rxvtutil.o: rxvtutil.h 205rxvtutil.o: rxvtutil.h
208salloc.o: salloc.h 206salloc.o: salloc.h
209screen.o: ../config.h rxvt.h optinc.h feature.h encoding.h 207screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
210screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 208screen.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
211screen.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 209screen.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
212screen.o: background.h rsinc.h salloc.C 210screen.o: background.h rsinc.h optinc.h salloc.C
213scrollbar-next.o: ../config.h rxvt.h optinc.h feature.h encoding.h 211scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
214scrollbar-next.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 212scrollbar-next.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
215scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h 213scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
216scrollbar-next.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h 214scrollbar-next.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h
215scrollbar-next.o: rsinc.h optinc.h
217scrollbar-plain.o: ../config.h rxvt.h optinc.h feature.h encoding.h 216scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
218scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 217scrollbar-plain.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
219scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h 218scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
220scrollbar-plain.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h 219scrollbar-plain.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h
220scrollbar-plain.o: rsinc.h optinc.h
221scrollbar-rxvt.o: ../config.h rxvt.h optinc.h feature.h encoding.h 221scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
222scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 222scrollbar-rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
223scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h 223scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
224scrollbar-rxvt.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h 224scrollbar-rxvt.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h
225scrollbar-rxvt.o: rsinc.h optinc.h
225scrollbar-xterm.o: ../config.h rxvt.h optinc.h feature.h encoding.h 226scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
226scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 227scrollbar-xterm.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
227scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h 228scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
228scrollbar-xterm.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h 229scrollbar-xterm.o: salloc.h libptytty.h rxvtperl.h hookinc.h background.h
230scrollbar-xterm.o: rsinc.h optinc.h
229scrollbar.o: ../config.h rxvt.h optinc.h feature.h encoding.h 231scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
230scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 232scrollbar.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
231scrollbar.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 233scrollbar.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
232scrollbar.o: hookinc.h background.h rsinc.h 234scrollbar.o: background.h rsinc.h optinc.h
233xdefaults.o: ../config.h rxvt.h optinc.h feature.h encoding.h 235xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
234xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 236xdefaults.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
235xdefaults.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 237xdefaults.o: callback.h scrollbar.h salloc.h libptytty.h rxvtperl.h hookinc.h
236xdefaults.o: hookinc.h background.h rsinc.h version.h keyboard.h 238xdefaults.o: background.h rsinc.h optinc.h version.h keyboard.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines