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@	process_unix.c \
94@NT_FALSE@	pipes_unix.c
95
96@LINUX_TRUE@@NT_FALSE@am__append_2 = \
97@LINUX_TRUE@@NT_FALSE@	process_linux.c
98
99@AIX_TRUE@@NT_FALSE@am__append_3 = \
100@AIX_TRUE@@NT_FALSE@	process_aix.c
101
102@HPUX_TRUE@@NT_FALSE@am__append_4 = \
103@HPUX_TRUE@@NT_FALSE@	process_hpux.c
104
105@NT_FALSE@@SOLARIS_TRUE@am__append_5 = \
106@NT_FALSE@@SOLARIS_TRUE@	process_solaris.c
107
108@FREEBSD_TRUE@@NT_FALSE@am__append_6 = \
109@FREEBSD_TRUE@@NT_FALSE@	process_freebsd.c
110
111@AIX_FALSE@@FREEBSD_FALSE@@HPUX_FALSE@@LINUX_FALSE@@NT_FALSE@@SOLARIS_FALSE@am__append_7 = \
112@AIX_FALSE@@FREEBSD_FALSE@@HPUX_FALSE@@LINUX_FALSE@@NT_FALSE@@SOLARIS_FALSE@	process_unix_stub.c
113
114subdir = libpromises
115ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
117	$(top_srcdir)/m4/adl_recursive_eval.m4 \
118	$(top_srcdir)/m4/cf3_check_proper_func.m4 \
119	$(top_srcdir)/m4/cf3_path_root_prog.m4 \
120	$(top_srcdir)/m4/cf3_with_library.m4 \
121	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
122	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
123	$(top_srcdir)/m4/lt~obsolete.m4 \
124	$(top_srcdir)/m4/old-autoconf.m4 $(top_srcdir)/m4/snprintf.m4 \
125	$(top_srcdir)/m4/strndup.m4 $(top_srcdir)/m4/tar.m4 \
126	$(top_srcdir)/m4/cf3_gcc_flags.m4 \
127	$(top_srcdir)/m4/cf3_platforms.m4 $(top_srcdir)/configure.ac
128am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
129	$(ACLOCAL_M4)
130DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
131mkinstalldirs = $(install_sh) -d
132CONFIG_HEADER = $(top_builddir)/config.h
133CONFIG_CLEAN_FILES =
134CONFIG_CLEAN_VPATH_FILES =
135am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
136am__vpath_adj = case $$p in \
137    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
138    *) f=$$p;; \
139  esac;
140am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
141am__install_max = 40
142am__nobase_strip_setup = \
143  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
144am__nobase_strip = \
145  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
146am__nobase_list = $(am__nobase_strip_setup); \
147  for p in $$list; do echo "$$p $$p"; done | \
148  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
149  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
150    if (++n[$$2] == $(am__install_max)) \
151      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
152    END { for (dir in files) print dir, files[dir] }'
153am__base_list = \
154  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
155  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
156am__uninstall_files_from_dir = { \
157  test -z "$$files" \
158    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
159    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
160         $(am__cd) "$$dir" && rm -f $$files; }; \
161  }
162am__installdirs = "$(DESTDIR)$(projlibdir)"
163LTLIBRARIES = $(noinst_LTLIBRARIES) $(projlib_LTLIBRARIES)
164libpromises_la_DEPENDENCIES = ../libntech/libutils/libutils.la \
165	../libcfnet/libcfnet.la ../libenv/libenv.la
166am__libpromises_la_SOURCES_DIST = acl_tools.h acl_tools_posix.c \
167	actuator.c actuator.h assoc.c assoc.h attributes.c \
168	attributes.h audit.c audit.h bootstrap.c bootstrap.h \
169	bootstrap.inc failsafe.cf cf-windows-functions.h cf3.defs.h \
170	cf3.extern.h cf3globals.c cf3lex.l cf3parse.y cf3parse.h \
171	cf3parse_logic.h changes_chroot.c changes_chroot.h chflags.c \
172	chflags.h class.c class.h cmdb.c cmdb.h constants.c \
173	conversion.c conversion.h crypto.c crypto.h dbm_api.c \
174	dbm_api.h dbm_api_types.h dbm_priv.h dbm_migration.c \
175	dbm_migration.h dbm_migration_lastseen.c dbm_lmdb.c \
176	dbm_quick.c dbm_tokyocab.c enterprise_stubs.c \
177	enterprise_extension.c enterprise_extension.h eval_context.c \
178	eval_context.h evalfunction.c evalfunction.h exec_tools.c \
179	exec_tools.h expand.c expand.h extensions.c extensions.h \
180	extensions_template.c.pre extensions_template.h.pre feature.c \
181	feature.h files_copy.c files_copy.h files_interfaces.c \
182	files_interfaces.h files_lib.c files_lib.h files_links.c \
183	files_links.h files_names.c files_names.h files_operators.c \
184	files_operators.h files_repository.c files_repository.h \
185	fncall.c fncall.h generic_agent.c generic_agent.h \
186	global_mutex.c global_mutex.h granules.c granules.h \
187	instrumentation.c instrumentation.h item_lib.c item_lib.h \
188	iteration.c iteration.h keyring.c keyring.h lastseen.c \
189	lastseen.h loading.c loading.h locks.c locks.h \
190	logic_expressions.c logic_expressions.h matching.c matching.h \
191	match_scope.c match_scope.h math_eval.c math_eval.h math.pc \
192	mod_access.c mod_access.h mod_common.c mod_common.h \
193	mod_custom.c mod_custom.h mod_databases.c mod_databases.h \
194	mod_environ.c mod_environ.h mod_exec.c mod_exec.h mod_files.c \
195	mod_files.h mod_measurement.c mod_measurement.h mod_methods.c \
196	mod_methods.h mod_outputs.c mod_outputs.h mod_packages.c \
197	mod_packages.h mod_process.c mod_process.h mod_report.c \
198	mod_report.h mod_services.c mod_services.h mod_storage.c \
199	mod_storage.h mod_knowledge.c mod_knowledge.h mod_users.c \
200	mod_users.h modes.c monitoring_read.c monitoring_read.h \
201	ornaments.c ornaments.h policy.c policy.h parser.c parser.h \
202	parser_helpers.h parser_state.h patches.c pipes.h pipes.c \
203	processes_select.c processes_select.h process_lib.h \
204	process_unix_priv.h promises.c promises.h prototypes3.h \
205	rlist.c rlist.h scope.c scope.h shared_lib.c shared_lib.h \
206	signals.c signals.h sort.c sort.h storage_tools.c \
207	string_expressions.c string_expressions.h syntax.c syntax.h \
208	syslog_client.c syslog_client.h systype.c systype.h timeout.c \
209	timeout.h unix.c unix.h var_expressions.c var_expressions.h \
210	variable.c variable.h vars.c vars.h verify_classes.c \
211	verify_classes.h verify_reports.c verify_vars.c verify_vars.h \
212	../cf-check/backup.c ../cf-check/backup.h \
213	../cf-check/diagnose.c ../cf-check/diagnose.h \
214	../cf-check/lmdump.c ../cf-check/lmdump.h ../cf-check/repair.c \
215	../cf-check/repair.h ../cf-check/replicate_lmdb.c \
216	../cf-check/replicate_lmdb.h ../cf-check/utilities.c \
217	../cf-check/utilities.h ../cf-check/validate.c \
218	../cf-check/validate.h process_unix.c pipes_unix.c \
219	process_linux.c process_aix.c process_hpux.c process_solaris.c \
220	process_freebsd.c process_unix_stub.c
221@NT_FALSE@am__objects_1 = process_unix.lo pipes_unix.lo
222@LINUX_TRUE@@NT_FALSE@am__objects_2 = process_linux.lo
223@AIX_TRUE@@NT_FALSE@am__objects_3 = process_aix.lo
224@HPUX_TRUE@@NT_FALSE@am__objects_4 = process_hpux.lo
225@NT_FALSE@@SOLARIS_TRUE@am__objects_5 = process_solaris.lo
226@FREEBSD_TRUE@@NT_FALSE@am__objects_6 = process_freebsd.lo
227@AIX_FALSE@@FREEBSD_FALSE@@HPUX_FALSE@@LINUX_FALSE@@NT_FALSE@@SOLARIS_FALSE@am__objects_7 = process_unix_stub.lo
228am_libpromises_la_OBJECTS = acl_tools_posix.lo actuator.lo assoc.lo \
229	attributes.lo audit.lo bootstrap.lo cf3globals.lo cf3lex.lo \
230	cf3parse.lo changes_chroot.lo chflags.lo class.lo cmdb.lo \
231	constants.lo conversion.lo crypto.lo dbm_api.lo \
232	dbm_migration.lo dbm_migration_lastseen.lo dbm_lmdb.lo \
233	dbm_quick.lo dbm_tokyocab.lo enterprise_stubs.lo \
234	enterprise_extension.lo eval_context.lo evalfunction.lo \
235	exec_tools.lo expand.lo extensions.lo feature.lo files_copy.lo \
236	files_interfaces.lo files_lib.lo files_links.lo files_names.lo \
237	files_operators.lo files_repository.lo fncall.lo \
238	generic_agent.lo global_mutex.lo granules.lo \
239	instrumentation.lo item_lib.lo iteration.lo keyring.lo \
240	lastseen.lo loading.lo locks.lo logic_expressions.lo \
241	matching.lo match_scope.lo math_eval.lo mod_access.lo \
242	mod_common.lo mod_custom.lo mod_databases.lo mod_environ.lo \
243	mod_exec.lo mod_files.lo mod_measurement.lo mod_methods.lo \
244	mod_outputs.lo mod_packages.lo mod_process.lo mod_report.lo \
245	mod_services.lo mod_storage.lo mod_knowledge.lo mod_users.lo \
246	modes.lo monitoring_read.lo ornaments.lo policy.lo parser.lo \
247	patches.lo pipes.lo processes_select.lo promises.lo rlist.lo \
248	scope.lo shared_lib.lo signals.lo sort.lo storage_tools.lo \
249	string_expressions.lo syntax.lo syslog_client.lo systype.lo \
250	timeout.lo unix.lo var_expressions.lo variable.lo vars.lo \
251	verify_classes.lo verify_reports.lo verify_vars.lo backup.lo \
252	diagnose.lo lmdump.lo repair.lo replicate_lmdb.lo utilities.lo \
253	validate.lo $(am__objects_1) $(am__objects_2) $(am__objects_3) \
254	$(am__objects_4) $(am__objects_5) $(am__objects_6) \
255	$(am__objects_7)
256libpromises_la_OBJECTS = $(am_libpromises_la_OBJECTS)
257AM_V_lt = $(am__v_lt_@AM_V@)
258am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
259am__v_lt_0 = --silent
260am__v_lt_1 =
261@BUILTIN_EXTENSIONS_FALSE@am_libpromises_la_rpath = -rpath \
262@BUILTIN_EXTENSIONS_FALSE@	$(projlibdir)
263@BUILTIN_EXTENSIONS_TRUE@am_libpromises_la_rpath =
264AM_V_P = $(am__v_P_@AM_V@)
265am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
266am__v_P_0 = false
267am__v_P_1 = :
268AM_V_GEN = $(am__v_GEN_@AM_V@)
269am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
270am__v_GEN_0 = @echo "  GEN     " $@;
271am__v_GEN_1 =
272AM_V_at = $(am__v_at_@AM_V@)
273am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
274am__v_at_0 = @
275am__v_at_1 =
276DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
277depcomp = $(SHELL) $(top_srcdir)/depcomp
278am__depfiles_maybe = depfiles
279am__mv = mv -f
280COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
281	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
282LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
283	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
284	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
285	$(AM_CFLAGS) $(CFLAGS)
286AM_V_CC = $(am__v_CC_@AM_V@)
287am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
288am__v_CC_0 = @echo "  CC      " $@;
289am__v_CC_1 =
290CCLD = $(CC)
291LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
292	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
293	$(AM_LDFLAGS) $(LDFLAGS) -o $@
294AM_V_CCLD = $(am__v_CCLD_@AM_V@)
295am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
296am__v_CCLD_0 = @echo "  CCLD    " $@;
297am__v_CCLD_1 =
298@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
299LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
300LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
301	$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
302AM_V_LEX = $(am__v_LEX_@AM_V@)
303am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
304am__v_LEX_0 = @echo "  LEX     " $@;
305am__v_LEX_1 =
306YLWRAP = $(top_srcdir)/ylwrap
307@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
308am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
309		   -e s/c++$$/h++/ -e s/c$$/h/
310YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
311LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
312	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
313AM_V_YACC = $(am__v_YACC_@AM_V@)
314am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
315am__v_YACC_0 = @echo "  YACC    " $@;
316am__v_YACC_1 =
317SOURCES = $(libpromises_la_SOURCES)
318DIST_SOURCES = $(am__libpromises_la_SOURCES_DIST)
319am__can_run_installinfo = \
320  case $$AM_UPDATE_INFO_DIR in \
321    n|no|NO) false;; \
322    *) (install-info --version) >/dev/null 2>&1;; \
323  esac
324am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
325# Read a list of newline-separated strings from the standard input,
326# and print each of them once, without duplicates.  Input order is
327# *not* preserved.
328am__uniquify_input = $(AWK) '\
329  BEGIN { nonempty = 0; } \
330  { items[$$0] = 1; nonempty = 1; } \
331  END { if (nonempty) { for (i in items) print i; }; } \
332'
333# Make sure the list of sources is unique.  This is necessary because,
334# e.g., the same source file might be shared among _SOURCES variables
335# for different programs/libraries.
336am__define_uniq_tagged_files = \
337  list='$(am__tagged_files)'; \
338  unique=`for i in $$list; do \
339    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
340  done | $(am__uniquify_input)`
341ETAGS = etags
342CTAGS = ctags
343am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
344	$(top_srcdir)/ylwrap cf3lex.c cf3parse.c cf3parse.h
345DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
346ACLOCAL = @ACLOCAL@
347AMTAR = @AMTAR@
348AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
349AR = @AR@
350AUTOCONF = @AUTOCONF@
351AUTOHEADER = @AUTOHEADER@
352AUTOMAKE = @AUTOMAKE@
353AWK = @AWK@
354CC = @CC@
355CCDEPMODE = @CCDEPMODE@
356CFLAGS = @CFLAGS@
357CORE_CFLAGS = @CORE_CFLAGS@
358CORE_CPPFLAGS = @CORE_CPPFLAGS@
359CORE_LDFLAGS = @CORE_LDFLAGS@
360CORE_LIBS = @CORE_LIBS@
361CPP = @CPP@
362CPPFLAGS = @CPPFLAGS@
363CYGPATH_W = @CYGPATH_W@
364DEFS = @DEFS@
365DEPDIR = @DEPDIR@
366DLLTOOL = @DLLTOOL@
367DSYMUTIL = @DSYMUTIL@
368DUMPBIN = @DUMPBIN@
369ECHO_C = @ECHO_C@
370ECHO_N = @ECHO_N@
371ECHO_T = @ECHO_T@
372EGREP = @EGREP@
373EXEEXT = @EXEEXT@
374FGREP = @FGREP@
375GETCONF = @GETCONF@
376GETLOADAVG_LIBS = @GETLOADAVG_LIBS@
377GREP = @GREP@
378HOSTNAME = @HOSTNAME@
379INIT_D_PATH = @INIT_D_PATH@
380INSTALL = @INSTALL@
381INSTALL_DATA = @INSTALL_DATA@
382INSTALL_PROGRAM = @INSTALL_PROGRAM@
383INSTALL_SCRIPT = @INSTALL_SCRIPT@
384INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
385KMEM_GROUP = @KMEM_GROUP@
386LCOV = @LCOV@
387LCOV_GENHTML = @LCOV_GENHTML@
388LD = @LD@
389LDFLAGS = @LDFLAGS@
390LEX = @LEX@
391LEXLIB = @LEXLIB@
392LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
393LIBACL_CFLAGS = @LIBACL_CFLAGS@
394LIBACL_CPPFLAGS = @LIBACL_CPPFLAGS@
395LIBACL_LDFLAGS = @LIBACL_LDFLAGS@
396LIBACL_LIBS = @LIBACL_LIBS@
397LIBACL_PATH = @LIBACL_PATH@
398LIBCURL_CFLAGS = @LIBCURL_CFLAGS@
399LIBCURL_CPPFLAGS = @LIBCURL_CPPFLAGS@
400LIBCURL_LDFLAGS = @LIBCURL_LDFLAGS@
401LIBCURL_LIBS = @LIBCURL_LIBS@
402LIBCURL_PATH = @LIBCURL_PATH@
403LIBOBJS = @LIBOBJS@
404
405# The lib providing sd_listen_fds() is not needed in libpromises, it's actually
406# needed in libcfnet. But adding it here is an easy way to make sure it's
407# available for all the binaries that might need it. Once libcfnet doesn't
408# require libpromises, we can do this properly.
409LIBS = $(LMDB_LIBS) $(TOKYOCABINET_LIBS) $(QDBM_LIBS) $(PCRE_LIBS) \
410	$(OPENSSL_LIBS) $(SQLITE3_LIBS) $(LIBACL_LIBS) $(LIBYAML_LIBS) \
411	$(LIBCURL_LIBS) $(SYSTEMD_SOCKET_LIBS)
412LIBTOOL = @LIBTOOL@
413LIBVIRT_CFLAGS = @LIBVIRT_CFLAGS@
414LIBVIRT_CPPFLAGS = @LIBVIRT_CPPFLAGS@
415LIBVIRT_LDFLAGS = @LIBVIRT_LDFLAGS@
416LIBVIRT_LIBS = @LIBVIRT_LIBS@
417LIBVIRT_PATH = @LIBVIRT_PATH@
418LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
419LIBXML2_CPPFLAGS = @LIBXML2_CPPFLAGS@
420LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@
421LIBXML2_LIBS = @LIBXML2_LIBS@
422LIBXML2_PATH = @LIBXML2_PATH@
423LIBYAML_CFLAGS = @LIBYAML_CFLAGS@
424LIBYAML_CPPFLAGS = @LIBYAML_CPPFLAGS@
425LIBYAML_LDFLAGS = @LIBYAML_LDFLAGS@
426LIBYAML_LIBS = @LIBYAML_LIBS@
427LIBYAML_PATH = @LIBYAML_PATH@
428LIPO = @LIPO@
429LMDB_CFLAGS = @LMDB_CFLAGS@
430LMDB_CPPFLAGS = @LMDB_CPPFLAGS@
431LMDB_LDFLAGS = @LMDB_LDFLAGS@
432LMDB_LIBS = @LMDB_LIBS@
433LMDB_PATH = @LMDB_PATH@
434LN_S = @LN_S@
435LTLIBOBJS = @LTLIBOBJS@
436LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
437MAINT = @MAINT@
438MAKEINFO = @MAKEINFO@
439MANIFEST_TOOL = @MANIFEST_TOOL@
440MKDIR_P = @MKDIR_P@
441MYSQL_CFLAGS = @MYSQL_CFLAGS@
442MYSQL_CPPFLAGS = @MYSQL_CPPFLAGS@
443MYSQL_LDFLAGS = @MYSQL_LDFLAGS@
444MYSQL_LIBS = @MYSQL_LIBS@
445MYSQL_PATH = @MYSQL_PATH@
446NEED_SETGID = @NEED_SETGID@
447NM = @NM@
448NMEDIT = @NMEDIT@
449OBJDUMP = @OBJDUMP@
450OBJEXT = @OBJEXT@
451OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
452OPENSSL_CPPFLAGS = @OPENSSL_CPPFLAGS@
453OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
454OPENSSL_LIBS = @OPENSSL_LIBS@
455OPENSSL_PATH = @OPENSSL_PATH@
456OS_ENVIRONMENT_PATH = @OS_ENVIRONMENT_PATH@
457OTOOL = @OTOOL@
458OTOOL64 = @OTOOL64@
459PACKAGE = @PACKAGE@
460PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
461PACKAGE_NAME = @PACKAGE_NAME@
462PACKAGE_STRING = @PACKAGE_STRING@
463PACKAGE_TARNAME = @PACKAGE_TARNAME@
464PACKAGE_URL = @PACKAGE_URL@
465PACKAGE_VERSION = @PACKAGE_VERSION@
466PAM_CFLAGS = @PAM_CFLAGS@
467PAM_CPPFLAGS = @PAM_CPPFLAGS@
468PAM_LDFLAGS = @PAM_LDFLAGS@
469PAM_LIBS = @PAM_LIBS@
470PAM_PATH = @PAM_PATH@
471PATH_SEPARATOR = @PATH_SEPARATOR@
472PCRE_CFLAGS = @PCRE_CFLAGS@
473PCRE_CPPFLAGS = @PCRE_CPPFLAGS@
474PCRE_LDFLAGS = @PCRE_LDFLAGS@
475PCRE_LIBS = @PCRE_LIBS@
476PCRE_PATH = @PCRE_PATH@
477PERL = @PERL@
478POSTGRESQL_CFLAGS = @POSTGRESQL_CFLAGS@
479POSTGRESQL_CPPFLAGS = @POSTGRESQL_CPPFLAGS@
480POSTGRESQL_LDFLAGS = @POSTGRESQL_LDFLAGS@
481POSTGRESQL_LIBS = @POSTGRESQL_LIBS@
482POSTGRESQL_PATH = @POSTGRESQL_PATH@
483PTHREAD_CC = @PTHREAD_CC@
484PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
485PTHREAD_LIBS = @PTHREAD_LIBS@
486QDBM_CFLAGS = @QDBM_CFLAGS@
487QDBM_CPPFLAGS = @QDBM_CPPFLAGS@
488QDBM_LDFLAGS = @QDBM_LDFLAGS@
489QDBM_LIBS = @QDBM_LIBS@
490QDBM_PATH = @QDBM_PATH@
491RANLIB = @RANLIB@
492SED = @SED@
493SET_MAKE = @SET_MAKE@
494SHELL = @SHELL@
495STRIP = @STRIP@
496SYSTEMD_SERVICE_PATH = @SYSTEMD_SERVICE_PATH@
497SYSTEMD_SOCKET_CFLAGS = @SYSTEMD_SOCKET_CFLAGS@
498SYSTEMD_SOCKET_CPPFLAGS = @SYSTEMD_SOCKET_CPPFLAGS@
499SYSTEMD_SOCKET_LDFLAGS = @SYSTEMD_SOCKET_LDFLAGS@
500SYSTEMD_SOCKET_LIBS = @SYSTEMD_SOCKET_LIBS@
501SYSTEMD_SOCKET_PATH = @SYSTEMD_SOCKET_PATH@
502TOKYOCABINET_CFLAGS = @TOKYOCABINET_CFLAGS@
503TOKYOCABINET_CPPFLAGS = @TOKYOCABINET_CPPFLAGS@
504TOKYOCABINET_LDFLAGS = @TOKYOCABINET_LDFLAGS@
505TOKYOCABINET_LIBS = @TOKYOCABINET_LIBS@
506TOKYOCABINET_PATH = @TOKYOCABINET_PATH@
507VERSION = @VERSION@
508YACC = @YACC@
509YFLAGS = @YFLAGS@
510abs_builddir = @abs_builddir@
511abs_srcdir = @abs_srcdir@
512abs_top_builddir = @abs_top_builddir@
513abs_top_srcdir = @abs_top_srcdir@
514ac_ct_AR = @ac_ct_AR@
515ac_ct_CC = @ac_ct_CC@
516ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
517acx_pthread_config = @acx_pthread_config@
518am__include = @am__include@
519am__leading_dot = @am__leading_dot@
520am__quote = @am__quote@
521am__tar = @am__tar@
522am__untar = @am__untar@
523bindir = @bindir@
524build = @build@
525build_alias = @build_alias@
526build_cpu = @build_cpu@
527build_os = @build_os@
528build_vendor = @build_vendor@
529builddir = @builddir@
530datadir = @datadir@
531datarootdir = @datarootdir@
532docdir = @docdir@
533dvidir = @dvidir@
534enable_builtin_extensions = @enable_builtin_extensions@
535exec_prefix = @exec_prefix@
536host = @host@
537host_alias = @host_alias@
538host_cpu = @host_cpu@
539host_os = @host_os@
540host_vendor = @host_vendor@
541htmldir = @htmldir@
542hw_cv_func_ctime_proper = @hw_cv_func_ctime_proper@
543hw_cv_func_mkdir_proper = @hw_cv_func_mkdir_proper@
544hw_cv_func_rename_proper = @hw_cv_func_rename_proper@
545hw_cv_func_stat_proper = @hw_cv_func_stat_proper@
546includedir = @includedir@
547infodir = @infodir@
548inputdir = @inputdir@
549install_sh = @install_sh@
550libdir = @libdir@
551libexecdir = @libexecdir@
552localedir = @localedir@
553localstatedir = @localstatedir@
554logdir = @logdir@
555mandir = @mandir@
556masterdir = @masterdir@
557mkdir_p = @mkdir_p@
558oldincludedir = @oldincludedir@
559pdfdir = @pdfdir@
560piddir = @piddir@
561prefix = @prefix@
562program_transform_name = @program_transform_name@
563projlibdir = @projlibdir@
564psdir = @psdir@
565runstatedir = @runstatedir@
566sbindir = @sbindir@
567sharedstatedir = @sharedstatedir@
568srcdir = @srcdir@
569statedir = @statedir@
570subdirs = @subdirs@
571sysconfdir = @sysconfdir@
572systemctl = @systemctl@
573target = @target@
574target_alias = @target_alias@
575target_cpu = @target_cpu@
576target_os = @target_os@
577target_vendor = @target_vendor@
578top_build_prefix = @top_build_prefix@
579top_builddir = @top_builddir@
580top_srcdir = @top_srcdir@
581workdir = @workdir@
582
583#
584#  Copyright 2021 Northern.tech AS
585#
586#  This file is part of CFEngine 3 - written and maintained by Northern.tech AS.
587#
588#  This program is free software; you can redistribute it and/or modify it
589#  under the terms of the GNU General Public License as published by the
590#  Free Software Foundation; version 3.
591#
592#  This program is distributed in the hope that it will be useful,
593#  but WITHOUT ANY WARRANTY; without even the implied warranty of
594#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
595#  GNU General Public License for more details.
596#
597# You should have received a copy of the GNU General Public License
598# along with this program; if not, write to the Free Software
599# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA
600#
601# To the extent this program is licensed as part of the Enterprise
602# versions of CFEngine, the applicable Commercial Open Source License
603# (COSL) may apply to this file if you as a licensee so wish it. See
604# included file COSL.txt.
605#
606@BUILTIN_EXTENSIONS_FALSE@projlib_LTLIBRARIES = libpromises.la
607@BUILTIN_EXTENSIONS_FALSE@AM_LDFLAGS = -version-info 3:6:0 \
608@BUILTIN_EXTENSIONS_FALSE@	-no-undefined $(CORE_LDFLAGS) \
609@BUILTIN_EXTENSIONS_FALSE@	$(LMDB_LDFLAGS) \
610@BUILTIN_EXTENSIONS_FALSE@	$(TOKYOCABINET_LDFLAGS) \
611@BUILTIN_EXTENSIONS_FALSE@	$(QDBM_LDFLAGS) $(PCRE_LDFLAGS) \
612@BUILTIN_EXTENSIONS_FALSE@	$(OPENSSL_LDFLAGS) \
613@BUILTIN_EXTENSIONS_FALSE@	$(SQLITE3_LDFLAGS) $(LIBACL_LDFLAGS) \
614@BUILTIN_EXTENSIONS_FALSE@	$(LIBYAML_LDFLAGS) \
615@BUILTIN_EXTENSIONS_FALSE@	$(LIBCURL_LDFLAGS)
616@BUILTIN_EXTENSIONS_TRUE@AM_LDFLAGS = $(CORE_LDFLAGS) $(LMDB_LDFLAGS) \
617@BUILTIN_EXTENSIONS_TRUE@	$(TOKYOCABINET_LDFLAGS) \
618@BUILTIN_EXTENSIONS_TRUE@	$(QDBM_LDFLAGS) $(PCRE_LDFLAGS) \
619@BUILTIN_EXTENSIONS_TRUE@	$(OPENSSL_LDFLAGS) $(SQLITE3_LDFLAGS) \
620@BUILTIN_EXTENSIONS_TRUE@	$(LIBACL_LDFLAGS) $(LIBYAML_LDFLAGS) \
621@BUILTIN_EXTENSIONS_TRUE@	$(LIBCURL_LDFLAGS)
622@BUILTIN_EXTENSIONS_TRUE@noinst_LTLIBRARIES = libpromises.la
623AM_CPPFLAGS = \
624	-I$(srcdir)/../libntech/libutils -I$(srcdir)/../libcfnet \
625	-I$(srcdir)/../libenv \
626	-I$(srcdir)/../cf-check \
627	$(CORE_CPPFLAGS) $(ENTERPRISE_CPPFLAGS) \
628	$(LMDB_CPPFLAGS) $(TOKYOCABINET_CPPFLAGS) $(QDBM_CPPFLAGS) \
629	$(PCRE_CPPFLAGS) $(OPENSSL_CPPFLAGS) $(SQLITE3_CPPFLAGS) $(LIBACL_CPPFLAGS) $(LIBYAML_CPPFLAGS) $(LIBCURL_CPPFLAGS)
630
631AM_CFLAGS = $(CORE_CFLAGS) $(ENTERPRISE_CFLAGS) \
632	$(LMDB_CFLAGS) $(TOKYOCABINET_CFLAGS) $(QDBM_CFLAGS) \
633	$(PCRE_CFLAGS) $(OPENSSL_CFLAGS) $(SQLITE3_CFLAGS) $(LIBACL_CFLAGS) $(LIBYAML_CFLAGS) $(LIBCURL_CFLAGS)
634
635AM_YFLAGS = -d
636libpromises_la_LIBADD = ../libntech/libutils/libutils.la ../libcfnet/libcfnet.la \
637	../libenv/libenv.la $(ENTERPRISE_LDADD)
638
639libpromises_la_SOURCES = acl_tools.h acl_tools_posix.c actuator.c \
640	actuator.h assoc.c assoc.h attributes.c attributes.h audit.c \
641	audit.h bootstrap.c bootstrap.h bootstrap.inc failsafe.cf \
642	cf-windows-functions.h cf3.defs.h cf3.extern.h cf3globals.c \
643	cf3lex.l cf3parse.y cf3parse.h cf3parse_logic.h \
644	changes_chroot.c changes_chroot.h chflags.c chflags.h class.c \
645	class.h cmdb.c cmdb.h constants.c conversion.c conversion.h \
646	crypto.c crypto.h dbm_api.c dbm_api.h dbm_api_types.h \
647	dbm_priv.h dbm_migration.c dbm_migration.h \
648	dbm_migration_lastseen.c dbm_lmdb.c dbm_quick.c dbm_tokyocab.c \
649	enterprise_stubs.c enterprise_extension.c \
650	enterprise_extension.h eval_context.c eval_context.h \
651	evalfunction.c evalfunction.h exec_tools.c exec_tools.h \
652	expand.c expand.h extensions.c extensions.h \
653	extensions_template.c.pre extensions_template.h.pre feature.c \
654	feature.h files_copy.c files_copy.h files_interfaces.c \
655	files_interfaces.h files_lib.c files_lib.h files_links.c \
656	files_links.h files_names.c files_names.h files_operators.c \
657	files_operators.h files_repository.c files_repository.h \
658	fncall.c fncall.h generic_agent.c generic_agent.h \
659	global_mutex.c global_mutex.h granules.c granules.h \
660	instrumentation.c instrumentation.h item_lib.c item_lib.h \
661	iteration.c iteration.h keyring.c keyring.h lastseen.c \
662	lastseen.h loading.c loading.h locks.c locks.h \
663	logic_expressions.c logic_expressions.h matching.c matching.h \
664	match_scope.c match_scope.h math_eval.c math_eval.h math.pc \
665	mod_access.c mod_access.h mod_common.c mod_common.h \
666	mod_custom.c mod_custom.h mod_databases.c mod_databases.h \
667	mod_environ.c mod_environ.h mod_exec.c mod_exec.h mod_files.c \
668	mod_files.h mod_measurement.c mod_measurement.h mod_methods.c \
669	mod_methods.h mod_outputs.c mod_outputs.h mod_packages.c \
670	mod_packages.h mod_process.c mod_process.h mod_report.c \
671	mod_report.h mod_services.c mod_services.h mod_storage.c \
672	mod_storage.h mod_knowledge.c mod_knowledge.h mod_users.c \
673	mod_users.h modes.c monitoring_read.c monitoring_read.h \
674	ornaments.c ornaments.h policy.c policy.h parser.c parser.h \
675	parser_helpers.h parser_state.h patches.c pipes.h pipes.c \
676	processes_select.c processes_select.h process_lib.h \
677	process_unix_priv.h promises.c promises.h prototypes3.h \
678	rlist.c rlist.h scope.c scope.h shared_lib.c shared_lib.h \
679	signals.c signals.h sort.c sort.h storage_tools.c \
680	string_expressions.c string_expressions.h syntax.c syntax.h \
681	syslog_client.c syslog_client.h systype.c systype.h timeout.c \
682	timeout.h unix.c unix.h var_expressions.c var_expressions.h \
683	variable.c variable.h vars.c vars.h verify_classes.c \
684	verify_classes.h verify_reports.c verify_vars.c verify_vars.h \
685	../cf-check/backup.c ../cf-check/backup.h \
686	../cf-check/diagnose.c ../cf-check/diagnose.h \
687	../cf-check/lmdump.c ../cf-check/lmdump.h ../cf-check/repair.c \
688	../cf-check/repair.h ../cf-check/replicate_lmdb.c \
689	../cf-check/replicate_lmdb.h ../cf-check/utilities.c \
690	../cf-check/utilities.h ../cf-check/validate.c \
691	../cf-check/validate.h $(am__append_1) $(am__append_2) \
692	$(am__append_3) $(am__append_4) $(am__append_5) \
693	$(am__append_6) $(am__append_7)
694
695########## Sources pre-generated and distributed in the tarball ##########
696# Make sure you include the generated file as a dependency to a target
697# (e.g. libpromises_la) so that it's generated during "make dist"
698BUILT_SOURCES = cf3lex.c cf3parse.h cf3parse.c \
699	enterprise_extension.c enterprise_extension.h \
700	bootstrap.inc
701
702EXTRA_SCRIPTS = text2cstring.pl enterprise_extension.sed
703EXTRA_DIST = $(EXTRA_SCRIPTS)
704
705#
706# Proper compilation progress printing
707#
708V_PERL = $(cf__v_PERL_$(V))
709cf__v_PERL_ = $(cf__v_PERL_$(AM_DEFAULT_VERBOSITY))
710cf__v_PERL_0 = @echo "  PERL    " "$@";
711cf__v_PERL_1 =
712V_SED = $(cf__v_SED_$(V))
713cf__v_SED_ = $(cf__v_SED_$(AM_DEFAULT_VERBOSITY))
714cf__v_SED_0 = @echo "  SED     " "$@";
715cf__v_SED_1 =
716
717#
718# Some basic clean ups
719#
720# Use "make mostlyclean" if you want to keep the BUILT_SOURCES
721#
722CLEANFILES = $(BUILT_SOURCES)
723MOSTLYCLEANFILES = *.gcno *.gcda *~ *.orig *.rej
724all: $(BUILT_SOURCES)
725	$(MAKE) $(AM_MAKEFLAGS) all-am
726
727.SUFFIXES:
728.SUFFIXES: .c .l .lo .o .obj .y
729$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
730	@for dep in $?; do \
731	  case '$(am__configure_deps)' in \
732	    *$$dep*) \
733	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
734	        && { if test -f $@; then exit 0; else break; fi; }; \
735	      exit 1;; \
736	  esac; \
737	done; \
738	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libpromises/Makefile'; \
739	$(am__cd) $(top_srcdir) && \
740	  $(AUTOMAKE) --gnu libpromises/Makefile
741Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
742	@case '$?' in \
743	  *config.status*) \
744	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
745	  *) \
746	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
747	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
748	esac;
749
750$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
751	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
752
753$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
754	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
755$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
756	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
757$(am__aclocal_m4_deps):
758
759clean-noinstLTLIBRARIES:
760	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
761	@list='$(noinst_LTLIBRARIES)'; \
762	locs=`for p in $$list; do echo $$p; done | \
763	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
764	      sort -u`; \
765	test -z "$$locs" || { \
766	  echo rm -f $${locs}; \
767	  rm -f $${locs}; \
768	}
769
770install-projlibLTLIBRARIES: $(projlib_LTLIBRARIES)
771	@$(NORMAL_INSTALL)
772	@list='$(projlib_LTLIBRARIES)'; test -n "$(projlibdir)" || list=; \
773	list2=; for p in $$list; do \
774	  if test -f $$p; then \
775	    list2="$$list2 $$p"; \
776	  else :; fi; \
777	done; \
778	test -z "$$list2" || { \
779	  echo " $(MKDIR_P) '$(DESTDIR)$(projlibdir)'"; \
780	  $(MKDIR_P) "$(DESTDIR)$(projlibdir)" || exit 1; \
781	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(projlibdir)'"; \
782	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(projlibdir)"; \
783	}
784
785uninstall-projlibLTLIBRARIES:
786	@$(NORMAL_UNINSTALL)
787	@list='$(projlib_LTLIBRARIES)'; test -n "$(projlibdir)" || list=; \
788	for p in $$list; do \
789	  $(am__strip_dir) \
790	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(projlibdir)/$$f'"; \
791	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(projlibdir)/$$f"; \
792	done
793
794clean-projlibLTLIBRARIES:
795	-test -z "$(projlib_LTLIBRARIES)" || rm -f $(projlib_LTLIBRARIES)
796	@list='$(projlib_LTLIBRARIES)'; \
797	locs=`for p in $$list; do echo $$p; done | \
798	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
799	      sort -u`; \
800	test -z "$$locs" || { \
801	  echo rm -f $${locs}; \
802	  rm -f $${locs}; \
803	}
804cf3parse.h: cf3parse.c
805	@if test ! -f $@; then rm -f cf3parse.c; else :; fi
806	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) cf3parse.c; else :; fi
807
808libpromises.la: $(libpromises_la_OBJECTS) $(libpromises_la_DEPENDENCIES) $(EXTRA_libpromises_la_DEPENDENCIES)
809	$(AM_V_CCLD)$(LINK) $(am_libpromises_la_rpath) $(libpromises_la_OBJECTS) $(libpromises_la_LIBADD) $(LIBS)
810
811mostlyclean-compile:
812	-rm -f *.$(OBJEXT)
813
814distclean-compile:
815	-rm -f *.tab.c
816
817@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/acl_tools_posix.Plo@am__quote@
818@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/actuator.Plo@am__quote@
819@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/assoc.Plo@am__quote@
820@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/attributes.Plo@am__quote@
821@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audit.Plo@am__quote@
822@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/backup.Plo@am__quote@
823@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bootstrap.Plo@am__quote@
824@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf3globals.Plo@am__quote@
825@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf3lex.Plo@am__quote@
826@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cf3parse.Plo@am__quote@
827@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/changes_chroot.Plo@am__quote@
828@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chflags.Plo@am__quote@
829@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/class.Plo@am__quote@
830@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmdb.Plo@am__quote@
831@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/constants.Plo@am__quote@
832@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conversion.Plo@am__quote@
833@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Plo@am__quote@
834@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbm_api.Plo@am__quote@
835@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbm_lmdb.Plo@am__quote@
836@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbm_migration.Plo@am__quote@
837@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbm_migration_lastseen.Plo@am__quote@
838@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbm_quick.Plo@am__quote@
839@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dbm_tokyocab.Plo@am__quote@
840@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/diagnose.Plo@am__quote@
841@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enterprise_extension.Plo@am__quote@
842@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enterprise_stubs.Plo@am__quote@
843@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eval_context.Plo@am__quote@
844@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evalfunction.Plo@am__quote@
845@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exec_tools.Plo@am__quote@
846@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/expand.Plo@am__quote@
847@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extensions.Plo@am__quote@
848@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/feature.Plo@am__quote@
849@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files_copy.Plo@am__quote@
850@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files_interfaces.Plo@am__quote@
851@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files_lib.Plo@am__quote@
852@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files_links.Plo@am__quote@
853@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files_names.Plo@am__quote@
854@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files_operators.Plo@am__quote@
855@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/files_repository.Plo@am__quote@
856@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fncall.Plo@am__quote@
857@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic_agent.Plo@am__quote@
858@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/global_mutex.Plo@am__quote@
859@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/granules.Plo@am__quote@
860@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/instrumentation.Plo@am__quote@
861@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/item_lib.Plo@am__quote@
862@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iteration.Plo@am__quote@
863@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyring.Plo@am__quote@
864@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lastseen.Plo@am__quote@
865@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lmdump.Plo@am__quote@
866@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loading.Plo@am__quote@
867@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locks.Plo@am__quote@
868@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logic_expressions.Plo@am__quote@
869@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match_scope.Plo@am__quote@
870@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matching.Plo@am__quote@
871@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/math_eval.Plo@am__quote@
872@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_access.Plo@am__quote@
873@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_common.Plo@am__quote@
874@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_custom.Plo@am__quote@
875@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_databases.Plo@am__quote@
876@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_environ.Plo@am__quote@
877@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_exec.Plo@am__quote@
878@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_files.Plo@am__quote@
879@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_knowledge.Plo@am__quote@
880@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_measurement.Plo@am__quote@
881@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_methods.Plo@am__quote@
882@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_outputs.Plo@am__quote@
883@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_packages.Plo@am__quote@
884@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_process.Plo@am__quote@
885@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_report.Plo@am__quote@
886@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_services.Plo@am__quote@
887@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_storage.Plo@am__quote@
888@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mod_users.Plo@am__quote@
889@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modes.Plo@am__quote@
890@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/monitoring_read.Plo@am__quote@
891@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ornaments.Plo@am__quote@
892@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@
893@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/patches.Plo@am__quote@
894@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipes.Plo@am__quote@
895@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pipes_unix.Plo@am__quote@
896@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/policy.Plo@am__quote@
897@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process_aix.Plo@am__quote@
898@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process_freebsd.Plo@am__quote@
899@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process_hpux.Plo@am__quote@
900@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process_linux.Plo@am__quote@
901@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process_solaris.Plo@am__quote@
902@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process_unix.Plo@am__quote@
903@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/process_unix_stub.Plo@am__quote@
904@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/processes_select.Plo@am__quote@
905@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/promises.Plo@am__quote@
906@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/repair.Plo@am__quote@
907@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replicate_lmdb.Plo@am__quote@
908@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rlist.Plo@am__quote@
909@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scope.Plo@am__quote@
910@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shared_lib.Plo@am__quote@
911@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Plo@am__quote@
912@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sort.Plo@am__quote@
913@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/storage_tools.Plo@am__quote@
914@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/string_expressions.Plo@am__quote@
915@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syntax.Plo@am__quote@
916@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syslog_client.Plo@am__quote@
917@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systype.Plo@am__quote@
918@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timeout.Plo@am__quote@
919@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unix.Plo@am__quote@
920@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilities.Plo@am__quote@
921@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validate.Plo@am__quote@
922@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/var_expressions.Plo@am__quote@
923@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/variable.Plo@am__quote@
924@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vars.Plo@am__quote@
925@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify_classes.Plo@am__quote@
926@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify_reports.Plo@am__quote@
927@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify_vars.Plo@am__quote@
928
929.c.o:
930@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
931@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
932@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
933@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
934@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
935
936.c.obj:
937@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
938@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
939@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
940@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
941@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
942
943.c.lo:
944@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
945@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
946@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
947@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
948@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
949
950backup.lo: ../cf-check/backup.c
951@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT backup.lo -MD -MP -MF $(DEPDIR)/backup.Tpo -c -o backup.lo `test -f '../cf-check/backup.c' || echo '$(srcdir)/'`../cf-check/backup.c
952@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/backup.Tpo $(DEPDIR)/backup.Plo
953@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../cf-check/backup.c' object='backup.lo' libtool=yes @AMDEPBACKSLASH@
954@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
955@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o backup.lo `test -f '../cf-check/backup.c' || echo '$(srcdir)/'`../cf-check/backup.c
956
957diagnose.lo: ../cf-check/diagnose.c
958@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT diagnose.lo -MD -MP -MF $(DEPDIR)/diagnose.Tpo -c -o diagnose.lo `test -f '../cf-check/diagnose.c' || echo '$(srcdir)/'`../cf-check/diagnose.c
959@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/diagnose.Tpo $(DEPDIR)/diagnose.Plo
960@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../cf-check/diagnose.c' object='diagnose.lo' libtool=yes @AMDEPBACKSLASH@
961@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
962@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o diagnose.lo `test -f '../cf-check/diagnose.c' || echo '$(srcdir)/'`../cf-check/diagnose.c
963
964lmdump.lo: ../cf-check/lmdump.c
965@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lmdump.lo -MD -MP -MF $(DEPDIR)/lmdump.Tpo -c -o lmdump.lo `test -f '../cf-check/lmdump.c' || echo '$(srcdir)/'`../cf-check/lmdump.c
966@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lmdump.Tpo $(DEPDIR)/lmdump.Plo
967@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../cf-check/lmdump.c' object='lmdump.lo' libtool=yes @AMDEPBACKSLASH@
968@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
969@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lmdump.lo `test -f '../cf-check/lmdump.c' || echo '$(srcdir)/'`../cf-check/lmdump.c
970
971repair.lo: ../cf-check/repair.c
972@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT repair.lo -MD -MP -MF $(DEPDIR)/repair.Tpo -c -o repair.lo `test -f '../cf-check/repair.c' || echo '$(srcdir)/'`../cf-check/repair.c
973@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/repair.Tpo $(DEPDIR)/repair.Plo
974@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../cf-check/repair.c' object='repair.lo' libtool=yes @AMDEPBACKSLASH@
975@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
976@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o repair.lo `test -f '../cf-check/repair.c' || echo '$(srcdir)/'`../cf-check/repair.c
977
978replicate_lmdb.lo: ../cf-check/replicate_lmdb.c
979@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT replicate_lmdb.lo -MD -MP -MF $(DEPDIR)/replicate_lmdb.Tpo -c -o replicate_lmdb.lo `test -f '../cf-check/replicate_lmdb.c' || echo '$(srcdir)/'`../cf-check/replicate_lmdb.c
980@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/replicate_lmdb.Tpo $(DEPDIR)/replicate_lmdb.Plo
981@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../cf-check/replicate_lmdb.c' object='replicate_lmdb.lo' libtool=yes @AMDEPBACKSLASH@
982@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
983@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o replicate_lmdb.lo `test -f '../cf-check/replicate_lmdb.c' || echo '$(srcdir)/'`../cf-check/replicate_lmdb.c
984
985utilities.lo: ../cf-check/utilities.c
986@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT utilities.lo -MD -MP -MF $(DEPDIR)/utilities.Tpo -c -o utilities.lo `test -f '../cf-check/utilities.c' || echo '$(srcdir)/'`../cf-check/utilities.c
987@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/utilities.Tpo $(DEPDIR)/utilities.Plo
988@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../cf-check/utilities.c' object='utilities.lo' libtool=yes @AMDEPBACKSLASH@
989@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
990@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o utilities.lo `test -f '../cf-check/utilities.c' || echo '$(srcdir)/'`../cf-check/utilities.c
991
992validate.lo: ../cf-check/validate.c
993@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT validate.lo -MD -MP -MF $(DEPDIR)/validate.Tpo -c -o validate.lo `test -f '../cf-check/validate.c' || echo '$(srcdir)/'`../cf-check/validate.c
994@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/validate.Tpo $(DEPDIR)/validate.Plo
995@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='../cf-check/validate.c' object='validate.lo' libtool=yes @AMDEPBACKSLASH@
996@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
997@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o validate.lo `test -f '../cf-check/validate.c' || echo '$(srcdir)/'`../cf-check/validate.c
998
999.l.c:
1000	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
1001
1002.y.c:
1003	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
1004
1005mostlyclean-libtool:
1006	-rm -f *.lo
1007
1008clean-libtool:
1009	-rm -rf .libs _libs
1010
1011ID: $(am__tagged_files)
1012	$(am__define_uniq_tagged_files); mkid -fID $$unique
1013tags: tags-am
1014TAGS: tags
1015
1016tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1017	set x; \
1018	here=`pwd`; \
1019	$(am__define_uniq_tagged_files); \
1020	shift; \
1021	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1022	  test -n "$$unique" || unique=$$empty_fix; \
1023	  if test $$# -gt 0; then \
1024	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1025	      "$$@" $$unique; \
1026	  else \
1027	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1028	      $$unique; \
1029	  fi; \
1030	fi
1031ctags: ctags-am
1032
1033CTAGS: ctags
1034ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1035	$(am__define_uniq_tagged_files); \
1036	test -z "$(CTAGS_ARGS)$$unique" \
1037	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1038	     $$unique
1039
1040GTAGS:
1041	here=`$(am__cd) $(top_builddir) && pwd` \
1042	  && $(am__cd) $(top_srcdir) \
1043	  && gtags -i $(GTAGS_ARGS) "$$here"
1044cscopelist: cscopelist-am
1045
1046cscopelist-am: $(am__tagged_files)
1047	list='$(am__tagged_files)'; \
1048	case "$(srcdir)" in \
1049	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1050	  *) sdir=$(subdir)/$(srcdir) ;; \
1051	esac; \
1052	for i in $$list; do \
1053	  if test -f "$$i"; then \
1054	    echo "$(subdir)/$$i"; \
1055	  else \
1056	    echo "$$sdir/$$i"; \
1057	  fi; \
1058	done >> $(top_builddir)/cscope.files
1059
1060distclean-tags:
1061	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1062
1063distdir: $(DISTFILES)
1064	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1065	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1066	list='$(DISTFILES)'; \
1067	  dist_files=`for file in $$list; do echo $$file; done | \
1068	  sed -e "s|^$$srcdirstrip/||;t" \
1069	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1070	case $$dist_files in \
1071	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1072			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1073			   sort -u` ;; \
1074	esac; \
1075	for file in $$dist_files; do \
1076	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1077	  if test -d $$d/$$file; then \
1078	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1079	    if test -d "$(distdir)/$$file"; then \
1080	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1081	    fi; \
1082	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1083	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1084	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1085	    fi; \
1086	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1087	  else \
1088	    test -f "$(distdir)/$$file" \
1089	    || cp -p $$d/$$file "$(distdir)/$$file" \
1090	    || exit 1; \
1091	  fi; \
1092	done
1093check-am: all-am
1094check: $(BUILT_SOURCES)
1095	$(MAKE) $(AM_MAKEFLAGS) check-am
1096all-am: Makefile $(LTLIBRARIES)
1097installdirs:
1098	for dir in "$(DESTDIR)$(projlibdir)"; do \
1099	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1100	done
1101install: $(BUILT_SOURCES)
1102	$(MAKE) $(AM_MAKEFLAGS) install-am
1103install-exec: install-exec-am
1104install-data: install-data-am
1105uninstall: uninstall-am
1106
1107install-am: all-am
1108	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1109
1110installcheck: installcheck-am
1111install-strip:
1112	if test -z '$(STRIP)'; then \
1113	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1114	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1115	      install; \
1116	else \
1117	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1118	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1119	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1120	fi
1121mostlyclean-generic:
1122	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
1123
1124clean-generic:
1125	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1126
1127distclean-generic:
1128	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1129	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1130
1131maintainer-clean-generic:
1132	@echo "This command is intended for maintainers to use"
1133	@echo "it deletes files that may require special tools to rebuild."
1134	-rm -f cf3lex.c
1135	-rm -f cf3parse.c
1136	-rm -f cf3parse.h
1137	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1138clean: clean-am
1139
1140clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
1141	clean-projlibLTLIBRARIES mostlyclean-am
1142
1143distclean: distclean-am
1144	-rm -rf ./$(DEPDIR)
1145	-rm -f Makefile
1146distclean-am: clean-am distclean-compile distclean-generic \
1147	distclean-tags
1148
1149dvi: dvi-am
1150
1151dvi-am:
1152
1153html: html-am
1154
1155html-am:
1156
1157info: info-am
1158
1159info-am:
1160
1161install-data-am: install-projlibLTLIBRARIES
1162
1163install-dvi: install-dvi-am
1164
1165install-dvi-am:
1166
1167install-exec-am:
1168
1169install-html: install-html-am
1170
1171install-html-am:
1172
1173install-info: install-info-am
1174
1175install-info-am:
1176
1177install-man:
1178
1179install-pdf: install-pdf-am
1180
1181install-pdf-am:
1182
1183install-ps: install-ps-am
1184
1185install-ps-am:
1186
1187installcheck-am:
1188
1189maintainer-clean: maintainer-clean-am
1190	-rm -rf ./$(DEPDIR)
1191	-rm -f Makefile
1192maintainer-clean-am: distclean-am maintainer-clean-generic
1193
1194mostlyclean: mostlyclean-am
1195
1196mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1197	mostlyclean-libtool
1198
1199pdf: pdf-am
1200
1201pdf-am:
1202
1203ps: ps-am
1204
1205ps-am:
1206
1207uninstall-am: uninstall-projlibLTLIBRARIES
1208
1209.MAKE: all check install install-am install-strip
1210
1211.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1212	clean-libtool clean-noinstLTLIBRARIES clean-projlibLTLIBRARIES \
1213	cscopelist-am ctags ctags-am distclean distclean-compile \
1214	distclean-generic distclean-libtool distclean-tags distdir dvi \
1215	dvi-am html html-am info info-am install install-am \
1216	install-data install-data-am install-dvi install-dvi-am \
1217	install-exec install-exec-am install-html install-html-am \
1218	install-info install-info-am install-man install-pdf \
1219	install-pdf-am install-projlibLTLIBRARIES install-ps \
1220	install-ps-am install-strip installcheck installcheck-am \
1221	installdirs maintainer-clean maintainer-clean-generic \
1222	mostlyclean mostlyclean-compile mostlyclean-generic \
1223	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1224	uninstall-am uninstall-projlibLTLIBRARIES
1225
1226.PRECIOUS: Makefile
1227
1228
1229enterprise_extension.c: extensions_template.c.pre enterprise_extension.sed
1230	$(V_SED) $(SED) -f $(srcdir)/enterprise_extension.sed $< > $@
1231enterprise_extension.h: extensions_template.h.pre enterprise_extension.sed
1232	$(V_SED) $(SED) -f $(srcdir)/enterprise_extension.sed $< > $@
1233
1234bootstrap.inc: failsafe.cf text2cstring.pl
1235	$(V_PERL) $(PERL) $(srcdir)/text2cstring.pl $< > $@
1236
1237# Tell versions [3.59,3.63) of GNU make to not export all variables.
1238# Otherwise a system limit (for SysV at least) may be exceeded.
1239.NOEXPORT:
1240