Makefile.in revision 1bedbe3f
1# Makefile.in generated by automake 1.13.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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@
16
17#
18# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
19#
20# Permission is hereby granted, free of charge, to any person obtaining a
21# copy of this software and associated documentation files (the "Software"),
22# to deal in the Software without restriction, including without limitation
23# the rights to use, copy, modify, merge, publish, distribute, sublicense,
24# and/or sell copies of the Software, and to permit persons to whom the
25# Software is furnished to do so, subject to the following conditions:
26#
27# The above copyright notice and this permission notice (including the next
28# paragraph) shall be included in all copies or substantial portions of the
29# Software.
30#
31# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
34# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
36# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
37# DEALINGS IN THE SOFTWARE.
38#
39
40VPATH = @srcdir@
41am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
42am__make_running_with_option = \
43  case $${target_option-} in \
44      ?) ;; \
45      *) echo "am__make_running_with_option: internal error: invalid" \
46              "target option '$${target_option-}' specified" >&2; \
47         exit 1;; \
48  esac; \
49  has_opt=no; \
50  sane_makeflags=$$MAKEFLAGS; \
51  if $(am__is_gnu_make); then \
52    sane_makeflags=$$MFLAGS; \
53  else \
54    case $$MAKEFLAGS in \
55      *\\[\ \	]*) \
56        bs=\\; \
57        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
58          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
59    esac; \
60  fi; \
61  skip_next=no; \
62  strip_trailopt () \
63  { \
64    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
65  }; \
66  for flg in $$sane_makeflags; do \
67    test $$skip_next = yes && { skip_next=no; continue; }; \
68    case $$flg in \
69      *=*|--*) continue;; \
70        -*I) strip_trailopt 'I'; skip_next=yes;; \
71      -*I?*) strip_trailopt 'I';; \
72        -*O) strip_trailopt 'O'; skip_next=yes;; \
73      -*O?*) strip_trailopt 'O';; \
74        -*l) strip_trailopt 'l'; skip_next=yes;; \
75      -*l?*) strip_trailopt 'l';; \
76      -[dEDm]) skip_next=yes;; \
77      -[JT]) skip_next=yes;; \
78    esac; \
79    case $$flg in \
80      *$$target_option*) has_opt=yes; break;; \
81    esac; \
82  done; \
83  test $$has_opt = yes
84am__make_dryrun = (target_option=n; $(am__make_running_with_option))
85am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
86pkgdatadir = $(datadir)/@PACKAGE@
87pkgincludedir = $(includedir)/@PACKAGE@
88pkglibdir = $(libdir)/@PACKAGE@
89pkglibexecdir = $(libexecdir)/@PACKAGE@
90am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
91install_sh_DATA = $(install_sh) -c -m 644
92install_sh_PROGRAM = $(install_sh) -c
93install_sh_SCRIPT = $(install_sh) -c
94INSTALL_HEADER = $(INSTALL_DATA)
95transform = $(program_transform_name)
96NORMAL_INSTALL = :
97PRE_INSTALL = :
98POST_INSTALL = :
99NORMAL_UNINSTALL = :
100PRE_UNINSTALL = :
101POST_UNINSTALL = :
102build_triplet = @build@
103host_triplet = @host@
104noinst_PROGRAMS = FSGetErrorText$(EXEEXT)
105subdir = test
106DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
107	$(top_srcdir)/depcomp
108ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
109am__aclocal_m4_deps = $(top_srcdir)/configure.ac
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111	$(ACLOCAL_M4)
112mkinstalldirs = $(install_sh) -d
113CONFIG_HEADER = $(top_builddir)/config.h
114CONFIG_CLEAN_FILES =
115CONFIG_CLEAN_VPATH_FILES =
116PROGRAMS = $(noinst_PROGRAMS)
117am_FSGetErrorText_OBJECTS = FSGetErrorText.$(OBJEXT)
118FSGetErrorText_OBJECTS = $(am_FSGetErrorText_OBJECTS)
119FSGetErrorText_DEPENDENCIES = ../src/libFS.la
120AM_V_lt = $(am__v_lt_@AM_V@)
121am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
122am__v_lt_0 = --silent
123am__v_lt_1 = 
124AM_V_P = $(am__v_P_@AM_V@)
125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
126am__v_P_0 = false
127am__v_P_1 = :
128AM_V_GEN = $(am__v_GEN_@AM_V@)
129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
130am__v_GEN_0 = @echo "  GEN     " $@;
131am__v_GEN_1 = 
132AM_V_at = $(am__v_at_@AM_V@)
133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
134am__v_at_0 = @
135am__v_at_1 = 
136DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
137depcomp = $(SHELL) $(top_srcdir)/depcomp
138am__depfiles_maybe = depfiles
139am__mv = mv -f
140COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
141	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
142LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
143	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
144	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
145	$(AM_CFLAGS) $(CFLAGS)
146AM_V_CC = $(am__v_CC_@AM_V@)
147am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
148am__v_CC_0 = @echo "  CC      " $@;
149am__v_CC_1 = 
150CCLD = $(CC)
151LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
153	$(AM_LDFLAGS) $(LDFLAGS) -o $@
154AM_V_CCLD = $(am__v_CCLD_@AM_V@)
155am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
156am__v_CCLD_0 = @echo "  CCLD    " $@;
157am__v_CCLD_1 = 
158SOURCES = $(FSGetErrorText_SOURCES)
159DIST_SOURCES = $(FSGetErrorText_SOURCES)
160am__can_run_installinfo = \
161  case $$AM_UPDATE_INFO_DIR in \
162    n|no|NO) false;; \
163    *) (install-info --version) >/dev/null 2>&1;; \
164  esac
165am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
166# Read a list of newline-separated strings from the standard input,
167# and print each of them once, without duplicates.  Input order is
168# *not* preserved.
169am__uniquify_input = $(AWK) '\
170  BEGIN { nonempty = 0; } \
171  { items[$$0] = 1; nonempty = 1; } \
172  END { if (nonempty) { for (i in items) print i; }; } \
173'
174# Make sure the list of sources is unique.  This is necessary because,
175# e.g., the same source file might be shared among _SOURCES variables
176# for different programs/libraries.
177am__define_uniq_tagged_files = \
178  list='$(am__tagged_files)'; \
179  unique=`for i in $$list; do \
180    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
181  done | $(am__uniquify_input)`
182ETAGS = etags
183CTAGS = ctags
184DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
185ACLOCAL = @ACLOCAL@
186ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
187ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
188AMTAR = @AMTAR@
189AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
190APP_MAN_DIR = @APP_MAN_DIR@
191APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
192AR = @AR@
193AUTOCONF = @AUTOCONF@
194AUTOHEADER = @AUTOHEADER@
195AUTOMAKE = @AUTOMAKE@
196AWK = @AWK@
197BASE_CFLAGS = @BASE_CFLAGS@
198CC = @CC@
199CCDEPMODE = @CCDEPMODE@
200CFLAGS = @CFLAGS@
201CHANGELOG_CMD = @CHANGELOG_CMD@
202CPP = @CPP@
203CPPFLAGS = @CPPFLAGS@
204CWARNFLAGS = @CWARNFLAGS@
205CYGPATH_W = @CYGPATH_W@
206DEFS = @DEFS@
207DEPDIR = @DEPDIR@
208DLLTOOL = @DLLTOOL@
209DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
210DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217EXEEXT = @EXEEXT@
218FGREP = @FGREP@
219FILE_MAN_DIR = @FILE_MAN_DIR@
220FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
221FS_CFLAGS = @FS_CFLAGS@
222FS_LIBS = @FS_LIBS@
223GREP = @GREP@
224INSTALL = @INSTALL@
225INSTALL_CMD = @INSTALL_CMD@
226INSTALL_DATA = @INSTALL_DATA@
227INSTALL_PROGRAM = @INSTALL_PROGRAM@
228INSTALL_SCRIPT = @INSTALL_SCRIPT@
229INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
230LD = @LD@
231LDFLAGS = @LDFLAGS@
232LIBOBJS = @LIBOBJS@
233LIBS = @LIBS@
234LIBTOOL = @LIBTOOL@
235LIB_MAN_DIR = @LIB_MAN_DIR@
236LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
237LINT = @LINT@
238LINTLIB = @LINTLIB@
239LINT_FLAGS = @LINT_FLAGS@
240LIPO = @LIPO@
241LN_S = @LN_S@
242LTLIBOBJS = @LTLIBOBJS@
243MAKEINFO = @MAKEINFO@
244MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
245MANIFEST_TOOL = @MANIFEST_TOOL@
246MAN_SUBSTS = @MAN_SUBSTS@
247MISC_MAN_DIR = @MISC_MAN_DIR@
248MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
249MKDIR_P = @MKDIR_P@
250NM = @NM@
251NMEDIT = @NMEDIT@
252OBJDUMP = @OBJDUMP@
253OBJEXT = @OBJEXT@
254OTOOL = @OTOOL@
255OTOOL64 = @OTOOL64@
256PACKAGE = @PACKAGE@
257PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
258PACKAGE_NAME = @PACKAGE_NAME@
259PACKAGE_STRING = @PACKAGE_STRING@
260PACKAGE_TARNAME = @PACKAGE_TARNAME@
261PACKAGE_URL = @PACKAGE_URL@
262PACKAGE_VERSION = @PACKAGE_VERSION@
263PATH_SEPARATOR = @PATH_SEPARATOR@
264PKG_CONFIG = @PKG_CONFIG@
265RANLIB = @RANLIB@
266SED = @SED@
267SET_MAKE = @SET_MAKE@
268SHELL = @SHELL@
269STRICT_CFLAGS = @STRICT_CFLAGS@
270STRIP = @STRIP@
271VERSION = @VERSION@
272XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
273XORG_MAN_PAGE = @XORG_MAN_PAGE@
274XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
275abs_builddir = @abs_builddir@
276abs_srcdir = @abs_srcdir@
277abs_top_builddir = @abs_top_builddir@
278abs_top_srcdir = @abs_top_srcdir@
279ac_ct_AR = @ac_ct_AR@
280ac_ct_CC = @ac_ct_CC@
281ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
282am__include = @am__include@
283am__leading_dot = @am__leading_dot@
284am__quote = @am__quote@
285am__tar = @am__tar@
286am__untar = @am__untar@
287bindir = @bindir@
288build = @build@
289build_alias = @build_alias@
290build_cpu = @build_cpu@
291build_os = @build_os@
292build_vendor = @build_vendor@
293builddir = @builddir@
294datadir = @datadir@
295datarootdir = @datarootdir@
296docdir = @docdir@
297dvidir = @dvidir@
298exec_prefix = @exec_prefix@
299host = @host@
300host_alias = @host_alias@
301host_cpu = @host_cpu@
302host_os = @host_os@
303host_vendor = @host_vendor@
304htmldir = @htmldir@
305includedir = @includedir@
306infodir = @infodir@
307install_sh = @install_sh@
308libdir = @libdir@
309libexecdir = @libexecdir@
310localedir = @localedir@
311localstatedir = @localstatedir@
312mandir = @mandir@
313mkdir_p = @mkdir_p@
314oldincludedir = @oldincludedir@
315pdfdir = @pdfdir@
316prefix = @prefix@
317program_transform_name = @program_transform_name@
318psdir = @psdir@
319sbindir = @sbindir@
320sharedstatedir = @sharedstatedir@
321srcdir = @srcdir@
322sysconfdir = @sysconfdir@
323target_alias = @target_alias@
324top_build_prefix = @top_build_prefix@
325top_builddir = @top_builddir@
326top_srcdir = @top_srcdir@
327AM_CFLAGS = $(CWARNFLAGS) $(FS_CFLAGS)
328AM_CPPFLAGS = -I$(top_srcdir)/include
329FSGetErrorText_SOURCES = FSGetErrorText.c
330FSGetErrorText_LDADD = ../src/libFS.la
331all: all-am
332
333.SUFFIXES:
334.SUFFIXES: .c .lo .o .obj
335$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
336	@for dep in $?; do \
337	  case '$(am__configure_deps)' in \
338	    *$$dep*) \
339	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
340	        && { if test -f $@; then exit 0; else break; fi; }; \
341	      exit 1;; \
342	  esac; \
343	done; \
344	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
345	$(am__cd) $(top_srcdir) && \
346	  $(AUTOMAKE) --foreign test/Makefile
347.PRECIOUS: Makefile
348Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
349	@case '$?' in \
350	  *config.status*) \
351	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
352	  *) \
353	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
354	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
355	esac;
356
357$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
358	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359
360$(top_srcdir)/configure:  $(am__configure_deps)
361	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
362$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
363	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364$(am__aclocal_m4_deps):
365
366clean-noinstPROGRAMS:
367	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
368	echo " rm -f" $$list; \
369	rm -f $$list || exit $$?; \
370	test -n "$(EXEEXT)" || exit 0; \
371	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
372	echo " rm -f" $$list; \
373	rm -f $$list
374
375FSGetErrorText$(EXEEXT): $(FSGetErrorText_OBJECTS) $(FSGetErrorText_DEPENDENCIES) $(EXTRA_FSGetErrorText_DEPENDENCIES) 
376	@rm -f FSGetErrorText$(EXEEXT)
377	$(AM_V_CCLD)$(LINK) $(FSGetErrorText_OBJECTS) $(FSGetErrorText_LDADD) $(LIBS)
378
379mostlyclean-compile:
380	-rm -f *.$(OBJEXT)
381
382distclean-compile:
383	-rm -f *.tab.c
384
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FSGetErrorText.Po@am__quote@
386
387.c.o:
388@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
389@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
390@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
391@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
393
394.c.obj:
395@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
396@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
397@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
398@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
400
401.c.lo:
402@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
403@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
404@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
405@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
407
408mostlyclean-libtool:
409	-rm -f *.lo
410
411clean-libtool:
412	-rm -rf .libs _libs
413
414ID: $(am__tagged_files)
415	$(am__define_uniq_tagged_files); mkid -fID $$unique
416tags: tags-am
417TAGS: tags
418
419tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
420	set x; \
421	here=`pwd`; \
422	$(am__define_uniq_tagged_files); \
423	shift; \
424	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
425	  test -n "$$unique" || unique=$$empty_fix; \
426	  if test $$# -gt 0; then \
427	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428	      "$$@" $$unique; \
429	  else \
430	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
431	      $$unique; \
432	  fi; \
433	fi
434ctags: ctags-am
435
436CTAGS: ctags
437ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
438	$(am__define_uniq_tagged_files); \
439	test -z "$(CTAGS_ARGS)$$unique" \
440	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
441	     $$unique
442
443GTAGS:
444	here=`$(am__cd) $(top_builddir) && pwd` \
445	  && $(am__cd) $(top_srcdir) \
446	  && gtags -i $(GTAGS_ARGS) "$$here"
447cscopelist: cscopelist-am
448
449cscopelist-am: $(am__tagged_files)
450	list='$(am__tagged_files)'; \
451	case "$(srcdir)" in \
452	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
453	  *) sdir=$(subdir)/$(srcdir) ;; \
454	esac; \
455	for i in $$list; do \
456	  if test -f "$$i"; then \
457	    echo "$(subdir)/$$i"; \
458	  else \
459	    echo "$$sdir/$$i"; \
460	  fi; \
461	done >> $(top_builddir)/cscope.files
462
463distclean-tags:
464	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
465
466distdir: $(DISTFILES)
467	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469	list='$(DISTFILES)'; \
470	  dist_files=`for file in $$list; do echo $$file; done | \
471	  sed -e "s|^$$srcdirstrip/||;t" \
472	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
473	case $$dist_files in \
474	  */*) $(MKDIR_P) `echo "$$dist_files" | \
475			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
476			   sort -u` ;; \
477	esac; \
478	for file in $$dist_files; do \
479	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480	  if test -d $$d/$$file; then \
481	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
482	    if test -d "$(distdir)/$$file"; then \
483	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484	    fi; \
485	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
487	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488	    fi; \
489	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
490	  else \
491	    test -f "$(distdir)/$$file" \
492	    || cp -p $$d/$$file "$(distdir)/$$file" \
493	    || exit 1; \
494	  fi; \
495	done
496check-am: all-am
497check: check-am
498all-am: Makefile $(PROGRAMS)
499installdirs:
500install: install-am
501install-exec: install-exec-am
502install-data: install-data-am
503uninstall: uninstall-am
504
505install-am: all-am
506	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507
508installcheck: installcheck-am
509install-strip:
510	if test -z '$(STRIP)'; then \
511	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513	      install; \
514	else \
515	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
516	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
517	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
518	fi
519mostlyclean-generic:
520
521clean-generic:
522
523distclean-generic:
524	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
525	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
526
527maintainer-clean-generic:
528	@echo "This command is intended for maintainers to use"
529	@echo "it deletes files that may require special tools to rebuild."
530clean: clean-am
531
532clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
533	mostlyclean-am
534
535distclean: distclean-am
536	-rm -rf ./$(DEPDIR)
537	-rm -f Makefile
538distclean-am: clean-am distclean-compile distclean-generic \
539	distclean-tags
540
541dvi: dvi-am
542
543dvi-am:
544
545html: html-am
546
547html-am:
548
549info: info-am
550
551info-am:
552
553install-data-am:
554
555install-dvi: install-dvi-am
556
557install-dvi-am:
558
559install-exec-am:
560
561install-html: install-html-am
562
563install-html-am:
564
565install-info: install-info-am
566
567install-info-am:
568
569install-man:
570
571install-pdf: install-pdf-am
572
573install-pdf-am:
574
575install-ps: install-ps-am
576
577install-ps-am:
578
579installcheck-am:
580
581maintainer-clean: maintainer-clean-am
582	-rm -rf ./$(DEPDIR)
583	-rm -f Makefile
584maintainer-clean-am: distclean-am maintainer-clean-generic
585
586mostlyclean: mostlyclean-am
587
588mostlyclean-am: mostlyclean-compile mostlyclean-generic \
589	mostlyclean-libtool
590
591pdf: pdf-am
592
593pdf-am:
594
595ps: ps-am
596
597ps-am:
598
599uninstall-am:
600
601.MAKE: install-am install-strip
602
603.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
604	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
605	ctags-am distclean distclean-compile distclean-generic \
606	distclean-libtool distclean-tags distdir dvi dvi-am html \
607	html-am info info-am install install-am install-data \
608	install-data-am install-dvi install-dvi-am install-exec \
609	install-exec-am install-html install-html-am install-info \
610	install-info-am install-man install-pdf install-pdf-am \
611	install-ps install-ps-am install-strip installcheck \
612	installcheck-am installdirs maintainer-clean \
613	maintainer-clean-generic mostlyclean mostlyclean-compile \
614	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
615	tags tags-am uninstall uninstall-am
616
617
618# Tell versions [3.59,3.63) of GNU make to not export all variables.
619# Otherwise a system limit (for SysV at least) may be exceeded.
620.NOEXPORT:
621