1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 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@
91target_triplet = @target@
92subdir = libcompat
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
95	$(top_srcdir)/m4/adl_recursive_eval.m4 \
96	$(top_srcdir)/m4/cf3_check_proper_func.m4 \
97	$(top_srcdir)/m4/cf3_path_root_prog.m4 \
98	$(top_srcdir)/m4/cf3_with_library.m4 \
99	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
100	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
101	$(top_srcdir)/m4/lt~obsolete.m4 \
102	$(top_srcdir)/m4/old-autoconf.m4 $(top_srcdir)/m4/snprintf.m4 \
103	$(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/tar.m4 \
104	$(top_srcdir)/m4/cf3_gcc_flags.m4 \
105	$(top_srcdir)/m4/cf3_platforms.m4 $(top_srcdir)/configure.ac
106am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107	$(ACLOCAL_M4)
108DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
109mkinstalldirs = $(install_sh) -d
110CONFIG_HEADER = $(top_builddir)/config.h
111CONFIG_CLEAN_FILES =
112CONFIG_CLEAN_VPATH_FILES =
113LTLIBRARIES = $(noinst_LTLIBRARIES)
114libcompat_la_DEPENDENCIES = $(LTLIBOBJS)
115am_libcompat_la_OBJECTS = generic_at.lo getopt.lo getopt1.lo
116libcompat_la_OBJECTS = $(am_libcompat_la_OBJECTS)
117AM_V_lt = $(am__v_lt_@AM_V@)
118am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
119am__v_lt_0 = --silent
120am__v_lt_1 =
121AM_V_P = $(am__v_P_@AM_V@)
122am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
123am__v_P_0 = false
124am__v_P_1 = :
125AM_V_GEN = $(am__v_GEN_@AM_V@)
126am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
127am__v_GEN_0 = @echo "  GEN     " $@;
128am__v_GEN_1 =
129AM_V_at = $(am__v_at_@AM_V@)
130am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
131am__v_at_0 = @
132am__v_at_1 =
133DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
134depcomp = $(SHELL) $(top_srcdir)/depcomp
135am__depfiles_maybe = depfiles
136am__mv = mv -f
137COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
138	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
139LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
140	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
141	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
142	$(AM_CFLAGS) $(CFLAGS)
143AM_V_CC = $(am__v_CC_@AM_V@)
144am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
145am__v_CC_0 = @echo "  CC      " $@;
146am__v_CC_1 =
147CCLD = $(CC)
148LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
149	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
150	$(AM_LDFLAGS) $(LDFLAGS) -o $@
151AM_V_CCLD = $(am__v_CCLD_@AM_V@)
152am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
153am__v_CCLD_0 = @echo "  CCLD    " $@;
154am__v_CCLD_1 =
155SOURCES = $(libcompat_la_SOURCES)
156DIST_SOURCES = $(libcompat_la_SOURCES)
157am__can_run_installinfo = \
158  case $$AM_UPDATE_INFO_DIR in \
159    n|no|NO) false;; \
160    *) (install-info --version) >/dev/null 2>&1;; \
161  esac
162am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
163# Read a list of newline-separated strings from the standard input,
164# and print each of them once, without duplicates.  Input order is
165# *not* preserved.
166am__uniquify_input = $(AWK) '\
167  BEGIN { nonempty = 0; } \
168  { items[$$0] = 1; nonempty = 1; } \
169  END { if (nonempty) { for (i in items) print i; }; } \
170'
171# Make sure the list of sources is unique.  This is necessary because,
172# e.g., the same source file might be shared among _SOURCES variables
173# for different programs/libraries.
174am__define_uniq_tagged_files = \
175  list='$(am__tagged_files)'; \
176  unique=`for i in $$list; do \
177    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
178  done | $(am__uniquify_input)`
179ETAGS = etags
180CTAGS = ctags
181am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
182	clock_gettime.c closefrom.c dirfd.c drand48.c fchmodat.c \
183	fchownat.c fstatat.c getaddrinfo.c getline.c getloadavg.c \
184	gmtime_r.c inet_ntop.c inet_pton.c localtime_r.c log2.c \
185	memdup.c memmem.c memrchr.c mkdtemp.c nanosleep.c openat.c \
186	pthread_attr_setstacksize.c pthread_sigmask.c readlinkat.c \
187	round.c rpl_ctime.c seteuid.c setlinebuf.c snprintf.c \
188	srand48.c stpncpy.c strcasecmp.c strcasestr.c strchrnul.c \
189	strdup.c strerror.c strlcat.c strlcpy.c strncasecmp.c \
190	strndup.c strnlen.c strrstr.c strsep.c strsignal.c strstr.c \
191	unsetenv.c
192DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
193ACLOCAL = @ACLOCAL@
194AMTAR = @AMTAR@
195AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
196AR = @AR@
197AUTOCONF = @AUTOCONF@
198AUTOHEADER = @AUTOHEADER@
199AUTOMAKE = @AUTOMAKE@
200AWK = @AWK@
201CC = @CC@
202CCDEPMODE = @CCDEPMODE@
203CFLAGS = @CFLAGS@
204CORE_CFLAGS = @CORE_CFLAGS@
205CORE_CPPFLAGS = @CORE_CPPFLAGS@
206CORE_LDFLAGS = @CORE_LDFLAGS@
207CORE_LIBS = @CORE_LIBS@
208CPP = @CPP@
209CPPFLAGS = @CPPFLAGS@
210CYGPATH_W = @CYGPATH_W@
211DEFS = @DEFS@
212DEPDIR = @DEPDIR@
213DLLTOOL = @DLLTOOL@
214DSYMUTIL = @DSYMUTIL@
215DUMPBIN = @DUMPBIN@
216ECHO_C = @ECHO_C@
217ECHO_N = @ECHO_N@
218ECHO_T = @ECHO_T@
219EGREP = @EGREP@
220EXEEXT = @EXEEXT@
221FGREP = @FGREP@
222GETCONF = @GETCONF@
223GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
224GREP = @GREP@
225HOSTNAME = @HOSTNAME@
226INSTALL = @INSTALL@
227INSTALL_DATA = @INSTALL_DATA@
228INSTALL_PROGRAM = @INSTALL_PROGRAM@
229INSTALL_SCRIPT = @INSTALL_SCRIPT@
230INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231KMEM_GROUP = @KMEM_GROUP@
232LCOV = @LCOV@
233LCOV_GENHTML = @LCOV_GENHTML@
234LD = @LD@
235LDFLAGS = @LDFLAGS@
236LEX = @LEX@
237LEXLIB = @LEXLIB@
238LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
239LIBACL_CFLAGS = @LIBACL_CFLAGS@
240LIBACL_CPPFLAGS = @LIBACL_CPPFLAGS@
241LIBACL_LDFLAGS = @LIBACL_LDFLAGS@
242LIBACL_LIBS = @LIBACL_LIBS@
243LIBACL_PATH = @LIBACL_PATH@
244LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
245LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
246LIBCURL_LDFLAGS = @LIBCURL_LDFLAGS@
247LIBCURL_LIBS = @LIBCURL_LIBS@
248LIBCURL_PATH = @LIBCURL_PATH@
249LIBOBJS = @LIBOBJS@
250LIBS = @LIBS@
251LIBTOOL = @LIBTOOL@
252LIBVIRT_CFLAGS = @LIBVIRT_CFLAGS@
253LIBVIRT_CPPFLAGS = @LIBVIRT_CPPFLAGS@
254LIBVIRT_LDFLAGS = @LIBVIRT_LDFLAGS@
255LIBVIRT_LIBS = @LIBVIRT_LIBS@
256LIBVIRT_PATH = @LIBVIRT_PATH@
257LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
258LIBXML2_CPPFLAGS = @LIBXML2_CPPFLAGS@
259LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@
260LIBXML2_LIBS = @LIBXML2_LIBS@
261LIBXML2_PATH = @LIBXML2_PATH@
262LIBYAML_CFLAGS = @LIBYAML_CFLAGS@
263LIBYAML_CPPFLAGS = @LIBYAML_CPPFLAGS@
264LIBYAML_LDFLAGS = @LIBYAML_LDFLAGS@
265LIBYAML_LIBS = @LIBYAML_LIBS@
266LIBYAML_PATH = @LIBYAML_PATH@
267LIPO = @LIPO@
268LN_S = @LN_S@
269LTLIBOBJS = @LTLIBOBJS@
270LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
271MAINT = @MAINT@
272MAKEINFO = @MAKEINFO@
273MANIFEST_TOOL = @MANIFEST_TOOL@
274MKDIR_P = @MKDIR_P@
275MYSQL_CFLAGS = @MYSQL_CFLAGS@
276MYSQL_CPPFLAGS = @MYSQL_CPPFLAGS@
277MYSQL_LDFLAGS = @MYSQL_LDFLAGS@
278MYSQL_LIBS = @MYSQL_LIBS@
279MYSQL_PATH = @MYSQL_PATH@
280NEED_SETGID = @NEED_SETGID@
281NM = @NM@
282NMEDIT = @NMEDIT@
283NO_TAUTOLOGICAL_CC_OPTION = @NO_TAUTOLOGICAL_CC_OPTION@
284OBJDUMP = @OBJDUMP@
285OBJEXT = @OBJEXT@
286OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
287OPENSSL_CPPFLAGS = @OPENSSL_CPPFLAGS@
288OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
289OPENSSL_LIBS = @OPENSSL_LIBS@
290OPENSSL_PATH = @OPENSSL_PATH@
291OTOOL = @OTOOL@
292OTOOL64 = @OTOOL64@
293PACKAGE = @PACKAGE@
294PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
295PACKAGE_NAME = @PACKAGE_NAME@
296PACKAGE_STRING = @PACKAGE_STRING@
297PACKAGE_TARNAME = @PACKAGE_TARNAME@
298PACKAGE_URL = @PACKAGE_URL@
299PACKAGE_VERSION = @PACKAGE_VERSION@
300PAM_CFLAGS = @PAM_CFLAGS@
301PAM_CPPFLAGS = @PAM_CPPFLAGS@
302PAM_LDFLAGS = @PAM_LDFLAGS@
303PAM_LIBS = @PAM_LIBS@
304PAM_PATH = @PAM_PATH@
305PATH_SEPARATOR = @PATH_SEPARATOR@
306PCRE_CFLAGS = @PCRE_CFLAGS@
307PCRE_CPPFLAGS = @PCRE_CPPFLAGS@
308PCRE_LDFLAGS = @PCRE_LDFLAGS@
309PCRE_LIBS = @PCRE_LIBS@
310PCRE_PATH = @PCRE_PATH@
311PERL = @PERL@
312POSTGRESQL_CFLAGS = @POSTGRESQL_CFLAGS@
313POSTGRESQL_CPPFLAGS = @POSTGRESQL_CPPFLAGS@
314POSTGRESQL_LDFLAGS = @POSTGRESQL_LDFLAGS@
315POSTGRESQL_LIBS = @POSTGRESQL_LIBS@
316POSTGRESQL_PATH = @POSTGRESQL_PATH@
317PTHREAD_CC = @PTHREAD_CC@
318PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
319PTHREAD_LIBS = @PTHREAD_LIBS@
320RANLIB = @RANLIB@
321SED = @SED@
322SET_MAKE = @SET_MAKE@
323SHELL = @SHELL@
324STRIP = @STRIP@
325VERSION = @VERSION@
326YACC = @YACC@
327YFLAGS = @YFLAGS@
328abs_builddir = @abs_builddir@
329abs_srcdir = @abs_srcdir@
330abs_top_builddir = @abs_top_builddir@
331abs_top_srcdir = @abs_top_srcdir@
332ac_ct_AR = @ac_ct_AR@
333ac_ct_CC = @ac_ct_CC@
334ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
335acx_pthread_config = @acx_pthread_config@
336am__include = @am__include@
337am__leading_dot = @am__leading_dot@
338am__quote = @am__quote@
339am__tar = @am__tar@
340am__untar = @am__untar@
341bindir = @bindir@
342build = @build@
343build_alias = @build_alias@
344build_cpu = @build_cpu@
345build_os = @build_os@
346build_vendor = @build_vendor@
347builddir = @builddir@
348datadir = @datadir@
349datarootdir = @datarootdir@
350docdir = @docdir@
351dvidir = @dvidir@
352enable_builtin_extensions = @enable_builtin_extensions@
353exec_prefix = @exec_prefix@
354host = @host@
355host_alias = @host_alias@
356host_cpu = @host_cpu@
357host_os = @host_os@
358host_vendor = @host_vendor@
359htmldir = @htmldir@
360hw_cv_func_ctime_proper = @hw_cv_func_ctime_proper@
361hw_cv_func_mkdir_proper = @hw_cv_func_mkdir_proper@
362hw_cv_func_rename_proper = @hw_cv_func_rename_proper@
363hw_cv_func_stat_proper = @hw_cv_func_stat_proper@
364includedir = @includedir@
365infodir = @infodir@
366inputdir = @inputdir@
367install_sh = @install_sh@
368libdir = @libdir@
369libexecdir = @libexecdir@
370localedir = @localedir@
371localstatedir = @localstatedir@
372logdir = @logdir@
373mandir = @mandir@
374masterdir = @masterdir@
375mkdir_p = @mkdir_p@
376oldincludedir = @oldincludedir@
377pdfdir = @pdfdir@
378piddir = @piddir@
379prefix = @prefix@
380program_transform_name = @program_transform_name@
381projlibdir = @projlibdir@
382psdir = @psdir@
383runstatedir = @runstatedir@
384sbindir = @sbindir@
385sharedstatedir = @sharedstatedir@
386srcdir = @srcdir@
387statedir = @statedir@
388sysconfdir = @sysconfdir@
389target = @target@
390target_alias = @target_alias@
391target_cpu = @target_cpu@
392target_os = @target_os@
393target_vendor = @target_vendor@
394top_build_prefix = @top_build_prefix@
395top_builddir = @top_builddir@
396top_srcdir = @top_srcdir@
397workdir = @workdir@
398
399#
400#  Copyright 2021 Northern.tech AS
401#
402#  This file is part of CFEngine 3 - written and maintained by Northern.tech AS.
403#
404#  This program is free software; you can redistribute it and/or modify it
405#  under the terms of the GNU General Public License as published by the
406#  Free Software Foundation; version 3.
407#
408#  This program is distributed in the hope that it will be useful,
409#  but WITHOUT ANY WARRANTY; without even the implied warranty of
410#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
411#  GNU General Public License for more details.
412#
413# You should have received a copy of the GNU General Public License
414# along with this program; if not, write to the Free Software
415# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
416#
417# To the extent this program is licensed as part of the Enterprise
418# versions of CFEngine, the applicable Commercial Open Source License
419# (COSL) may apply to this file if you as a licensee so wish it. See
420# included file COSL.txt.
421#
422noinst_LTLIBRARIES = libcompat.la
423AM_CPPFLAGS = -I$(top_srcdir)/libutils            # platform.h
424libcompat_la_LIBADD = $(LTLIBOBJS)
425libcompat_la_SOURCES = \
426	generic_at.c generic_at.h \
427	getopt.c \
428	getopt1.c
429
430EXTRA_DIST = \
431	getopt.h
432
433CLEANFILES = *.gcno *.gcda
434
435#
436# Some basic clean ups
437#
438MOSTLYCLEANFILES = *~
439all: all-am
440
441.SUFFIXES:
442.SUFFIXES: .c .lo .o .obj
443$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
444	@for dep in $?; do \
445	  case '$(am__configure_deps)' in \
446	    *$$dep*) \
447	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
448	        && { if test -f $@; then exit 0; else break; fi; }; \
449	      exit 1;; \
450	  esac; \
451	done; \
452	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libcompat/Makefile'; \
453	$(am__cd) $(top_srcdir) && \
454	  $(AUTOMAKE) --gnu libcompat/Makefile
455Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
456	@case '$?' in \
457	  *config.status*) \
458	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
459	  *) \
460	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
461	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
462	esac;
463
464$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
465	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466
467$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
468	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
469$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
470	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471$(am__aclocal_m4_deps):
472
473clean-noinstLTLIBRARIES:
474	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
475	@list='$(noinst_LTLIBRARIES)'; \
476	locs=`for p in $$list; do echo $$p; done | \
477	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
478	      sort -u`; \
479	test -z "$$locs" || { \
480	  echo rm -f $${locs}; \
481	  rm -f $${locs}; \
482	}
483
484libcompat.la: $(libcompat_la_OBJECTS) $(libcompat_la_DEPENDENCIES) $(EXTRA_libcompat_la_DEPENDENCIES)
485	$(AM_V_CCLD)$(LINK)  $(libcompat_la_OBJECTS) $(libcompat_la_LIBADD) $(LIBS)
486
487mostlyclean-compile:
488	-rm -f *.$(OBJEXT)
489
490distclean-compile:
491	-rm -f *.tab.c
492
493@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/clock_gettime.Plo@am__quote@
494@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/closefrom.Plo@am__quote@
495@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dirfd.Plo@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/drand48.Plo@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fchmodat.Plo@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fchownat.Plo@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fstatat.Plo@am__quote@
500@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Plo@am__quote@
501@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getline.Plo@am__quote@
502@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getloadavg.Plo@am__quote@
503@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/gmtime_r.Plo@am__quote@
504@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_ntop.Plo@am__quote@
505@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/inet_pton.Plo@am__quote@
506@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/localtime_r.Plo@am__quote@
507@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/log2.Plo@am__quote@
508@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memdup.Plo@am__quote@
509@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memmem.Plo@am__quote@
510@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memrchr.Plo@am__quote@
511@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/mkdtemp.Plo@am__quote@
512@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/nanosleep.Plo@am__quote@
513@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/openat.Plo@am__quote@
514@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pthread_attr_setstacksize.Plo@am__quote@
515@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pthread_sigmask.Plo@am__quote@
516@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/readlinkat.Plo@am__quote@
517@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/round.Plo@am__quote@
518@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/rpl_ctime.Plo@am__quote@
519@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/seteuid.Plo@am__quote@
520@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/setlinebuf.Plo@am__quote@
521@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/snprintf.Plo@am__quote@
522@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/srand48.Plo@am__quote@
523@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpncpy.Plo@am__quote@
524@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasecmp.Plo@am__quote@
525@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strcasestr.Plo@am__quote@
526@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strchrnul.Plo@am__quote@
527@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strdup.Plo@am__quote@
528@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strerror.Plo@am__quote@
529@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcat.Plo@am__quote@
530@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strlcpy.Plo@am__quote@
531@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strncasecmp.Plo@am__quote@
532@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strndup.Plo@am__quote@
533@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strnlen.Plo@am__quote@
534@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strrstr.Plo@am__quote@
535@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strsep.Plo@am__quote@
536@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strsignal.Plo@am__quote@
537@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strstr.Plo@am__quote@
538@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/unsetenv.Plo@am__quote@
539@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic_at.Plo@am__quote@
540@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Plo@am__quote@
541@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1.Plo@am__quote@
542
543.c.o:
544@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
545@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
546@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
547@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
549
550.c.obj:
551@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
552@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
553@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
554@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
556
557.c.lo:
558@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
559@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
560@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
561@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
563
564mostlyclean-libtool:
565	-rm -f *.lo
566
567clean-libtool:
568	-rm -rf .libs _libs
569
570ID: $(am__tagged_files)
571	$(am__define_uniq_tagged_files); mkid -fID $$unique
572tags: tags-am
573TAGS: tags
574
575tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
576	set x; \
577	here=`pwd`; \
578	$(am__define_uniq_tagged_files); \
579	shift; \
580	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
581	  test -n "$$unique" || unique=$$empty_fix; \
582	  if test $$# -gt 0; then \
583	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
584	      "$$@" $$unique; \
585	  else \
586	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587	      $$unique; \
588	  fi; \
589	fi
590ctags: ctags-am
591
592CTAGS: ctags
593ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
594	$(am__define_uniq_tagged_files); \
595	test -z "$(CTAGS_ARGS)$$unique" \
596	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
597	     $$unique
598
599GTAGS:
600	here=`$(am__cd) $(top_builddir) && pwd` \
601	  && $(am__cd) $(top_srcdir) \
602	  && gtags -i $(GTAGS_ARGS) "$$here"
603cscopelist: cscopelist-am
604
605cscopelist-am: $(am__tagged_files)
606	list='$(am__tagged_files)'; \
607	case "$(srcdir)" in \
608	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
609	  *) sdir=$(subdir)/$(srcdir) ;; \
610	esac; \
611	for i in $$list; do \
612	  if test -f "$$i"; then \
613	    echo "$(subdir)/$$i"; \
614	  else \
615	    echo "$$sdir/$$i"; \
616	  fi; \
617	done >> $(top_builddir)/cscope.files
618
619distclean-tags:
620	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
621
622distdir: $(DISTFILES)
623	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
624	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
625	list='$(DISTFILES)'; \
626	  dist_files=`for file in $$list; do echo $$file; done | \
627	  sed -e "s|^$$srcdirstrip/||;t" \
628	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
629	case $$dist_files in \
630	  */*) $(MKDIR_P) `echo "$$dist_files" | \
631			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
632			   sort -u` ;; \
633	esac; \
634	for file in $$dist_files; do \
635	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
636	  if test -d $$d/$$file; then \
637	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
638	    if test -d "$(distdir)/$$file"; then \
639	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640	    fi; \
641	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
642	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
643	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
644	    fi; \
645	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
646	  else \
647	    test -f "$(distdir)/$$file" \
648	    || cp -p $$d/$$file "$(distdir)/$$file" \
649	    || exit 1; \
650	  fi; \
651	done
652check-am: all-am
653check: check-am
654all-am: Makefile $(LTLIBRARIES)
655installdirs:
656install: install-am
657install-exec: install-exec-am
658install-data: install-data-am
659uninstall: uninstall-am
660
661install-am: all-am
662	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
663
664installcheck: installcheck-am
665install-strip:
666	if test -z '$(STRIP)'; then \
667	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669	      install; \
670	else \
671	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
674	fi
675mostlyclean-generic:
676	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
677
678clean-generic:
679	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
680
681distclean-generic:
682	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
683	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
684
685maintainer-clean-generic:
686	@echo "This command is intended for maintainers to use"
687	@echo "it deletes files that may require special tools to rebuild."
688clean: clean-am
689
690clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
691	mostlyclean-am
692
693distclean: distclean-am
694	-rm -rf $(DEPDIR) ./$(DEPDIR)
695	-rm -f Makefile
696distclean-am: clean-am distclean-compile distclean-generic \
697	distclean-tags
698
699dvi: dvi-am
700
701dvi-am:
702
703html: html-am
704
705html-am:
706
707info: info-am
708
709info-am:
710
711install-data-am:
712
713install-dvi: install-dvi-am
714
715install-dvi-am:
716
717install-exec-am:
718
719install-html: install-html-am
720
721install-html-am:
722
723install-info: install-info-am
724
725install-info-am:
726
727install-man:
728
729install-pdf: install-pdf-am
730
731install-pdf-am:
732
733install-ps: install-ps-am
734
735install-ps-am:
736
737installcheck-am:
738
739maintainer-clean: maintainer-clean-am
740	-rm -rf $(DEPDIR) ./$(DEPDIR)
741	-rm -f Makefile
742maintainer-clean-am: distclean-am maintainer-clean-generic
743
744mostlyclean: mostlyclean-am
745
746mostlyclean-am: mostlyclean-compile mostlyclean-generic \
747	mostlyclean-libtool
748
749pdf: pdf-am
750
751pdf-am:
752
753ps: ps-am
754
755ps-am:
756
757uninstall-am:
758
759.MAKE: install-am install-strip
760
761.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
762	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
763	ctags-am distclean distclean-compile distclean-generic \
764	distclean-libtool distclean-tags distdir dvi dvi-am html \
765	html-am info info-am install install-am install-data \
766	install-data-am install-dvi install-dvi-am install-exec \
767	install-exec-am install-html install-html-am install-info \
768	install-info-am install-man install-pdf install-pdf-am \
769	install-ps install-ps-am install-strip installcheck \
770	installcheck-am installdirs maintainer-clean \
771	maintainer-clean-generic mostlyclean mostlyclean-compile \
772	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
773	tags tags-am uninstall uninstall-am
774
775.PRECIOUS: Makefile
776
777
778# Tell versions [3.59,3.63) of GNU make to not export all variables.
779# Otherwise a system limit (for SysV at least) may be exceeded.
780.NOEXPORT:
781