comparison packages/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,
125 maintainer-clean-recursive: 125 maintainer-clean-recursive:
126 @set fnord $(MAKEFLAGS); amf=$$2; \ 126 @set fnord $(MAKEFLAGS); amf=$$2; \
127 dot_seen=no; \ 127 dot_seen=no; \
128 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 128 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
129 rev="$$subdir $$rev"; \ 129 rev="$$subdir $$rev"; \
130 test "$$subdir" = "." && dot_seen=yes; \ 130 test "$$subdir" != "." || dot_seen=yes; \
131 done; \ 131 done; \
132 test "$$dot_seen" = "no" && rev=". $$rev"; \ 132 test "$$dot_seen" = "no" && rev=". $$rev"; \
133 target=`echo $@ | sed s/-recursive//`; \ 133 target=`echo $@ | sed s/-recursive//`; \
134 for subdir in $$rev; do \ 134 for subdir in $$rev; do \
135 echo "Making $$target in $$subdir"; \ 135 echo "Making $$target in $$subdir"; \
167 list='$(SOURCES) $(HEADERS)'; \ 167 list='$(SOURCES) $(HEADERS)'; \
168 unique=`for i in $$list; do echo $$i; done | \ 168 unique=`for i in $$list; do echo $$i; done | \
169 awk ' { files[$$0] = 1; } \ 169 awk ' { files[$$0] = 1; } \
170 END { for (i in files) print i; }'`; \ 170 END { for (i in files) print i; }'`; \
171 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ 171 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
172 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) 172 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
173 173
174 mostlyclean-tags: 174 mostlyclean-tags:
175 175
176 clean-tags: 176 clean-tags:
177 177