1# Makefile.in generated by automake 1.10 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
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@
16
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
25INSTALL_HEADER = $(INSTALL_DATA)
26transform = $(program_transform_name)
27NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
33build_triplet = @build@
34host_triplet = @host@
35subdir = .
36DIST_COMMON = $(am__configure_deps) \
37	$(srcdir)/../../../build-aux/config.guess \
38	$(srcdir)/../../../build-aux/config.sub \
39	$(srcdir)/../../../build-aux/install-sh \
40	$(srcdir)/../../../build-aux/ltmain.sh \
41	$(srcdir)/../../../build-aux/missing \
42	$(srcdir)/../../../build-aux/mkinstalldirs \
43	$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
44	$(top_srcdir)/configure ../../../build-aux/compile \
45	../../../build-aux/config.guess \
46	../../../build-aux/config.rpath ../../../build-aux/config.sub \
47	../../../build-aux/elisp-comp ../../../build-aux/install-sh \
48	../../../build-aux/ltmain.sh ../../../build-aux/mdate-sh \
49	../../../build-aux/missing ../../../build-aux/mkinstalldirs \
50	../../../build-aux/texinfo.tex ../../../build-aux/ylwrap
51ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52am__aclocal_m4_deps = $(top_srcdir)/configure.ac
53am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54	$(ACLOCAL_M4)
55am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
56 configure.lineno config.status.lineno
57mkinstalldirs = $(SHELL) \
58	$(top_srcdir)/../../../build-aux/mkinstalldirs
59CONFIG_CLEAN_FILES =
60am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61am__vpath_adj = case $$p in \
62    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63    *) f=$$p;; \
64  esac;
65am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
66am__installdirs = "$(DESTDIR)$(libdir)"
67libLTLIBRARIES_INSTALL = $(INSTALL)
68LTLIBRARIES = $(lib_LTLIBRARIES)
69librpathx_la_LIBADD =
70am_librpathx_la_OBJECTS = rpathx.lo
71librpathx_la_OBJECTS = $(am_librpathx_la_OBJECTS)
72librpathx_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
73	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74	$(librpathx_la_LDFLAGS) $(LDFLAGS) -o $@
75DEFAULT_INCLUDES = -I.@am__isrc@
76depcomp =
77am__depfiles_maybe =
78COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
79	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
80LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
81	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
82	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83CCLD = $(CC)
84LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
85	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
86	$(LDFLAGS) -o $@
87SOURCES = $(librpathx_la_SOURCES)
88DIST_SOURCES = $(librpathx_la_SOURCES)
89ETAGS = etags
90CTAGS = ctags
91DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
92distdir = $(PACKAGE)-$(VERSION)
93top_distdir = $(distdir)
94am__remove_distdir = \
95  { test ! -d $(distdir) \
96    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
97         && rm -fr $(distdir); }; }
98DIST_ARCHIVES = $(distdir).tar.gz
99GZIP_ENV = --best
100distuninstallcheck_listfiles = find . -type f -print
101distcleancheck_listfiles = find . -type f -print
102ACLOCAL = @ACLOCAL@
103AMTAR = @AMTAR@
104AR = @AR@
105AUTOCONF = @AUTOCONF@
106AUTOHEADER = @AUTOHEADER@
107AUTOMAKE = @AUTOMAKE@
108AWK = @AWK@
109CC = @CC@
110CCDEPMODE = @CCDEPMODE@
111CFLAGS = @CFLAGS@
112CPP = @CPP@
113CPPFLAGS = @CPPFLAGS@
114CXX = @CXX@
115CXXCPP = @CXXCPP@
116CXXDEPMODE = @CXXDEPMODE@
117CXXFLAGS = @CXXFLAGS@
118CYGPATH_W = @CYGPATH_W@
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
121ECHO = @ECHO@
122ECHO_C = @ECHO_C@
123ECHO_N = @ECHO_N@
124ECHO_T = @ECHO_T@
125EGREP = @EGREP@
126EXEEXT = @EXEEXT@
127F77 = @F77@
128FFLAGS = @FFLAGS@
129GREP = @GREP@
130INSTALL = @INSTALL@
131INSTALL_DATA = @INSTALL_DATA@
132INSTALL_PROGRAM = @INSTALL_PROGRAM@
133INSTALL_SCRIPT = @INSTALL_SCRIPT@
134INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
135LDFLAGS = @LDFLAGS@
136LIBOBJS = @LIBOBJS@
137LIBS = @LIBS@
138LIBTOOL = @LIBTOOL@
139LN_S = @LN_S@
140LTLIBOBJS = @LTLIBOBJS@
141MAKEINFO = @MAKEINFO@
142MKDIR_P = @MKDIR_P@
143OBJEXT = @OBJEXT@
144PACKAGE = @PACKAGE@
145PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146PACKAGE_NAME = @PACKAGE_NAME@
147PACKAGE_STRING = @PACKAGE_STRING@
148PACKAGE_TARNAME = @PACKAGE_TARNAME@
149PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@
151RANLIB = @RANLIB@
152SET_MAKE = @SET_MAKE@
153SHELL = @SHELL@
154STRIP = @STRIP@
155VERSION = @VERSION@
156abs_builddir = @abs_builddir@
157abs_srcdir = @abs_srcdir@
158abs_top_builddir = @abs_top_builddir@
159abs_top_srcdir = @abs_top_srcdir@
160ac_ct_CC = @ac_ct_CC@
161ac_ct_CXX = @ac_ct_CXX@
162ac_ct_F77 = @ac_ct_F77@
163am__include = @am__include@
164am__leading_dot = @am__leading_dot@
165am__quote = @am__quote@
166am__tar = @am__tar@
167am__untar = @am__untar@
168bindir = @bindir@
169build = @build@
170build_alias = @build_alias@
171build_cpu = @build_cpu@
172build_os = @build_os@
173build_vendor = @build_vendor@
174builddir = @builddir@
175datadir = @datadir@
176datarootdir = @datarootdir@
177docdir = @docdir@
178dvidir = @dvidir@
179exec_prefix = @exec_prefix@
180global_top_auxdir = @global_top_auxdir@
181host = @host@
182host_alias = @host_alias@
183host_cpu = @host_cpu@
184host_os = @host_os@
185host_vendor = @host_vendor@
186htmldir = @htmldir@
187includedir = @includedir@
188infodir = @infodir@
189install_sh = @install_sh@
190libdir = @libdir@
191libexecdir = @libexecdir@
192localedir = @localedir@
193localstatedir = @localstatedir@
194mandir = @mandir@
195mkdir_p = @mkdir_p@
196oldincludedir = @oldincludedir@
197pdfdir = @pdfdir@
198prefix = @prefix@
199program_transform_name = @program_transform_name@
200psdir = @psdir@
201sbindir = @sbindir@
202sharedstatedir = @sharedstatedir@
203srcdir = @srcdir@
204sysconfdir = @sysconfdir@
205target_alias = @target_alias@
206top_builddir = @top_builddir@
207top_srcdir = @top_srcdir@
208AUTOMAKE_OPTIONS = 1.5 foreign no-dependencies
209lib_LTLIBRARIES = librpathx.la
210librpathx_la_SOURCES = rpathx.c
211librpathx_la_LDFLAGS = -lc -no-undefined
212all: all-am
213
214.SUFFIXES:
215.SUFFIXES: .c .lo .o .obj
216am--refresh:
217	@:
218$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
219	@for dep in $?; do \
220	  case '$(am__configure_deps)' in \
221	    *$$dep*) \
222	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
223	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
224		&& exit 0; \
225	      exit 1;; \
226	  esac; \
227	done; \
228	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
229	cd $(top_srcdir) && \
230	  $(AUTOMAKE) --foreign  Makefile
231.PRECIOUS: Makefile
232Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
233	@case '$?' in \
234	  *config.status*) \
235	    echo ' $(SHELL) ./config.status'; \
236	    $(SHELL) ./config.status;; \
237	  *) \
238	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
239	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
240	esac;
241
242$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
243	$(SHELL) ./config.status --recheck
244
245$(top_srcdir)/configure:  $(am__configure_deps)
246	cd $(srcdir) && $(AUTOCONF)
247$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
248	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
249install-libLTLIBRARIES: $(lib_LTLIBRARIES)
250	@$(NORMAL_INSTALL)
251	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
252	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
253	  if test -f $$p; then \
254	    f=$(am__strip_dir) \
255	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
256	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
257	  else :; fi; \
258	done
259
260uninstall-libLTLIBRARIES:
261	@$(NORMAL_UNINSTALL)
262	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
263	  p=$(am__strip_dir) \
264	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
265	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
266	done
267
268clean-libLTLIBRARIES:
269	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
270	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
271	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
272	  test "$$dir" != "$$p" || dir=.; \
273	  echo "rm -f \"$${dir}/so_locations\""; \
274	  rm -f "$${dir}/so_locations"; \
275	done
276librpathx.la: $(librpathx_la_OBJECTS) $(librpathx_la_DEPENDENCIES)
277	$(librpathx_la_LINK) -rpath $(libdir) $(librpathx_la_OBJECTS) $(librpathx_la_LIBADD) $(LIBS)
278
279mostlyclean-compile:
280	-rm -f *.$(OBJEXT)
281
282distclean-compile:
283	-rm -f *.tab.c
284
285.c.o:
286	$(COMPILE) -c $<
287
288.c.obj:
289	$(COMPILE) -c `$(CYGPATH_W) '$<'`
290
291.c.lo:
292	$(LTCOMPILE) -c -o $@ $<
293
294mostlyclean-libtool:
295	-rm -f *.lo
296
297clean-libtool:
298	-rm -rf .libs _libs
299
300distclean-libtool:
301	-rm -f libtool
302
303ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
304	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
305	unique=`for i in $$list; do \
306	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
307	  done | \
308	  $(AWK) '    { files[$$0] = 1; } \
309	       END { for (i in files) print i; }'`; \
310	mkid -fID $$unique
311tags: TAGS
312
313TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
314		$(TAGS_FILES) $(LISP)
315	tags=; \
316	here=`pwd`; \
317	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
318	unique=`for i in $$list; do \
319	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
320	  done | \
321	  $(AWK) '    { files[$$0] = 1; } \
322	       END { for (i in files) print i; }'`; \
323	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
324	  test -n "$$unique" || unique=$$empty_fix; \
325	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
326	    $$tags $$unique; \
327	fi
328ctags: CTAGS
329CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
330		$(TAGS_FILES) $(LISP)
331	tags=; \
332	here=`pwd`; \
333	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
334	unique=`for i in $$list; do \
335	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
336	  done | \
337	  $(AWK) '    { files[$$0] = 1; } \
338	       END { for (i in files) print i; }'`; \
339	test -z "$(CTAGS_ARGS)$$tags$$unique" \
340	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
341	     $$tags $$unique
342
343GTAGS:
344	here=`$(am__cd) $(top_builddir) && pwd` \
345	  && cd $(top_srcdir) \
346	  && gtags -i $(GTAGS_ARGS) $$here
347
348distclean-tags:
349	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
350
351distdir: $(DISTFILES)
352	$(am__remove_distdir)
353	test -d $(distdir) || mkdir $(distdir)
354	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356	list='$(DISTFILES)'; \
357	  dist_files=`for file in $$list; do echo $$file; done | \
358	  sed -e "s|^$$srcdirstrip/||;t" \
359	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
360	case $$dist_files in \
361	  */*) $(MKDIR_P) `echo "$$dist_files" | \
362			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
363			   sort -u` ;; \
364	esac; \
365	for file in $$dist_files; do \
366	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
367	  if test -d $$d/$$file; then \
368	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
369	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
370	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
371	    fi; \
372	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
373	  else \
374	    test -f $(distdir)/$$file \
375	    || cp -p $$d/$$file $(distdir)/$$file \
376	    || exit 1; \
377	  fi; \
378	done
379	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
380	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
381	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
382	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
383	|| chmod -R a+r $(distdir)
384dist-gzip: distdir
385	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
386	$(am__remove_distdir)
387
388dist-bzip2: distdir
389	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
390	$(am__remove_distdir)
391
392dist-tarZ: distdir
393	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
394	$(am__remove_distdir)
395
396dist-shar: distdir
397	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
398	$(am__remove_distdir)
399
400dist-zip: distdir
401	-rm -f $(distdir).zip
402	zip -rq $(distdir).zip $(distdir)
403	$(am__remove_distdir)
404
405dist dist-all: distdir
406	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
407	$(am__remove_distdir)
408
409# This target untars the dist file and tries a VPATH configuration.  Then
410# it guarantees that the distribution is self-contained by making another
411# tarfile.
412distcheck: dist
413	case '$(DIST_ARCHIVES)' in \
414	*.tar.gz*) \
415	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
416	*.tar.bz2*) \
417	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
418	*.tar.Z*) \
419	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
420	*.shar.gz*) \
421	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
422	*.zip*) \
423	  unzip $(distdir).zip ;;\
424	esac
425	chmod -R a-w $(distdir); chmod a+w $(distdir)
426	mkdir $(distdir)/_build
427	mkdir $(distdir)/_inst
428	chmod a-w $(distdir)
429	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
430	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
431	  && cd $(distdir)/_build \
432	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
433	    $(DISTCHECK_CONFIGURE_FLAGS) \
434	  && $(MAKE) $(AM_MAKEFLAGS) \
435	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
436	  && $(MAKE) $(AM_MAKEFLAGS) check \
437	  && $(MAKE) $(AM_MAKEFLAGS) install \
438	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
439	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
440	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
441	        distuninstallcheck \
442	  && chmod -R a-w "$$dc_install_base" \
443	  && ({ \
444	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
445	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
446	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
447	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
448	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
449	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
450	  && rm -rf "$$dc_destdir" \
451	  && $(MAKE) $(AM_MAKEFLAGS) dist \
452	  && rm -rf $(DIST_ARCHIVES) \
453	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
454	$(am__remove_distdir)
455	@(echo "$(distdir) archives ready for distribution: "; \
456	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
457	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
458distuninstallcheck:
459	@cd $(distuninstallcheck_dir) \
460	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
461	   || { echo "ERROR: files left after uninstall:" ; \
462	        if test -n "$(DESTDIR)"; then \
463	          echo "  (check DESTDIR support)"; \
464	        fi ; \
465	        $(distuninstallcheck_listfiles) ; \
466	        exit 1; } >&2
467distcleancheck: distclean
468	@if test '$(srcdir)' = . ; then \
469	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
470	  exit 1 ; \
471	fi
472	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
473	  || { echo "ERROR: files left in build directory after distclean:" ; \
474	       $(distcleancheck_listfiles) ; \
475	       exit 1; } >&2
476check-am: all-am
477check: check-am
478all-am: Makefile $(LTLIBRARIES)
479installdirs:
480	for dir in "$(DESTDIR)$(libdir)"; do \
481	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
482	done
483install: install-am
484install-exec: install-exec-am
485install-data: install-data-am
486uninstall: uninstall-am
487
488install-am: all-am
489	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
490
491installcheck: installcheck-am
492install-strip:
493	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
494	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
495	  `test -z '$(STRIP)' || \
496	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
497mostlyclean-generic:
498
499clean-generic:
500
501distclean-generic:
502	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
503
504maintainer-clean-generic:
505	@echo "This command is intended for maintainers to use"
506	@echo "it deletes files that may require special tools to rebuild."
507clean: clean-am
508
509clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
510	mostlyclean-am
511
512distclean: distclean-am
513	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
514	-rm -f Makefile
515distclean-am: clean-am distclean-compile distclean-generic \
516	distclean-libtool distclean-tags
517
518dvi: dvi-am
519
520dvi-am:
521
522html: html-am
523
524info: info-am
525
526info-am:
527
528install-data-am:
529
530install-dvi: install-dvi-am
531
532install-exec-am: install-libLTLIBRARIES
533
534install-html: install-html-am
535
536install-info: install-info-am
537
538install-man:
539
540install-pdf: install-pdf-am
541
542install-ps: install-ps-am
543
544installcheck-am:
545
546maintainer-clean: maintainer-clean-am
547	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
548	-rm -rf $(top_srcdir)/autom4te.cache
549	-rm -f Makefile
550maintainer-clean-am: distclean-am maintainer-clean-generic
551
552mostlyclean: mostlyclean-am
553
554mostlyclean-am: mostlyclean-compile mostlyclean-generic \
555	mostlyclean-libtool
556
557pdf: pdf-am
558
559pdf-am:
560
561ps: ps-am
562
563ps-am:
564
565uninstall-am: uninstall-libLTLIBRARIES
566
567.MAKE: install-am install-strip
568
569.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
570	clean-generic clean-libLTLIBRARIES clean-libtool ctags dist \
571	dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
572	distcheck distclean distclean-compile distclean-generic \
573	distclean-libtool distclean-tags distcleancheck distdir \
574	distuninstallcheck dvi dvi-am html html-am info info-am \
575	install install-am install-data install-data-am install-dvi \
576	install-dvi-am install-exec install-exec-am install-html \
577	install-html-am install-info install-info-am \
578	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
579	install-ps install-ps-am install-strip installcheck \
580	installcheck-am installdirs maintainer-clean \
581	maintainer-clean-generic mostlyclean mostlyclean-compile \
582	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
583	tags uninstall uninstall-am uninstall-libLTLIBRARIES
584
585# Tell versions [3.59,3.63) of GNU make to not export all variables.
586# Otherwise a system limit (for SysV at least) may be exceeded.
587.NOEXPORT:
588