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