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.52 by root, Wed Jan 18 08:33:34 2006 UTC vs.
Revision 1.53 by ayin, Thu Jan 19 14:09:27 2006 UTC

102#librxvt.la: $(LIBOBJS) 102#librxvt.la: $(LIBOBJS)
103# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@ 103# $(LIBTOOL) --mode=link $(LINK) -rpath $(libdir) -version-info $(LIBVERSION) $(LIBOBJS) $(LIBS) -o $@
104 104
105#------------------------------------------------------------------------- 105#-------------------------------------------------------------------------
106 106
107tags: 107tags: *.[Ch]
108 ctags *.h *.C 108 ctags $^
109
110TAGS: *.[Ch]
111 etags $^
109 112
110allbin: rxvt rxvtd rxvtc 113allbin: rxvt rxvtd rxvtc
111 114
112alldoc: 115alldoc:
113 116
114clean: 117clean:
115 $(RMF) rxvt rxvtc rxvtd perlxsi.c rxvtperl.C 118 $(RMF) rxvt rxvtc rxvtd perlxsi.c rxvtperl.C
116 $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp 119 $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp
117 120
118realclean: clean 121realclean: clean
119 $(RMF) tags librxvt.h 122 $(RMF) tags TAGS librxvt.h
120 123
121cleandir: realclean 124cleandir: realclean
122 125
123distclean: realclean 126distclean: realclean
124 (cd $(srcdir); $(RMF) Makefile) 127 (cd $(srcdir); $(RMF) Makefile)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines