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

Comparing ermyth/modules/Makefile.in (file contents):
Revision 1.3 by pippijn, Tue Aug 28 17:08:07 2007 UTC vs.
Revision 1.4 by pippijn, Tue Aug 28 22:18:30 2007 UTC

2# Copyright © 2003-2004 E. Will et al. 2# Copyright © 2003-2004 E. Will et al.
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.3 2007/08/28 17:08:07 pippijn Exp $ 7# $Id: Makefile.in,v 1.4 2007/08/28 22:18:30 pippijn Exp $
8# 8#
9 9
10include Makefile.defs 10include Makefile.defs
11 11
12default: all 12default: all
53distclean: 53distclean:
54 @for i in $(SUBDIRS); do \ 54 @for i in $(SUBDIRS); do \
55 echo "[$@] ==> - $$i"; \ 55 echo "[$@] ==> - $$i"; \
56 ${MAKE} ${SILENT} -C $$i $@ || exit; \ 56 ${MAKE} ${SILENT} -C $$i $@ || exit; \
57 done 57 done
58 @${RM} -f Makefile Makefile.defs Makefile.common .depend 58 @${RM} -f .build.stamp libservices.so Makefile Makefile.defs Makefile.common
59 59
60maintainer-clean: 60maintainer-clean:
61 @for i in $(SUBDIRS); do \ 61 @for i in $(SUBDIRS); do \
62 echo "[$@] ==> - $$i"; \ 62 echo "[$@] ==> - $$i"; \
63 ${MAKE} ${SILENT} -C $$i $@ || exit; \ 63 ${MAKE} ${SILENT} -C $$i $@ || exit; \
64 done 64 done
65 @${RM} -f Makefile Makefile.defs Makefile.common .depend 65 @${RM} -f .build.stamp libservices.so Makefile Makefile.defs Makefile.common .depend .objects

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines