Deleted Added
full compact
Makefile.in (125647) Makefile.in (141098)
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
1# Makefile.in generated by automake 1.8.5 from Makefile.am.
2# @configure_input@
2
3
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004 Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = .
19pkgdatadir = $(datadir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkgincludedir = $(includedir)/@PACKAGE@
22top_builddir = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46INSTALL = @INSTALL@
24INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
25install_sh_DATA = $(install_sh) -c -m 644
26install_sh_PROGRAM = $(install_sh) -c
27install_sh_SCRIPT = $(install_sh) -c
50INSTALL_HEADER = $(INSTALL_DATA)
28INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
29transform = $(program_transform_name)
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
30NORMAL_INSTALL = :
31PRE_INSTALL = :
32POST_INSTALL = :
33NORMAL_UNINSTALL = :
34PRE_UNINSTALL = :
35POST_UNINSTALL = :
58build_alias = @build_alias@
59build_triplet = @build@
36build_triplet = @build@
60host_alias = @host_alias@
61host_triplet = @host@
37host_triplet = @host@
62target_alias = @target_alias@
63target_triplet = @target@
38target_triplet = @target@
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41 $(top_srcdir)/configure INSTALL config.guess config.sub \
42 depcomp install-sh ltmain.sh missing
43subdir = .
44ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45am__aclocal_m4_deps = $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47 $(ACLOCAL_M4)
48am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
49 configure.lineno configure.status.lineno
50mkinstalldirs = $(mkdir_p)
51CONFIG_HEADER = config.h
52CONFIG_CLEAN_FILES =
53SOURCES =
54DIST_SOURCES =
55RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56 html-recursive info-recursive install-data-recursive \
57 install-exec-recursive install-info-recursive \
58 install-recursive installcheck-recursive installdirs-recursive \
59 pdf-recursive ps-recursive uninstall-info-recursive \
60 uninstall-recursive
61ETAGS = etags
62CTAGS = ctags
63DIST_SUBDIRS = $(SUBDIRS)
64DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65distdir = $(PACKAGE)-$(VERSION)
66top_distdir = $(distdir)
67am__remove_distdir = \
68 { test ! -d $(distdir) \
69 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
70 && rm -fr $(distdir); }; }
71DIST_ARCHIVES = $(distdir).tar.gz
72GZIP_ENV = --best
73distuninstallcheck_listfiles = find . -type f -print
74distcleancheck_listfiles = find . -type f -print
75ACLOCAL = @ACLOCAL@
76AMDEP_FALSE = @AMDEP_FALSE@
77AMDEP_TRUE = @AMDEP_TRUE@
64AMTAR = @AMTAR@
78AMTAR = @AMTAR@
65AS = @AS@
79AR = @AR@
80AUTOCONF = @AUTOCONF@
81AUTOHEADER = @AUTOHEADER@
82AUTOMAKE = @AUTOMAKE@
66AWK = @AWK@
67CC = @CC@
83AWK = @AWK@
84CC = @CC@
85CCDEPMODE = @CCDEPMODE@
68CFLAGS = @CFLAGS@
86CFLAGS = @CFLAGS@
87CPP = @CPP@
69CPPFLAGS = @CPPFLAGS@
70CRYPT_LIBS = @CRYPT_LIBS@
88CPPFLAGS = @CPPFLAGS@
89CRYPT_LIBS = @CRYPT_LIBS@
90CXX = @CXX@
91CXXCPP = @CXXCPP@
92CXXDEPMODE = @CXXDEPMODE@
93CXXFLAGS = @CXXFLAGS@
94CYGPATH_W = @CYGPATH_W@
95DEFS = @DEFS@
71DEPDIR = @DEPDIR@
96DEPDIR = @DEPDIR@
72DLLTOOL = @DLLTOOL@
73DL_LIBS = @DL_LIBS@
97DL_LIBS = @DL_LIBS@
98ECHO = @ECHO@
99ECHO_C = @ECHO_C@
100ECHO_N = @ECHO_N@
101ECHO_T = @ECHO_T@
102EGREP = @EGREP@
74EXEEXT = @EXEEXT@
103EXEEXT = @EXEEXT@
104F77 = @F77@
105FFLAGS = @FFLAGS@
106INSTALL_DATA = @INSTALL_DATA@
107INSTALL_PROGRAM = @INSTALL_PROGRAM@
108INSTALL_SCRIPT = @INSTALL_SCRIPT@
75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
109INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
110LDFLAGS = @LDFLAGS@
111LIBOBJS = @LIBOBJS@
112LIBS = @LIBS@
76LIBTOOL = @LIBTOOL@
77LIB_MAJ = @LIB_MAJ@
78LN_S = @LN_S@
113LIBTOOL = @LIBTOOL@
114LIB_MAJ = @LIB_MAJ@
115LN_S = @LN_S@
79OBJDUMP = @OBJDUMP@
116LTLIBOBJS = @LTLIBOBJS@
117MAKEINFO = @MAKEINFO@
80OBJEXT = @OBJEXT@
81OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
82PACKAGE = @PACKAGE@
118OBJEXT = @OBJEXT@
119OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
120PACKAGE = @PACKAGE@
121PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122PACKAGE_NAME = @PACKAGE_NAME@
123PACKAGE_STRING = @PACKAGE_STRING@
124PACKAGE_TARNAME = @PACKAGE_TARNAME@
125PACKAGE_VERSION = @PACKAGE_VERSION@
126PATH_SEPARATOR = @PATH_SEPARATOR@
83RANLIB = @RANLIB@
127RANLIB = @RANLIB@
128SET_MAKE = @SET_MAKE@
129SHELL = @SHELL@
130STRIP = @STRIP@
84VERSION = @VERSION@
131VERSION = @VERSION@
132WITH_PAM_SU_FALSE = @WITH_PAM_SU_FALSE@
133WITH_PAM_SU_TRUE = @WITH_PAM_SU_TRUE@
134WITH_PAM_UNIX_FALSE = @WITH_PAM_UNIX_FALSE@
135WITH_PAM_UNIX_TRUE = @WITH_PAM_UNIX_TRUE@
136ac_ct_AR = @ac_ct_AR@
137ac_ct_CC = @ac_ct_CC@
138ac_ct_CXX = @ac_ct_CXX@
139ac_ct_F77 = @ac_ct_F77@
140ac_ct_RANLIB = @ac_ct_RANLIB@
141ac_ct_STRIP = @ac_ct_STRIP@
142am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
143am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
144am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
145am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
85am__include = @am__include@
146am__include = @am__include@
147am__leading_dot = @am__leading_dot@
86am__quote = @am__quote@
148am__quote = @am__quote@
149bindir = @bindir@
150build = @build@
151build_alias = @build_alias@
152build_cpu = @build_cpu@
153build_os = @build_os@
154build_vendor = @build_vendor@
155datadir = @datadir@
156exec_prefix = @exec_prefix@
157host = @host@
158host_alias = @host_alias@
159host_cpu = @host_cpu@
160host_os = @host_os@
161host_vendor = @host_vendor@
162includedir = @includedir@
163infodir = @infodir@
87install_sh = @install_sh@
164install_sh = @install_sh@
88
165libdir = @libdir@
166libexecdir = @libexecdir@
167localstatedir = @localstatedir@
168mandir = @mandir@
169mkdir_p = @mkdir_p@
170oldincludedir = @oldincludedir@
171prefix = @prefix@
172program_transform_name = @program_transform_name@
173sbindir = @sbindir@
174sharedstatedir = @sharedstatedir@
175sysconfdir = @sysconfdir@
176target = @target@
177target_alias = @target_alias@
178target_cpu = @target_cpu@
179target_os = @target_os@
180target_vendor = @target_vendor@
89SUBDIRS = lib bin modules doc include
181SUBDIRS = lib bin modules doc include
90
91EXTRA_DIST = README CREDITS LICENSE INSTALL MANIFEST RELNOTES
92subdir = .
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
95CONFIG_HEADER = config.h
96CONFIG_CLEAN_FILES =
97DIST_SOURCES =
98
99RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
100 uninstall-info-recursive all-recursive install-data-recursive \
101 install-exec-recursive installdirs-recursive install-recursive \
102 uninstall-recursive check-recursive installcheck-recursive
103DIST_COMMON = README ./stamp-h.in INSTALL Makefile.am Makefile.in \
104 aclocal.m4 config.guess config.h.in config.sub configure \
105 configure.in depcomp install-sh ltconfig ltmain.sh missing \
106 mkinstalldirs
107DIST_SUBDIRS = $(SUBDIRS)
182EXTRA_DIST = CREDITS HISTORY INSTALL LICENSE MANIFEST README RELNOTES
108all: config.h
109 $(MAKE) $(AM_MAKEFLAGS) all-recursive
110
111.SUFFIXES:
183all: config.h
184 $(MAKE) $(AM_MAKEFLAGS) all-recursive
185
186.SUFFIXES:
112
113mostlyclean-libtool:
114 -rm -f *.lo
115
116clean-libtool:
117 -rm -rf .libs _libs
118
119distclean-libtool:
120 -rm -f libtool
121$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
187am--refresh:
188 @:
189$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
190 @for dep in $?; do \
191 case '$(am__configure_deps)' in \
192 *$$dep*) \
193 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
194 cd $(srcdir) && $(AUTOMAKE) --foreign \
195 && exit 0; \
196 exit 1;; \
197 esac; \
198 done; \
199 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
122 cd $(top_srcdir) && \
123 $(AUTOMAKE) --foreign Makefile
200 cd $(top_srcdir) && \
201 $(AUTOMAKE) --foreign Makefile
124Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
125 cd $(top_builddir) && \
126 CONFIG_HEADERS= CONFIG_LINKS= \
127 CONFIG_FILES=$@ $(SHELL) ./config.status
202.PRECIOUS: Makefile
203Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
204 @case '$?' in \
205 *config.status*) \
206 echo ' $(SHELL) ./config.status'; \
207 $(SHELL) ./config.status;; \
208 *) \
209 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
210 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
211 esac;
128
212
129$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
213$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
130 $(SHELL) ./config.status --recheck
214 $(SHELL) ./config.status --recheck
131$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
132 cd $(srcdir) && $(AUTOCONF)
133
215
134$(ACLOCAL_M4): configure.in
216$(top_srcdir)/configure: $(am__configure_deps)
217 cd $(srcdir) && $(AUTOCONF)
218$(ACLOCAL_M4): $(am__aclocal_m4_deps)
135 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
219 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
136config.h: stamp-h
220
221config.h: stamp-h1
137 @if test ! -f $@; then \
222 @if test ! -f $@; then \
138 rm -f stamp-h; \
139 $(MAKE) stamp-h; \
223 rm -f stamp-h1; \
224 $(MAKE) stamp-h1; \
140 else :; fi
225 else :; fi
141stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
142 @rm -f stamp-h stamp-hT
143 @echo timestamp > stamp-hT 2> /dev/null
144 cd $(top_builddir) \
145 && CONFIG_FILES= CONFIG_HEADERS=config.h \
146 $(SHELL) ./config.status
147 @mv stamp-hT stamp-h
148$(srcdir)/config.h.in: $(srcdir)/./stamp-h.in
149 @if test ! -f $@; then \
150 rm -f $(srcdir)/./stamp-h.in; \
151 $(MAKE) $(srcdir)/./stamp-h.in; \
152 else :; fi
153$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
154 @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
155 @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
226
227stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
228 @rm -f stamp-h1
229 cd $(top_builddir) && $(SHELL) ./config.status config.h
230$(srcdir)/config.h.in: $(am__configure_deps)
156 cd $(top_srcdir) && $(AUTOHEADER)
231 cd $(top_srcdir) && $(AUTOHEADER)
157 @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
232 rm -f stamp-h1
233 touch $@
158
159distclean-hdr:
234
235distclean-hdr:
160 -rm -f config.h
236 -rm -f config.h stamp-h1
237
238mostlyclean-libtool:
239 -rm -f *.lo
240
241clean-libtool:
242 -rm -rf .libs _libs
243
244distclean-libtool:
245 -rm -f libtool
161uninstall-info-am:
162
163# This directory's subdirectories are mostly independent; you can cd
164# into them and run `make' without going through this Makefile.
165# To change the values of `make' variables: instead of editing Makefiles,
166# (1) if the variable is set in `config.status', edit `config.status'
167# (which will cause the Makefiles to be regenerated when you run `make');
168# (2) otherwise, pass the desired values on the `make' command line.
169$(RECURSIVE_TARGETS):
246uninstall-info-am:
247
248# This directory's subdirectories are mostly independent; you can cd
249# into them and run `make' without going through this Makefile.
250# To change the values of `make' variables: instead of editing Makefiles,
251# (1) if the variable is set in `config.status', edit `config.status'
252# (which will cause the Makefiles to be regenerated when you run `make');
253# (2) otherwise, pass the desired values on the `make' command line.
254$(RECURSIVE_TARGETS):
170 @set fnord $(MAKEFLAGS); amf=$$2; \
255 @set fnord $$MAKEFLAGS; amf=$$2; \
171 dot_seen=no; \
172 target=`echo $@ | sed s/-recursive//`; \
173 list='$(SUBDIRS)'; for subdir in $$list; do \
174 echo "Making $$target in $$subdir"; \
175 if test "$$subdir" = "."; then \
176 dot_seen=yes; \
177 local_target="$$target-am"; \
178 else \
179 local_target="$$target"; \
180 fi; \
181 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
182 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
183 done; \
184 if test "$$dot_seen" = "no"; then \
185 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
186 fi; test -z "$$fail"
187
188mostlyclean-recursive clean-recursive distclean-recursive \
189maintainer-clean-recursive:
256 dot_seen=no; \
257 target=`echo $@ | sed s/-recursive//`; \
258 list='$(SUBDIRS)'; for subdir in $$list; do \
259 echo "Making $$target in $$subdir"; \
260 if test "$$subdir" = "."; then \
261 dot_seen=yes; \
262 local_target="$$target-am"; \
263 else \
264 local_target="$$target"; \
265 fi; \
266 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
267 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
268 done; \
269 if test "$$dot_seen" = "no"; then \
270 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
271 fi; test -z "$$fail"
272
273mostlyclean-recursive clean-recursive distclean-recursive \
274maintainer-clean-recursive:
190 @set fnord $(MAKEFLAGS); amf=$$2; \
275 @set fnord $$MAKEFLAGS; amf=$$2; \
191 dot_seen=no; \
192 case "$@" in \
193 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
194 *) list='$(SUBDIRS)' ;; \
195 esac; \
196 rev=''; for subdir in $$list; do \
197 if test "$$subdir" = "."; then :; else \
198 rev="$$subdir $$rev"; \

