Mercurial > noffle
comparison packages/Makefile.in @ 278:a0497ffac49b noffle
[svn] I'm not very good at automake. Redo with automake2.13.
author | bears |
---|---|
date | Sun, 10 Nov 2002 18:49:41 +0000 |
parents | 1fdde6512033 |
children | c02c4eb95f95 |
comparison
equal
deleted
inserted
replaced
277:1fdde6512033 | 278:a0497ffac49b |
---|---|
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am | 1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am |
2 | 2 |
3 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. | 3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. |
4 # This Makefile.in is free software; the Free Software Foundation | 4 # This Makefile.in is free software; the Free Software Foundation |
5 # gives unlimited permission to copy and/or distribute it, | 5 # gives unlimited permission to copy and/or distribute it, |
6 # with or without modifications, as long as this notice is preserved. | 6 # with or without modifications, as long as this notice is preserved. |
7 | 7 |
8 # This program is distributed in the hope that it will be useful, | 8 # This program is distributed in the hope that it will be useful, |
123 maintainer-clean-recursive: | 123 maintainer-clean-recursive: |
124 @set fnord $(MAKEFLAGS); amf=$$2; \ | 124 @set fnord $(MAKEFLAGS); amf=$$2; \ |
125 dot_seen=no; \ | 125 dot_seen=no; \ |
126 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ | 126 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
127 rev="$$subdir $$rev"; \ | 127 rev="$$subdir $$rev"; \ |
128 test "$$subdir" != "." || dot_seen=yes; \ | 128 test "$$subdir" = "." && dot_seen=yes; \ |
129 done; \ | 129 done; \ |
130 test "$$dot_seen" = "no" && rev=". $$rev"; \ | 130 test "$$dot_seen" = "no" && rev=". $$rev"; \ |
131 target=`echo $@ | sed s/-recursive//`; \ | 131 target=`echo $@ | sed s/-recursive//`; \ |
132 for subdir in $$rev; do \ | 132 for subdir in $$rev; do \ |
133 echo "Making $$target in $$subdir"; \ | 133 echo "Making $$target in $$subdir"; \ |