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.28 by ayin, Wed Jun 13 19:36:34 2007 UTC vs.
Revision 1.29 by ayin, Mon Nov 12 18:10:47 2007 UTC

28first_rule: all 28first_rule: all
29dummy: 29dummy:
30 30
31subdirs = src doc 31subdirs = src doc
32 32
33RECURSIVE_TARGETS = all allbin alldoc tags clean distclean realclean install
34
33#------------------------------------------------------------------------- 35#-------------------------------------------------------------------------
34 36
35all allbin alldoc tags: 37$(RECURSIVE_TARGETS):
36 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done 38 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
37 39
38distclean realclean: distclean-local 40distclean realclean: distclean-local
39
40clean distclean realclean:
41 @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done
42 41
43# 42#
44# entry points for other programs 43# entry points for other programs
45# 44#
46rxvt: 45rxvt:
54 if test -x config.status; then config.status --recheck; \ 53 if test -x config.status; then config.status --recheck; \
55 else $(SHELL) configure; fi 54 else $(SHELL) configure; fi
56 55
57config.h.in: configure.ac 56config.h.in: configure.ac
58 cd $(srcdir); ./autogen.sh 57 cd $(srcdir); ./autogen.sh
59
60install:
61 @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done
62 58
63check: all 59check: all
64 echo "no tests" 60 echo "no tests"
65 61
66Makefiles: 62Makefiles:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines