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

Comparing ermyth/Makefile.in (file contents):
Revision 1.5 by pippijn, Sat Jul 21 15:01:26 2007 UTC vs.
Revision 1.6 by pippijn, Mon Jul 23 12:49:08 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.5 2007/07/21 15:01:26 pippijn Exp $ 7# $Id: Makefile.in,v 1.6 2007/07/23 12:49:08 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@
70 @for i in $(CLEANDIRS); do \ 70 @for i in $(CLEANDIRS); do \
71 echo "[$@] ==> $$i"; \ 71 echo "[$@] ==> $$i"; \
72 ${MAKE} ${SILENT} -C $$i $@; \ 72 ${MAKE} ${SILENT} -C $$i $@; \
73 done 73 done
74 @${RM} -f Makefile *~ *.orig core atheme.core .depend.stamp svs-dist.tgz 74 @${RM} -f Makefile *~ *.orig core atheme.core .depend.stamp svs-dist.tgz
75 @${RM} -f config.status config.cache config.log 75 @${RM} -f config.status config.cache config.log config.status.lineno
76 76
77maintainer-clean: .depend.stamp 77maintainer-clean: .depend.stamp
78 @${RM} -rf autom4te.cache 78 @${RM} -rf autom4te.cache
79 @${RM} -f configure aclocal.m4 79 @${RM} -f configure aclocal.m4
80 @cd include; \ 80 @cd include; \
83 @for i in $(CLEANDIRS); do \ 83 @for i in $(CLEANDIRS); do \
84 echo "[$@] ==> $$i"; \ 84 echo "[$@] ==> $$i"; \
85 ${MAKE} ${SILENT} -C $$i $@; \ 85 ${MAKE} ${SILENT} -C $$i $@; \
86 done 86 done
87 @${RM} -f Makefile *~ *.orig core atheme.core .depend.stamp svs-dist.tgz 87 @${RM} -f Makefile *~ *.orig core atheme.core .depend.stamp svs-dist.tgz
88 @${RM} -f config.status config.cache config.log 88 @${RM} -f config.status config.cache config.log config.status.lineno
89 89
90depend: 90depend:
91 @for i in $(SUBDIRS); do \ 91 @for i in $(SUBDIRS); do \
92 echo "[$@] ==> $$i"; \ 92 echo "[$@] ==> $$i"; \
93 touch $$i/.depend; \ 93 touch $$i/.depend; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines