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.7 by pcg, Fri Jan 16 22:11:09 2004 UTC vs.
Revision 1.8 by pcg, Sat Jan 17 01:20:01 2004 UTC

1# $Id: Makefile.in,v 1.7 2004/01/16 22:11:09 pcg Exp $ 1# $Id: Makefile.in,v 1.8 2004/01/17 01:20:01 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 iom.C 30 xdefaults.C xpm.C encoding.C rxvtcolor.C rxvtstl.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 \ 35 menubar.h netdisp.h protos.h rxvt.h rxvtgrx.h version.h encoding.h \
36 rxvtvec.h iom.h 36 rxvtstl.h iom.h iom_conf.h
37 37
38EXTRAHDRS = rxvtlib.h rxvtdaemon.h 38EXTRAHDRS = rxvtlib.h rxvtdaemon.h
39 39
40OBJS = 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 \
41 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 \
42 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o \ 42 scrollbar.o scrollbar-next.o scrollbar-rxvt.o scrollbar-xterm.o \
43 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvtcolor.o rxvtvec.o iom.o 43 strings.o xdefaults.o xpm.o rxvt.o encoding.o rxvtcolor.o rxvtstl.o iom.o
44LIBOBJS = 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 \
45 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 \
46 scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo \ 46 scrollbar.lo scrollbar-next.lo scrollbar-rxvt.lo scrollbar-xterm.lo \
47 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvtcolor.lo rxvtvec.lo iom.lo 47 strings.lo xdefaults.lo xpm.lo encoding.lo rxvt.lo rxvtcolor.lo rxvtstl.lo iom.lo
48 48
49LIBVERSION = @LIBVERSION@ 49LIBVERSION = @LIBVERSION@
50INSTALL_LIBRXVT = @INSTALL_LIBRXVT@ 50INSTALL_LIBRXVT = @INSTALL_LIBRXVT@
51 51
52RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'` 52RXVT_BASENAME=`$(ECHO) $(RXVTNAME)|$(SED) 's/$(EXEEXT)$$//'|$(SED) '$(transform)'`
182 182
183# ----------------------------------------------------------------------- 183# -----------------------------------------------------------------------
184# DO NOT DELETE: nice dependency list follows 184# DO NOT DELETE: nice dependency list follows
185# 185#
186 186
187defaultfont.h: encoding.h rxvtvec.h 187defaultfont.h: encoding.h rxvtstl.h
188rxvtlib.h: rxvtcolor.h defaultfont.h 188rxvtlib.h: rxvtcolor.h defaultfont.h
189rxvtdaemon.o: rxvtdaemon.C rxvtdaemon.h 189rxvtdaemon.o: rxvtdaemon.C rxvtdaemon.h
190rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h rxvtvec.h 190rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h rxvtstl.h
191rxvtc.o: rxvtc.C $(DEPS) rxvtdaemon.h rxvtvec.h 191rxvtc.o: rxvtc.C $(DEPS) rxvtdaemon.h rxvtstl.h
192 192
193command.o: command.C $(DEPS) command.intpro command.h version.h 193command.o: command.C $(DEPS) command.intpro command.h version.h
194defaultfont.o: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h 194defaultfont.o: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h
195graphics.o: graphics.C $(DEPS) graphics.intpro 195graphics.o: graphics.C $(DEPS) graphics.intpro
196grkelot.o: grkelot.C $(DEPS) grkelot.intpro grkelot.h 196grkelot.o: grkelot.C $(DEPS) grkelot.intpro grkelot.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines