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.85 by root, Sat Feb 17 20:36:36 2007 UTC vs.
Revision 1.87 by root, Sat Jun 2 04:57:54 2007 UTC

59 59
60# 60#
61# Distribution variables 61# Distribution variables
62# 62#
63 63
64.SUFFIXES: .C .o 64.SUFFIXES: .C .c .o
65 65
66#------------------------------------------------------------------------- 66#-------------------------------------------------------------------------
67# inference rules 67# inference rules
68.C.o: 68.C.o:
69 $(COMPILE) -c $< 69 $(COMPILE) -c $<
111clean: 111clean:
112 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C 112 rm -f rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
113 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp 113 rm -f *.o *.lo .libs/* librxvt.la tmpproto *.tmp
114 114
115realclean: clean 115realclean: clean
116 rm -f tags TAGS librxvt.h 116 rm -f tags TAGS rxvtlib.h
117 117
118cleandir: realclean 118cleandir: realclean
119 119
120distclean: realclean 120distclean: realclean
121 (cd $(srcdir); rm -f Makefile) 121 (cd $(srcdir); rm -f Makefile)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines