Mercurial > noffle
comparison src/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 | 52f467c7213b |
children | f3b44be9e4ab |
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, |
182 list='$(SOURCES) $(HEADERS)'; \ | 182 list='$(SOURCES) $(HEADERS)'; \ |
183 unique=`for i in $$list; do echo $$i; done | \ | 183 unique=`for i in $$list; do echo $$i; done | \ |
184 awk ' { files[$$0] = 1; } \ | 184 awk ' { files[$$0] = 1; } \ |
185 END { for (i in files) print i; }'`; \ | 185 END { for (i in files) print i; }'`; \ |
186 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | 186 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
187 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | 187 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) |
188 | 188 |
189 mostlyclean-tags: | 189 mostlyclean-tags: |
190 | 190 |
191 clean-tags: | 191 clean-tags: |
192 | 192 |