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.3 by pcg, Tue Nov 25 11:52:42 2003 UTC vs.
Revision 1.4 by pcg, Wed Nov 26 10:42:34 2003 UTC

1# $Id: Makefile.in,v 1.3 2003/11/25 11:52:42 pcg Exp $ 1# $Id: Makefile.in,v 1.4 2003/11/26 10:42:34 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@
181# DO NOT DELETE: nice dependency list follows 181# DO NOT DELETE: nice dependency list follows
182# 182#
183 183
184defaultfont.h: encoding.h rxvtvec.h 184defaultfont.h: encoding.h rxvtvec.h
185rxvtlib.h: rxvtcolor.h defaultfont.h 185rxvtlib.h: rxvtcolor.h defaultfont.h
186iom.o: iom.C iom.h
187rxvtdaemon.o: rxvtdaemon.C rxvtdaemon.h 186rxvtdaemon.o: rxvtdaemon.C rxvtdaemon.h
188rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h rxvtvec.h 187rxvtd.o: rxvtd.C $(DEPS) rxvtdaemon.h rxvtvec.h
189rxvtc.o: rxvtc.C $(DEPS) rxvtdaemon.h rxvtvec.h 188rxvtc.o: rxvtc.C $(DEPS) rxvtdaemon.h rxvtvec.h
190 189
191command.o: command.C $(DEPS) command.intpro command.h version.h 190command.o: command.C $(DEPS) command.intpro command.h version.h
208strings.o: strings.C $(DEPS) strings.intpro 207strings.o: strings.C $(DEPS) strings.intpro
209xdefaults.o: xdefaults.C $(DEPS) xdefaults.intpro version.h 208xdefaults.o: xdefaults.C $(DEPS) xdefaults.intpro version.h
210xpm.o: xpm.C $(DEPS) xpm.intpro 209xpm.o: xpm.C $(DEPS) xpm.intpro
211encoding.o: encoding.C $(DEPS) encoding.h 210encoding.o: encoding.C $(DEPS) encoding.h
212rxvtcolor.o: rxvtcolor.C $(DEPS) 211rxvtcolor.o: rxvtcolor.C $(DEPS)
212iom.o: iom.C $(DEPS) iom.h
213 213
214command.lo: command.C $(DEPS) command.intpro command.h version.h 214command.lo: command.C $(DEPS) command.intpro command.h version.h
215defaultfont.lo: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h encoding.h 215defaultfont.lo: defaultfont.C $(DEPS) defaultfont.intpro defaultfont.h encoding.h
216graphics.lo: graphics.C $(DEPS) graphics.intpro defaultfont.h 216graphics.lo: graphics.C $(DEPS) graphics.intpro defaultfont.h
217grkelot.lo: grkelot.C $(DEPS) grkelot.intpro grkelot.h 217grkelot.lo: grkelot.C $(DEPS) grkelot.intpro grkelot.h
231strings.lo: strings.C $(DEPS) strings.intpro 231strings.lo: strings.C $(DEPS) strings.intpro
232xdefaults.lo: xdefaults.C $(DEPS) xdefaults.intpro version.h 232xdefaults.lo: xdefaults.C $(DEPS) xdefaults.intpro version.h
233xpm.lo: xpm.C $(DEPS) xpm.intpro 233xpm.lo: xpm.C $(DEPS) xpm.intpro
234encoding.lo: encoding.C $(DEPS) encoding.h 234encoding.lo: encoding.C $(DEPS) encoding.h
235rxvtcolor.lo: rxvtcolor.C $(DEPS) 235rxvtcolor.lo: rxvtcolor.C $(DEPS)
236iom.lo: iom.C $(DEPS) iom.h
236 237
237 238

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines