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.7 by pcg, Sat May 8 17:21:07 2004 UTC vs.
Revision 1.11 by root, Mon Feb 14 10:44:50 2005 UTC

1# ./Makefile.in -*- Makefile -*- 1# ./Makefile.in -*- Makefile -*-
2# $Id: Makefile.in,v 1.7 2004/05/08 17:21:07 pcg Exp $
3@MCOMMON@ 2@MCOMMON@
3
4VERNAME = rxvt-unicode-$(VERSION)
4 5
5srcdir = @srcdir@ 6srcdir = @srcdir@
6VPATH = @srcdir@ 7VPATH = @srcdir@
7.PATH: @srcdir@ 8.PATH: @srcdir@
8 9
9first_rule: all 10first_rule: all
10dummy: 11dummy:
11 12
12subdirs = src doc src/test 13subdirs = src doc
13allsubdirs = W11 $(subdirs) 14allsubdirs = $(subdirs)
14 15
15DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog 16DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
16 17
17DIST_CFG = autoconf/aclocal.m4 autoconf/xpm.m4 autoconf/libtool.m4 \ 18DIST_CFG = autoconf/aclocal.m4 autoconf/xpm.m4 autoconf/libtool.m4 \
18 autoconf/configure.in autoconf/config.h.in \ 19 autoconf/configure.in autoconf/config.h.in \
23MKDIR = $(srcdir)/autoconf/mkinstalldirs 24MKDIR = $(srcdir)/autoconf/mkinstalldirs
24 25
25#------------------------------------------------------------------------- 26#-------------------------------------------------------------------------
26 27
27all allbin alldoc tags: 28all allbin alldoc tags:
28 @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi
29 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 29 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
30 30
31realclean: clean 31realclean: clean
32 $(RMF) config.h config.status config.log libtool 32 $(RMF) config.h config.status config.log libtool
33 33
34clean: 34clean:
35 $(RMF) *~ config.cache 35 $(RMF) *~ config.cache
36 $(RMF) -r autom4te.cache 36 $(RMF) -r autom4te.cache
37 @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi
38 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 37 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
39 38
40# 39#
41# entry points for other programs 40# entry points for other programs
42# 41#
62installdirs: 61installdirs:
63 $(MKDIR) $(DESTDIR)$(bindir) 62 $(MKDIR) $(DESTDIR)$(bindir)
64 $(MKDIR) $(DESTDIR)$(mandir) 63 $(MKDIR) $(DESTDIR)$(mandir)
65 64
66install: installdirs 65install: installdirs
67 @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi
68 @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done 66 @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done
69 67
70Makefiles: 68Makefiles:
71 $(SHELL) config.status 69 $(SHELL) config.status
72 70
81 (cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool) 79 (cd $(srcdir); $(RMF) *~ config.cache config.h config.log config.status libtool)
82 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 80 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
83 (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) 81 (cd $(srcdir); $(RMF) Makefile autoconf/Make.common)
84 82
85distdir: 83distdir:
86 cd doc && $(MAKE) yodl/versioninfo.yo rxvt.html rxvtRef.txt 84 cd doc && $(MAKE) distdepend
87 rm -rf $(VERNAME) 85 rm -rf $(VERNAME)
88 mkdir $(VERNAME) 86 mkdir $(VERNAME)
89 rsync -aR `cat MANIFEST` $(VERNAME)/. 87 rsync -aR `cat MANIFEST` $(VERNAME)/.
90 88
91tar.gz: distdir 89tar.gz: distdir

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines