Makefile.in revision 4627b59c
1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
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@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = specs
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/configure.ac
93am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
94	$(ACLOCAL_M4)
95DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
96mkinstalldirs = $(install_sh) -d
97CONFIG_CLEAN_FILES =
98CONFIG_CLEAN_VPATH_FILES =
99AM_V_P = $(am__v_P_@AM_V@)
100am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
101am__v_P_0 = false
102am__v_P_1 = :
103AM_V_GEN = $(am__v_GEN_@AM_V@)
104am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
105am__v_GEN_0 = @echo "  GEN     " $@;
106am__v_GEN_1 = 
107AM_V_at = $(am__v_at_@AM_V@)
108am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
109am__v_at_0 = @
110am__v_at_1 = 
111SOURCES =
112DIST_SOURCES =
113RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
114	ctags-recursive dvi-recursive html-recursive info-recursive \
115	install-data-recursive install-dvi-recursive \
116	install-exec-recursive install-html-recursive \
117	install-info-recursive install-pdf-recursive \
118	install-ps-recursive install-recursive installcheck-recursive \
119	installdirs-recursive pdf-recursive ps-recursive \
120	tags-recursive uninstall-recursive
121am__can_run_installinfo = \
122  case $$AM_UPDATE_INFO_DIR in \
123    n|no|NO) false;; \
124    *) (install-info --version) >/dev/null 2>&1;; \
125  esac
126RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
127  distclean-recursive maintainer-clean-recursive
128am__recursive_targets = \
129  $(RECURSIVE_TARGETS) \
130  $(RECURSIVE_CLEAN_TARGETS) \
131  $(am__extra_recursive_targets)
132AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
133	distdir distdir-am
134am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
135# Read a list of newline-separated strings from the standard input,
136# and print each of them once, without duplicates.  Input order is
137# *not* preserved.
138am__uniquify_input = $(AWK) '\
139  BEGIN { nonempty = 0; } \
140  { items[$$0] = 1; nonempty = 1; } \
141  END { if (nonempty) { for (i in items) print i; }; } \
142'
143# Make sure the list of sources is unique.  This is necessary because,
144# e.g., the same source file might be shared among _SOURCES variables
145# for different programs/libraries.
146am__define_uniq_tagged_files = \
147  list='$(am__tagged_files)'; \
148  unique=`for i in $$list; do \
149    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
150  done | $(am__uniquify_input)`
151ETAGS = etags
152CTAGS = ctags
153DIST_SUBDIRS = $(SUBDIRS)
154am__DIST_COMMON = $(srcdir)/Makefile.in
155DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156am__relativize = \
157  dir0=`pwd`; \
158  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
159  sed_rest='s,^[^/]*/*,,'; \
160  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
161  sed_butlast='s,/*[^/]*$$,,'; \
162  while test -n "$$dir1"; do \
163    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
164    if test "$$first" != "."; then \
165      if test "$$first" = ".."; then \
166        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
167        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
168      else \
169        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
170        if test "$$first2" = "$$first"; then \
171          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
172        else \
173          dir2="../$$dir2"; \
174        fi; \
175        dir0="$$dir0"/"$$first"; \
176      fi; \
177    fi; \
178    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
179  done; \
180  reldir="$$dir2"
181ACLOCAL = @ACLOCAL@
182ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
183ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
184AMTAR = @AMTAR@
185AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
186APP_MAN_DIR = @APP_MAN_DIR@
187APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
188AUTOCONF = @AUTOCONF@
189AUTOHEADER = @AUTOHEADER@
190AUTOMAKE = @AUTOMAKE@
191AWK = @AWK@
192BASE_CFLAGS = @BASE_CFLAGS@
193CC = @CC@
194CCDEPMODE = @CCDEPMODE@
195CFLAGS = @CFLAGS@
196CHANGELOG_CMD = @CHANGELOG_CMD@
197CPP = @CPP@
198CPPFLAGS = @CPPFLAGS@
199CWARNFLAGS = @CWARNFLAGS@
200CYGPATH_W = @CYGPATH_W@
201DEFS = @DEFS@
202DEPDIR = @DEPDIR@
203DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
204DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
205ECHO_C = @ECHO_C@
206ECHO_N = @ECHO_N@
207ECHO_T = @ECHO_T@
208EGREP = @EGREP@
209EXEEXT = @EXEEXT@
210FILE_MAN_DIR = @FILE_MAN_DIR@
211FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
212FOP = @FOP@
213GREP = @GREP@
214INSTALL = @INSTALL@
215INSTALL_CMD = @INSTALL_CMD@
216INSTALL_DATA = @INSTALL_DATA@
217INSTALL_PROGRAM = @INSTALL_PROGRAM@
218INSTALL_SCRIPT = @INSTALL_SCRIPT@
219INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
220LDFLAGS = @LDFLAGS@
221LIBOBJS = @LIBOBJS@
222LIBS = @LIBS@
223LIB_MAN_DIR = @LIB_MAN_DIR@
224LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
225LTLIBOBJS = @LTLIBOBJS@
226MAKEINFO = @MAKEINFO@
227MAN_SUBSTS = @MAN_SUBSTS@
228MISC_MAN_DIR = @MISC_MAN_DIR@
229MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
230MKDIR_P = @MKDIR_P@
231OBJEXT = @OBJEXT@
232PACKAGE = @PACKAGE@
233PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
234PACKAGE_NAME = @PACKAGE_NAME@
235PACKAGE_STRING = @PACKAGE_STRING@
236PACKAGE_TARNAME = @PACKAGE_TARNAME@
237PACKAGE_URL = @PACKAGE_URL@
238PACKAGE_VERSION = @PACKAGE_VERSION@
239PATH_SEPARATOR = @PATH_SEPARATOR@
240PKG_CONFIG = @PKG_CONFIG@
241PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
242PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
243SED = @SED@
244SET_MAKE = @SET_MAKE@
245SHELL = @SHELL@
246STRICT_CFLAGS = @STRICT_CFLAGS@
247STRIP = @STRIP@
248STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
249USE_FDS_BITS = @USE_FDS_BITS@
250VERSION = @VERSION@
251XMLTO = @XMLTO@
252XORG_MAN_PAGE = @XORG_MAN_PAGE@
253XORG_SGML_PATH = @XORG_SGML_PATH@
254XSLTPROC = @XSLTPROC@
255XSL_STYLESHEET = @XSL_STYLESHEET@
256abs_builddir = @abs_builddir@
257abs_srcdir = @abs_srcdir@
258abs_top_builddir = @abs_top_builddir@
259abs_top_srcdir = @abs_top_srcdir@
260ac_ct_CC = @ac_ct_CC@
261am__include = @am__include@
262am__leading_dot = @am__leading_dot@
263am__quote = @am__quote@
264am__tar = @am__tar@
265am__untar = @am__untar@
266bindir = @bindir@
267build = @build@
268build_alias = @build_alias@
269build_cpu = @build_cpu@
270build_os = @build_os@
271build_vendor = @build_vendor@
272builddir = @builddir@
273datadir = @datadir@
274datarootdir = @datarootdir@
275docdir = @docdir@
276dvidir = @dvidir@
277exec_prefix = @exec_prefix@
278host = @host@
279host_alias = @host_alias@
280host_cpu = @host_cpu@
281host_os = @host_os@
282host_vendor = @host_vendor@
283htmldir = @htmldir@
284includedir = @includedir@
285infodir = @infodir@
286install_sh = @install_sh@
287libdir = @libdir@
288libexecdir = @libexecdir@
289localedir = @localedir@
290localstatedir = @localstatedir@
291mandir = @mandir@
292mkdir_p = @mkdir_p@
293oldincludedir = @oldincludedir@
294pdfdir = @pdfdir@
295prefix = @prefix@
296program_transform_name = @program_transform_name@
297psdir = @psdir@
298sbindir = @sbindir@
299sharedstatedir = @sharedstatedir@
300srcdir = @srcdir@
301sysconfdir = @sysconfdir@
302target_alias = @target_alias@
303top_build_prefix = @top_build_prefix@
304top_builddir = @top_builddir@
305top_srcdir = @top_srcdir@
306SUBDIRS = \
307    bigreqsproto \
308    fontsproto \
309    kbproto \
310    recordproto \
311    scrnsaverproto \
312    xcmiscproto \
313    xextproto \
314    xproto
315
316EXTRA_DIST = \
317    printproto/xp_proto.book \
318    printproto/xp_proto.mif \
319    printproto/xp_proto.ps \
320    printproto/xp_protoIX.doc \
321    printproto/xp_protoTOC.doc \
322    printproto/xp_proto_cov.mif \
323    SIAddresses/hostname.md \
324    SIAddresses/IPv6.md \
325    SIAddresses/localuser.md \
326    SIAddresses/README
327
328all: all-recursive
329
330.SUFFIXES:
331$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
332	@for dep in $?; do \
333	  case '$(am__configure_deps)' in \
334	    *$$dep*) \
335	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
336	        && { if test -f $@; then exit 0; else break; fi; }; \
337	      exit 1;; \
338	  esac; \
339	done; \
340	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/Makefile'; \
341	$(am__cd) $(top_srcdir) && \
342	  $(AUTOMAKE) --foreign specs/Makefile
343Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344	@case '$?' in \
345	  *config.status*) \
346	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
347	  *) \
348	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
349	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
350	esac;
351
352$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
355$(top_srcdir)/configure:  $(am__configure_deps)
356	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
358	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359$(am__aclocal_m4_deps):
360
361# This directory's subdirectories are mostly independent; you can cd
362# into them and run 'make' without going through this Makefile.
363# To change the values of 'make' variables: instead of editing Makefiles,
364# (1) if the variable is set in 'config.status', edit 'config.status'
365#     (which will cause the Makefiles to be regenerated when you run 'make');
366# (2) otherwise, pass the desired values on the 'make' command line.
367$(am__recursive_targets):
368	@fail=; \
369	if $(am__make_keepgoing); then \
370	  failcom='fail=yes'; \
371	else \
372	  failcom='exit 1'; \
373	fi; \
374	dot_seen=no; \
375	target=`echo $@ | sed s/-recursive//`; \
376	case "$@" in \
377	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
378	  *) list='$(SUBDIRS)' ;; \
379	esac; \
380	for subdir in $$list; do \
381	  echo "Making $$target in $$subdir"; \
382	  if test "$$subdir" = "."; then \
383	    dot_seen=yes; \
384	    local_target="$$target-am"; \
385	  else \
386	    local_target="$$target"; \
387	  fi; \
388	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
389	  || eval $$failcom; \
390	done; \
391	if test "$$dot_seen" = "no"; then \
392	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
393	fi; test -z "$$fail"
394
395ID: $(am__tagged_files)
396	$(am__define_uniq_tagged_files); mkid -fID $$unique
397tags: tags-recursive
398TAGS: tags
399
400tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
401	set x; \
402	here=`pwd`; \
403	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
404	  include_option=--etags-include; \
405	  empty_fix=.; \
406	else \
407	  include_option=--include; \
408	  empty_fix=; \
409	fi; \
410	list='$(SUBDIRS)'; for subdir in $$list; do \
411	  if test "$$subdir" = .; then :; else \
412	    test ! -f $$subdir/TAGS || \
413	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
414	  fi; \
415	done; \
416	$(am__define_uniq_tagged_files); \
417	shift; \
418	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
419	  test -n "$$unique" || unique=$$empty_fix; \
420	  if test $$# -gt 0; then \
421	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
422	      "$$@" $$unique; \
423	  else \
424	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425	      $$unique; \
426	  fi; \
427	fi
428ctags: ctags-recursive
429
430CTAGS: ctags
431ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
432	$(am__define_uniq_tagged_files); \
433	test -z "$(CTAGS_ARGS)$$unique" \
434	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
435	     $$unique
436
437GTAGS:
438	here=`$(am__cd) $(top_builddir) && pwd` \
439	  && $(am__cd) $(top_srcdir) \
440	  && gtags -i $(GTAGS_ARGS) "$$here"
441cscopelist: cscopelist-recursive
442
443cscopelist-am: $(am__tagged_files)
444	list='$(am__tagged_files)'; \
445	case "$(srcdir)" in \
446	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
447	  *) sdir=$(subdir)/$(srcdir) ;; \
448	esac; \
449	for i in $$list; do \
450	  if test -f "$$i"; then \
451	    echo "$(subdir)/$$i"; \
452	  else \
453	    echo "$$sdir/$$i"; \
454	  fi; \
455	done >> $(top_builddir)/cscope.files
456
457distclean-tags:
458	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459
460distdir: $(BUILT_SOURCES)
461	$(MAKE) $(AM_MAKEFLAGS) distdir-am
462
463distdir-am: $(DISTFILES)
464	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
465	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
466	list='$(DISTFILES)'; \
467	  dist_files=`for file in $$list; do echo $$file; done | \
468	  sed -e "s|^$$srcdirstrip/||;t" \
469	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
470	case $$dist_files in \
471	  */*) $(MKDIR_P) `echo "$$dist_files" | \
472			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
473			   sort -u` ;; \
474	esac; \
475	for file in $$dist_files; do \
476	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
477	  if test -d $$d/$$file; then \
478	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
479	    if test -d "$(distdir)/$$file"; then \
480	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
481	    fi; \
482	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
483	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
484	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
485	    fi; \
486	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
487	  else \
488	    test -f "$(distdir)/$$file" \
489	    || cp -p $$d/$$file "$(distdir)/$$file" \
490	    || exit 1; \
491	  fi; \
492	done
493	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
494	  if test "$$subdir" = .; then :; else \
495	    $(am__make_dryrun) \
496	      || test -d "$(distdir)/$$subdir" \
497	      || $(MKDIR_P) "$(distdir)/$$subdir" \
498	      || exit 1; \
499	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
500	    $(am__relativize); \
501	    new_distdir=$$reldir; \
502	    dir1=$$subdir; dir2="$(top_distdir)"; \
503	    $(am__relativize); \
504	    new_top_distdir=$$reldir; \
505	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
506	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
507	    ($(am__cd) $$subdir && \
508	      $(MAKE) $(AM_MAKEFLAGS) \
509	        top_distdir="$$new_top_distdir" \
510	        distdir="$$new_distdir" \
511		am__remove_distdir=: \
512		am__skip_length_check=: \
513		am__skip_mode_fix=: \
514	        distdir) \
515	      || exit 1; \
516	  fi; \
517	done
518check-am: all-am
519check: check-recursive
520all-am: Makefile
521installdirs: installdirs-recursive
522installdirs-am:
523install: install-recursive
524install-exec: install-exec-recursive
525install-data: install-data-recursive
526uninstall: uninstall-recursive
527
528install-am: all-am
529	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
530
531installcheck: installcheck-recursive
532install-strip:
533	if test -z '$(STRIP)'; then \
534	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
535	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
536	      install; \
537	else \
538	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
539	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
540	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
541	fi
542mostlyclean-generic:
543
544clean-generic:
545
546distclean-generic:
547	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
548	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
549
550maintainer-clean-generic:
551	@echo "This command is intended for maintainers to use"
552	@echo "it deletes files that may require special tools to rebuild."
553clean: clean-recursive
554
555clean-am: clean-generic mostlyclean-am
556
557distclean: distclean-recursive
558	-rm -f Makefile
559distclean-am: clean-am distclean-generic distclean-tags
560
561dvi: dvi-recursive
562
563dvi-am:
564
565html: html-recursive
566
567html-am:
568
569info: info-recursive
570
571info-am:
572
573install-data-am:
574
575install-dvi: install-dvi-recursive
576
577install-dvi-am:
578
579install-exec-am:
580
581install-html: install-html-recursive
582
583install-html-am:
584
585install-info: install-info-recursive
586
587install-info-am:
588
589install-man:
590
591install-pdf: install-pdf-recursive
592
593install-pdf-am:
594
595install-ps: install-ps-recursive
596
597install-ps-am:
598
599installcheck-am:
600
601maintainer-clean: maintainer-clean-recursive
602	-rm -f Makefile
603maintainer-clean-am: distclean-am maintainer-clean-generic
604
605mostlyclean: mostlyclean-recursive
606
607mostlyclean-am: mostlyclean-generic
608
609pdf: pdf-recursive
610
611pdf-am:
612
613ps: ps-recursive
614
615ps-am:
616
617uninstall-am:
618
619.MAKE: $(am__recursive_targets) install-am install-strip
620
621.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
622	check-am clean clean-generic cscopelist-am ctags ctags-am \
623	distclean distclean-generic distclean-tags distdir dvi dvi-am \
624	html html-am info info-am install install-am install-data \
625	install-data-am install-dvi install-dvi-am install-exec \
626	install-exec-am install-html install-html-am install-info \
627	install-info-am install-man install-pdf install-pdf-am \
628	install-ps install-ps-am install-strip installcheck \
629	installcheck-am installdirs installdirs-am maintainer-clean \
630	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
631	pdf-am ps ps-am tags tags-am uninstall uninstall-am
632
633.PRECIOUS: Makefile
634
635
636# Tell versions [3.59,3.63) of GNU make to not export all variables.
637# Otherwise a system limit (for SysV at least) may be exceeded.
638.NOEXPORT:
639