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.29 by root, Fri Dec 23 14:46:55 2005 UTC vs.
Revision 1.30 by root, Mon Jan 2 15:35:43 2006 UTC

20 20
21first_rule: all 21first_rule: all
22dummy: 22dummy:
23 23
24COMMON = \ 24COMMON = \
25 command.o rxvtfont.o init.o logging.o \ 25 command.o rxvtfont.o init.o logging.o @PERL_O@ \
26 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \ 26 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \
27 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \ 27 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o scrollbar-plain.o \
28 strings.o xdefaults.o xpm.o encoding.o rxvttoolkit.o rxvtutil.o iom.o keyboard.o 28 strings.o xdefaults.o xpm.o encoding.o rxvttoolkit.o rxvtutil.o iom.o keyboard.o
29 29
30COMMON_DAEMON = rxvtdaemon.o fdpass.o 30COMMON_DAEMON = rxvtdaemon.o fdpass.o
58#------------------------------------------------------------------------- 58#-------------------------------------------------------------------------
59 59
60all: allbin 60all: allbin
61 61
62rxvt: rxvt.o $(COMMON) 62rxvt: rxvt.o $(COMMON)
63 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) 63 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) @PERLLIB@
64# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ 64# $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@
65 65
66rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON) 66rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
67 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) 67 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) @PERLLIB@
68# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@ 68# $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) -o $@
69 69
70rxvtc: rxvtc.o $(COMMON_DAEMON) 70rxvtc: rxvtc.o $(COMMON_DAEMON)
71 $(LINK) -o $@ $^ $(LIBS) $(DLIB) 71 $(LINK) -o $@ $^ $(LIBS) $(DLIB)
72# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ 72# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@
101 $(RMF) $(RXVTD_BINNAME) 101 $(RMF) $(RXVTD_BINNAME)
102 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME) 102 $(INSTALL_PROGRAM) rxvt $(RXVT_BINNAME)
103 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME) 103 $(INSTALL_PROGRAM) rxvtc $(RXVTC_BINNAME)
104 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME) 104 $(INSTALL_PROGRAM) rxvtd $(RXVTD_BINNAME)
105 105
106perlxsi.c: Makefile
107 $(PERL) -MExtUtils::Embed -e xsinit -- -std urxvt
108
109rxvtperl.C: rxvtperl.xs typemap
110 $(PERL) @PERLARCHLIB@/ExtUtils/xsubpp -C++ -typemap @PERLARCHLIB@/ExtUtils/typemap -typemap typemap -prototypes $< >$@
111
112rxvtperl.o: rxvtperl.C perlxsi.c
113 $(COMPILE) @PERLFLAGS@ -DLIBDIR="\"$(libdir)/urxvt\"" -c $<
114
106depend: 115depend:
107 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1 116 makedepend -f Makefile.in -I. -Y *.C >/dev/null 2>&1
108 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1 117 makedepend -f Makefile.in -I. -Y *.C -a -o .lo >/dev/null 2>&1
109 118
110# DO NOT DELETE: nice dependency list follows 119# DO NOT DELETE: nice dependency list follows
111 120
112command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 121command.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
113command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 122command.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
114command.o: salloc.h menubar.h version.h command.h keyboard.h 123command.o: salloc.h menubar.h rxvtperl.h version.h command.h keyboard.h
115encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 124encoding.o: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
116encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 125encoding.o: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
117encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 126encoding.o: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
118encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 127encoding.o: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
119encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h 128encoding.o: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
138logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 147logging.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
139logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 148logging.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
140logging.o: salloc.h menubar.h logging.h 149logging.o: salloc.h menubar.h logging.h
141main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h 150main.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
142main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 151main.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
143main.o: menubar.h keyboard.h 152main.o: menubar.h keyboard.h rxvtperl.h
144menubar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 153menubar.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
145menubar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 154menubar.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
146menubar.o: salloc.h menubar.h version.h 155menubar.o: salloc.h menubar.h version.h
147misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h 156misc.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
148misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 157misc.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
164rxvtd.o: salloc.h menubar.h rxvtdaemon.h fdpass.h 173rxvtd.o: salloc.h menubar.h rxvtdaemon.h fdpass.h
165rxvtdaemon.o: rxvtdaemon.h rxvtutil.h 174rxvtdaemon.o: rxvtdaemon.h rxvtutil.h
166rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 175rxvtfont.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
167rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 176rxvtfont.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
168rxvtfont.o: salloc.h menubar.h table/linedraw.h 177rxvtfont.o: salloc.h menubar.h table/linedraw.h
178rxvtperl.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
179rxvtperl.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
180rxvtperl.o: salloc.h menubar.h rxvtperl.h perlxsi.c
169rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 181rxvttoolkit.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
170rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 182rxvttoolkit.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
171rxvttoolkit.o: callback.h salloc.h menubar.h 183rxvttoolkit.o: callback.h salloc.h menubar.h
172rxvtutil.o: rxvtutil.h 184rxvtutil.o: rxvtutil.h
173salloc.o: salloc.h 185salloc.o: salloc.h
174screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 186screen.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
175screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 187screen.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
176screen.o: salloc.h menubar.h salloc.C 188screen.o: salloc.h menubar.h rxvtperl.h salloc.C
177scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 189scrollbar-next.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
178scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 190scrollbar-next.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
179scrollbar-next.o: callback.h salloc.h menubar.h 191scrollbar-next.o: callback.h salloc.h menubar.h
180scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 192scrollbar-plain.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
181scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 193scrollbar-plain.o: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
199xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 211xpm.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
200xpm.o: menubar.h 212xpm.o: menubar.h
201 213
202command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 214command.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
203command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 215command.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
204command.lo: salloc.h menubar.h version.h command.h keyboard.h 216command.lo: salloc.h menubar.h rxvtperl.h version.h command.h keyboard.h
205encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h 217encoding.lo: ../config.h encoding.h table/iso8859_1.h table/iso8859_15.h
206encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h 218encoding.lo: table/iso8859_2.h table/iso8859_3.h table/iso8859_4.h
207encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h 219encoding.lo: table/iso8859_5.h table/iso8859_6.h table/iso8859_7.h
208encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h 220encoding.lo: table/iso8859_8.h table/iso8859_9.h table/iso8859_10.h
209encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h 221encoding.lo: table/iso8859_11.h table/iso8859_13.h table/iso8859_14.h
228logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 240logging.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
229logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 241logging.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
230logging.lo: salloc.h menubar.h logging.h 242logging.lo: salloc.h menubar.h logging.h
231main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 243main.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
232main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 244main.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
233main.lo: salloc.h menubar.h keyboard.h 245main.lo: salloc.h menubar.h keyboard.h rxvtperl.h
234menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 246menubar.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
235menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 247menubar.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
236menubar.lo: salloc.h menubar.h version.h 248menubar.lo: salloc.h menubar.h version.h
237misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 249misc.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
238misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 250misc.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
254rxvtd.lo: salloc.h menubar.h rxvtdaemon.h fdpass.h 266rxvtd.lo: salloc.h menubar.h rxvtdaemon.h fdpass.h
255rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h 267rxvtdaemon.lo: rxvtdaemon.h rxvtutil.h
256rxvtfont.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 268rxvtfont.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
257rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 269rxvtfont.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
258rxvtfont.lo: salloc.h menubar.h table/linedraw.h 270rxvtfont.lo: salloc.h menubar.h table/linedraw.h
271rxvtperl.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
272rxvtperl.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
273rxvtperl.lo: salloc.h menubar.h rxvtperl.h perlxsi.c
259rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 274rxvttoolkit.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
260rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 275rxvttoolkit.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
261rxvttoolkit.lo: callback.h salloc.h menubar.h 276rxvttoolkit.lo: callback.h salloc.h menubar.h
262rxvtutil.lo: rxvtutil.h 277rxvtutil.lo: rxvtutil.h
263salloc.lo: salloc.h 278salloc.lo: salloc.h
264screen.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 279screen.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
265screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 280screen.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
266screen.lo: salloc.h menubar.h salloc.C 281screen.lo: salloc.h menubar.h rxvtperl.h salloc.C
267scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 282scrollbar-next.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
268scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h 283scrollbar-next.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h
269scrollbar-next.lo: callback.h salloc.h menubar.h 284scrollbar-next.lo: callback.h salloc.h menubar.h
270scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h 285scrollbar-plain.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h
271scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h 286scrollbar-plain.lo: encoding.h rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines