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.8 by root, Thu Aug 12 21:32:40 2004 UTC vs.
Revision 1.9 by root, Mon Jan 17 01:55:12 2005 UTC

1# ./Makefile.in -*- Makefile -*- 1# ./Makefile.in -*- Makefile -*-
2# $Id: Makefile.in,v 1.8 2004/08/12 21:32:40 root Exp $ 2# $Id: Makefile.in,v 1.9 2005/01/17 01:55:12 root Exp $
3@MCOMMON@ 3@MCOMMON@
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 src/test
13allsubdirs = W11 $(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 \
23MKDIR = $(srcdir)/autoconf/mkinstalldirs 23MKDIR = $(srcdir)/autoconf/mkinstalldirs
24 24
25#------------------------------------------------------------------------- 25#-------------------------------------------------------------------------
26 26
27all allbin alldoc tags: 27all 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 28 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
30 29
31realclean: clean 30realclean: clean
32 $(RMF) config.h config.status config.log libtool 31 $(RMF) config.h config.status config.log libtool
33 32
34clean: 33clean:
35 $(RMF) *~ config.cache 34 $(RMF) *~ config.cache
36 $(RMF) -r autom4te.cache 35 $(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 36 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
39 37
40# 38#
41# entry points for other programs 39# entry points for other programs
42# 40#
62installdirs: 60installdirs:
63 $(MKDIR) $(DESTDIR)$(bindir) 61 $(MKDIR) $(DESTDIR)$(bindir)
64 $(MKDIR) $(DESTDIR)$(mandir) 62 $(MKDIR) $(DESTDIR)$(mandir)
65 63
66install: installdirs 64install: 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 65 @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done
69 66
70Makefiles: 67Makefiles:
71 $(SHELL) config.status 68 $(SHELL) config.status
72 69

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines