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.4 by pcg, Thu Dec 18 07:41:39 2003 UTC vs.
Revision 1.7 by pcg, Sat May 8 17:21:07 2004 UTC

1# ./Makefile.in -*- Makefile -*- 1# ./Makefile.in -*- Makefile -*-
2# $Id: Makefile.in,v 1.4 2003/12/18 07:41:39 pcg Exp $ 2# $Id: Makefile.in,v 1.7 2004/05/08 17:21:07 pcg 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/graphics src/test 12subdirs = src doc src/test
13allsubdirs = W11 $(subdirs) 13allsubdirs = W11 $(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 \
40# 40#
41# entry points for other programs 41# entry points for other programs
42# 42#
43rxvt: 43rxvt:
44 (cd src; ${MAKE}) 44 (cd src; ${MAKE})
45
46clock:
47 (cd rclock; ${MAKE})
48
49graphics qplot:
50 (cd src/graphics; ${MAKE} qplot)
51 45
52tests: 46tests:
53 (cd src/test; ${MAKE} tests) 47 (cd src/test; ${MAKE} tests)
54 48
55#------------------------------------------------------------------------- 49#-------------------------------------------------------------------------
87 (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)
88 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done 82 @for I in $(allsubdirs); do (cd $$I; $(MAKE) $@) || exit 1; done
89 (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) 83 (cd $(srcdir); $(RMF) Makefile autoconf/Make.common)
90 84
91distdir: 85distdir:
86 cd doc && $(MAKE) yodl/versioninfo.yo rxvt.html rxvtRef.txt
92 rm -rf $(VERNAME) 87 rm -rf $(VERNAME)
93 mkdir $(VERNAME) 88 mkdir $(VERNAME)
94 rsync -aR `cat MANIFEST` $(VERNAME)/. 89 rsync -aR `cat MANIFEST` $(VERNAME)/.
95 90
96tar.gz: distdir 91tar.gz: distdir

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines