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.148 by root, Wed Jun 29 13:50:46 2011 UTC vs.
Revision 1.155 by sf-exg, Fri Dec 23 00:20:45 2011 UTC

1DATE=@DATE@ 1DATE=@DATE@
2VERSION=@VERSION@ 2VERSION=@VERSION@
3RXVTNAME=@RXVTNAME@ 3RXVTNAME=@RXVTNAME@
4SHELL = /bin/sh 4SHELL = /bin/sh
5prefix = @prefix@
6exec_prefix = @exec_prefix@
7bindir = @bindir@ 5bindir = @bindir@
8libdir = @libdir@ 6libdir = @libdir@
9includedir = @includedir@
10CC = @CC@
11CXX = @CXX@ 7CXX = @CXX@
12CPP = @CPP@
13PERL = @PERL@ 8PERL = @PERL@
14INSTALL = @INSTALL@ 9INSTALL = @INSTALL@
15INSTALL_PROGRAM = @INSTALL@ -m 755 10INSTALL_PROGRAM = @INSTALL@ -m 755
16INSTALL_DATA = @INSTALL@ -m 644 11INSTALL_DATA = @INSTALL@ -m 644
17CXXFLAGS = @CXXFLAGS@ 12CXXFLAGS = @CXXFLAGS@
18CPPFLAGS = @CPPFLAGS@ 13CPPFLAGS = @CPPFLAGS@
19LDFLAGS = @LDFLAGS@ 14LDFLAGS = @LDFLAGS@
20DEFS = @DEFS@ 15DEFS = @DEFS@
21LIBS = @LIBS@ 16LIBS = @LIBS@
22XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ 17XINC = @X_CFLAGS@ @AFTERIMAGE_CFLAGS@ @PIXBUF_CFLAGS@ @STARTUP_NOTIFICATION_CFLAGS@
23XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ 18XLIB = @X_LIBS@ @AFTERIMAGE_LIBS@ -lX11 @X_EXTRA_LIBS@ @PIXBUF_LIBS@ @STARTUP_NOTIFICATION_LIBS@
24COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev -I$(srcdir)/../libptytty/src -I$(srcdir)/../libecb $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC) 19COMPILE = $(CXX) -I.. -I$(srcdir) -I. -I$(srcdir)/../libev -I$(srcdir)/../libptytty/src -I$(srcdir)/../libecb $(DEFS) $(CPPFLAGS) $(CXXFLAGS) $(XINC)
25LINK = @LINKER@ $(LDFLAGS) 20LINK = @LINKER@ $(LDFLAGS)
26EXEEXT = @EXEEXT@ 21EXEEXT = @EXEEXT@
27PERLFLAGS = @PERLFLAGS@ 22PERLFLAGS = @PERLFLAGS@
28PERLLIB = @PERLLIB@ 23PERLLIB = @PERLLIB@
70rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o 65rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o
71 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS) 66 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass_wrapper.o $(LIBS)
72 67
73#------------------------------------------------------------------------- 68#-------------------------------------------------------------------------
74 69
75#EXUBERANT_OPTS = -I NOTHROW 70#EXUBERANT_OPTS = -I NOTHROW -I THROW
76 71
77tags: *.[Ch] 72tags: *.[Ch]
78 ctags $(EXUBERANT_OPTS) *.[Ch] 73 ctags $(EXUBERANT_OPTS) *.[Ch]
79 74
80TAGS: *.[Ch] 75TAGS: *.[Ch]
119 114
120rxvtperl.o: rxvtperl.C perlxsi.c 115rxvtperl.o: rxvtperl.C perlxsi.c
121 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 116 $(COMPILE) $(PERLFLAGS) -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
122 117
123depend: 118depend:
124 makedepend -f Makefile.in -I. -I.. -I../libev -I../libptytty/src -Y *.C >/dev/null 2>&1 119 makedepend -f Makefile.in -I. -I.. -I../libev -I../libptytty/src -I../libecb -Y *.C >/dev/null 2>&1
125 120
126# DO NOT DELETE: nice dependency list follows 121# DO NOT DELETE: nice dependency list follows
127 122
128background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 123background.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
129background.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 124background.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
130background.o: ../libev/ev.h callback.h scrollbar.h salloc.h 125background.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 126background.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
132background.o: optinc.h 127background.o: optinc.h
133command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 128command.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
134command.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 129command.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
135command.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 130command.o: ../libev/ev.h callback.h scrollbar.h salloc.h
136command.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h command.h 131command.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
137command.o: keyboard.h 132command.o: version.h command.h keyboard.h
138encoding.o: ../config.h encoding.h rxvtutil.h table/iso8859_1.h 133encoding.o: ../config.h encoding.h rxvtutil.h ../libecb/ecb.h
139encoding.o: table/iso8859_15.h table/iso8859_2.h table/iso8859_3.h
140encoding.o: table/iso8859_4.h table/iso8859_5.h table/iso8859_6.h 134encoding.o: table/iso8859_1.h table/iso8859_15.h table/iso8859_2.h
141encoding.o: table/iso8859_7.h table/iso8859_8.h table/iso8859_9.h 135encoding.o: table/iso8859_3.h table/iso8859_4.h table/iso8859_5.h
142encoding.o: table/iso8859_10.h table/iso8859_11.h table/iso8859_13.h 136encoding.o: table/iso8859_6.h table/iso8859_7.h table/iso8859_8.h
143encoding.o: table/iso8859_14.h table/iso8859_16.h table/koi8_r.h 137encoding.o: table/iso8859_9.h table/iso8859_10.h table/iso8859_11.h
138encoding.o: table/iso8859_13.h table/iso8859_14.h table/iso8859_16.h
144encoding.o: table/koi8_u.h table/ksc5601_1987_0.h table/big5.h table/gbk_0.h 139encoding.o: table/koi8_r.h table/koi8_u.h table/ksc5601_1987_0.h table/big5.h
145encoding.o: table/gb2312_1980_0.h table/cns11643_1992_1.h 140encoding.o: table/gbk_0.h table/gb2312_1980_0.h table/cns11643_1992_1.h
146encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h 141encoding.o: table/cns11643_1992_2.h table/cns11643_1992_3.h
147encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h 142encoding.o: table/cns11643_1992_4.h table/cns11643_1992_5.h
148encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h 143encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
149encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 144encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
150encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 145encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
152encoding.o: table/compose.h table/category.h 147encoding.o: table/compose.h table/category.h
153ev_cpp.o: ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c 148ev_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 149ev_cpp.o: ../libev/ev_vars.h ../libev/ev_epoll.c ../libev/ev_select.c
155fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h 150fdpass_wrapper.o: ../libptytty/src/fdpass.C ../config.h
156fdpass_wrapper.o: ../libptytty/src/libptytty.h 151fdpass_wrapper.o: ../libptytty/src/libptytty.h
157init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 152init.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
158init.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 153init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
159init.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 154init.o: ../libev/ev.h callback.h scrollbar.h salloc.h
160init.o: rxvtperl.h hookinc.h rsinc.h optinc.h init.h keyboard.h 155init.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
156init.o: init.h keyboard.h
161keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 157keyboard.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
162keyboard.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 158keyboard.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
163keyboard.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 159keyboard.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
164keyboard.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h command.h 160keyboard.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
161keyboard.o: optinc.h keyboard.h
165main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 162main.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
166main.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 163main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
167main.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 164main.o: ../libev/ev.h callback.h scrollbar.h salloc.h
168main.o: rxvtperl.h hookinc.h rsinc.h optinc.h init.h keyboard.h 165main.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
166main.o: init.h keyboard.h
169misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 167misc.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
170misc.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 168misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
171misc.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 169misc.o: ../libev/ev.h callback.h scrollbar.h salloc.h
172misc.o: rxvtperl.h hookinc.h rsinc.h optinc.h 170misc.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
173ptytty_wrapper.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 171ptytty_wrapper.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
174ptytty_wrapper.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 172ptytty_wrapper.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
175ptytty_wrapper.o: ../libev/ev.h callback.h scrollbar.h salloc.h 173ptytty_wrapper.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h
176ptytty_wrapper.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 174ptytty_wrapper.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h
177ptytty_wrapper.o: optinc.h ../libptytty/src/logging.C 175ptytty_wrapper.o: rsinc.h optinc.h ../libptytty/src/logging.C
178ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h 176ptytty_wrapper.o: ../libptytty/src/ptytty.h ../libptytty/src/ptytty_conf.h
179ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C 177ptytty_wrapper.o: ../libptytty/src/proxy.C ../libptytty/src/ptytty.C
180rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 178rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
181rxvt.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 179rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
182rxvt.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 180rxvt.o: ../libev/ev.h callback.h scrollbar.h salloc.h
183rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h 181rxvt.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
184rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libptytty/src/libptytty.h 182rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h ../libecb/ecb.h
183rxvtc.o: ../libptytty/src/libptytty.h
185rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 184rxvtd.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
186rxvtd.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 185rxvtd.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
187rxvtd.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 186rxvtd.o: ../libev/ev.h callback.h scrollbar.h salloc.h
188rxvtd.o: rxvtperl.h hookinc.h rsinc.h optinc.h rxvtdaemon.h 187rxvtd.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
188rxvtd.o: rxvtdaemon.h
189rxvtdaemon.o: rxvtdaemon.h rxvtutil.h 189rxvtdaemon.o: rxvtdaemon.h rxvtutil.h ../libecb/ecb.h
190rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 190rxvtfont.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
191rxvtfont.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 191rxvtfont.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
192rxvtfont.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 192rxvtfont.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
193rxvtfont.o: rxvtperl.h hookinc.h rsinc.h optinc.h table/linedraw.h 193rxvtfont.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
194rxvtfont.o: optinc.h table/linedraw.h
194rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 195rxvtperl.o: ../config.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
195rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 196rxvtperl.o: rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h rxvtfont.h
196rxvtperl.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 197rxvtperl.o: rxvttoolkit.h callback.h scrollbar.h salloc.h
197rxvtperl.o: rxvtperl.h hookinc.h rsinc.h optinc.h keyboard.h perlxsi.c 198rxvtperl.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
198rxvtperl.o: iom_perl.h 199rxvtperl.o: 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
200rxvttoolkit.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h 201rxvttoolkit.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
201rxvttoolkit.o: ../libev/ev.h callback.h scrollbar.h salloc.h 202rxvttoolkit.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
202rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h 203rxvttoolkit.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
203rxvttoolkit.o: optinc.h 204rxvttoolkit.o: optinc.h
204rxvtutil.o: rxvtutil.h 205rxvtutil.o: rxvtutil.h ../libecb/ecb.h
205salloc.o: salloc.h 206salloc.o: salloc.h
206screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 207screen.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h ../libecb/ecb.h
207screen.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 208screen.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h
208screen.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 209screen.o: ../libev/ev.h callback.h scrollbar.h salloc.h
209screen.o: rxvtperl.h hookinc.h rsinc.h optinc.h salloc.C 210screen.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h optinc.h
211screen.o: salloc.C
210scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 212scrollbar-next.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
211scrollbar-next.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 213scrollbar-next.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
212scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 214scrollbar-next.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
213scrollbar-next.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 215scrollbar-next.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
214scrollbar-next.o: rsinc.h optinc.h 216scrollbar-next.o: rxvtperl.h hookinc.h rsinc.h optinc.h
215scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 217scrollbar-plain.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
216scrollbar-plain.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 218scrollbar-plain.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
217scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 219scrollbar-plain.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
218scrollbar-plain.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 220scrollbar-plain.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
219scrollbar-plain.o: rsinc.h optinc.h 221scrollbar-plain.o: rxvtperl.h hookinc.h rsinc.h optinc.h
220scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 222scrollbar-rxvt.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
221scrollbar-rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 223scrollbar-rxvt.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
222scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 224scrollbar-rxvt.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
223scrollbar-rxvt.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h 225scrollbar-rxvt.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
224scrollbar-rxvt.o: rsinc.h optinc.h 226scrollbar-rxvt.o: rxvtperl.h hookinc.h rsinc.h optinc.h
225scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h 227scrollbar-xterm.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
226scrollbar-xterm.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h 228scrollbar-xterm.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h
227scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h 229scrollbar-xterm.o: ../config.h ../libev/ev++.h ../libev/ev.h callback.h
228scrollbar-xterm.o: salloc.h ../libptytty/src/libptytty.h rxvtperl.h hookinc.h
229scrollbar-xterm.o: rsinc.h optinc.h
230scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h
231scrollbar.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h
232scrollbar.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 230scrollbar-xterm.o: scrollbar.h salloc.h ../libptytty/src/libptytty.h
233scrollbar.o: rxvtperl.h hookinc.h rsinc.h optinc.h 231scrollbar-xterm.o: rxvtperl.h hookinc.h rsinc.h optinc.h
232scrollbar.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
233scrollbar.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
234scrollbar.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
235scrollbar.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
236scrollbar.o: optinc.h
234xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h rxvtfont.h 237xdefaults.o: ../config.h rxvt.h feature.h encoding.h rxvtutil.h
235xdefaults.o: rxvttoolkit.h ev_cpp.h ../config.h ../libev/ev++.h ../libev/ev.h 238xdefaults.o: ../libecb/ecb.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../config.h
236xdefaults.o: callback.h scrollbar.h salloc.h ../libptytty/src/libptytty.h 239xdefaults.o: ../libev/ev++.h ../libev/ev.h callback.h scrollbar.h salloc.h
237xdefaults.o: rxvtperl.h hookinc.h rsinc.h optinc.h version.h keyboard.h 240xdefaults.o: ../libptytty/src/libptytty.h rxvtperl.h hookinc.h rsinc.h
241xdefaults.o: optinc.h version.h keyboard.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines