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.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.3 by pcg, Tue Nov 25 11:52:42 2003 UTC

1# $Id: Makefile.in,v 1.2 2003/11/24 17:31:27 pcg Exp $ 1# $Id: Makefile.in,v 1.3 2003/11/25 11:52:42 pcg Exp $
2@MCOMMON@ 2@MCOMMON@
3 3
4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz 4LINT = lint -DNARROWPROTO=1 $(XINC) -chapbxz
5 5
6srcdir = @srcdir@ 6srcdir = @srcdir@
25dummy: 25dummy:
26 26
27LIBSRCS = command.C defaultfont.C graphics.C grkelot.C init.C logging.C \ 27LIBSRCS = command.C defaultfont.C graphics.C grkelot.C init.C logging.C \
28 main.C menubar.C misc.C netdisp.C ptytty.C screen.C scrollbar.C \ 28 main.C menubar.C misc.C netdisp.C ptytty.C screen.C scrollbar.C \
29 scrollbar-rxvt.C scrollbar-next.C scrollbar-xterm.C strings.C \ 29 scrollbar-rxvt.C scrollbar-next.C scrollbar-xterm.C strings.C \
30 xdefaults.C xpm.C encoding.C rxvtcolor.C rxvtvec.C 30 xdefaults.C xpm.C encoding.C rxvtcolor.C rxvtvec.C iom.C
31 31
32SRCS = rxvt.C $(LIBSRCS) 32SRCS = rxvt.C $(LIBSRCS)
33 33
34HDRS = command.h defaultfont.h feature.h grkelot.h init.h logging.h \ 34HDRS = command.h defaultfont.h feature.h grkelot.h init.h logging.h \
35 menubar.h netdisp.h protos.h rxvt.h rxvtgrx.h version.h encoding.h rxvtvec.h 35 menubar.h netdisp.h protos.h rxvt.h rxvtgrx.h version.h encoding.h \
36 rxvtvec.h iom.h
36 37
37EXTRAHDRS = rxvtlib.h rxvtdaemon.h 38EXTRAHDRS = rxvtlib.h rxvtdaemon.h
38 39
39OBJS = command.o defaultfont.o init.o graphics.o grkelot.o logging.o \ 40OBJS = command.o defaultfont.o init.o graphics.o grkelot.o logging.o \
40 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \ 41 main.o menubar.o misc.o netdisp.o ptytty.o screen.o \
41 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o \ 42 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o \
42 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvtcolor.o rxvtvec.o 43 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvtcolor.o rxvtvec.o iom.o
43LIBOBJS = command.lo defaultfont.lo init.lo graphics.lo grkelot.lo logging.lo \ 44LIBOBJS = command.lo defaultfont.lo init.lo graphics.lo grkelot.lo logging.lo \
44 main.lo menubar.lo misc.lo netdisp.lo ptytty.lo screen.lo \ 45 main.lo menubar.lo misc.lo netdisp.lo ptytty.lo screen.lo \
45 scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo \ 46 scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo \
46 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvtcolor.lo rxvtvec.lo 47 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvtcolor.lo rxvtvec.lo iom.lo
47 48
48LIBVERSION = @LIBVERSION@ 49LIBVERSION = @LIBVERSION@
49INSTALL_LIBRXVT = @INSTALL_LIBRXVT@ 50INSTALL_LIBRXVT = @INSTALL_LIBRXVT@
50 51
51RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 52RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
105all: allbin 106all: allbin
106 107
107rxvt: version.h rxvt.o librxvt.la 108rxvt: version.h rxvt.o librxvt.la
108 $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) $(SUPLIB) -o $@ 109 $(LIBTOOL) --mode=link $(LINK) rxvt.o librxvt.la $(LIBS) $(XLIB) $(DLIB) $(SUPLIB) -o $@
109 110
110rxvtd: version.h rxvtd.o librxvt.la iom.o rxvtdaemon.o 111rxvtd: version.h rxvtd.o librxvt.la rxvtdaemon.o
111 $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o iom.o librxvt.la $(LIBS) $(XLIB) $(DLIB) $(SUPLIB) -o $@ 112 $(LIBTOOL) --mode=link $(LINK) rxvtd.o rxvtdaemon.o librxvt.la $(LIBS) $(XLIB) $(DLIB) $(SUPLIB) -o $@
112 113
113rxvtc: version.h rxvtc.o rxvtdaemon.o 114rxvtc: version.h rxvtc.o rxvtdaemon.o
114 $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) $(SUPLIB) -o $@ 115 $(LIBTOOL) --mode=link $(LINK) rxvtc.o rxvtdaemon.o $(LIBS) $(DLIB) $(SUPLIB) -o $@
115 116
116.protos: $(EXTPROS) 117.protos: $(EXTPROS)
180# DO NOT DELETE: nice dependency list follows 181# DO NOT DELETE: nice dependency list follows
181# 182#
182 183
183defaultfont.h: encoding.h rxvtvec.h 184defaultfont.h: encoding.h rxvtvec.h
184rxvtlib.h: rxvtcolor.h defaultfont.h 185rxvtlib.h: rxvtcolor.h defaultfont.h
186iom.o: iom.C iom.h
187rxvtdaemon.o: rxvtdaemon.C rxvtdaemon.h
188rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h rxvtvec.h
189rxvtc.o: rxvtc.C $(DEPS) rxvtdaemon.h rxvtvec.h
185 190
186command.o: command.C $(DEPS) command.intpro command.h version.h 191command.o: command.C $(DEPS) command.intpro command.h version.h
187defaultfont.o: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h 192defaultfont.o: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h
188graphics.o: graphics.C $(DEPS) graphics.intpro 193graphics.o: graphics.C $(DEPS) graphics.intpro
189grkelot.o: grkelot.C $(DEPS) grkelot.intpro grkelot.h 194grkelot.o: grkelot.C $(DEPS) grkelot.intpro grkelot.h
193menubar.o: menubar.C $(DEPS) menubar.intpro menubar.h version.h 198menubar.o: menubar.C $(DEPS) menubar.intpro menubar.h version.h
194misc.o: misc.C $(DEPS) misc.intpro 199misc.o: misc.C $(DEPS) misc.intpro
195netdisp.o: netdisp.C $(DEPS) netdisp.intpro netdisp.h 200netdisp.o: netdisp.C $(DEPS) netdisp.intpro netdisp.h
196ptytty.o: ptytty.C $(DEPS) ptytty.intpro 201ptytty.o: ptytty.C $(DEPS) ptytty.intpro
197rxvt.o: rxvt.C $(DEPS) 202rxvt.o: rxvt.C $(DEPS)
198rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h
199screen.o: screen.C $(DEPS) screen.intpro defaultfont.h 203screen.o: screen.C $(DEPS) screen.intpro defaultfont.h
200scrollbar.o: scrollbar.C $(DEPS) scrollbar.intpro 204scrollbar.o: scrollbar.C $(DEPS) scrollbar.intpro
201scrollbar-rxvt.o: scrollbar-rxvt.C $(DEPS) scrollbar-rxvt.intpro 205scrollbar-rxvt.o: scrollbar-rxvt.C $(DEPS) scrollbar-rxvt.intpro
202scrollbar-next.o: scrollbar-next.C $(DEPS) scrollbar-next.intpro 206scrollbar-next.o: scrollbar-next.C $(DEPS) scrollbar-next.intpro
203scrollbar-xterm.o: scrollbar-xterm.C $(DEPS) scrollbar-xterm.intpro 207scrollbar-xterm.o: scrollbar-xterm.C $(DEPS) scrollbar-xterm.intpro
228xdefaults.lo: xdefaults.C $(DEPS) xdefaults.intpro version.h 232xdefaults.lo: xdefaults.C $(DEPS) xdefaults.intpro version.h
229xpm.lo: xpm.C $(DEPS) xpm.intpro 233xpm.lo: xpm.C $(DEPS) xpm.intpro
230encoding.lo: encoding.C $(DEPS) encoding.h 234encoding.lo: encoding.C $(DEPS) encoding.h
231rxvtcolor.lo: rxvtcolor.C $(DEPS) 235rxvtcolor.lo: rxvtcolor.C $(DEPS)
232 236
233iom.o: iom.C iom.h
234rxvtdaemon.o: rxvtdaemon.C rxvtdaemon.h
235 237

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines