1# Makefile.in generated by automake 1.16.3 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ 60 -*O?*) strip_trailopt 'O';; \ 61 -*l) strip_trailopt 'l'; skip_next=yes;; \ 62 -*l?*) strip_trailopt 'l';; \ 63 -[dEDm]) skip_next=yes;; \ 64 -[JT]) skip_next=yes;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73pkgdatadir = $(datadir)/@PACKAGE@ 74pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibdir = $(libdir)/@PACKAGE@ 76pkglibexecdir = $(libexecdir)/@PACKAGE@ 77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 78install_sh_DATA = $(install_sh) -c -m 644 79install_sh_PROGRAM = $(install_sh) -c 80install_sh_SCRIPT = $(install_sh) -c 81INSTALL_HEADER = $(INSTALL_DATA) 82transform = $(program_transform_name) 83NORMAL_INSTALL = : 84PRE_INSTALL = : 85POST_INSTALL = : 86NORMAL_UNINSTALL = : 87PRE_UNINSTALL = : 88POST_UNINSTALL = : 89build_triplet = @build@ 90host_triplet = @host@ 91subdir = src/libs/zbxjson 92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 93am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_mysql.m4 \ 94 $(top_srcdir)/m4/ax_lib_oracle_oci.m4 \ 95 $(top_srcdir)/m4/ax_lib_postgresql.m4 \ 96 $(top_srcdir)/m4/ax_lib_sqlite3.m4 $(top_srcdir)/m4/iconv.m4 \ 97 $(top_srcdir)/m4/ldap.m4 $(top_srcdir)/m4/libcurl.m4 \ 98 $(top_srcdir)/m4/libevent.m4 $(top_srcdir)/m4/libgnutls.m4 \ 99 $(top_srcdir)/m4/libopenssl.m4 $(top_srcdir)/m4/libssh.m4 \ 100 $(top_srcdir)/m4/libssh2.m4 $(top_srcdir)/m4/libunixodbc.m4 \ 101 $(top_srcdir)/m4/libxml2.m4 $(top_srcdir)/m4/netsnmp.m4 \ 102 $(top_srcdir)/m4/openipmi.m4 $(top_srcdir)/m4/pcre.m4 \ 103 $(top_srcdir)/m4/pthread.m4 $(top_srcdir)/m4/resolv.m4 \ 104 $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/configure.ac 105am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 106 $(ACLOCAL_M4) 107DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 108mkinstalldirs = $(install_sh) -d 109CONFIG_HEADER = $(top_builddir)/include/config.h 110CONFIG_CLEAN_FILES = 111CONFIG_CLEAN_VPATH_FILES = 112LIBRARIES = $(noinst_LIBRARIES) 113AR = ar 114ARFLAGS = cru 115AM_V_AR = $(am__v_AR_@AM_V@) 116am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) 117am__v_AR_0 = @echo " AR " $@; 118am__v_AR_1 = 119libzbxjson_a_AR = $(AR) $(ARFLAGS) 120libzbxjson_a_LIBADD = 121am_libzbxjson_a_OBJECTS = json.$(OBJEXT) json_parser.$(OBJEXT) \ 122 jsonpath.$(OBJEXT) 123libzbxjson_a_OBJECTS = $(am_libzbxjson_a_OBJECTS) 124AM_V_P = $(am__v_P_@AM_V@) 125am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 126am__v_P_0 = false 127am__v_P_1 = : 128AM_V_GEN = $(am__v_GEN_@AM_V@) 129am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 130am__v_GEN_0 = @echo " GEN " $@; 131am__v_GEN_1 = 132AM_V_at = $(am__v_at_@AM_V@) 133am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 134am__v_at_0 = @ 135am__v_at_1 = 136DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include 137depcomp = $(SHELL) $(top_srcdir)/depcomp 138am__maybe_remake_depfiles = depfiles 139am__depfiles_remade = ./$(DEPDIR)/json.Po ./$(DEPDIR)/json_parser.Po \ 140 ./$(DEPDIR)/jsonpath.Po 141am__mv = mv -f 142COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 143 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 144AM_V_CC = $(am__v_CC_@AM_V@) 145am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 146am__v_CC_0 = @echo " CC " $@; 147am__v_CC_1 = 148CCLD = $(CC) 149LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 150AM_V_CCLD = $(am__v_CCLD_@AM_V@) 151am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 152am__v_CCLD_0 = @echo " CCLD " $@; 153am__v_CCLD_1 = 154SOURCES = $(libzbxjson_a_SOURCES) 155DIST_SOURCES = $(libzbxjson_a_SOURCES) 156am__can_run_installinfo = \ 157 case $$AM_UPDATE_INFO_DIR in \ 158 n|no|NO) false;; \ 159 *) (install-info --version) >/dev/null 2>&1;; \ 160 esac 161am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 162# Read a list of newline-separated strings from the standard input, 163# and print each of them once, without duplicates. Input order is 164# *not* preserved. 165am__uniquify_input = $(AWK) '\ 166 BEGIN { nonempty = 0; } \ 167 { items[$$0] = 1; nonempty = 1; } \ 168 END { if (nonempty) { for (i in items) print i; }; } \ 169' 170# Make sure the list of sources is unique. This is necessary because, 171# e.g., the same source file might be shared among _SOURCES variables 172# for different programs/libraries. 173am__define_uniq_tagged_files = \ 174 list='$(am__tagged_files)'; \ 175 unique=`for i in $$list; do \ 176 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 177 done | $(am__uniquify_input)` 178ETAGS = etags 179CTAGS = ctags 180am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp 181DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 182ACLOCAL = @ACLOCAL@ 183AGENT2_CONFIG_FILE = @AGENT2_CONFIG_FILE@ 184AGENT2_LDFLAGS = @AGENT2_LDFLAGS@ 185AGENT2_LIBS = @AGENT2_LIBS@ 186AGENT_CONFIG_FILE = @AGENT_CONFIG_FILE@ 187AGENT_LDFLAGS = @AGENT_LDFLAGS@ 188AGENT_LIBS = @AGENT_LIBS@ 189ALERT_SCRIPTS_PATH = @ALERT_SCRIPTS_PATH@ 190AMTAR = @AMTAR@ 191AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 192ARCH = @ARCH@ 193AUTOCONF = @AUTOCONF@ 194AUTOHEADER = @AUTOHEADER@ 195AUTOMAKE = @AUTOMAKE@ 196AWK = @AWK@ 197CC = @CC@ 198CCDEPMODE = @CCDEPMODE@ 199CFLAGS = @CFLAGS@ 200CGO_CFLAGS = @CGO_CFLAGS@ 201CGO_LDFLAGS = @CGO_LDFLAGS@ 202CPP = @CPP@ 203CPPFLAGS = @CPPFLAGS@ 204CURL_SSL_CERT_LOCATION = @CURL_SSL_CERT_LOCATION@ 205CURL_SSL_KEY_LOCATION = @CURL_SSL_KEY_LOCATION@ 206CYGPATH_W = @CYGPATH_W@ 207DB_CFLAGS = @DB_CFLAGS@ 208DB_LDFLAGS = @DB_LDFLAGS@ 209DB_LIBS = @DB_LIBS@ 210DEFS = @DEFS@ 211DEPDIR = @DEPDIR@ 212ECHO_C = @ECHO_C@ 213ECHO_N = @ECHO_N@ 214ECHO_T = @ECHO_T@ 215EGREP = @EGREP@ 216EXEEXT = @EXEEXT@ 217EXTERNAL_SCRIPTS_PATH = @EXTERNAL_SCRIPTS_PATH@ 218GNUTLS_CFLAGS = @GNUTLS_CFLAGS@ 219GNUTLS_LDFLAGS = @GNUTLS_LDFLAGS@ 220GNUTLS_LIBS = @GNUTLS_LIBS@ 221GO = @GO@ 222GOBIN = @GOBIN@ 223GOCMD = @GOCMD@ 224GOWORKDIR = @GOWORKDIR@ 225GREP = @GREP@ 226ICONV_CFLAGS = @ICONV_CFLAGS@ 227ICONV_LDFLAGS = @ICONV_LDFLAGS@ 228ICONV_LIBS = @ICONV_LIBS@ 229INSTALL = @INSTALL@ 230INSTALL_DATA = @INSTALL_DATA@ 231INSTALL_PROGRAM = @INSTALL_PROGRAM@ 232INSTALL_SCRIPT = @INSTALL_SCRIPT@ 233INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 234JAR = @JAR@ 235JAVAC = @JAVAC@ 236LDAP_CPPFLAGS = @LDAP_CPPFLAGS@ 237LDAP_LDFLAGS = @LDAP_LDFLAGS@ 238LDAP_LIBS = @LDAP_LIBS@ 239LDFLAGS = @LDFLAGS@ 240LIBCURL_CFLAGS = @LIBCURL_CFLAGS@ 241LIBCURL_LDFLAGS = @LIBCURL_LDFLAGS@ 242LIBCURL_LIBS = @LIBCURL_LIBS@ 243LIBEVENT_CFLAGS = @LIBEVENT_CFLAGS@ 244LIBEVENT_LDFLAGS = @LIBEVENT_LDFLAGS@ 245LIBEVENT_LIBS = @LIBEVENT_LIBS@ 246LIBOBJS = @LIBOBJS@ 247LIBPCRE_CFLAGS = @LIBPCRE_CFLAGS@ 248LIBPCRE_LDFLAGS = @LIBPCRE_LDFLAGS@ 249LIBPCRE_LIBS = @LIBPCRE_LIBS@ 250LIBPTHREAD_CFLAGS = @LIBPTHREAD_CFLAGS@ 251LIBPTHREAD_LDFLAGS = @LIBPTHREAD_LDFLAGS@ 252LIBPTHREAD_LIBS = @LIBPTHREAD_LIBS@ 253LIBS = @LIBS@ 254LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 255LIBXML2_LDFLAGS = @LIBXML2_LDFLAGS@ 256LIBXML2_LIBS = @LIBXML2_LIBS@ 257LIBXML2_VERSION = @LIBXML2_VERSION@ 258LOAD_MODULE_PATH = @LOAD_MODULE_PATH@ 259LTLIBOBJS = @LTLIBOBJS@ 260MAKEINFO = @MAKEINFO@ 261MKDIR_P = @MKDIR_P@ 262MYSQL_CFLAGS = @MYSQL_CFLAGS@ 263MYSQL_CONFIG = @MYSQL_CONFIG@ 264MYSQL_LDFLAGS = @MYSQL_LDFLAGS@ 265MYSQL_LIBS = @MYSQL_LIBS@ 266MYSQL_VERSION = @MYSQL_VERSION@ 267OBJEXT = @OBJEXT@ 268ODBC_CONFIG = @ODBC_CONFIG@ 269OPENIPMI_CFLAGS = @OPENIPMI_CFLAGS@ 270OPENIPMI_LDFLAGS = @OPENIPMI_LDFLAGS@ 271OPENIPMI_LIBS = @OPENIPMI_LIBS@ 272OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 273OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@ 274OPENSSL_LIBS = @OPENSSL_LIBS@ 275ORACLE_OCI_CFLAGS = @ORACLE_OCI_CFLAGS@ 276ORACLE_OCI_LDFLAGS = @ORACLE_OCI_LDFLAGS@ 277ORACLE_OCI_LIBS = @ORACLE_OCI_LIBS@ 278ORACLE_OCI_VERSION = @ORACLE_OCI_VERSION@ 279PACKAGE = @PACKAGE@ 280PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 281PACKAGE_NAME = @PACKAGE_NAME@ 282PACKAGE_STRING = @PACKAGE_STRING@ 283PACKAGE_TARNAME = @PACKAGE_TARNAME@ 284PACKAGE_URL = @PACKAGE_URL@ 285PACKAGE_VERSION = @PACKAGE_VERSION@ 286PATH_SEPARATOR = @PATH_SEPARATOR@ 287PG_CONFIG = @PG_CONFIG@ 288PKG_CONFIG = @PKG_CONFIG@ 289PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 290PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 291POSTGRESQL_CFLAGS = @POSTGRESQL_CFLAGS@ 292POSTGRESQL_LDFLAGS = @POSTGRESQL_LDFLAGS@ 293POSTGRESQL_LIBS = @POSTGRESQL_LIBS@ 294POSTGRESQL_VERSION = @POSTGRESQL_VERSION@ 295PROXY_CONFIG_FILE = @PROXY_CONFIG_FILE@ 296PROXY_LDFLAGS = @PROXY_LDFLAGS@ 297PROXY_LIBS = @PROXY_LIBS@ 298RANLIB = @RANLIB@ 299RESOLV_LIBS = @RESOLV_LIBS@ 300SENDER_LDFLAGS = @SENDER_LDFLAGS@ 301SENDER_LIBS = @SENDER_LIBS@ 302SERVER_CONFIG_FILE = @SERVER_CONFIG_FILE@ 303SERVER_LDFLAGS = @SERVER_LDFLAGS@ 304SERVER_LIBS = @SERVER_LIBS@ 305SET_MAKE = @SET_MAKE@ 306SHELL = @SHELL@ 307SNMP_CFLAGS = @SNMP_CFLAGS@ 308SNMP_LDFLAGS = @SNMP_LDFLAGS@ 309SNMP_LIBS = @SNMP_LIBS@ 310SQLITE3_CPPFLAGS = @SQLITE3_CPPFLAGS@ 311SQLITE3_LDFLAGS = @SQLITE3_LDFLAGS@ 312SQLITE3_LIBS = @SQLITE3_LIBS@ 313SQLITE3_VERSION = @SQLITE3_VERSION@ 314SSH2_CFLAGS = @SSH2_CFLAGS@ 315SSH2_LDFLAGS = @SSH2_LDFLAGS@ 316SSH2_LIBS = @SSH2_LIBS@ 317SSH_CFLAGS = @SSH_CFLAGS@ 318SSH_LDFLAGS = @SSH_LDFLAGS@ 319SSH_LIBS = @SSH_LIBS@ 320STRIP = @STRIP@ 321TLS_CFLAGS = @TLS_CFLAGS@ 322UNIXODBC_CFLAGS = @UNIXODBC_CFLAGS@ 323UNIXODBC_LDFLAGS = @UNIXODBC_LDFLAGS@ 324UNIXODBC_LIBS = @UNIXODBC_LIBS@ 325VERSION = @VERSION@ 326ZBXGET_LDFLAGS = @ZBXGET_LDFLAGS@ 327ZBXGET_LIBS = @ZBXGET_LIBS@ 328ZBXJS_LDFLAGS = @ZBXJS_LDFLAGS@ 329ZBXJS_LIBS = @ZBXJS_LIBS@ 330ZLIB_CFLAGS = @ZLIB_CFLAGS@ 331ZLIB_LDFLAGS = @ZLIB_LDFLAGS@ 332ZLIB_LIBS = @ZLIB_LIBS@ 333_libcurl_config = @_libcurl_config@ 334_libnetsnmp_config = @_libnetsnmp_config@ 335abs_builddir = @abs_builddir@ 336abs_srcdir = @abs_srcdir@ 337abs_top_builddir = @abs_top_builddir@ 338abs_top_srcdir = @abs_top_srcdir@ 339ac_ct_CC = @ac_ct_CC@ 340am__include = @am__include@ 341am__leading_dot = @am__leading_dot@ 342am__quote = @am__quote@ 343am__tar = @am__tar@ 344am__untar = @am__untar@ 345bindir = @bindir@ 346build = @build@ 347build_alias = @build_alias@ 348build_cpu = @build_cpu@ 349build_os = @build_os@ 350build_vendor = @build_vendor@ 351builddir = @builddir@ 352datadir = @datadir@ 353datarootdir = @datarootdir@ 354docdir = @docdir@ 355dvidir = @dvidir@ 356exec_prefix = @exec_prefix@ 357host = @host@ 358host_alias = @host_alias@ 359host_cpu = @host_cpu@ 360host_os = @host_os@ 361host_vendor = @host_vendor@ 362htmldir = @htmldir@ 363includedir = @includedir@ 364infodir = @infodir@ 365install_sh = @install_sh@ 366libdir = @libdir@ 367libexecdir = @libexecdir@ 368localedir = @localedir@ 369localstatedir = @localstatedir@ 370mandir = @mandir@ 371mkdir_p = @mkdir_p@ 372oldincludedir = @oldincludedir@ 373pdfdir = @pdfdir@ 374prefix = @prefix@ 375program_transform_name = @program_transform_name@ 376psdir = @psdir@ 377runstatedir = @runstatedir@ 378sbindir = @sbindir@ 379sharedstatedir = @sharedstatedir@ 380srcdir = @srcdir@ 381sysconfdir = @sysconfdir@ 382target_alias = @target_alias@ 383top_build_prefix = @top_build_prefix@ 384top_builddir = @top_builddir@ 385top_srcdir = @top_srcdir@ 386noinst_LIBRARIES = libzbxjson.a 387libzbxjson_a_SOURCES = \ 388 json.c \ 389 json.h \ 390 json_parser.c \ 391 json_parser.h \ 392 jsonpath.c \ 393 jsonpath.h 394 395all: all-am 396 397.SUFFIXES: 398.SUFFIXES: .c .o .obj 399$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 400 @for dep in $?; do \ 401 case '$(am__configure_deps)' in \ 402 *$$dep*) \ 403 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 404 && { if test -f $@; then exit 0; else break; fi; }; \ 405 exit 1;; \ 406 esac; \ 407 done; \ 408 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libs/zbxjson/Makefile'; \ 409 $(am__cd) $(top_srcdir) && \ 410 $(AUTOMAKE) --gnu src/libs/zbxjson/Makefile 411Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 412 @case '$?' in \ 413 *config.status*) \ 414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 415 *) \ 416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 417 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 418 esac; 419 420$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 421 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 422 423$(top_srcdir)/configure: $(am__configure_deps) 424 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 425$(ACLOCAL_M4): $(am__aclocal_m4_deps) 426 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 427$(am__aclocal_m4_deps): 428 429clean-noinstLIBRARIES: 430 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 431 432libzbxjson.a: $(libzbxjson_a_OBJECTS) $(libzbxjson_a_DEPENDENCIES) $(EXTRA_libzbxjson_a_DEPENDENCIES) 433 $(AM_V_at)-rm -f libzbxjson.a 434 $(AM_V_AR)$(libzbxjson_a_AR) libzbxjson.a $(libzbxjson_a_OBJECTS) $(libzbxjson_a_LIBADD) 435 $(AM_V_at)$(RANLIB) libzbxjson.a 436 437mostlyclean-compile: 438 -rm -f *.$(OBJEXT) 439 440distclean-compile: 441 -rm -f *.tab.c 442 443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json.Po@am__quote@ # am--include-marker 444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/json_parser.Po@am__quote@ # am--include-marker 445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jsonpath.Po@am__quote@ # am--include-marker 446 447$(am__depfiles_remade): 448 @$(MKDIR_P) $(@D) 449 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 450 451am--depfiles: $(am__depfiles_remade) 452 453.c.o: 454@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 455@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 456@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 457@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 458@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 459@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 460 461.c.obj: 462@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 463@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 464@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 465@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 466@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 467@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 468 469ID: $(am__tagged_files) 470 $(am__define_uniq_tagged_files); mkid -fID $$unique 471tags: tags-am 472TAGS: tags 473 474tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 475 set x; \ 476 here=`pwd`; \ 477 $(am__define_uniq_tagged_files); \ 478 shift; \ 479 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 480 test -n "$$unique" || unique=$$empty_fix; \ 481 if test $$# -gt 0; then \ 482 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 483 "$$@" $$unique; \ 484 else \ 485 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 486 $$unique; \ 487 fi; \ 488 fi 489ctags: ctags-am 490 491CTAGS: ctags 492ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 493 $(am__define_uniq_tagged_files); \ 494 test -z "$(CTAGS_ARGS)$$unique" \ 495 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 496 $$unique 497 498GTAGS: 499 here=`$(am__cd) $(top_builddir) && pwd` \ 500 && $(am__cd) $(top_srcdir) \ 501 && gtags -i $(GTAGS_ARGS) "$$here" 502cscopelist: cscopelist-am 503 504cscopelist-am: $(am__tagged_files) 505 list='$(am__tagged_files)'; \ 506 case "$(srcdir)" in \ 507 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 508 *) sdir=$(subdir)/$(srcdir) ;; \ 509 esac; \ 510 for i in $$list; do \ 511 if test -f "$$i"; then \ 512 echo "$(subdir)/$$i"; \ 513 else \ 514 echo "$$sdir/$$i"; \ 515 fi; \ 516 done >> $(top_builddir)/cscope.files 517 518distclean-tags: 519 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 520 521distdir: $(BUILT_SOURCES) 522 $(MAKE) $(AM_MAKEFLAGS) distdir-am 523 524distdir-am: $(DISTFILES) 525 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 526 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 527 list='$(DISTFILES)'; \ 528 dist_files=`for file in $$list; do echo $$file; done | \ 529 sed -e "s|^$$srcdirstrip/||;t" \ 530 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 531 case $$dist_files in \ 532 */*) $(MKDIR_P) `echo "$$dist_files" | \ 533 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 534 sort -u` ;; \ 535 esac; \ 536 for file in $$dist_files; do \ 537 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 538 if test -d $$d/$$file; then \ 539 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 540 if test -d "$(distdir)/$$file"; then \ 541 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 542 fi; \ 543 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 544 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 545 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 546 fi; \ 547 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 548 else \ 549 test -f "$(distdir)/$$file" \ 550 || cp -p $$d/$$file "$(distdir)/$$file" \ 551 || exit 1; \ 552 fi; \ 553 done 554check-am: all-am 555check: check-am 556all-am: Makefile $(LIBRARIES) 557installdirs: 558install: install-am 559install-exec: install-exec-am 560install-data: install-data-am 561uninstall: uninstall-am 562 563install-am: all-am 564 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 565 566installcheck: installcheck-am 567install-strip: 568 if test -z '$(STRIP)'; then \ 569 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 570 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 571 install; \ 572 else \ 573 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 574 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 575 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 576 fi 577mostlyclean-generic: 578 579clean-generic: 580 581distclean-generic: 582 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 583 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 584 585maintainer-clean-generic: 586 @echo "This command is intended for maintainers to use" 587 @echo "it deletes files that may require special tools to rebuild." 588clean: clean-am 589 590clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am 591 592distclean: distclean-am 593 -rm -f ./$(DEPDIR)/json.Po 594 -rm -f ./$(DEPDIR)/json_parser.Po 595 -rm -f ./$(DEPDIR)/jsonpath.Po 596 -rm -f Makefile 597distclean-am: clean-am distclean-compile distclean-generic \ 598 distclean-tags 599 600dvi: dvi-am 601 602dvi-am: 603 604html: html-am 605 606html-am: 607 608info: info-am 609 610info-am: 611 612install-data-am: 613 614install-dvi: install-dvi-am 615 616install-dvi-am: 617 618install-exec-am: 619 620install-html: install-html-am 621 622install-html-am: 623 624install-info: install-info-am 625 626install-info-am: 627 628install-man: 629 630install-pdf: install-pdf-am 631 632install-pdf-am: 633 634install-ps: install-ps-am 635 636install-ps-am: 637 638installcheck-am: 639 640maintainer-clean: maintainer-clean-am 641 -rm -f ./$(DEPDIR)/json.Po 642 -rm -f ./$(DEPDIR)/json_parser.Po 643 -rm -f ./$(DEPDIR)/jsonpath.Po 644 -rm -f Makefile 645maintainer-clean-am: distclean-am maintainer-clean-generic 646 647mostlyclean: mostlyclean-am 648 649mostlyclean-am: mostlyclean-compile mostlyclean-generic 650 651pdf: pdf-am 652 653pdf-am: 654 655ps: ps-am 656 657ps-am: 658 659uninstall-am: 660 661.MAKE: install-am install-strip 662 663.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 664 clean-generic clean-noinstLIBRARIES cscopelist-am ctags \ 665 ctags-am distclean distclean-compile distclean-generic \ 666 distclean-tags distdir dvi dvi-am html html-am info info-am \ 667 install install-am install-data install-data-am install-dvi \ 668 install-dvi-am install-exec install-exec-am install-html \ 669 install-html-am install-info install-info-am install-man \ 670 install-pdf install-pdf-am install-ps install-ps-am \ 671 install-strip installcheck installcheck-am installdirs \ 672 maintainer-clean maintainer-clean-generic mostlyclean \ 673 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 674 tags tags-am uninstall uninstall-am 675 676.PRECIOUS: Makefile 677 678 679# Tell versions [3.59,3.63) of GNU make to not export all variables. 680# Otherwise a system limit (for SysV at least) may be exceeded. 681.NOEXPORT: 682