Makefile.in revision 117610
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# 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@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @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 = .
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58build_alias = @build_alias@
59build_triplet = @build@
60host_alias = @host_alias@
61host_triplet = @host@
62target_alias = @target_alias@
63target_triplet = @target@
64AMTAR = @AMTAR@
65AS = @AS@
66AWK = @AWK@
67CC = @CC@
68CFLAGS = @CFLAGS@
69CPPFLAGS = @CPPFLAGS@
70CRYPT_LIBS = @CRYPT_LIBS@
71DEPDIR = @DEPDIR@
72DLLTOOL = @DLLTOOL@
73DL_LIBS = @DL_LIBS@
74EXEEXT = @EXEEXT@
75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76LIBTOOL = @LIBTOOL@
77LIB_MAJ = @LIB_MAJ@
78LN_S = @LN_S@
79OBJDUMP = @OBJDUMP@
80OBJEXT = @OBJEXT@
81OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
82PACKAGE = @PACKAGE@
83RANLIB = @RANLIB@
84VERSION = @VERSION@
85am__include = @am__include@
86am__quote = @am__quote@
87install_sh = @install_sh@
88
89SUBDIRS = 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 install-sh ltconfig ltmain.sh missing \
106	mkinstalldirs
107DIST_SUBDIRS = $(SUBDIRS)
108all: config.h
109	$(MAKE) $(AM_MAKEFLAGS) all-recursive
110
111.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)
122	cd $(top_srcdir) && \
123	  $(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
128
129$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
130	$(SHELL) ./config.status --recheck
131$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
132	cd $(srcdir) && $(AUTOCONF)
133
134$(ACLOCAL_M4):  configure.in 
135	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
136config.h: stamp-h
137	@if test ! -f $@; then \
138		rm -f stamp-h; \
139		$(MAKE) stamp-h; \
140	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
156	cd $(top_srcdir) && $(AUTOHEADER)
157	@mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
158
159distclean-hdr:
160	-rm -f config.h
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):
170	@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:
190	@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"; \
199	  fi; \
200	done; \
201	rev="$$rev ."; \
202	target=`echo $@ | sed s/-recursive//`; \
203	for subdir in $$rev; do \
204	  echo "Making $$target in $$subdir"; \
205	  if test "$$subdir" = "."; then \
206	    local_target="$$target-am"; \
207	  else \
208	    local_target="$$target"; \
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
217
218tags: TAGS
219
220ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
221	list='$(SOURCES) $(HEADERS) $(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; }'`; \
227	mkid -fID $$unique $(LISP)
228
229TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
230		$(TAGS_FILES) $(LISP)
231	tags=; \
232	here=`pwd`; \
233	list='$(SUBDIRS)'; for subdir in $$list; do \
234	  if test "$$subdir" = .; then :; else \
235	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
236	  fi; \
237	done; \
238	list='$(SOURCES) $(HEADERS) $(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; }'`; \
244	test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
245	  || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
246
247GTAGS:
248	here=`CDPATH=: && cd $(top_builddir) && pwd` \
249	  && cd $(top_srcdir) \
250	  && gtags -i $(GTAGS_ARGS) $$here
251
252distclean-tags:
253	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
254
255DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
256
257top_distdir = .
258# Avoid unsightly `./'.
259distdir = $(PACKAGE)-$(VERSION)
260
261GZIP_ENV = --best
262
263distdir: $(DISTFILES)
264	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
265	mkdir $(distdir)
266	@for file in $(DISTFILES); do \
267	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
268	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
269	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
270	    $(mkinstalldirs) "$(distdir)/$$dir"; \
271	  fi; \
272	  if test -d $$d/$$file; then \
273	    cp -pR $$d/$$file $(distdir) \
274	    || exit 1; \
275	  else \
276	    test -f $(distdir)/$$file \
277	    || cp -p $$d/$$file $(distdir)/$$file \
278	    || exit 1; \
279	  fi; \
280	done
281	for subdir in $(SUBDIRS); do \
282	  if test "$$subdir" = .; then :; else \
283	    test -d $(distdir)/$$subdir \
284	    || mkdir $(distdir)/$$subdir \
285	    || exit 1; \
286	    (cd $$subdir && \
287	      $(MAKE) $(AM_MAKEFLAGS) \
288	        top_distdir="$(top_distdir)" \
289	        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)
299dist: distdir
300	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
301	-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
302
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
307	-chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
308	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
309	chmod -R a-w $(distdir); chmod a+w $(distdir)
310	mkdir $(distdir)/=build
311	mkdir $(distdir)/=inst
312	chmod a-w $(distdir)
313	dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
314	  && cd $(distdir)/=build \
315	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
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 \
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) ) \
325	  && $(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'
334check-am: all-am
335check: check-recursive
336all-am: Makefile config.h
337installdirs: installdirs-recursive
338installdirs-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)" \
351	  `test -z '$(STRIP)' || \
352	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
353mostlyclean-generic:
354
355clean-generic:
356
357distclean-generic:
358	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
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
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
371	-rm -f config.status config.cache config.log
372distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
373	distclean-tags
374
375dvi: dvi-recursive
376
377dvi-am:
378
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
394
395maintainer-clean-am: distclean-am maintainer-clean-generic
396
397mostlyclean: mostlyclean-recursive
398
399mostlyclean-am: mostlyclean-generic mostlyclean-libtool
400
401uninstall-am: uninstall-info-am
402
403uninstall-info: uninstall-info-recursive
404
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 \
416	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
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:
424