• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Makefile.in generated by automake 1.11.3 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6# Foundation, Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38subdir = src/missing
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40	getaddrinfo.c inet_ntop.c
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/src/missing/m4/salen.m4 \
43	$(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45	$(ACLOCAL_M4)
46mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49CONFIG_CLEAN_VPATH_FILES =
50LIBRARIES = $(noinst_LIBRARIES)
51AR = ar
52ARFLAGS = cru
53libcompat_a_AR = $(AR) $(ARFLAGS)
54@NEED_LIBCOMPAT_TRUE@libcompat_a_DEPENDENCIES = $(LIBOBJS)
55am__libcompat_a_SOURCES_DIST = getaddrinfo.h
56am_libcompat_a_OBJECTS =
57libcompat_a_OBJECTS = $(am_libcompat_a_OBJECTS)
58DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
59depcomp = $(SHELL) $(top_srcdir)/depcomp
60am__depfiles_maybe = depfiles
61am__mv = mv -f
62COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64CCLD = $(CC)
65LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
66SOURCES = $(libcompat_a_SOURCES)
67DIST_SOURCES = $(am__libcompat_a_SOURCES_DIST)
68RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
69	html-recursive info-recursive install-data-recursive \
70	install-dvi-recursive install-exec-recursive \
71	install-html-recursive install-info-recursive \
72	install-pdf-recursive install-ps-recursive install-recursive \
73	installcheck-recursive installdirs-recursive pdf-recursive \
74	ps-recursive uninstall-recursive
75RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
76  distclean-recursive maintainer-clean-recursive
77AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
78	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
79	distdir
80ETAGS = etags
81CTAGS = ctags
82DIST_SUBDIRS = $(SUBDIRS)
83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84am__relativize = \
85  dir0=`pwd`; \
86  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
87  sed_rest='s,^[^/]*/*,,'; \
88  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
89  sed_butlast='s,/*[^/]*$$,,'; \
90  while test -n "$$dir1"; do \
91    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
92    if test "$$first" != "."; then \
93      if test "$$first" = ".."; then \
94        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
95        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
96      else \
97        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
98        if test "$$first2" = "$$first"; then \
99          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
100        else \
101          dir2="../$$dir2"; \
102        fi; \
103        dir0="$$dir0"/"$$first"; \
104      fi; \
105    fi; \
106    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
107  done; \
108  reldir="$$dir2"
109ACLOCAL = @ACLOCAL@
110AMTAR = @AMTAR@
111AUTOCONF = @AUTOCONF@
112AUTOHEADER = @AUTOHEADER@
113AUTOMAKE = @AUTOMAKE@
114AWK = @AWK@
115CC = @CC@
116CCDEPMODE = @CCDEPMODE@
117CFLAGS = @CFLAGS@
118CPP = @CPP@
119CPPFLAGS = @CPPFLAGS@
120CYGPATH_W = @CYGPATH_W@
121DEFS = @DEFS@
122DEPDIR = @DEPDIR@
123ECHO_C = @ECHO_C@
124ECHO_N = @ECHO_N@
125ECHO_T = @ECHO_T@
126EGREP = @EGREP@
127EXEEXT = @EXEEXT@
128GREP = @GREP@
129INSTALL = @INSTALL@
130INSTALL_DATA = @INSTALL_DATA@
131INSTALL_PROGRAM = @INSTALL_PROGRAM@
132INSTALL_SCRIPT = @INSTALL_SCRIPT@
133INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134LDFLAGS = @LDFLAGS@
135LIBOBJS = @LIBOBJS@
136LIBS = @LIBS@
137LTLIBOBJS = @LTLIBOBJS@
138MAKEINFO = @MAKEINFO@
139MKDIR_P = @MKDIR_P@
140NETCPU_SOURCE = @NETCPU_SOURCE@
141OBJEXT = @OBJEXT@
142PACKAGE = @PACKAGE@
143PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
144PACKAGE_NAME = @PACKAGE_NAME@
145PACKAGE_STRING = @PACKAGE_STRING@
146PACKAGE_TARNAME = @PACKAGE_TARNAME@
147PACKAGE_URL = @PACKAGE_URL@
148PACKAGE_VERSION = @PACKAGE_VERSION@
149PATH_SEPARATOR = @PATH_SEPARATOR@
150RANLIB = @RANLIB@
151SET_MAKE = @SET_MAKE@
152SHELL = @SHELL@
153STRIP = @STRIP@
154VERSION = @VERSION@
155abs_builddir = @abs_builddir@
156abs_srcdir = @abs_srcdir@
157abs_top_builddir = @abs_top_builddir@
158abs_top_srcdir = @abs_top_srcdir@
159ac_ct_CC = @ac_ct_CC@
160am__include = @am__include@
161am__leading_dot = @am__leading_dot@
162am__quote = @am__quote@
163am__tar = @am__tar@
164am__untar = @am__untar@
165bindir = @bindir@
166build = @build@
167build_alias = @build_alias@
168build_cpu = @build_cpu@
169build_os = @build_os@
170build_vendor = @build_vendor@
171builddir = @builddir@
172datadir = @datadir@
173datarootdir = @datarootdir@
174docdir = @docdir@
175dvidir = @dvidir@
176exec_prefix = @exec_prefix@
177host = @host@
178host_alias = @host_alias@
179host_cpu = @host_cpu@
180host_os = @host_os@
181host_vendor = @host_vendor@
182htmldir = @htmldir@
183includedir = @includedir@
184infodir = @infodir@
185install_sh = @install_sh@
186libdir = @libdir@
187libexecdir = @libexecdir@
188localedir = @localedir@
189localstatedir = @localstatedir@
190mandir = @mandir@
191mkdir_p = @mkdir_p@
192oldincludedir = @oldincludedir@
193pdfdir = @pdfdir@
194prefix = @prefix@
195program_transform_name = @program_transform_name@
196psdir = @psdir@
197sbindir = @sbindir@
198sharedstatedir = @sharedstatedir@
199srcdir = @srcdir@
200sysconfdir = @sysconfdir@
201target = @target@
202target_alias = @target_alias@
203target_cpu = @target_cpu@
204target_os = @target_os@
205target_vendor = @target_vendor@
206top_build_prefix = @top_build_prefix@
207top_builddir = @top_builddir@
208top_srcdir = @top_srcdir@
209SUBDIRS = m4
210@NEED_LIBCOMPAT_TRUE@noinst_LIBRARIES = libcompat.a
211@NEED_LIBCOMPAT_TRUE@libcompat_a_SOURCES = getaddrinfo.h
212@NEED_LIBCOMPAT_TRUE@libcompat_a_LIBADD = $(LIBOBJS) $(ALLOCA)
213all: all-recursive
214
215.SUFFIXES:
216.SUFFIXES: .c .o .obj
217$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
218	@for dep in $?; do \
219	  case '$(am__configure_deps)' in \
220	    *$$dep*) \
221	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
222	        && { if test -f $@; then exit 0; else break; fi; }; \
223	      exit 1;; \
224	  esac; \
225	done; \
226	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/missing/Makefile'; \
227	$(am__cd) $(top_srcdir) && \
228	  $(AUTOMAKE) --gnu src/missing/Makefile
229.PRECIOUS: Makefile
230Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
231	@case '$?' in \
232	  *config.status*) \
233	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
234	  *) \
235	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
236	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
237	esac;
238
239$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
240	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241
242$(top_srcdir)/configure:  $(am__configure_deps)
243	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
244$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
245	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246$(am__aclocal_m4_deps):
247
248clean-noinstLIBRARIES:
249	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
250libcompat.a: $(libcompat_a_OBJECTS) $(libcompat_a_DEPENDENCIES) $(EXTRA_libcompat_a_DEPENDENCIES)
251	-rm -f libcompat.a
252	$(libcompat_a_AR) libcompat.a $(libcompat_a_OBJECTS) $(libcompat_a_LIBADD)
253	$(RANLIB) libcompat.a
254
255mostlyclean-compile:
256	-rm -f *.$(OBJEXT)
257
258distclean-compile:
259	-rm -f *.tab.c
260
261@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Po@am__quote@
262@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_ntop.Po@am__quote@
263
264.c.o:
265@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
266@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
267@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
269@am__fastdepCC_FALSE@	$(COMPILE) -c $<
270
271.c.obj:
272@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
273@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
274@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
276@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
277
278# This directory's subdirectories are mostly independent; you can cd
279# into them and run `make' without going through this Makefile.
280# To change the values of `make' variables: instead of editing Makefiles,
281# (1) if the variable is set in `config.status', edit `config.status'
282#     (which will cause the Makefiles to be regenerated when you run `make');
283# (2) otherwise, pass the desired values on the `make' command line.
284$(RECURSIVE_TARGETS):
285	@fail= failcom='exit 1'; \
286	for f in x $$MAKEFLAGS; do \
287	  case $$f in \
288	    *=* | --[!k]*);; \
289	    *k*) failcom='fail=yes';; \
290	  esac; \
291	done; \
292	dot_seen=no; \
293	target=`echo $@ | sed s/-recursive//`; \
294	list='$(SUBDIRS)'; for subdir in $$list; do \
295	  echo "Making $$target in $$subdir"; \
296	  if test "$$subdir" = "."; then \
297	    dot_seen=yes; \
298	    local_target="$$target-am"; \
299	  else \
300	    local_target="$$target"; \
301	  fi; \
302	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
303	  || eval $$failcom; \
304	done; \
305	if test "$$dot_seen" = "no"; then \
306	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
307	fi; test -z "$$fail"
308
309$(RECURSIVE_CLEAN_TARGETS):
310	@fail= failcom='exit 1'; \
311	for f in x $$MAKEFLAGS; do \
312	  case $$f in \
313	    *=* | --[!k]*);; \
314	    *k*) failcom='fail=yes';; \
315	  esac; \
316	done; \
317	dot_seen=no; \
318	case "$@" in \
319	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
320	  *) list='$(SUBDIRS)' ;; \
321	esac; \
322	rev=''; for subdir in $$list; do \
323	  if test "$$subdir" = "."; then :; else \
324	    rev="$$subdir $$rev"; \
325	  fi; \
326	done; \
327	rev="$$rev ."; \
328	target=`echo $@ | sed s/-recursive//`; \
329	for subdir in $$rev; do \
330	  echo "Making $$target in $$subdir"; \
331	  if test "$$subdir" = "."; then \
332	    local_target="$$target-am"; \
333	  else \
334	    local_target="$$target"; \
335	  fi; \
336	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
337	  || eval $$failcom; \
338	done && test -z "$$fail"
339tags-recursive:
340	list='$(SUBDIRS)'; for subdir in $$list; do \
341	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
342	done
343ctags-recursive:
344	list='$(SUBDIRS)'; for subdir in $$list; do \
345	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
346	done
347
348ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350	unique=`for i in $$list; do \
351	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352	  done | \
353	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
354	      END { if (nonempty) { for (i in files) print i; }; }'`; \
355	mkid -fID $$unique
356tags: TAGS
357
358TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
359		$(TAGS_FILES) $(LISP)
360	set x; \
361	here=`pwd`; \
362	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
363	  include_option=--etags-include; \
364	  empty_fix=.; \
365	else \
366	  include_option=--include; \
367	  empty_fix=; \
368	fi; \
369	list='$(SUBDIRS)'; for subdir in $$list; do \
370	  if test "$$subdir" = .; then :; else \
371	    test ! -f $$subdir/TAGS || \
372	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
373	  fi; \
374	done; \
375	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
376	unique=`for i in $$list; do \
377	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378	  done | \
379	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
380	      END { if (nonempty) { for (i in files) print i; }; }'`; \
381	shift; \
382	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
383	  test -n "$$unique" || unique=$$empty_fix; \
384	  if test $$# -gt 0; then \
385	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
386	      "$$@" $$unique; \
387	  else \
388	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
389	      $$unique; \
390	  fi; \
391	fi
392ctags: CTAGS
393CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394		$(TAGS_FILES) $(LISP)
395	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396	unique=`for i in $$list; do \
397	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398	  done | \
399	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
400	      END { if (nonempty) { for (i in files) print i; }; }'`; \
401	test -z "$(CTAGS_ARGS)$$unique" \
402	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403	     $$unique
404
405GTAGS:
406	here=`$(am__cd) $(top_builddir) && pwd` \
407	  && $(am__cd) $(top_srcdir) \
408	  && gtags -i $(GTAGS_ARGS) "$$here"
409
410distclean-tags:
411	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
412
413distdir: $(DISTFILES)
414	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
415	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
416	list='$(DISTFILES)'; \
417	  dist_files=`for file in $$list; do echo $$file; done | \
418	  sed -e "s|^$$srcdirstrip/||;t" \
419	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
420	case $$dist_files in \
421	  */*) $(MKDIR_P) `echo "$$dist_files" | \
422			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
423			   sort -u` ;; \
424	esac; \
425	for file in $$dist_files; do \
426	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
427	  if test -d $$d/$$file; then \
428	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
429	    if test -d "$(distdir)/$$file"; then \
430	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431	    fi; \
432	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
433	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
434	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
435	    fi; \
436	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
437	  else \
438	    test -f "$(distdir)/$$file" \
439	    || cp -p $$d/$$file "$(distdir)/$$file" \
440	    || exit 1; \
441	  fi; \
442	done
443	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
444	  if test "$$subdir" = .; then :; else \
445	    test -d "$(distdir)/$$subdir" \
446	    || $(MKDIR_P) "$(distdir)/$$subdir" \
447	    || exit 1; \
448	  fi; \
449	done
450	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
451	  if test "$$subdir" = .; then :; else \
452	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
453	    $(am__relativize); \
454	    new_distdir=$$reldir; \
455	    dir1=$$subdir; dir2="$(top_distdir)"; \
456	    $(am__relativize); \
457	    new_top_distdir=$$reldir; \
458	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
459	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
460	    ($(am__cd) $$subdir && \
461	      $(MAKE) $(AM_MAKEFLAGS) \
462	        top_distdir="$$new_top_distdir" \
463	        distdir="$$new_distdir" \
464		am__remove_distdir=: \
465		am__skip_length_check=: \
466		am__skip_mode_fix=: \
467	        distdir) \
468	      || exit 1; \
469	  fi; \
470	done
471check-am: all-am
472check: check-recursive
473all-am: Makefile $(LIBRARIES)
474installdirs: installdirs-recursive
475installdirs-am:
476install: install-recursive
477install-exec: install-exec-recursive
478install-data: install-data-recursive
479uninstall: uninstall-recursive
480
481install-am: all-am
482	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
483
484installcheck: installcheck-recursive
485install-strip:
486	if test -z '$(STRIP)'; then \
487	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
488	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
489	      install; \
490	else \
491	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
492	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
493	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
494	fi
495mostlyclean-generic:
496
497clean-generic:
498
499distclean-generic:
500	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
501	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
502
503maintainer-clean-generic:
504	@echo "This command is intended for maintainers to use"
505	@echo "it deletes files that may require special tools to rebuild."
506clean: clean-recursive
507
508clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
509
510distclean: distclean-recursive
511	-rm -rf $(DEPDIR)
512	-rm -f Makefile
513distclean-am: clean-am distclean-compile distclean-generic \
514	distclean-tags
515
516dvi: dvi-recursive
517
518dvi-am:
519
520html: html-recursive
521
522html-am:
523
524info: info-recursive
525
526info-am:
527
528install-data-am:
529
530install-dvi: install-dvi-recursive
531
532install-dvi-am:
533
534install-exec-am:
535
536install-html: install-html-recursive
537
538install-html-am:
539
540install-info: install-info-recursive
541
542install-info-am:
543
544install-man:
545
546install-pdf: install-pdf-recursive
547
548install-pdf-am:
549
550install-ps: install-ps-recursive
551
552install-ps-am:
553
554installcheck-am:
555
556maintainer-clean: maintainer-clean-recursive
557	-rm -rf $(DEPDIR)
558	-rm -f Makefile
559maintainer-clean-am: distclean-am maintainer-clean-generic
560
561mostlyclean: mostlyclean-recursive
562
563mostlyclean-am: mostlyclean-compile mostlyclean-generic
564
565pdf: pdf-recursive
566
567pdf-am:
568
569ps: ps-recursive
570
571ps-am:
572
573uninstall-am:
574
575.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
576	install-am install-strip tags-recursive
577
578.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
579	all all-am check check-am clean clean-generic \
580	clean-noinstLIBRARIES ctags ctags-recursive distclean \
581	distclean-compile distclean-generic distclean-tags distdir dvi \
582	dvi-am html html-am info info-am install install-am \
583	install-data install-data-am install-dvi install-dvi-am \
584	install-exec install-exec-am install-html install-html-am \
585	install-info install-info-am install-man install-pdf \
586	install-pdf-am install-ps install-ps-am install-strip \
587	installcheck installcheck-am installdirs installdirs-am \
588	maintainer-clean maintainer-clean-generic mostlyclean \
589	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
590	tags tags-recursive uninstall uninstall-am
591
592
593# Tell versions [3.59,3.63) of GNU make to not export all variables.
594# Otherwise a system limit (for SysV at least) may be exceeded.
595.NOEXPORT:
596