ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/Makefile.in
(Generate patch)

Comparing rxvt-unicode/Makefile.in (file contents):
Revision 1.13 by root, Sat Jan 7 20:24:07 2006 UTC vs.
Revision 1.14 by ayin, Mon Jan 16 16:38:20 2006 UTC

1# ./Makefile.in -*- Makefile -*- 1# ./Makefile.in -*- Makefile -*-
2@MCOMMON@
3 2
4VERNAME = rxvt-unicode-$(VERSION) 3VERNAME = rxvt-unicode-$(VERSION)
5 4
6srcdir = @srcdir@ 5srcdir = @srcdir@
7VPATH = @srcdir@ 6VPATH = @srcdir@
15 14
16DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog 15DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
17 16
18DIST_CFG = autoconf/aclocal.m4 autoconf/xpm.m4 autoconf/libtool.m4 \ 17DIST_CFG = autoconf/aclocal.m4 autoconf/xpm.m4 autoconf/libtool.m4 \
19 autoconf/configure.in autoconf/config.h.in \ 18 autoconf/configure.in autoconf/config.h.in \
20 autoconf/Make.common.in autoconf/install-sh autoconf/mkinstalldirs \ 19 autoconf/install-sh autoconf/mkinstalldirs \
21 autoconf/config.guess autoconf/config.sub \ 20 autoconf/config.guess autoconf/config.sub \
22 autoconf/ltmain.sh \ 21 autoconf/ltmain.sh \
23 22
24MKDIR = $(srcdir)/autoconf/mkinstalldirs 23MKDIR = $(srcdir)/autoconf/mkinstalldirs
25 24
79# In that case most of those commands do nothing, except cleaning *~ 78# In that case most of those commands do nothing, except cleaning *~
80# and cleaning source links. 79# and cleaning source links.
81distclean: 80distclean:
82 (cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool) 81 (cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool)
83 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 82 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
84 (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) 83 (cd $(srcdir); $(RMF) Makefile)
85 84
86distdir: 85distdir:
87 cd doc && $(MAKE) distdepend 86 cd doc && $(MAKE) distdepend
88 cd src && $(MAKE) depend 87 cd src && $(MAKE) depend
89 rm -rf $(VERNAME) 88 rm -rf $(VERNAME)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines