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