--- 10 unchanged lines hidden (view full) ---

209 fi; \
210 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
211 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
212 done && test -z "$$fail"
213tags-recursive:
214 list='$(SUBDIRS)'; for subdir in $$list; do \
215 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
216 done
276 dot_seen=no; \
277 case "$@" in \
278 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
279 *) list='$(SUBDIRS)' ;; \
280 esac; \
281 rev=''; for subdir in $$list; do \
282 if test "$$subdir" = "."; then :; else \
283 rev="$$subdir $$rev"; \

--- 10 unchanged lines hidden (view full) ---

294 fi; \
295 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
296 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
297 done && test -z "$$fail"
298tags-recursive:
299 list='$(SUBDIRS)'; for subdir in $$list; do \
300 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
301 done
302ctags-recursive:
303 list='$(SUBDIRS)'; for subdir in $$list; do \
304 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
305 done
217
306
218tags: TAGS
219
220ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
307ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
221 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
308 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
222 unique=`for i in $$list; do \
223 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
224 done | \
225 $(AWK) ' { files[$$0] = 1; } \
226 END { for (i in files) print i; }'`; \
309 unique=`for i in $$list; do \
310 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
311 done | \
312 $(AWK) ' { files[$$0] = 1; } \
313 END { for (i in files) print i; }'`; \
227 mkid -fID $$unique $(LISP)
314 mkid -fID $$unique
315tags: TAGS
228
229TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
230 $(TAGS_FILES) $(LISP)
231 tags=; \
232 here=`pwd`; \
316
317TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
318 $(TAGS_FILES) $(LISP)
319 tags=; \
320 here=`pwd`; \
321 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
322 include_option=--etags-include; \
323 empty_fix=.; \
324 else \
325 include_option=--include; \
326 empty_fix=; \
327 fi; \
233 list='$(SUBDIRS)'; for subdir in $$list; do \
234 if test "$$subdir" = .; then :; else \
328 list='$(SUBDIRS)'; for subdir in $$list; do \
329 if test "$$subdir" = .; then :; else \
235 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
330 test ! -f $$subdir/TAGS || \
331 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
236 fi; \
237 done; \
332 fi; \
333 done; \
238 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
334 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
239 unique=`for i in $$list; do \
240 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
241 done | \
242 $(AWK) ' { files[$$0] = 1; } \
243 END { for (i in files) print i; }'`; \
335 unique=`for i in $$list; do \
336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337 done | \
338 $(AWK) ' { files[$$0] = 1; } \
339 END { for (i in files) print i; }'`; \
244 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
245 || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
340 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
341 test -n "$$unique" || unique=$$empty_fix; \
342 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343 $$tags $$unique; \
344 fi
345ctags: CTAGS
346CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
347 $(TAGS_FILES) $(LISP)
348 tags=; \
349 here=`pwd`; \
350 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
351 unique=`for i in $$list; do \
352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353 done | \
354 $(AWK) ' { files[$$0] = 1; } \
355 END { for (i in files) print i; }'`; \
356 test -z "$(CTAGS_ARGS)$$tags$$unique" \
357 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358 $$tags $$unique
246
247GTAGS:
359
360GTAGS:
248 here=`CDPATH=: && cd $(top_builddir) && pwd` \
361 here=`$(am__cd) $(top_builddir) && pwd` \
249 && cd $(top_srcdir) \
250 && gtags -i $(GTAGS_ARGS) $$here
251
252distclean-tags:
362 && cd $(top_srcdir) \
363 && gtags -i $(GTAGS_ARGS) $$here
364
365distclean-tags:
253 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
366 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
254
367
255DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
256
257top_distdir = .
258# Avoid unsightly `./'.
259distdir = $(PACKAGE)-$(VERSION)
260
261GZIP_ENV = --best
262
263distdir: $(DISTFILES)
368distdir: $(DISTFILES)
264 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
369 $(am__remove_distdir)
265 mkdir $(distdir)
370 mkdir $(distdir)
266 @for file in $(DISTFILES); do \
267 if test -f $$file; then d=.; else d=$(srcdir); fi; \
371 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
372 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
373 list='$(DISTFILES)'; for file in $$list; do \
374 case $$file in \
375 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
376 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
377 esac; \
378 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
268 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
269 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
379 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
380 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
270 $(mkinstalldirs) "$(distdir)/$$dir"; \
381 dir="/$$dir"; \
382 $(mkdir_p) "$(distdir)$$dir"; \
383 else \
384 dir=''; \
271 fi; \
272 if test -d $$d/$$file; then \
385 fi; \
386 if test -d $$d/$$file; then \
273 cp -pR $$d/$$file $(distdir) \
274 || exit 1; \
387 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
388 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
389 fi; \
390 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
275 else \
276 test -f $(distdir)/$$file \
277 || cp -p $$d/$$file $(distdir)/$$file \
278 || exit 1; \
279 fi; \
280 done
391 else \
392 test -f $(distdir)/$$file \
393 || cp -p $$d/$$file $(distdir)/$$file \
394 || exit 1; \
395 fi; \
396 done
281 for subdir in $(SUBDIRS); do \
397 list='$(SUBDIRS)'; for subdir in $$list; do \
282 if test "$$subdir" = .; then :; else \
398 if test "$$subdir" = .; then :; else \
283 test -d $(distdir)/$$subdir \
284 || mkdir $(distdir)/$$subdir \
399 test -d "$(distdir)/$$subdir" \
400 || mkdir "$(distdir)/$$subdir" \
285 || exit 1; \
286 (cd $$subdir && \
287 $(MAKE) $(AM_MAKEFLAGS) \
401 || exit 1; \
402 (cd $$subdir && \
403 $(MAKE) $(AM_MAKEFLAGS) \
288 top_distdir="$(top_distdir)" \
289 distdir=../$(distdir)/$$subdir \
404 top_distdir="../$(top_distdir)" \
405 distdir="../$(distdir)/$$subdir" \
290 distdir) \
291 || exit 1; \
292 fi; \
293 done
294 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
295 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
296 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
297 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
298 || chmod -R a+r $(distdir)
406 distdir) \
407 || exit 1; \
408 fi; \
409 done
410 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
411 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
412 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
413 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
414 || chmod -R a+r $(distdir)
299dist: distdir
415dist-gzip: distdir
300 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
416 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
301 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
417 $(am__remove_distdir)
302
418
419dist-bzip2: distdir
420 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
421 $(am__remove_distdir)
422
423dist-tarZ: distdir
424 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
425 $(am__remove_distdir)
426
427dist-shar: distdir
428 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
429 $(am__remove_distdir)
430
431dist-zip: distdir
432 -rm -f $(distdir).zip
433 zip -rq $(distdir).zip $(distdir)
434 $(am__remove_distdir)
435
436dist dist-all: distdir
437 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
438 $(am__remove_distdir)
439
303# This target untars the dist file and tries a VPATH configuration. Then
304# it guarantees that the distribution is self-contained by making another
305# tarfile.
306distcheck: dist
440# This target untars the dist file and tries a VPATH configuration. Then
441# it guarantees that the distribution is self-contained by making another
442# tarfile.
443distcheck: dist
307 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
308 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
444 case '$(DIST_ARCHIVES)' in \
445 *.tar.gz*) \
446 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
447 *.tar.bz2*) \
448 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
449 *.tar.Z*) \
450 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
451 *.shar.gz*) \
452 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
453 *.zip*) \
454 unzip $(distdir).zip ;;\
455 esac
309 chmod -R a-w $(distdir); chmod a+w $(distdir)
456 chmod -R a-w $(distdir); chmod a+w $(distdir)
310 mkdir $(distdir)/=build
311 mkdir $(distdir)/=inst
457 mkdir $(distdir)/_build
458 mkdir $(distdir)/_inst
312 chmod a-w $(distdir)
459 chmod a-w $(distdir)
313 dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
314 && cd $(distdir)/=build \
315 && ../configure --srcdir=.. --prefix=$$dc_install_base \
460 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
461 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
462 && cd $(distdir)/_build \
463 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
464 $(DISTCHECK_CONFIGURE_FLAGS) \
316 && $(MAKE) $(AM_MAKEFLAGS) \
317 && $(MAKE) $(AM_MAKEFLAGS) dvi \
318 && $(MAKE) $(AM_MAKEFLAGS) check \
319 && $(MAKE) $(AM_MAKEFLAGS) install \
320 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
321 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
465 && $(MAKE) $(AM_MAKEFLAGS) \
466 && $(MAKE) $(AM_MAKEFLAGS) dvi \
467 && $(MAKE) $(AM_MAKEFLAGS) check \
468 && $(MAKE) $(AM_MAKEFLAGS) install \
469 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
470 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
322 && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
323 || (echo "Error: files left after uninstall" 1>&2; \
324 exit 1) ) \
471 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
472 distuninstallcheck \
473 && chmod -R a-w "$$dc_install_base" \
474 && ({ \
475 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
476 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
477 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
478 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
479 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
480 } || { rm -rf "$$dc_destdir"; exit 1; }) \
481 && rm -rf "$$dc_destdir" \
325 && $(MAKE) $(AM_MAKEFLAGS) dist \
482 && $(MAKE) $(AM_MAKEFLAGS) dist \
326 && $(MAKE) $(AM_MAKEFLAGS) distclean \
327 && rm -f $(distdir).tar.gz \
328 && (test `find . -type f -print | wc -l` -eq 0 \
329 || (echo "Error: files left after distclean" 1>&2; \
330 exit 1) )
331 -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
332 @echo "$(distdir).tar.gz is ready for distribution" | \
333 sed 'h;s/./=/g;p;x;p;x'
483 && rm -rf $(DIST_ARCHIVES) \
484 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
485 $(am__remove_distdir)
486 @(echo "$(distdir) archives ready for distribution: "; \
487 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
488 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
489distuninstallcheck:
490 @cd $(distuninstallcheck_dir) \
491 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
492 || { echo "ERROR: files left after uninstall:" ; \
493 if test -n "$(DESTDIR)"; then \
494 echo " (check DESTDIR support)"; \
495 fi ; \
496 $(distuninstallcheck_listfiles) ; \
497 exit 1; } >&2
498distcleancheck: distclean
499 @if test '$(srcdir)' = . ; then \
500 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
501 exit 1 ; \
502 fi
503 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
504 || { echo "ERROR: files left in build directory after distclean:" ; \
505 $(distcleancheck_listfiles) ; \
506 exit 1; } >&2
334check-am: all-am
335check: check-recursive
336all-am: Makefile config.h
337installdirs: installdirs-recursive
338installdirs-am:
507check-am: all-am
508check: check-recursive
509all-am: Makefile config.h
510installdirs: installdirs-recursive
511installdirs-am:
339
340install: install-recursive
341install-exec: install-exec-recursive
342install-data: install-data-recursive
343uninstall: uninstall-recursive
344
345install-am: all-am
346 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
347
348installcheck: installcheck-recursive
349install-strip:
350 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512install: install-recursive
513install-exec: install-exec-recursive
514install-data: install-data-recursive
515uninstall: uninstall-recursive
516
517install-am: all-am
518 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
519
520installcheck: installcheck-recursive
521install-strip:
522 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
523 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
351 `test -z '$(STRIP)' || \
352 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
353mostlyclean-generic:
354
355clean-generic:
356
357distclean-generic:
524 `test -z '$(STRIP)' || \
525 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
526mostlyclean-generic:
527
528clean-generic:
529
530distclean-generic:
358 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
531 -rm -f $(CONFIG_CLEAN_FILES)
359
360maintainer-clean-generic:
361 @echo "This command is intended for maintainers to use"
362 @echo "it deletes files that may require special tools to rebuild."
363clean: clean-recursive
364
365clean-am: clean-generic clean-libtool mostlyclean-am
366
532
533maintainer-clean-generic:
534 @echo "This command is intended for maintainers to use"
535 @echo "it deletes files that may require special tools to rebuild."
536clean: clean-recursive
537
538clean-am: clean-generic clean-libtool mostlyclean-am
539
367dist-all: distdir
368 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
369 -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
370distclean: distclean-recursive
540distclean: distclean-recursive
371 -rm -f config.status config.cache config.log
372distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
373 distclean-tags
541 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
542 -rm -f Makefile
543distclean-am: clean-am distclean-generic distclean-hdr \
544 distclean-libtool distclean-tags
374
375dvi: dvi-recursive
376
377dvi-am:
378
545
546dvi: dvi-recursive
547
548dvi-am:
549
550html: html-recursive
551
379info: info-recursive
380
381info-am:
382
383install-data-am:
384
385install-exec-am:
386
387install-info: install-info-recursive
388
389install-man:
390
391installcheck-am:
392
393maintainer-clean: maintainer-clean-recursive
552info: info-recursive
553
554info-am:
555
556install-data-am:
557
558install-exec-am:
559
560install-info: install-info-recursive
561
562install-man:
563
564installcheck-am:
565
566maintainer-clean: maintainer-clean-recursive
394
567 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
568 -rm -rf $(top_srcdir)/autom4te.cache
569 -rm -f Makefile
395maintainer-clean-am: distclean-am maintainer-clean-generic
396
397mostlyclean: mostlyclean-recursive
398
399mostlyclean-am: mostlyclean-generic mostlyclean-libtool
400
570maintainer-clean-am: distclean-am maintainer-clean-generic
571
572mostlyclean: mostlyclean-recursive
573
574mostlyclean-am: mostlyclean-generic mostlyclean-libtool
575
576pdf: pdf-recursive
577
578pdf-am:
579
580ps: ps-recursive
581
582ps-am:
583
401uninstall-am: uninstall-info-am
402
403uninstall-info: uninstall-info-recursive
404
584uninstall-am: uninstall-info-am
585
586uninstall-info: uninstall-info-recursive
587
405.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
406 clean-generic clean-libtool clean-recursive dist dist-all \
407 distcheck distclean distclean-generic distclean-hdr \
408 distclean-libtool distclean-recursive distclean-tags distdir \
409 dvi dvi-am dvi-recursive info info-am info-recursive install \
410 install-am install-data install-data-am install-data-recursive \
411 install-exec install-exec-am install-exec-recursive \
412 install-info install-info-am install-info-recursive install-man \
413 install-recursive install-strip installcheck installcheck-am \
414 installdirs installdirs-am installdirs-recursive \
415 maintainer-clean maintainer-clean-generic \
588.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
589 check-am clean clean-generic clean-libtool clean-recursive \
590 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
591 dist-shar dist-tarZ dist-zip distcheck distclean \
592 distclean-generic distclean-hdr distclean-libtool \
593 distclean-recursive distclean-tags distcleancheck distdir \
594 distuninstallcheck dvi dvi-am html html-am info info-am \
595 install install-am install-data install-data-am install-exec \
596 install-exec-am install-info install-info-am install-man \
597 install-strip installcheck installcheck-am installdirs \
598 installdirs-am maintainer-clean maintainer-clean-generic \
416 maintainer-clean-recursive mostlyclean mostlyclean-generic \
599 maintainer-clean-recursive mostlyclean mostlyclean-generic \
417 mostlyclean-libtool mostlyclean-recursive tags tags-recursive \
418 uninstall uninstall-am uninstall-info-am \
419 uninstall-info-recursive uninstall-recursive
600 mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
601 tags tags-recursive uninstall uninstall-am uninstall-info-am
420
421# Tell versions [3.59,3.63) of GNU make to not export all variables.
422# Otherwise a system limit (for SysV at least) may be exceeded.
423.NOEXPORT:
602
603# Tell versions [3.59,3.63) of GNU make to not export all variables.
604# Otherwise a system limit (for SysV at least) may be exceeded.
605.NOEXPORT: