comparison 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 b67a1eaab41a
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,
94 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status 94 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
95 95
96 $(ACLOCAL_M4): configure.in 96 $(ACLOCAL_M4): configure.in
97 cd $(srcdir) && $(ACLOCAL) 97 cd $(srcdir) && $(ACLOCAL)
98 98
99 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES) 99 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
100 $(SHELL) ./config.status --recheck 100 $(SHELL) ./config.status --recheck
101 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) 101 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
102 cd $(srcdir) && $(AUTOCONF) 102 cd $(srcdir) && $(AUTOCONF)
103 103
104 config.h: stamp-h 104 config.h: stamp-h
163 maintainer-clean-recursive: 163 maintainer-clean-recursive:
164 @set fnord $(MAKEFLAGS); amf=$$2; \ 164 @set fnord $(MAKEFLAGS); amf=$$2; \
165 dot_seen=no; \ 165 dot_seen=no; \
166 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ 166 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
167 rev="$$subdir $$rev"; \ 167 rev="$$subdir $$rev"; \
168 test "$$subdir" = "." && dot_seen=yes; \ 168 test "$$subdir" != "." || dot_seen=yes; \
169 done; \ 169 done; \
170 test "$$dot_seen" = "no" && rev=". $$rev"; \ 170 test "$$dot_seen" = "no" && rev=". $$rev"; \
171 target=`echo $@ | sed s/-recursive//`; \ 171 target=`echo $@ | sed s/-recursive//`; \
172 for subdir in $$rev; do \ 172 for subdir in $$rev; do \
173 echo "Making $$target in $$subdir"; \ 173 echo "Making $$target in $$subdir"; \
205 list='$(SOURCES) $(HEADERS)'; \ 205 list='$(SOURCES) $(HEADERS)'; \
206 unique=`for i in $$list; do echo $$i; done | \ 206 unique=`for i in $$list; do echo $$i; done | \
207 awk ' { files[$$0] = 1; } \ 207 awk ' { files[$$0] = 1; } \
208 END { for (i in files) print i; }'`; \ 208 END { for (i in files) print i; }'`; \
209 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ 209 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
210 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) 210 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
211 211
212 mostlyclean-tags: 212 mostlyclean-tags:
213 213
214 clean-tags: 214 clean-tags:
215 215