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.125 by root, Wed Dec 19 02:17:34 2007 UTC vs.
Revision 1.127 by ayin, Fri Dec 28 20:57:53 2007 UTC

55#------------------------------------------------------------------------- 55#-------------------------------------------------------------------------
56# inference rules 56# inference rules
57.C.o: 57.C.o:
58 $(COMPILE) -c $< 58 $(COMPILE) -c $<
59 59
60#.C.lo:
61# $(LIBTOOL) --mode=compile $(COMPILE) -c $<
62#
63#.s.lo:
64# $(LIBTOOL) --mode=compile $(COMPILE) -c $<
65#
66#.S.lo:
67# $(LIBTOOL) --mode=compile $(COMPILE) -c $<
68
69#------------------------------------------------------------------------- 60#-------------------------------------------------------------------------
70 61
71all: allbin 62all: allbin
72 63
73rxvt: rxvt.o $(COMMON) 64rxvt: rxvt.o $(COMMON)
74 $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) @PERLLIB@ 65 $(LINK) -o $@ rxvt.o $(COMMON) $(LIBS) $(XLIB) @PERLLIB@
75# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) -o $@
76 66
77rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) 67rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
78 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) @PERLLIB@ 68 $(LINK) -o $@ rxvtd.o $(COMMON) $(COMMON_DAEMON) $(LIBS) $(XLIB) @PERLLIB@
79# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) -o $@
80 69
81rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o ev_cpp.o 70rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o ev_cpp.o
82 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o ev_cpp.o $(LIBS) 71 $(LINK) -o $@ rxvtc.o $(COMMON_DAEMON) fdpass.o ev_cpp.o $(LIBS)
83# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) -o $@
84
85#librxvt.la: $(LIBOBJS)
86# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
87 72
88#------------------------------------------------------------------------- 73#-------------------------------------------------------------------------
89 74
90#EXUBERANT_OPTS = -I NOTHROW 75#EXUBERANT_OPTS = -I NOTHROW
91 76
99 84
100alldoc: 85alldoc:
101 86
102clean: 87clean:
103 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C 88 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
104 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp 89 rm -f *.o tmpproto *.tmp
105 90
106distclean: clean 91distclean: clean
107 rm -f Makefile rxvtlib.h 92 rm -f Makefile
108 93
109realclean: distclean 94realclean: distclean
110 rm -f tags TAGS 95 rm -f tags TAGS
111 96
112cleandir: realclean 97cleandir: realclean
135rxvtperl.o: rxvtperl.C perlxsi.c 120rxvtperl.o: rxvtperl.C perlxsi.c
136 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $< 121 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
137 122
138depend: 123depend:
139 makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C >/dev/null 2>&1 124 makedepend -f Makefile.in -I. -I.. -I../libev -Y *.C >/dev/null 2>&1
140# makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
141 125
142# DO NOT DELETE: nice dependency list follows 126# DO NOT DELETE: nice dependency list follows
143 127
144background.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 128background.o: ../config.h rxvt.h optinc.h feature.h encoding.h
145background.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 129background.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
146background.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 130background.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h
147background.o: hookinc.h background.h rsinc.h 131background.o: hookinc.h background.h rsinc.h
148command.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 132command.o: ../config.h rxvt.h optinc.h feature.h encoding.h
149command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 133command.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
150command.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 134command.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h
151command.o: background.h rsinc.h version.h command.h keyboard.h 135command.o: background.h rsinc.h version.h command.h keyboard.h
152encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 136encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
153encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 137encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
165encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 149encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
166encoding.o: table/compose.h table/category.h 150encoding.o: table/compose.h table/category.h
167ev_cpp.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c ../config.h 151ev_cpp.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h ../libev/ev.c ../config.h
168ev_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
169fdpass.o: ../config.h libptytty.h 153fdpass.o: ../config.h libptytty.h
170init.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 154init.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h
171init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 155init.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h
172init.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h 156init.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h
173init.o: rsinc.h init.h 157init.o: rsinc.h init.h
174keyboard.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 158keyboard.o: ../config.h rxvt.h optinc.h feature.h encoding.h
175keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 159keyboard.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
176keyboard.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 160keyboard.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h
177keyboard.o: hookinc.h background.h rsinc.h keyboard.h command.h 161keyboard.o: hookinc.h background.h rsinc.h keyboard.h command.h
178logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 162logging.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h
179logging.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 163logging.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
180logging.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h 164logging.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h
181logging.o: rxvtperl.h hookinc.h background.h rsinc.h 165logging.o: rxvtperl.h hookinc.h background.h rsinc.h
182main.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 166main.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h
183main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 167main.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h
184main.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h 168main.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h
185main.o: rsinc.h keyboard.h 169main.o: rsinc.h keyboard.h
186misc.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 170misc.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h
187misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 171misc.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h
188misc.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h 172misc.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h
189misc.o: rsinc.h 173misc.o: rsinc.h
190proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 174proxy.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h
191proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 175proxy.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
192proxy.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h 176proxy.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h
193proxy.o: rxvtperl.h hookinc.h background.h rsinc.h 177proxy.o: rxvtperl.h hookinc.h background.h rsinc.h
194ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h rxvtlib.h 178ptytty.o: ../config.h ptytty.h libptytty.h ptytty_conf.h rxvt.h
195ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h 179ptytty.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h rxvttoolkit.h
196ptytty.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h 180ptytty.o: ev_cpp.h ../libev/ev++.h ../libev/ev.h callback.h salloc.h
197ptytty.o: rxvtperl.h hookinc.h background.h rsinc.h 181ptytty.o: rxvtperl.h hookinc.h background.h rsinc.h
198rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h 182rxvt.o: ../config.h rxvt.h optinc.h feature.h encoding.h rxvtutil.h
199rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h 183rxvt.o: rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h ../libev/ev.h
200rxvt.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h 184rxvt.o: callback.h salloc.h libptytty.h rxvtperl.h hookinc.h background.h
201rxvt.o: rsinc.h 185rxvt.o: rsinc.h
202rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h rxvtlib.h 186rxvtc.o: ../config.h rxvtdaemon.h rxvtutil.h libptytty.h rxvt.h
203rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h ev_cpp.h 187rxvtc.o: optinc.h feature.h encoding.h rxvtfont.h rxvttoolkit.h ev_cpp.h
204rxvtc.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h rxvtperl.h 188rxvtc.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h rxvtperl.h
205rxvtc.o: hookinc.h background.h rsinc.h 189rxvtc.o: hookinc.h background.h rsinc.h
206rxvtd.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 190rxvtd.o: ../config.h rxvt.h optinc.h feature.h encoding.h
207rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 191rxvtd.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
208rxvtd.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 192rxvtd.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h
209rxvtd.o: background.h rsinc.h rxvtdaemon.h 193rxvtd.o: background.h rsinc.h rxvtdaemon.h
210rxvtdaemon.o: rxvtdaemon.h rxvtutil.h 194rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
211rxvtfont.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 195rxvtfont.o: ../config.h rxvt.h optinc.h feature.h encoding.h
212rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 196rxvtfont.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
213rxvtfont.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 197rxvtfont.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h
214rxvtfont.o: hookinc.h background.h rsinc.h table/linedraw.h 198rxvtfont.o: hookinc.h background.h rsinc.h table/linedraw.h
215rxvtperl.o: ../config.h ev_cpp.h ../libev/ev++.h ../libev/ev.h rxvt.h 199rxvtperl.o: ../config.h ev_cpp.h ../libev/ev++.h ../libev/ev.h rxvt.h
216rxvtperl.o: rxvtlib.h optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h 200rxvtperl.o: optinc.h feature.h encoding.h rxvtutil.h rxvtfont.h
217rxvtperl.o: rxvttoolkit.h callback.h salloc.h libptytty.h rxvtperl.h 201rxvtperl.o: rxvttoolkit.h callback.h salloc.h libptytty.h rxvtperl.h
218rxvtperl.o: hookinc.h background.h rsinc.h keyboard.h perlxsi.c ./iom_perl.h 202rxvtperl.o: hookinc.h background.h rsinc.h keyboard.h perlxsi.c ./iom_perl.h
219rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 203rxvttoolkit.o: ../config.h rxvt.h optinc.h feature.h encoding.h
220rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 204rxvttoolkit.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
221rxvttoolkit.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 205rxvttoolkit.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h
222rxvttoolkit.o: hookinc.h background.h rsinc.h 206rxvttoolkit.o: hookinc.h background.h rsinc.h
223rxvtutil.o: rxvtutil.h 207rxvtutil.o: rxvtutil.h
224salloc.o: salloc.h 208salloc.o: salloc.h
225screen.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 209screen.o: ../config.h rxvt.h optinc.h feature.h encoding.h
226screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 210screen.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
227screen.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h 211screen.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h hookinc.h
228screen.o: background.h rsinc.h salloc.C 212screen.o: background.h rsinc.h salloc.C
229scrollbar-next.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 213scrollbar-next.o: ../config.h rxvt.h optinc.h feature.h encoding.h
230scrollbar-next.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 214scrollbar-next.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h
231scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h 215scrollbar-next.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h
232scrollbar-next.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h 216scrollbar-next.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h
233scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 217scrollbar-plain.o: ../config.h rxvt.h optinc.h feature.h encoding.h
234scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 218scrollbar-plain.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h
235scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h 219scrollbar-plain.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h
236scrollbar-plain.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h 220scrollbar-plain.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h
237scrollbar-rxvt.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 221scrollbar-rxvt.o: ../config.h rxvt.h optinc.h feature.h encoding.h
238scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 222scrollbar-rxvt.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h
239scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h 223scrollbar-rxvt.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h
240scrollbar-rxvt.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h 224scrollbar-rxvt.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h
241scrollbar-xterm.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 225scrollbar-xterm.o: ../config.h rxvt.h optinc.h feature.h encoding.h
242scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h 226scrollbar-xterm.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h
243scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h 227scrollbar-xterm.o: ../libev/ev++.h ../libev/ev.h callback.h salloc.h
244scrollbar-xterm.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h 228scrollbar-xterm.o: libptytty.h rxvtperl.h hookinc.h background.h rsinc.h
245scrollbar.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 229scrollbar.o: ../config.h rxvt.h optinc.h feature.h encoding.h
246scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 230scrollbar.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
247scrollbar.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 231scrollbar.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h
248scrollbar.o: hookinc.h background.h rsinc.h 232scrollbar.o: hookinc.h background.h rsinc.h
249xdefaults.o: ../config.h rxvt.h rxvtlib.h optinc.h feature.h encoding.h 233xdefaults.o: ../config.h rxvt.h optinc.h feature.h encoding.h
250xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h 234xdefaults.o: rxvtutil.h rxvtfont.h rxvttoolkit.h ev_cpp.h ../libev/ev++.h
251xdefaults.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h 235xdefaults.o: ../libev/ev.h callback.h salloc.h libptytty.h rxvtperl.h
252xdefaults.o: hookinc.h background.h rsinc.h version.h keyboard.h 236xdefaults.o: hookinc.h background.h rsinc.h version.h keyboard.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines