Mercurial > noffle
comparison packages/Makefile.in @ 256:b510f6a65a79 noffle
[svn] * Makefile.in,docs/Makefile.in,packages/Makefile.in,
packages/redhat/Makefile.in,src/Makefile.in: automake upgrade.
author | bears |
---|---|
date | Wed, 26 Jun 2002 14:28:06 +0100 |
parents | 9fb4b7d7e64b |
children | 1fdde6512033 |
comparison
equal
deleted
inserted
replaced
255:52f467c7213b | 256:b510f6a65a79 |
---|---|
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am | 1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am |
2 | 2 |
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. | 3 # Copyright (C) 1994, 1995-8, 1999, 2001 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"; \ |
165 list='$(SOURCES) $(HEADERS)'; \ | 165 list='$(SOURCES) $(HEADERS)'; \ |
166 unique=`for i in $$list; do echo $$i; done | \ | 166 unique=`for i in $$list; do echo $$i; done | \ |
167 awk ' { files[$$0] = 1; } \ | 167 awk ' { files[$$0] = 1; } \ |
168 END { for (i in files) print i; }'`; \ | 168 END { for (i in files) print i; }'`; \ |
169 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | 169 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
170 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | 170 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) |
171 | 171 |
172 mostlyclean-tags: | 172 mostlyclean-tags: |
173 | 173 |
174 clean-tags: | 174 clean-tags: |
175 | 175 |