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.9 by root, Mon Jan 17 01:55:12 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# $Id: Makefile.in,v 1.9 2005/01/17 01:55:12 root Exp $ 2
3@MCOMMON@ 3VERNAME = rxvt-unicode-$(VERSION)
4 4
5srcdir = @srcdir@ 5srcdir = @srcdir@
6VPATH = @srcdir@ 6VPATH = @srcdir@
7.PATH: @srcdir@ 7.PATH: @srcdir@
8 8
9first_rule: all 9first_rule: all
10dummy: 10dummy:
11 11
12subdirs = src doc src/test 12subdirs = src doc
13allsubdirs = $(subdirs) 13allsubdirs = $(subdirs)
14 14
15DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog 15DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
16 16
17DIST_CFG = autoconf/aclocal.m4 autoconf/xpm.m4 autoconf/libtool.m4 \ 17DIST_CFG = autoconf/aclocal.m4 autoconf/xpm.m4 autoconf/libtool.m4 \
18 autoconf/configure.in autoconf/config.h.in \ 18 autoconf/configure.in autoconf/config.h.in \
19 autoconf/Make.common.in autoconf/install-sh autoconf/mkinstalldirs \ 19 autoconf/install-sh autoconf/mkinstalldirs \
20 autoconf/config.guess autoconf/config.sub \ 20 autoconf/config.guess autoconf/config.sub \
21 autoconf/ltmain.sh \ 21 autoconf/ltmain.sh \
22 22
23MKDIR = $(srcdir)/autoconf/mkinstalldirs 23MKDIR = $(srcdir)/autoconf/mkinstalldirs
24 24
62 $(MKDIR) $(DESTDIR)$(mandir) 62 $(MKDIR) $(DESTDIR)$(mandir)
63 63
64install: installdirs 64install: installdirs
65 @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
66 66
67check: all
68 echo "no tests"
69
67Makefiles: 70Makefiles:
68 $(SHELL) config.status 71 $(SHELL) config.status
69 72
70cleandir: realclean 73cleandir: realclean
71 74
75# In that case most of those commands do nothing, except cleaning *~ 78# In that case most of those commands do nothing, except cleaning *~
76# and cleaning source links. 79# and cleaning source links.
77distclean: 80distclean:
78 (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)
79 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 82 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
80 (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) 83 (cd $(srcdir); $(RMF) Makefile)
81 84
82distdir: 85distdir:
83 cd doc && $(MAKE) distdepend 86 cd doc && $(MAKE) distdepend
87 cd src && $(MAKE) depend
84 rm -rf $(VERNAME) 88 rm -rf $(VERNAME)
85 mkdir $(VERNAME) 89 mkdir $(VERNAME)
86 rsync -aR `cat MANIFEST` $(VERNAME)/. 90 rsync -aR `cat MANIFEST` $(VERNAME)/.
87 91
88tar.gz: distdir 92tar.gz: distdir

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines