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