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