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.11 by root, Mon Feb 14 10:44:50 2005 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
63 $(MKDIR) $(DESTDIR)$(mandir) 62 $(MKDIR) $(DESTDIR)$(mandir)
64 63
65install: installdirs 64install: installdirs
66 @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done 65 @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done
67 66
67check: all
68 echo "no tests"
69
68Makefiles: 70Makefiles:
69 $(SHELL) config.status 71 $(SHELL) config.status
70 72
71cleandir: realclean 73cleandir: realclean
72 74
76# In that case most of those commands do nothing, except cleaning *~ 78# In that case most of those commands do nothing, except cleaning *~
77# and cleaning source links. 79# and cleaning source links.
78distclean: 80distclean:
79 (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)
80 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 82 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
81 (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) 83 (cd $(srcdir); $(RMF) Makefile)
82 84
83distdir: 85distdir:
84 cd doc && $(MAKE) distdepend 86 cd doc && $(MAKE) distdepend
87 cd src && $(MAKE) depend
85 rm -rf $(VERNAME) 88 rm -rf $(VERNAME)
86 mkdir $(VERNAME) 89 mkdir $(VERNAME)
87 rsync -aR `cat MANIFEST` $(VERNAME)/. 90 rsync -aR `cat MANIFEST` $(VERNAME)/.
88 91
89tar.gz: distdir 92tar.gz: distdir

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines