comparison src/Makefile.in @ 438:a6e3b57fb035 noffle

[svn] * Makefile.in,aclocal.m4,configure,docs/Makefile.in,packages/Makefile.in, packages/redhat/Makefile.in,src/Makefile.in: Autoconf updates.
author bears
date Wed, 25 Jun 2003 10:40:54 +0100
parents c02c4eb95f95
children d33568bb18ab
comparison
equal deleted inserted replaced
437:5687083b6f9a 438:a6e3b57fb035
1 # Makefile.in generated automatically by automake 1.4-p6 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,
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 -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) 189 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
190 190
191 mostlyclean-tags: 191 mostlyclean-tags:
192 192
193 clean-tags: 193 clean-tags:
194 194