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.27 by root, Wed Feb 16 21:37:10 2005 UTC vs.
Revision 1.28 by root, Fri Dec 23 14:46:34 2005 UTC

25 command.o rxvtfont.o init.o logging.o \ 25 command.o rxvtfont.o init.o logging.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
31
30RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 32RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
31RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT) 33RXVT_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)$(EXEEXT)
32RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT) 34RXVTC_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)c$(EXEEXT)
33RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT) 35RXVTD_BINNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)d$(EXEEXT)
34RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT) 36RXVT_OLDNAME=$(DESTDIR)$(bindir)/$(RXVT_BASENAME)-old$(EXEEXT)
59 61
60rxvt: rxvt.o $(COMMON) 62rxvt: rxvt.o $(COMMON)
61 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) 63 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB)
62# $(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 $@
63 65
64rxvtd: rxvtd.o rxvtdaemon.o $(COMMON) 66rxvtd: rxvtd.o $(COMMON) $(COMMON_DAEMON)
65 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB) 67 $(LINK) -o $@ $^ $(LIBS) $(XLIB) $(DLIB)
66# $(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 $@
67 69
68rxvtc: rxvtc.o rxvtdaemon.o 70rxvtc: rxvtc.o $(COMMON_DAEMON)
69 $(LINK) -o $@ $^ $(LIBS) $(DLIB) 71 $(LINK) -o $@ $^ $(LIBS) $(DLIB)
70# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@ 72# $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) -o $@
71 73
72#librxvt.la: $(LIBOBJS) 74#librxvt.la: $(LIBOBJS)
73# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ 75# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
123encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h 125encoding.o: table/cns11643_1992_6.h table/cns11643_1992_7.h
124encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 126encoding.o: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
125encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 127encoding.o: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
126encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 128encoding.o: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
127encoding.o: table/compose.h table/category.h 129encoding.o: table/compose.h table/category.h
130fdpass.o: ../config.h fdpass.h
128init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h 131init.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h rxvtfont.h
129init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h 132init.o: rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h salloc.h
130init.o: menubar.h init.h 133init.o: menubar.h init.h
131iom.o: iom.h iom_conf.h rxvtutil.h callback.h 134iom.o: iom.h iom_conf.h rxvtutil.h callback.h
132keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 135keyboard.o: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
212encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h 215encoding.lo: table/cns11643_1992_6.h table/cns11643_1992_7.h
213encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h 216encoding.lo: table/cns11643_1992_f.h table/big5_ext.h table/big5_plus.h
214encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h 217encoding.lo: table/viscii.h table/jis0201_1976_0.h table/jis0208_1990_0.h
215encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h 218encoding.lo: table/jis0212_1990_0.h table/jis0213_1.h table/jis0213_2.h
216encoding.lo: table/compose.h table/category.h 219encoding.lo: table/compose.h table/category.h
220fdpass.lo: ../config.h fdpass.h
217init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 221init.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h
218init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h 222init.lo: rxvtfont.h rxvtutil.h rxvttoolkit.h iom.h iom_conf.h callback.h
219init.lo: salloc.h menubar.h init.h 223init.lo: salloc.h menubar.h init.h
220iom.lo: iom.h iom_conf.h rxvtutil.h callback.h 224iom.lo: iom.h iom_conf.h rxvtutil.h callback.h
221keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h 225keyboard.lo: ../config.h rxvt.h rxvtlib.h ptytty.h feature.h encoding.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines