ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/Makefile.in
(Generate patch)

Comparing ermyth/Makefile.in (file contents):
Revision 1.6 by pippijn, Mon Jul 23 12:49:08 2007 UTC vs.
Revision 1.7 by pippijn, Wed Jul 25 00:03:21 2007 UTC

2# Copyright © 2005 Atheme Development Group. 2# Copyright © 2005 Atheme Development Group.
3# Rights to this code are documented in doc/pod/license.pod. 3# Rights to this code are documented in doc/pod/license.pod.
4# 4#
5# This file contains build instructions. 5# This file contains build instructions.
6# 6#
7# $Id: Makefile.in,v 1.6 2007/07/23 12:49:08 pippijn Exp $ 7# $Id: Makefile.in,v 1.7 2007/07/25 00:03:21 pippijn Exp $
8# 8#
9 9
10RM = @RM@ 10RM = @RM@
11SHELL = /bin/sh 11SHELL = /bin/sh
12DISTNAME = @PACKAGE_NAME@-@PACKAGE_VERSION@ 12DISTNAME = @PACKAGE_NAME@-@PACKAGE_VERSION@
40.depend.stamp: 40.depend.stamp:
41 @${MAKE} ${SILENT} depend 41 @${MAKE} ${SILENT} depend
42 @touch .depend.stamp 42 @touch .depend.stamp
43 43
44build: include/sysconf.h .depend.stamp 44build: include/sysconf.h .depend.stamp
45 @NOW=$$(date +%s); \
45 @for i in $(SUBDIRS); do \ 46 for i in $(SUBDIRS); do \
46 echo "[$@] ==> $$i"; \ 47 echo "[$@] ==> $$i"; \
47 ${MAKE} ${SILENT} -C $$i build || exit; \ 48 ${MAKE} ${SILENT} -C $$i build || exit; \
48 done 49 done; \
50 echo ">>> Built in" $$(expr $$(date +%s) - $$NOW) "seconds"
49 51
50test: .build.stamp 52test: .build.stamp
51 @echo "[build] ==> src" 53 @echo "[build] ==> src"
52 @${MAKE} ${SILENT} -C src build 54 @${MAKE} ${SILENT} -C src build
53 @echo "[build] ==> test" 55 @echo "[build] ==> test"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines