Mercurial > noffle
comparison src/Makefile.in @ 484:d33568bb18ab noffle
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
docs/Makefile.in,packages/Makefile.in,packages/redhat/Makefile.in,
src/Makefile.in: Bump version to 1.2.0rc1.
author | bears |
---|---|
date | Fri, 22 Oct 2004 13:50:40 +0100 |
parents | a6e3b57fb035 |
children | b6355c8270b4 |
comparison
equal
deleted
inserted
replaced
483:a02417000b7b | 484:d33568bb18ab |
---|---|
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am | 1 # Makefile.in generated automatically by automake 1.4-p6 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, |
184 list='$(SOURCES) $(HEADERS)'; \ | 184 list='$(SOURCES) $(HEADERS)'; \ |
185 unique=`for i in $$list; do echo $$i; done | \ | 185 unique=`for i in $$list; do echo $$i; done | \ |
186 awk ' { files[$$0] = 1; } \ | 186 awk ' { files[$$0] = 1; } \ |
187 END { for (i in files) print i; }'`; \ | 187 END { for (i in files) print i; }'`; \ |
188 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ | 188 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
189 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) | 189 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) |
190 | 190 |
191 mostlyclean-tags: | 191 mostlyclean-tags: |
192 | 192 |
193 clean-tags: | 193 clean-tags: |
194 | 194 |