| Makefile.in | Makefile.in | |||
|---|---|---|---|---|
| skipping to change at line 57 | skipping to change at line 57 | |||
| INSTALL_HEADER = $(INSTALL_DATA) | INSTALL_HEADER = $(INSTALL_DATA) | |||
| transform = $(program_transform_name) | transform = $(program_transform_name) | |||
| NORMAL_INSTALL = : | NORMAL_INSTALL = : | |||
| PRE_INSTALL = : | PRE_INSTALL = : | |||
| POST_INSTALL = : | POST_INSTALL = : | |||
| NORMAL_UNINSTALL = : | NORMAL_UNINSTALL = : | |||
| PRE_UNINSTALL = : | PRE_UNINSTALL = : | |||
| POST_UNINSTALL = : | POST_UNINSTALL = : | |||
| build_triplet = @build@ | build_triplet = @build@ | |||
| host_triplet = @host@ | host_triplet = @host@ | |||
| @USE_TIMERFD_FALSE@am__append_1 = loop_timerlist.c | @HAVE_SYSV_MQ_TRUE@am__append_1 = ipc_sysv_mq.c | |||
| @HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_TRUE@am__append_2 = atomic_gcc.c | @HAVE_POSIX_MQ_TRUE@am__append_2 = ipc_posix_mq.c | |||
| @HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_FALSE@am__append_3 = atomic_lock.c | @USE_TIMERFD_FALSE@am__append_3 = loop_timerlist.c | |||
| subdir = lib | subdir = lib | |||
| DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ | DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ | |||
| $(srcdir)/Makefile.in $(srcdir)/libqb.pc.in | $(srcdir)/Makefile.in $(srcdir)/libqb.pc.in | |||
| ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |||
| am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ | am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ | |||
| $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | |||
| $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | |||
| $(top_srcdir)/configure.ac | $(top_srcdir)/configure.ac | |||
| am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |||
| $(ACLOCAL_M4) | $(ACLOCAL_M4) | |||
| mkinstalldirs = $(install_sh) -d | mkinstalldirs = $(install_sh) -d | |||
| CONFIG_HEADER = $(top_builddir)/include/config.h | CONFIG_HEADER = $(top_builddir)/include/config.h \ | |||
| $(top_builddir)/include/qb/qbconfig.h | ||||
| CONFIG_CLEAN_FILES = libqb.pc | CONFIG_CLEAN_FILES = libqb.pc | |||
| CONFIG_CLEAN_VPATH_FILES = | CONFIG_CLEAN_VPATH_FILES = | |||
| am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | |||
| am__vpath_adj = case $$p in \ | am__vpath_adj = case $$p in \ | |||
| $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | |||
| *) f=$$p;; \ | *) f=$$p;; \ | |||
| esac; | esac; | |||
| am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | |||
| am__install_max = 40 | am__install_max = 40 | |||
| am__nobase_strip_setup = \ | am__nobase_strip_setup = \ | |||
| skipping to change at line 100 | skipping to change at line 101 | |||
| { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | |||
| END { for (dir in files) print dir, files[dir] }' | END { for (dir in files) print dir, files[dir] }' | |||
| am__base_list = \ | am__base_list = \ | |||
| sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | |||
| sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | |||
| am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" | |||
| LTLIBRARIES = $(lib_LTLIBRARIES) | LTLIBRARIES = $(lib_LTLIBRARIES) | |||
| libqb_la_LIBADD = | libqb_la_LIBADD = | |||
| am__libqb_la_SOURCES_DIST = util.c hdb.c ringbuffer.c \ | am__libqb_la_SOURCES_DIST = util.c hdb.c ringbuffer.c \ | |||
| ringbuffer_helper.c array.c loop.c loop_poll.c loop_job.c \ | ringbuffer_helper.c array.c loop.c loop_poll.c loop_job.c \ | |||
| ipcc.c ipcs.c ipc_posix_mq.c ipc_sysv_mq.c ipc_shm.c ipc_us.c \ | ipcc.c ipcs.c ipc_shm.c ipc_us.c log.c log_thread.c \ | |||
| loop_timerlist.c atomic_gcc.c atomic_lock.c | log_blackbox.c log_file.c log_syslog.c log_dcs.c log_format.c \ | |||
| map.c skiplist.c hashtable.c trie.c unix.c ipc_sysv_mq.c \ | ||||
| ipc_posix_mq.c loop_timerlist.c | ||||
| am__objects_1 = libqb_la-util.lo libqb_la-hdb.lo \ | am__objects_1 = libqb_la-util.lo libqb_la-hdb.lo \ | |||
| libqb_la-ringbuffer.lo libqb_la-ringbuffer_helper.lo \ | libqb_la-ringbuffer.lo libqb_la-ringbuffer_helper.lo \ | |||
| libqb_la-array.lo libqb_la-loop.lo libqb_la-loop_poll.lo \ | libqb_la-array.lo libqb_la-loop.lo libqb_la-loop_poll.lo \ | |||
| libqb_la-loop_job.lo libqb_la-ipcc.lo libqb_la-ipcs.lo \ | libqb_la-loop_job.lo libqb_la-ipcc.lo libqb_la-ipcs.lo \ | |||
| libqb_la-ipc_posix_mq.lo libqb_la-ipc_sysv_mq.lo \ | libqb_la-ipc_shm.lo libqb_la-ipc_us.lo libqb_la-log.lo \ | |||
| libqb_la-ipc_shm.lo libqb_la-ipc_us.lo | libqb_la-log_thread.lo libqb_la-log_blackbox.lo \ | |||
| @USE_TIMERFD_FALSE@am__objects_2 = libqb_la-loop_timerlist.lo | libqb_la-log_file.lo libqb_la-log_syslog.lo \ | |||
| @HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_TRUE@am__objects_3 = libqb_la-atom | libqb_la-log_dcs.lo libqb_la-log_format.lo libqb_la-map.lo \ | |||
| ic_gcc.lo | libqb_la-skiplist.lo libqb_la-hashtable.lo libqb_la-trie.lo | |||
| @HAVE_GCC_BUILTINS_FOR_ATOMIC_OPERATIONS_FALSE@am__objects_4 = libqb_la-ato | @HAVE_SYSV_MQ_TRUE@am__objects_2 = libqb_la-ipc_sysv_mq.lo | |||
| mic_lock.lo | @HAVE_POSIX_MQ_TRUE@am__objects_3 = libqb_la-ipc_posix_mq.lo | |||
| am_libqb_la_OBJECTS = $(am__objects_1) $(am__objects_2) \ | @USE_TIMERFD_FALSE@am__objects_4 = libqb_la-loop_timerlist.lo | |||
| $(am__objects_3) $(am__objects_4) | am_libqb_la_OBJECTS = $(am__objects_1) libqb_la-unix.lo \ | |||
| $(am__objects_2) $(am__objects_3) $(am__objects_4) | ||||
| libqb_la_OBJECTS = $(am_libqb_la_OBJECTS) | libqb_la_OBJECTS = $(am_libqb_la_OBJECTS) | |||
| libqb_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | AM_V_lt = $(am__v_lt_$(V)) | |||
| --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(libqb_la_LDFLAGS) \ | am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) | |||
| $(LDFLAGS) -o $@ | am__v_lt_0 = --silent | |||
| DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include | libqb_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
| $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||||
| $(libqb_la_LDFLAGS) $(LDFLAGS) -o $@ | ||||
| DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include -I$(top_builddir | ||||
| )/include/qb | ||||
| depcomp = $(SHELL) $(top_srcdir)/depcomp | depcomp = $(SHELL) $(top_srcdir)/depcomp | |||
| am__depfiles_maybe = depfiles | am__depfiles_maybe = depfiles | |||
| am__mv = mv -f | am__mv = mv -f | |||
| COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |||
| $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |||
| LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
| --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | |||
| $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | |||
| $(AM_CFLAGS) $(CFLAGS) | ||||
| AM_V_CC = $(am__v_CC_$(V)) | ||||
| am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) | ||||
| am__v_CC_0 = @echo " CC " $@; | ||||
| AM_V_at = $(am__v_at_$(V)) | ||||
| am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | ||||
| am__v_at_0 = @ | ||||
| CCLD = $(CC) | CCLD = $(CC) | |||
| LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | |||
| --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | |||
| $(LDFLAGS) -o $@ | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |||
| AM_V_CCLD = $(am__v_CCLD_$(V)) | ||||
| am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) | ||||
| am__v_CCLD_0 = @echo " CCLD " $@; | ||||
| AM_V_GEN = $(am__v_GEN_$(V)) | ||||
| am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | ||||
| am__v_GEN_0 = @echo " GEN " $@; | ||||
| SOURCES = $(libqb_la_SOURCES) | SOURCES = $(libqb_la_SOURCES) | |||
| DIST_SOURCES = $(am__libqb_la_SOURCES_DIST) | DIST_SOURCES = $(am__libqb_la_SOURCES_DIST) | |||
| DATA = $(pkgconfig_DATA) | DATA = $(pkgconfig_DATA) | |||
| HEADERS = $(noinst_HEADERS) | HEADERS = $(noinst_HEADERS) | |||
| ETAGS = etags | ETAGS = etags | |||
| CTAGS = ctags | CTAGS = ctags | |||
| # If stdout is a non-dumb tty, use colors. If test -t is not supported, | ||||
| # then this fails; a conservative approach. Of course do not redirect | ||||
| # stdout here, just stderr. | ||||
| am__tty_colors = \ | am__tty_colors = \ | |||
| red=; grn=; lgn=; blu=; std= | red=; grn=; lgn=; blu=; std=; \ | |||
| test "X$(AM_COLOR_TESTS)" != Xno \ | ||||
| && test "X$$TERM" != Xdumb \ | ||||
| && { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \ | ||||
| && { \ | ||||
| red='[0;31m'; \ | ||||
| grn='[0;32m'; \ | ||||
| lgn='[1;32m'; \ | ||||
| blu='[1;34m'; \ | ||||
| std='[m'; \ | ||||
| } | ||||
| # Restructured Text title and section. | ||||
| am__rst_title = sed 's/.*/ & /;h;s/./=/g;p;x;p;g;p;s/.*//' | ||||
| am__rst_section = sed 'p;s/./=/g;p;g' | ||||
| # Put stdin (possibly several lines separated by ". ") in a box. | ||||
| am__text_box = $(AWK) '{ \ | ||||
| n = split($$0, lines, "\\. "); max = 0; \ | ||||
| for (i = 1; i <= n; ++i) \ | ||||
| if (max < length(lines[i])) \ | ||||
| max = length(lines[i]); \ | ||||
| for (i = 0; i < max; ++i) line = line "="; \ | ||||
| print line; \ | ||||
| for (i = 1; i <= n; ++i) if (lines[i]) print lines[i];\ | ||||
| print line; \ | ||||
| }' | ||||
| # Solaris 10 'make', and several other traditional 'make' implementations, | ||||
| # pass "-e" to $(SHELL). This contradicts POSIX. Work around the problem | ||||
| # by disabling -e (using the XSI extension "set +e") if it's set. | ||||
| am__sh_e_setup = case $$- in *e*) set +e;; esac | ||||
| # To be inserted before the command running the test. Creates the | ||||
| # directory for the log if needed. Stores in $dir the directory | ||||
| # containing $f, in $tst the test, in $log the log, and passes | ||||
| # TESTS_ENVIRONMENT. Save and restore TERM around use of | ||||
| # TESTS_ENVIRONMENT, in case that unsets it. | ||||
| am__check_pre = \ | ||||
| $(am__sh_e_setup); \ | ||||
| $(am__vpath_adj_setup) $(am__vpath_adj) \ | ||||
| srcdir=$(srcdir); export srcdir; \ | ||||
| rm -f $@-t; \ | ||||
| trap 'st=$$?; rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st' \ | ||||
| 1 2 13 15; \ | ||||
| am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`; \ | ||||
| test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?; \ | ||||
| if test -f "./$$f"; then dir=./; \ | ||||
| elif test -f "$$f"; then dir=; \ | ||||
| else dir="$(srcdir)/"; fi; \ | ||||
| tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM; \ | ||||
| $(TESTS_ENVIRONMENT) | ||||
| RECHECK_LOGS = $(TEST_LOGS) | ||||
| AM_RECURSIVE_TARGETS = check check-html recheck recheck-html | ||||
| TEST_SUITE_LOG = test-suite.log | ||||
| TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html) | ||||
| TEST_EXTENSIONS = @EXEEXT@ .test | ||||
| LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) | ||||
| am__test_logs1 = $(TESTS:=.log) | ||||
| am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) | ||||
| TEST_LOGS = $(am__test_logs2:.test.log=.log) | ||||
| TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ | ||||
| $(TEST_LOG_FLAGS) | ||||
| TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t) | ||||
| DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |||
| ACLOCAL = @ACLOCAL@ | ACLOCAL = @ACLOCAL@ | |||
| AMTAR = @AMTAR@ | AMTAR = @AMTAR@ | |||
| AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||||
| AR = @AR@ | AR = @AR@ | |||
| AUTOCONF = @AUTOCONF@ | AUTOCONF = @AUTOCONF@ | |||
| AUTOHEADER = @AUTOHEADER@ | AUTOHEADER = @AUTOHEADER@ | |||
| AUTOMAKE = @AUTOMAKE@ | AUTOMAKE = @AUTOMAKE@ | |||
| AWK = @AWK@ | AWK = @AWK@ | |||
| CC = @CC@ | CC = @CC@ | |||
| CCDEPMODE = @CCDEPMODE@ | CCDEPMODE = @CCDEPMODE@ | |||
| CFLAGS = @CFLAGS@ | CFLAGS = @CFLAGS@ | |||
| CHECK_CFLAGS = @CHECK_CFLAGS@ | CHECK_CFLAGS = @CHECK_CFLAGS@ | |||
| CHECK_LIBS = @CHECK_LIBS@ | CHECK_LIBS = @CHECK_LIBS@ | |||
| CP = @CP@ | CP = @CP@ | |||
| CPP = @CPP@ | CPP = @CPP@ | |||
| CPPFLAGS = @CPPFLAGS@ | CPPFLAGS = @CPPFLAGS@ | |||
| CXX = @CXX@ | CXX = @CXX@ | |||
| CXXCPP = @CXXCPP@ | CXXCPP = @CXXCPP@ | |||
| CXXDEPMODE = @CXXDEPMODE@ | CXXDEPMODE = @CXXDEPMODE@ | |||
| CXXFLAGS = @CXXFLAGS@ | CXXFLAGS = @CXXFLAGS@ | |||
| CYGPATH_W = @CYGPATH_W@ | CYGPATH_W = @CYGPATH_W@ | |||
| DEFS = @DEFS@ | DEFS = @DEFS@ | |||
| DEPDIR = @DEPDIR@ | DEPDIR = @DEPDIR@ | |||
| DLLTOOL = @DLLTOOL@ | ||||
| DOXYGEN = @DOXYGEN@ | DOXYGEN = @DOXYGEN@ | |||
| DSYMUTIL = @DSYMUTIL@ | DSYMUTIL = @DSYMUTIL@ | |||
| DUMPBIN = @DUMPBIN@ | DUMPBIN = @DUMPBIN@ | |||
| ECHO_C = @ECHO_C@ | ECHO_C = @ECHO_C@ | |||
| ECHO_N = @ECHO_N@ | ECHO_N = @ECHO_N@ | |||
| ECHO_T = @ECHO_T@ | ECHO_T = @ECHO_T@ | |||
| EGREP = @EGREP@ | EGREP = @EGREP@ | |||
| EXEEXT = @EXEEXT@ | EXEEXT = @EXEEXT@ | |||
| FGREP = @FGREP@ | FGREP = @FGREP@ | |||
| GLIB_CFLAGS = @GLIB_CFLAGS@ | GLIB_CFLAGS = @GLIB_CFLAGS@ | |||
| skipping to change at line 183 | skipping to change at line 269 | |||
| INSTALL = @INSTALL@ | INSTALL = @INSTALL@ | |||
| INSTALL_DATA = @INSTALL_DATA@ | INSTALL_DATA = @INSTALL_DATA@ | |||
| INSTALL_PROGRAM = @INSTALL_PROGRAM@ | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |||
| INSTALL_SCRIPT = @INSTALL_SCRIPT@ | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |||
| INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |||
| LD = @LD@ | LD = @LD@ | |||
| LDFLAGS = @LDFLAGS@ | LDFLAGS = @LDFLAGS@ | |||
| LIBOBJS = @LIBOBJS@ | LIBOBJS = @LIBOBJS@ | |||
| LIBS = @LIBS@ | LIBS = @LIBS@ | |||
| LIBTOOL = @LIBTOOL@ | LIBTOOL = @LIBTOOL@ | |||
| LIB_RT = @LIB_RT@ | ||||
| LINT_FLAGS = @LINT_FLAGS@ | LINT_FLAGS = @LINT_FLAGS@ | |||
| LIPO = @LIPO@ | LIPO = @LIPO@ | |||
| LN_S = @LN_S@ | LN_S = @LN_S@ | |||
| LTLIBOBJS = @LTLIBOBJS@ | LTLIBOBJS = @LTLIBOBJS@ | |||
| MAKEINFO = @MAKEINFO@ | MAKEINFO = @MAKEINFO@ | |||
| MANIFEST_TOOL = @MANIFEST_TOOL@ | ||||
| MKDIR_P = @MKDIR_P@ | MKDIR_P = @MKDIR_P@ | |||
| NM = @NM@ | NM = @NM@ | |||
| NMEDIT = @NMEDIT@ | NMEDIT = @NMEDIT@ | |||
| OBJDUMP = @OBJDUMP@ | OBJDUMP = @OBJDUMP@ | |||
| OBJEXT = @OBJEXT@ | OBJEXT = @OBJEXT@ | |||
| OTOOL = @OTOOL@ | OTOOL = @OTOOL@ | |||
| OTOOL64 = @OTOOL64@ | OTOOL64 = @OTOOL64@ | |||
| PACKAGE = @PACKAGE@ | PACKAGE = @PACKAGE@ | |||
| PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |||
| PACKAGE_NAME = @PACKAGE_NAME@ | PACKAGE_NAME = @PACKAGE_NAME@ | |||
| skipping to change at line 219 | skipping to change at line 307 | |||
| SET_MAKE = @SET_MAKE@ | SET_MAKE = @SET_MAKE@ | |||
| SHELL = @SHELL@ | SHELL = @SHELL@ | |||
| SOCKETDIR = @SOCKETDIR@ | SOCKETDIR = @SOCKETDIR@ | |||
| SPLINT = @SPLINT@ | SPLINT = @SPLINT@ | |||
| STRIP = @STRIP@ | STRIP = @STRIP@ | |||
| VERSION = @VERSION@ | VERSION = @VERSION@ | |||
| abs_builddir = @abs_builddir@ | abs_builddir = @abs_builddir@ | |||
| abs_srcdir = @abs_srcdir@ | abs_srcdir = @abs_srcdir@ | |||
| abs_top_builddir = @abs_top_builddir@ | abs_top_builddir = @abs_top_builddir@ | |||
| abs_top_srcdir = @abs_top_srcdir@ | abs_top_srcdir = @abs_top_srcdir@ | |||
| ac_ct_AR = @ac_ct_AR@ | ||||
| ac_ct_CC = @ac_ct_CC@ | ac_ct_CC = @ac_ct_CC@ | |||
| ac_ct_CXX = @ac_ct_CXX@ | ac_ct_CXX = @ac_ct_CXX@ | |||
| ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | |||
| am__include = @am__include@ | am__include = @am__include@ | |||
| am__leading_dot = @am__leading_dot@ | am__leading_dot = @am__leading_dot@ | |||
| am__quote = @am__quote@ | am__quote = @am__quote@ | |||
| am__tar = @am__tar@ | am__tar = @am__tar@ | |||
| am__untar = @am__untar@ | am__untar = @am__untar@ | |||
| bindir = @bindir@ | bindir = @bindir@ | |||
| build = @build@ | build = @build@ | |||
| skipping to change at line 268 | skipping to change at line 357 | |||
| psdir = @psdir@ | psdir = @psdir@ | |||
| sbindir = @sbindir@ | sbindir = @sbindir@ | |||
| sharedstatedir = @sharedstatedir@ | sharedstatedir = @sharedstatedir@ | |||
| srcdir = @srcdir@ | srcdir = @srcdir@ | |||
| sysconfdir = @sysconfdir@ | sysconfdir = @sysconfdir@ | |||
| target_alias = @target_alias@ | target_alias = @target_alias@ | |||
| top_build_prefix = @top_build_prefix@ | top_build_prefix = @top_build_prefix@ | |||
| top_builddir = @top_builddir@ | top_builddir = @top_builddir@ | |||
| top_srcdir = @top_srcdir@ | top_srcdir = @top_srcdir@ | |||
| MAINTAINERCLEANFILES = Makefile.in | MAINTAINERCLEANFILES = Makefile.in | |||
| noinst_HEADERS = ipc_int.h util_int.h ringbuffer_int.h loop_int.h | noinst_HEADERS = ipc_int.h util_int.h ringbuffer_int.h loop_int.h log_int.h map_int.h | |||
| # | # | |||
| # Here are a set of rules to help you update your library version informati on: | # Here are a set of rules to help you update your library version informati on: | |||
| # Start with version information of ‘0:0:0’ for each libtool library. | # Start with version information of ‘0:0:0’ for each libtool library. | |||
| # Update the version information only immediately before a public release o f your software. | # Update the version information only immediately before a public release o f your software. | |||
| # More frequent updates are unnecessary, and only guarantee that the curren t interface number gets larger faster. | # More frequent updates are unnecessary, and only guarantee that the curren t interface number gets larger faster. | |||
| # If the library source code has changed at all since the last update, then increment revision (‘c:r:a’ becomes ‘c:r+1:a’). | # If the library source code has changed at all since the last update, then increment revision (‘c:r:a’ becomes ‘c:r+1:a’). | |||
| # If any interfaces have been added, removed, or changed since the last upd ate, increment current, and set revision to 0. | # If any interfaces have been added, removed, or changed since the last upd ate, increment current, and set revision to 0. | |||
| # If any interfaces have been added since the last public release, then inc rement age. | # If any interfaces have been added since the last public release, then inc rement age. | |||
| # If any interfaces have been removed since the last public release, then s et age to 0. | # If any interfaces have been removed since the last public release, then s et age to 0. | |||
| # | # | |||
| lib_LTLIBRARIES = libqb.la | lib_LTLIBRARIES = libqb.la | |||
| libqb_la_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include | libqb_la_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include | |||
| libqb_la_LDFLAGS = -version-info 4:1:4 | libqb_la_LDFLAGS = -version-info 8:1:8 | |||
| source_to_lint = util.c hdb.c ringbuffer.c ringbuffer_helper.c array.c \ | source_to_lint = util.c hdb.c ringbuffer.c ringbuffer_helper.c array.c \ | |||
| loop.c loop_poll.c loop_job.c \ | loop.c loop_poll.c loop_job.c \ | |||
| ipcc.c ipcs.c ipc_posix_mq.c ipc_sysv_mq.c ipc_shm | ipcc.c ipcs.c ipc_shm.c ipc_us.c \ | |||
| .c ipc_us.c | log.c log_thread.c log_blackbox.c log_file.c \ | |||
| log_syslog.c log_dcs.c log_format.c \ | ||||
| map.c skiplist.c hashtable.c trie.c | ||||
| libqb_la_SOURCES = $(source_to_lint) $(am__append_1) $(am__append_2) \ | libqb_la_SOURCES = $(source_to_lint) unix.c $(am__append_1) \ | |||
| $(am__append_3) | $(am__append_2) $(am__append_3) | |||
| pkgconfigdir = $(libdir)/pkgconfig | pkgconfigdir = $(libdir)/pkgconfig | |||
| pkgconfig_DATA = libqb.pc | pkgconfig_DATA = libqb.pc | |||
| @HAVE_SPLINT_TRUE@check_SCRIPTS = run_splint.sh | @HAVE_SPLINT_TRUE@check_SCRIPTS = run_splint.sh | |||
| @HAVE_SPLINT_TRUE@TESTS = $(check_SCRIPTS) | @HAVE_SPLINT_TRUE@TESTS = $(check_SCRIPTS) | |||
| @HAVE_SPLINT_TRUE@ALL_LINT_FLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | @HAVE_SPLINT_TRUE@ALL_LINT_FLAGS = $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ | |||
| @HAVE_SPLINT_TRUE@ $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAG S) \ | @HAVE_SPLINT_TRUE@ $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAG S) \ | |||
| @HAVE_SPLINT_TRUE@ $(LINT_FLAGS) | @HAVE_SPLINT_TRUE@ $(LINT_FLAGS) | |||
| all: all-am | all: all-am | |||
| .SUFFIXES: | .SUFFIXES: | |||
| .SUFFIXES: .c .lo .o .obj | .SUFFIXES: .c .html .lo .log .o .obj .test .test$(EXEEXT) | |||
| $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | |||
| @for dep in $?; do \ | @for dep in $?; do \ | |||
| case '$(am__configure_deps)' in \ | case '$(am__configure_deps)' in \ | |||
| *$$dep*) \ | *$$dep*) \ | |||
| ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |||
| && { if test -f $@; then exit 0; else break; fi; }; \ | && { if test -f $@; then exit 0; else break; fi; }; \ | |||
| exit 1;; \ | exit 1;; \ | |||
| esac; \ | esac; \ | |||
| done; \ | done; \ | |||
| echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \ | |||
| skipping to change at line 365 | skipping to change at line 457 | |||
| clean-libLTLIBRARIES: | clean-libLTLIBRARIES: | |||
| -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) | |||
| @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ | |||
| dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | |||
| test "$$dir" != "$$p" || dir=.; \ | test "$$dir" != "$$p" || dir=.; \ | |||
| echo "rm -f \"$${dir}/so_locations\""; \ | echo "rm -f \"$${dir}/so_locations\""; \ | |||
| rm -f "$${dir}/so_locations"; \ | rm -f "$${dir}/so_locations"; \ | |||
| done | done | |||
| libqb.la: $(libqb_la_OBJECTS) $(libqb_la_DEPENDENCIES) | libqb.la: $(libqb_la_OBJECTS) $(libqb_la_DEPENDENCIES) | |||
| $(libqb_la_LINK) -rpath $(libdir) $(libqb_la_OBJECTS) $(libqb_la_LIB ADD) $(LIBS) | $(AM_V_CCLD)$(libqb_la_LINK) -rpath $(libdir) $(libqb_la_OBJECTS) $( libqb_la_LIBADD) $(LIBS) | |||
| mostlyclean-compile: | mostlyclean-compile: | |||
| -rm -f *.$(OBJEXT) | -rm -f *.$(OBJEXT) | |||
| distclean-compile: | distclean-compile: | |||
| -rm -f *.tab.c | -rm -f *.tab.c | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-array.Plo@am__quo te@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-array.Plo@am__quo te@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-atomic_gcc.Plo@am | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-hashtable.Plo@am_ | |||
| __quote@ | _quote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-atomic_lock.Plo@a | ||||
| m__quote@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-hdb.Plo@am__quote @ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-hdb.Plo@am__quote @ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipc_posix_mq.Plo@ am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipc_posix_mq.Plo@ am__quote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipc_shm.Plo@am__q uote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipc_shm.Plo@am__q uote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipc_sysv_mq.Plo@a m__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipc_sysv_mq.Plo@a m__quote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipc_us.Plo@am__qu ote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipc_us.Plo@am__qu ote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipcc.Plo@am__quot e@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipcc.Plo@am__quot e@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipcs.Plo@am__quot e@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ipcs.Plo@am__quot e@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-log.Plo@am__quote | ||||
| @ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-log_blackbox.Plo@ | ||||
| am__quote@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-log_dcs.Plo@am__q | ||||
| uote@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-log_file.Plo@am__ | ||||
| quote@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-log_format.Plo@am | ||||
| __quote@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-log_syslog.Plo@am | ||||
| __quote@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-log_thread.Plo@am | ||||
| __quote@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-loop.Plo@am__quot e@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-loop.Plo@am__quot e@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-loop_job.Plo@am__ quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-loop_job.Plo@am__ quote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-loop_poll.Plo@am_ _quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-loop_poll.Plo@am_ _quote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-loop_timerlist.Pl o@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-loop_timerlist.Pl o@am__quote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-map.Plo@am__quote @ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ringbuffer.Plo@am __quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ringbuffer.Plo@am __quote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ringbuffer_helper .Plo@am__quote@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-ringbuffer_helper .Plo@am__quote@ | |||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-skiplist.Plo@am__ | ||||
| quote@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-trie.Plo@am__quot | ||||
| e@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-unix.Plo@am__quot | ||||
| e@ | ||||
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-util.Plo@am__quot e@ | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libqb_la-util.Plo@am__quot e@ | |||
| .c.o: | .c.o: | |||
| @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$* | |||
| $@ $< | .Tpo -c -o $@ $< | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @ AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @ AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(COMPILE) -c $< | @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |||
| .c.obj: | .c.obj: | |||
| @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$* | |||
| $@ `$(CYGPATH_W) '$<'` | .Tpo -c -o $@ `$(CYGPATH_W) '$<'` | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @ AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @ AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |||
| .c.lo: | .c.lo: | |||
| @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/ | |||
| -o $@ $< | $*.Tpo -c -o $@ $< | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Pl | |||
| o | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | |||
| libqb_la-util.lo: util.c | libqb_la-util.lo: util.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-util.lo -MD -MP | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| -MF $(DEPDIR)/libqb_la-util.Tpo -c -o libqb_la-util.lo `test -f 'util.c' || | _la-util.lo -MD -MP -MF $(DEPDIR)/libqb_la-util.Tpo -c -o libqb_la-util.lo | |||
| echo '$(srcdir)/'`util.c | `test -f 'util.c' || echo '$(srcdir)/'`util.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-util.Tpo $(DEPDIR)/libq | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-util.Tpo $(DE | |||
| b_la-util.Plo | PDIR)/libqb_la-util.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='libqb_la-uti l.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util.c' object='libqb_la-uti l.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-util.lo `test -f 'util.c' || echo '$(srcdir)/'`util.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-util .lo `test -f 'util.c' || echo '$(srcdir)/'`util.c | |||
| libqb_la-hdb.lo: hdb.c | libqb_la-hdb.lo: hdb.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-hdb.lo -MD -MP - | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| MF $(DEPDIR)/libqb_la-hdb.Tpo -c -o libqb_la-hdb.lo `test -f 'hdb.c' || ech | _la-hdb.lo -MD -MP -MF $(DEPDIR)/libqb_la-hdb.Tpo -c -o libqb_la-hdb.lo `te | |||
| o '$(srcdir)/'`hdb.c | st -f 'hdb.c' || echo '$(srcdir)/'`hdb.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-hdb.Tpo $(DEPDIR)/libqb | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-hdb.Tpo $(DEP | |||
| _la-hdb.Plo | DIR)/libqb_la-hdb.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hdb.c' object='libqb_la-hdb. lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hdb.c' object='libqb_la-hdb. lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-hdb.lo `test - f 'hdb.c' || echo '$(srcdir)/'`hdb.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-hdb. lo `test -f 'hdb.c' || echo '$(srcdir)/'`hdb.c | |||
| libqb_la-ringbuffer.lo: ringbuffer.c | libqb_la-ringbuffer.lo: ringbuffer.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-ringbuffer.lo -M | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| D -MP -MF $(DEPDIR)/libqb_la-ringbuffer.Tpo -c -o libqb_la-ringbuffer.lo `t | _la-ringbuffer.lo -MD -MP -MF $(DEPDIR)/libqb_la-ringbuffer.Tpo -c -o libqb | |||
| est -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c | _la-ringbuffer.lo `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-ringbuffer.Tpo $(DEPDIR | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-ringbuffer.Tp | |||
| )/libqb_la-ringbuffer.Plo | o $(DEPDIR)/libqb_la-ringbuffer.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ringbuffer.c' object='libqb_ la-ringbuffer.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ringbuffer.c' object='libqb_ la-ringbuffer.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ringbuffer.lo `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ring buffer.lo `test -f 'ringbuffer.c' || echo '$(srcdir)/'`ringbuffer.c | |||
| libqb_la-ringbuffer_helper.lo: ringbuffer_helper.c | libqb_la-ringbuffer_helper.lo: ringbuffer_helper.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-ringbuffer_helpe | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| r.lo -MD -MP -MF $(DEPDIR)/libqb_la-ringbuffer_helper.Tpo -c -o libqb_la-ri | _la-ringbuffer_helper.lo -MD -MP -MF $(DEPDIR)/libqb_la-ringbuffer_helper.T | |||
| ngbuffer_helper.lo `test -f 'ringbuffer_helper.c' || echo '$(srcdir)/'`ring | po -c -o libqb_la-ringbuffer_helper.lo `test -f 'ringbuffer_helper.c' || ec | |||
| buffer_helper.c | ho '$(srcdir)/'`ringbuffer_helper.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-ringbuffer_helper.Tpo $ | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-ringbuffer_he | |||
| (DEPDIR)/libqb_la-ringbuffer_helper.Plo | lper.Tpo $(DEPDIR)/libqb_la-ringbuffer_helper.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ringbuffer_helper.c' object= 'libqb_la-ringbuffer_helper.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ringbuffer_helper.c' object= 'libqb_la-ringbuffer_helper.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ringbuffer_hel per.lo `test -f 'ringbuffer_helper.c' || echo '$(srcdir)/'`ringbuffer_helpe r.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ring buffer_helper.lo `test -f 'ringbuffer_helper.c' || echo '$(srcdir)/'`ringbu ffer_helper.c | |||
| libqb_la-array.lo: array.c | libqb_la-array.lo: array.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-array.lo -MD -MP | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| -MF $(DEPDIR)/libqb_la-array.Tpo -c -o libqb_la-array.lo `test -f 'array.c | _la-array.lo -MD -MP -MF $(DEPDIR)/libqb_la-array.Tpo -c -o libqb_la-array. | |||
| ' || echo '$(srcdir)/'`array.c | lo `test -f 'array.c' || echo '$(srcdir)/'`array.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-array.Tpo $(DEPDIR)/lib | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-array.Tpo $(D | |||
| qb_la-array.Plo | EPDIR)/libqb_la-array.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='array.c' object='libqb_la-ar ray.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='array.c' object='libqb_la-ar ray.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-array.lo `test -f 'array.c' || echo '$(srcdir)/'`array.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-arra y.lo `test -f 'array.c' || echo '$(srcdir)/'`array.c | |||
| libqb_la-loop.lo: loop.c | libqb_la-loop.lo: loop.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-loop.lo -MD -MP | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| -MF $(DEPDIR)/libqb_la-loop.Tpo -c -o libqb_la-loop.lo `test -f 'loop.c' || | _la-loop.lo -MD -MP -MF $(DEPDIR)/libqb_la-loop.Tpo -c -o libqb_la-loop.lo | |||
| echo '$(srcdir)/'`loop.c | `test -f 'loop.c' || echo '$(srcdir)/'`loop.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-loop.Tpo $(DEPDIR)/libq | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-loop.Tpo $(DE | |||
| b_la-loop.Plo | PDIR)/libqb_la-loop.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='loop.c' object='libqb_la-loo p.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='loop.c' object='libqb_la-loo p.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-loop.lo `test -f 'loop.c' || echo '$(srcdir)/'`loop.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-loop .lo `test -f 'loop.c' || echo '$(srcdir)/'`loop.c | |||
| libqb_la-loop_poll.lo: loop_poll.c | libqb_la-loop_poll.lo: loop_poll.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-loop_poll.lo -MD | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| -MP -MF $(DEPDIR)/libqb_la-loop_poll.Tpo -c -o libqb_la-loop_poll.lo `test | _la-loop_poll.lo -MD -MP -MF $(DEPDIR)/libqb_la-loop_poll.Tpo -c -o libqb_l | |||
| -f 'loop_poll.c' || echo '$(srcdir)/'`loop_poll.c | a-loop_poll.lo `test -f 'loop_poll.c' || echo '$(srcdir)/'`loop_poll.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-loop_poll.Tpo $(DEPDIR) | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-loop_poll.Tpo | |||
| /libqb_la-loop_poll.Plo | $(DEPDIR)/libqb_la-loop_poll.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='loop_poll.c' object='libqb_l a-loop_poll.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='loop_poll.c' object='libqb_l a-loop_poll.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-loop_poll.lo ` test -f 'loop_poll.c' || echo '$(srcdir)/'`loop_poll.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-loop _poll.lo `test -f 'loop_poll.c' || echo '$(srcdir)/'`loop_poll.c | |||
| libqb_la-loop_job.lo: loop_job.c | libqb_la-loop_job.lo: loop_job.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-loop_job.lo -MD | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| -MP -MF $(DEPDIR)/libqb_la-loop_job.Tpo -c -o libqb_la-loop_job.lo `test -f | _la-loop_job.lo -MD -MP -MF $(DEPDIR)/libqb_la-loop_job.Tpo -c -o libqb_la- | |||
| 'loop_job.c' || echo '$(srcdir)/'`loop_job.c | loop_job.lo `test -f 'loop_job.c' || echo '$(srcdir)/'`loop_job.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-loop_job.Tpo $(DEPDIR)/ | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-loop_job.Tpo | |||
| libqb_la-loop_job.Plo | $(DEPDIR)/libqb_la-loop_job.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='loop_job.c' object='libqb_la -loop_job.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='loop_job.c' object='libqb_la -loop_job.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-loop_job.lo `t est -f 'loop_job.c' || echo '$(srcdir)/'`loop_job.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-loop _job.lo `test -f 'loop_job.c' || echo '$(srcdir)/'`loop_job.c | |||
| libqb_la-ipcc.lo: ipcc.c | libqb_la-ipcc.lo: ipcc.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-ipcc.lo -MD -MP | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| -MF $(DEPDIR)/libqb_la-ipcc.Tpo -c -o libqb_la-ipcc.lo `test -f 'ipcc.c' || | _la-ipcc.lo -MD -MP -MF $(DEPDIR)/libqb_la-ipcc.Tpo -c -o libqb_la-ipcc.lo | |||
| echo '$(srcdir)/'`ipcc.c | `test -f 'ipcc.c' || echo '$(srcdir)/'`ipcc.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-ipcc.Tpo $(DEPDIR)/libq | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-ipcc.Tpo $(DE | |||
| b_la-ipcc.Plo | PDIR)/libqb_la-ipcc.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipcc.c' object='libqb_la-ipc c.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipcc.c' object='libqb_la-ipc c.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipcc.lo `test -f 'ipcc.c' || echo '$(srcdir)/'`ipcc.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipcc .lo `test -f 'ipcc.c' || echo '$(srcdir)/'`ipcc.c | |||
| libqb_la-ipcs.lo: ipcs.c | libqb_la-ipcs.lo: ipcs.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-ipcs.lo -MD -MP | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| -MF $(DEPDIR)/libqb_la-ipcs.Tpo -c -o libqb_la-ipcs.lo `test -f 'ipcs.c' || | _la-ipcs.lo -MD -MP -MF $(DEPDIR)/libqb_la-ipcs.Tpo -c -o libqb_la-ipcs.lo | |||
| echo '$(srcdir)/'`ipcs.c | `test -f 'ipcs.c' || echo '$(srcdir)/'`ipcs.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-ipcs.Tpo $(DEPDIR)/libq | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-ipcs.Tpo $(DE | |||
| b_la-ipcs.Plo | PDIR)/libqb_la-ipcs.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipcs.c' object='libqb_la-ipc s.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipcs.c' object='libqb_la-ipc s.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipcs.lo `test | $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipcs | |||
| -f 'ipcs.c' || echo '$(srcdir)/'`ipcs.c | .lo `test -f 'ipcs.c' || echo '$(srcdir)/'`ipcs.c | |||
| libqb_la-ipc_posix_mq.lo: ipc_posix_mq.c | ||||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | ||||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | ||||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-ipc_posix_mq.lo | ||||
| -MD -MP -MF $(DEPDIR)/libqb_la-ipc_posix_mq.Tpo -c -o libqb_la-ipc_posix_mq | ||||
| .lo `test -f 'ipc_posix_mq.c' || echo '$(srcdir)/'`ipc_posix_mq.c | ||||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-ipc_posix_mq.Tpo $(DEPD | ||||
| IR)/libqb_la-ipc_posix_mq.Plo | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipc_posix_mq.c' object='libq | ||||
| b_la-ipc_posix_mq.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | ||||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | ||||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipc_posix_mq.l | ||||
| o `test -f 'ipc_posix_mq.c' || echo '$(srcdir)/'`ipc_posix_mq.c | ||||
| libqb_la-ipc_sysv_mq.lo: ipc_sysv_mq.c | ||||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | ||||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | ||||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-ipc_sysv_mq.lo - | ||||
| MD -MP -MF $(DEPDIR)/libqb_la-ipc_sysv_mq.Tpo -c -o libqb_la-ipc_sysv_mq.lo | ||||
| `test -f 'ipc_sysv_mq.c' || echo '$(srcdir)/'`ipc_sysv_mq.c | ||||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-ipc_sysv_mq.Tpo $(DEPDI | ||||
| R)/libqb_la-ipc_sysv_mq.Plo | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipc_sysv_mq.c' object='libqb | ||||
| _la-ipc_sysv_mq.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | ||||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | ||||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipc_sysv_mq.lo | ||||
| `test -f 'ipc_sysv_mq.c' || echo '$(srcdir)/'`ipc_sysv_mq.c | ||||
| libqb_la-ipc_shm.lo: ipc_shm.c | libqb_la-ipc_shm.lo: ipc_shm.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-ipc_shm.lo -MD - | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| MP -MF $(DEPDIR)/libqb_la-ipc_shm.Tpo -c -o libqb_la-ipc_shm.lo `test -f 'i | _la-ipc_shm.lo -MD -MP -MF $(DEPDIR)/libqb_la-ipc_shm.Tpo -c -o libqb_la-ip | |||
| pc_shm.c' || echo '$(srcdir)/'`ipc_shm.c | c_shm.lo `test -f 'ipc_shm.c' || echo '$(srcdir)/'`ipc_shm.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-ipc_shm.Tpo $(DEPDIR)/l | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-ipc_shm.Tpo $ | |||
| ibqb_la-ipc_shm.Plo | (DEPDIR)/libqb_la-ipc_shm.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipc_shm.c' object='libqb_la- ipc_shm.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipc_shm.c' object='libqb_la- ipc_shm.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipc_shm.lo `te st -f 'ipc_shm.c' || echo '$(srcdir)/'`ipc_shm.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipc_ shm.lo `test -f 'ipc_shm.c' || echo '$(srcdir)/'`ipc_shm.c | |||
| libqb_la-ipc_us.lo: ipc_us.c | libqb_la-ipc_us.lo: ipc_us.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-ipc_us.lo -MD -M | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| P -MF $(DEPDIR)/libqb_la-ipc_us.Tpo -c -o libqb_la-ipc_us.lo `test -f 'ipc_ | _la-ipc_us.lo -MD -MP -MF $(DEPDIR)/libqb_la-ipc_us.Tpo -c -o libqb_la-ipc_ | |||
| us.c' || echo '$(srcdir)/'`ipc_us.c | us.lo `test -f 'ipc_us.c' || echo '$(srcdir)/'`ipc_us.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-ipc_us.Tpo $(DEPDIR)/li | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-ipc_us.Tpo $( | |||
| bqb_la-ipc_us.Plo | DEPDIR)/libqb_la-ipc_us.Plo | |||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipc_us.c' object='libqb_la-i pc_us.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipc_us.c' object='libqb_la-i pc_us.lo' libtool=yes @AMDEPBACKSLASH@ | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipc_us.lo `tes t -f 'ipc_us.c' || echo '$(srcdir)/'`ipc_us.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipc_ us.lo `test -f 'ipc_us.c' || echo '$(srcdir)/'`ipc_us.c | |||
| libqb_la-loop_timerlist.lo: loop_timerlist.c | libqb_la-log.lo: log.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-loop_timerlist.l | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| o -MD -MP -MF $(DEPDIR)/libqb_la-loop_timerlist.Tpo -c -o libqb_la-loop_tim | _la-log.lo -MD -MP -MF $(DEPDIR)/libqb_la-log.Tpo -c -o libqb_la-log.lo `te | |||
| erlist.lo `test -f 'loop_timerlist.c' || echo '$(srcdir)/'`loop_timerlist.c | st -f 'log.c' || echo '$(srcdir)/'`log.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-loop_timerlist.Tpo $(DE | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-log.Tpo $(DEP | |||
| PDIR)/libqb_la-loop_timerlist.Plo | DIR)/libqb_la-log.Plo | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='loop_timerlist.c' object='li | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | |||
| bqb_la-loop_timerlist.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='log.c' object='libqb_la-log. | |||
| lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-log. | ||||
| lo `test -f 'log.c' || echo '$(srcdir)/'`log.c | ||||
| libqb_la-log_thread.lo: log_thread.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-log_thread.lo -MD -MP -MF $(DEPDIR)/libqb_la-log_thread.Tpo -c -o libqb | ||||
| _la-log_thread.lo `test -f 'log_thread.c' || echo '$(srcdir)/'`log_thread.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-log_thread.Tp | ||||
| o $(DEPDIR)/libqb_la-log_thread.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='log_thread.c' object='libqb_ | ||||
| la-log_thread.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-log_ | ||||
| thread.lo `test -f 'log_thread.c' || echo '$(srcdir)/'`log_thread.c | ||||
| libqb_la-log_blackbox.lo: log_blackbox.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-log_blackbox.lo -MD -MP -MF $(DEPDIR)/libqb_la-log_blackbox.Tpo -c -o l | ||||
| ibqb_la-log_blackbox.lo `test -f 'log_blackbox.c' || echo '$(srcdir)/'`log_ | ||||
| blackbox.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-log_blackbox. | ||||
| Tpo $(DEPDIR)/libqb_la-log_blackbox.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='log_blackbox.c' object='libq | ||||
| b_la-log_blackbox.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-log_ | ||||
| blackbox.lo `test -f 'log_blackbox.c' || echo '$(srcdir)/'`log_blackbox.c | ||||
| libqb_la-log_file.lo: log_file.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-log_file.lo -MD -MP -MF $(DEPDIR)/libqb_la-log_file.Tpo -c -o libqb_la- | ||||
| log_file.lo `test -f 'log_file.c' || echo '$(srcdir)/'`log_file.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-log_file.Tpo | ||||
| $(DEPDIR)/libqb_la-log_file.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='log_file.c' object='libqb_la | ||||
| -log_file.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-log_ | ||||
| file.lo `test -f 'log_file.c' || echo '$(srcdir)/'`log_file.c | ||||
| libqb_la-log_syslog.lo: log_syslog.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-log_syslog.lo -MD -MP -MF $(DEPDIR)/libqb_la-log_syslog.Tpo -c -o libqb | ||||
| _la-log_syslog.lo `test -f 'log_syslog.c' || echo '$(srcdir)/'`log_syslog.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-log_syslog.Tp | ||||
| o $(DEPDIR)/libqb_la-log_syslog.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='log_syslog.c' object='libqb_ | ||||
| la-log_syslog.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-log_ | ||||
| syslog.lo `test -f 'log_syslog.c' || echo '$(srcdir)/'`log_syslog.c | ||||
| libqb_la-log_dcs.lo: log_dcs.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-log_dcs.lo -MD -MP -MF $(DEPDIR)/libqb_la-log_dcs.Tpo -c -o libqb_la-lo | ||||
| g_dcs.lo `test -f 'log_dcs.c' || echo '$(srcdir)/'`log_dcs.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-log_dcs.Tpo $ | ||||
| (DEPDIR)/libqb_la-log_dcs.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='log_dcs.c' object='libqb_la- | ||||
| log_dcs.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-log_ | ||||
| dcs.lo `test -f 'log_dcs.c' || echo '$(srcdir)/'`log_dcs.c | ||||
| libqb_la-log_format.lo: log_format.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-log_format.lo -MD -MP -MF $(DEPDIR)/libqb_la-log_format.Tpo -c -o libqb | ||||
| _la-log_format.lo `test -f 'log_format.c' || echo '$(srcdir)/'`log_format.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-log_format.Tp | ||||
| o $(DEPDIR)/libqb_la-log_format.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='log_format.c' object='libqb_ | ||||
| la-log_format.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-log_ | ||||
| format.lo `test -f 'log_format.c' || echo '$(srcdir)/'`log_format.c | ||||
| libqb_la-map.lo: map.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-map.lo -MD -MP -MF $(DEPDIR)/libqb_la-map.Tpo -c -o libqb_la-map.lo `te | ||||
| st -f 'map.c' || echo '$(srcdir)/'`map.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-map.Tpo $(DEP | ||||
| DIR)/libqb_la-map.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='map.c' object='libqb_la-map. | ||||
| lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-map. | ||||
| lo `test -f 'map.c' || echo '$(srcdir)/'`map.c | ||||
| libqb_la-skiplist.lo: skiplist.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-skiplist.lo -MD -MP -MF $(DEPDIR)/libqb_la-skiplist.Tpo -c -o libqb_la- | ||||
| skiplist.lo `test -f 'skiplist.c' || echo '$(srcdir)/'`skiplist.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-skiplist.Tpo | ||||
| $(DEPDIR)/libqb_la-skiplist.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='skiplist.c' object='libqb_la | ||||
| -skiplist.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-loop_timerlist .lo `test -f 'loop_timerlist.c' || echo '$(srcdir)/'`loop_timerlist.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-skip list.lo `test -f 'skiplist.c' || echo '$(srcdir)/'`skiplist.c | |||
| libqb_la-atomic_gcc.lo: atomic_gcc.c | libqb_la-hashtable.lo: hashtable.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-atomic_gcc.lo -M | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| D -MP -MF $(DEPDIR)/libqb_la-atomic_gcc.Tpo -c -o libqb_la-atomic_gcc.lo `t | _la-hashtable.lo -MD -MP -MF $(DEPDIR)/libqb_la-hashtable.Tpo -c -o libqb_l | |||
| est -f 'atomic_gcc.c' || echo '$(srcdir)/'`atomic_gcc.c | a-hashtable.lo `test -f 'hashtable.c' || echo '$(srcdir)/'`hashtable.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-atomic_gcc.Tpo $(DEPDIR | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-hashtable.Tpo | |||
| )/libqb_la-atomic_gcc.Plo | $(DEPDIR)/libqb_la-hashtable.Plo | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='atomic_gcc.c' object='libqb_ | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | |||
| la-atomic_gcc.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='hashtable.c' object='libqb_l | |||
| a-hashtable.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-atomic_gcc.lo `test -f 'atomic_gcc.c' || echo '$(srcdir)/'`atomic_gcc.c | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-hash table.lo `test -f 'hashtable.c' || echo '$(srcdir)/'`hashtable.c | |||
| libqb_la-atomic_lock.lo: atomic_lock.c | libqb_la-trie.lo: trie.c | |||
| @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb_la-atomic_lock.lo - | INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | |||
| MD -MP -MF $(DEPDIR)/libqb_la-atomic_lock.Tpo -c -o libqb_la-atomic_lock.lo | _la-trie.lo -MD -MP -MF $(DEPDIR)/libqb_la-trie.Tpo -c -o libqb_la-trie.lo | |||
| `test -f 'atomic_lock.c' || echo '$(srcdir)/'`atomic_lock.c | `test -f 'trie.c' || echo '$(srcdir)/'`trie.c | |||
| @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libqb_la-atomic_lock.Tpo $(DEPDI | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-trie.Tpo $(DE | |||
| R)/libqb_la-atomic_lock.Plo | PDIR)/libqb_la-trie.Plo | |||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='atomic_lock.c' object='libqb | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | |||
| _la-atomic_lock.lo' libtool=yes @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='trie.c' object='libqb_la-tri | |||
| e.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc omp) @AMDEPBACKSLASH@ | |||
| @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLA | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | |||
| GS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libqb_la | LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | |||
| _CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-atomic_lock.lo | $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-trie | |||
| `test -f 'atomic_lock.c' || echo '$(srcdir)/'`atomic_lock.c | .lo `test -f 'trie.c' || echo '$(srcdir)/'`trie.c | |||
| libqb_la-unix.lo: unix.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-unix.lo -MD -MP -MF $(DEPDIR)/libqb_la-unix.Tpo -c -o libqb_la-unix.lo | ||||
| `test -f 'unix.c' || echo '$(srcdir)/'`unix.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-unix.Tpo $(DE | ||||
| PDIR)/libqb_la-unix.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='unix.c' object='libqb_la-uni | ||||
| x.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-unix | ||||
| .lo `test -f 'unix.c' || echo '$(srcdir)/'`unix.c | ||||
| libqb_la-ipc_sysv_mq.lo: ipc_sysv_mq.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-ipc_sysv_mq.lo -MD -MP -MF $(DEPDIR)/libqb_la-ipc_sysv_mq.Tpo -c -o lib | ||||
| qb_la-ipc_sysv_mq.lo `test -f 'ipc_sysv_mq.c' || echo '$(srcdir)/'`ipc_sysv | ||||
| _mq.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-ipc_sysv_mq.T | ||||
| po $(DEPDIR)/libqb_la-ipc_sysv_mq.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipc_sysv_mq.c' object='libqb | ||||
| _la-ipc_sysv_mq.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipc_ | ||||
| sysv_mq.lo `test -f 'ipc_sysv_mq.c' || echo '$(srcdir)/'`ipc_sysv_mq.c | ||||
| libqb_la-ipc_posix_mq.lo: ipc_posix_mq.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-ipc_posix_mq.lo -MD -MP -MF $(DEPDIR)/libqb_la-ipc_posix_mq.Tpo -c -o l | ||||
| ibqb_la-ipc_posix_mq.lo `test -f 'ipc_posix_mq.c' || echo '$(srcdir)/'`ipc_ | ||||
| posix_mq.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-ipc_posix_mq. | ||||
| Tpo $(DEPDIR)/libqb_la-ipc_posix_mq.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ipc_posix_mq.c' object='libq | ||||
| b_la-ipc_posix_mq.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-ipc_ | ||||
| posix_mq.lo `test -f 'ipc_posix_mq.c' || echo '$(srcdir)/'`ipc_posix_mq.c | ||||
| libqb_la-loop_timerlist.lo: loop_timerlist.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOO | ||||
| LFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $( | ||||
| INCLUDES) $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libqb | ||||
| _la-loop_timerlist.lo -MD -MP -MF $(DEPDIR)/libqb_la-loop_timerlist.Tpo -c | ||||
| -o libqb_la-loop_timerlist.lo `test -f 'loop_timerlist.c' || echo '$(srcdir | ||||
| )/'`loop_timerlist.c | ||||
| @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libqb_la-loop_timerlis | ||||
| t.Tpo $(DEPDIR)/libqb_la-loop_timerlist.Plo | ||||
| @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='loop_timerlist.c' object='li | ||||
| bqb_la-loop_timerlist.lo' libtool=yes @AMDEPBACKSLASH@ | ||||
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depc | ||||
| omp) @AMDEPBACKSLASH@ | ||||
| @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $( | ||||
| LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) | ||||
| $(libqb_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libqb_la-loop | ||||
| _timerlist.lo `test -f 'loop_timerlist.c' || echo '$(srcdir)/'`loop_timerli | ||||
| st.c | ||||
| mostlyclean-libtool: | mostlyclean-libtool: | |||
| -rm -f *.lo | -rm -f *.lo | |||
| clean-libtool: | clean-libtool: | |||
| -rm -rf .libs _libs | -rm -rf .libs _libs | |||
| install-pkgconfigDATA: $(pkgconfig_DATA) | install-pkgconfigDATA: $(pkgconfig_DATA) | |||
| @$(NORMAL_INSTALL) | @$(NORMAL_INSTALL) | |||
| test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" | test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" | |||
| @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ | |||
| skipping to change at line 609 | skipping to change at line 811 | |||
| $$unique | $$unique | |||
| GTAGS: | GTAGS: | |||
| here=`$(am__cd) $(top_builddir) && pwd` \ | here=`$(am__cd) $(top_builddir) && pwd` \ | |||
| && $(am__cd) $(top_srcdir) \ | && $(am__cd) $(top_srcdir) \ | |||
| && gtags -i $(GTAGS_ARGS) "$$here" | && gtags -i $(GTAGS_ARGS) "$$here" | |||
| distclean-tags: | distclean-tags: | |||
| -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |||
| check-TESTS: $(TESTS) | # To be appended to the command running the test. Handle the stdout | |||
| @failed=0; all=0; xfail=0; xpass=0; skip=0; \ | # and stderr redirection, and catch the exit status. | |||
| srcdir=$(srcdir); export srcdir; \ | am__check_post = \ | |||
| list=' $(TESTS) '; \ | >$@-t 2>&1; \ | |||
| $(am__tty_colors); \ | estatus=$$?; \ | |||
| if test -n "$$list"; then \ | if test -n '$(DISABLE_HARD_ERRORS)' \ | |||
| for tst in $$list; do \ | && test $$estatus -eq 99; then \ | |||
| if test -f ./$$tst; then dir=./; \ | estatus=1; \ | |||
| elif test -f $$tst; then dir=; \ | fi; \ | |||
| else dir="$(srcdir)/"; fi; \ | TERM=$$__SAVED_TERM; export TERM; \ | |||
| if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \ | $(am__tty_colors); \ | |||
| all=`expr $$all + 1`; \ | xfailed=PASS; \ | |||
| case " $(XFAIL_TESTS) " in \ | case " $(XFAIL_TESTS) " in \ | |||
| *[\ \ ]$$tst[\ \ ]*) \ | *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ | |||
| xpass=`expr $$xpass + 1`; \ | xfailed=XFAIL;; \ | |||
| failed=`expr $$failed + 1`; \ | esac; \ | |||
| col=$$red; res=XPASS; \ | case $$estatus:$$xfailed in \ | |||
| ;; \ | 0:XFAIL) col=$$red; res=XPASS;; \ | |||
| *) \ | 0:*) col=$$grn; res=PASS ;; \ | |||
| col=$$grn; res=PASS; \ | 77:*) col=$$blu; res=SKIP ;; \ | |||
| ;; \ | 99:*) col=$$red; res=FAIL ;; \ | |||
| esac; \ | *:XFAIL) col=$$lgn; res=XFAIL;; \ | |||
| elif test $$? -ne 77; then \ | *:*) col=$$red; res=FAIL ;; \ | |||
| all=`expr $$all + 1`; \ | esac; \ | |||
| case " $(XFAIL_TESTS) " in \ | echo "$${col}$$res$${std}: $$f"; \ | |||
| *[\ \ ]$$tst[\ \ ]*) \ | echo "$$res: $$f (exit: $$estatus)" | \ | |||
| xfail=`expr $$xfail + 1`; \ | $(am__rst_section) >$@; \ | |||
| col=$$lgn; res=XFAIL; \ | cat $@-t >>$@; \ | |||
| ;; \ | rm -f $@-t | |||
| *) \ | ||||
| failed=`expr $$failed + 1`; \ | $(TEST_SUITE_LOG): $(TEST_LOGS) | |||
| col=$$red; res=FAIL; \ | @$(am__sh_e_setup); \ | |||
| ;; \ | list='$(TEST_LOGS)'; \ | |||
| esac; \ | results=`for f in $$list; do \ | |||
| else \ | read line < $$f && echo "$$line" || echo FAIL; \ | |||
| skip=`expr $$skip + 1`; \ | done`; \ | |||
| col=$$blu; res=SKIP; \ | all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[ ]*/ | |||
| fi; \ | /'`; \ | |||
| echo "$${col}$$res$${std}: $$tst"; \ | fail=`echo "$$results" | grep -c '^FAIL'`; \ | |||
| done; \ | pass=`echo "$$results" | grep -c '^PASS'`; \ | |||
| if test "$$all" -eq 1; then \ | skip=`echo "$$results" | grep -c '^SKIP'`; \ | |||
| tests="test"; \ | xfail=`echo "$$results" | grep -c '^XFAIL'`; \ | |||
| All=""; \ | xpass=`echo "$$results" | grep -c '^XPASS'`; \ | |||
| else \ | failures=`expr $$fail + $$xpass`; \ | |||
| tests="tests"; \ | all=`expr $$all - $$skip`; \ | |||
| All="All "; \ | if test "$$all" -eq 1; then tests=test; All=; \ | |||
| fi; \ | else tests=tests; All="All "; fi; \ | |||
| if test "$$failed" -eq 0; then \ | case fail=$$fail:xpass=$$xpass:xfail=$$xfail in \ | |||
| if test "$$xfail" -eq 0; then \ | fail=0:xpass=0:xfail=0) \ | |||
| banner="$$All$$all $$tests passed"; \ | msg="$$All$$all $$tests passed. "; \ | |||
| else \ | exit=true;; \ | |||
| if test "$$xfail" -eq 1; then failures=failure; else failures= | fail=0:xpass=0:xfail=*) \ | |||
| failures; fi; \ | msg="$$All$$all $$tests behaved as expected"; \ | |||
| banner="$$All$$all $$tests behaved as expected ($$xfail expect | if test "$$xfail" -eq 1; then xfailures=failure; \ | |||
| ed $$failures)"; \ | else xfailures=failures; fi; \ | |||
| fi; \ | msg="$$msg ($$xfail expected $$xfailures). "; \ | |||
| else \ | exit=true;; \ | |||
| if test "$$xpass" -eq 0; then \ | fail=*:xpass=0:xfail=*) \ | |||
| banner="$$failed of $$all $$tests failed"; \ | msg="$$fail of $$all $$tests failed. "; \ | |||
| else \ | exit=false;; \ | |||
| if test "$$xpass" -eq 1; then passes=pass; else passes=passes; | fail=*:xpass=*:xfail=*) \ | |||
| fi; \ | msg="$$failures of $$all $$tests did not behave as expected"; \ | |||
| banner="$$failed of $$all $$tests did not behave as expected ( | if test "$$xpass" -eq 1; then xpasses=pass; \ | |||
| $$xpass unexpected $$passes)"; \ | else xpasses=passes; fi; \ | |||
| fi; \ | msg="$$msg ($$xpass unexpected $$xpasses). "; \ | |||
| fi; \ | exit=false;; \ | |||
| dashes="$$banner"; \ | *) \ | |||
| skipped=""; \ | echo >&2 "incorrect case"; exit 4;; \ | |||
| if test "$$skip" -ne 0; then \ | esac; \ | |||
| if test "$$skip" -eq 1; then \ | if test "$$skip" -ne 0; then \ | |||
| skipped="($$skip test was not run)"; \ | if test "$$skip" -eq 1; then \ | |||
| else \ | msg="$$msg($$skip test was not run). "; \ | |||
| skipped="($$skip tests were not run)"; \ | else \ | |||
| fi; \ | msg="$$msg($$skip tests were not run). "; \ | |||
| test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || | fi; \ | |||
| \ | fi; \ | |||
| dashes="$$skipped"; \ | { \ | |||
| fi; \ | echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ | |||
| report=""; \ | $(am__rst_title); \ | |||
| if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \ | echo "$$msg"; \ | |||
| report="Please report to $(PACKAGE_BUGREPORT)"; \ | echo; \ | |||
| test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || | echo ".. contents:: :depth: 2"; \ | |||
| \ | echo; \ | |||
| dashes="$$report"; \ | for f in $$list; do \ | |||
| fi; \ | read line < $$f; \ | |||
| dashes=`echo "$$dashes" | sed s/./=/g`; \ | case $$line in \ | |||
| if test "$$failed" -eq 0; then \ | PASS:*|XFAIL:*);; \ | |||
| echo "$$grn$$dashes"; \ | *) echo; cat $$f;; \ | |||
| else \ | esac; \ | |||
| echo "$$red$$dashes"; \ | done; \ | |||
| fi; \ | } >$(TEST_SUITE_LOG).tmp; \ | |||
| echo "$$banner"; \ | mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ | |||
| test -z "$$skipped" || echo "$$skipped"; \ | if test "$$failures" -ne 0; then \ | |||
| test -z "$$report" || echo "$$report"; \ | msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG). "; \ | |||
| echo "$$dashes$$std"; \ | if test -n "$(PACKAGE_BUGREPORT)"; then \ | |||
| test "$$failed" -eq 0; \ | msg="$${msg}Please report to $(PACKAGE_BUGREPORT). "; \ | |||
| else :; fi | fi; \ | |||
| fi; \ | ||||
| test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG); \ | ||||
| $(am__tty_colors); \ | ||||
| if $$exit; then \ | ||||
| echo $(ECHO_N) "$$grn$(ECHO_C)"; \ | ||||
| else \ | ||||
| echo $(ECHO_N) "$$red$(ECHO_C)"; \ | ||||
| fi; \ | ||||
| echo "$$msg" | $(am__text_box); \ | ||||
| echo $(ECHO_N) "$$std$(ECHO_C)"; \ | ||||
| $$exit | ||||
| # Run all the tests. | ||||
| check-TESTS: | ||||
| @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list | ||||
| @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) | ||||
| @list='$(TEST_LOGS)'; \ | ||||
| list=`for f in $$list; do \ | ||||
| test .log = $$f || echo $$f; \ | ||||
| done | tr '\012\015' ' '`; \ | ||||
| $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list" | ||||
| .log.html: | ||||
| @list='$(RST2HTML) $$RST2HTML rst2html rst2html.py'; \ | ||||
| for r2h in $$list; do \ | ||||
| if ($$r2h --version) >/dev/null 2>&1; then \ | ||||
| R2H=$$r2h; \ | ||||
| fi; \ | ||||
| done; \ | ||||
| if test -z "$$R2H"; then \ | ||||
| echo >&2 "cannot find rst2html, cannot create $@"; \ | ||||
| exit 2; \ | ||||
| fi; \ | ||||
| $$R2H $< >$@.tmp | ||||
| @mv $@.tmp $@ | ||||
| # Be sure to run check first, and then to convert the result. | ||||
| # Beware of concurrent executions. Run "check" not "check-TESTS", as | ||||
| # check-SCRIPTS and other dependencies are rebuilt by the former only. | ||||
| # And expect check to fail. | ||||
| check-html: | ||||
| @if $(MAKE) $(AM_MAKEFLAGS) check; then \ | ||||
| rv=0; else rv=$$?; \ | ||||
| fi; \ | ||||
| $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) || exit 4; \ | ||||
| exit $$rv | ||||
| recheck recheck-html: | ||||
| @target=`echo $@ | sed 's,^re,,'`; \ | ||||
| list='$(TEST_LOGS)'; \ | ||||
| list=`for f in $$list; do \ | ||||
| test -f $$f || continue; \ | ||||
| if read line < $$f; then \ | ||||
| case $$line in FAIL*|XPASS*) echo $$f;; esac; \ | ||||
| else echo $$f; fi; \ | ||||
| done | tr '\012\015' ' '`; \ | ||||
| $(MAKE) $(AM_MAKEFLAGS) $$target AM_MAKEFLAGS='$(AM_MAKEFLAGS) TEST_ | ||||
| LOGS="'"$$list"'"' | ||||
| run_splint.sh.log: run_splint.sh | ||||
| @p='run_splint.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__ch | ||||
| eck_post) | ||||
| .test.log: | ||||
| @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_po | ||||
| st) | ||||
| @am__EXEEXT_TRUE@.test$(EXEEXT).log: | ||||
| @am__EXEEXT_TRUE@ @p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst | ||||
| " $(am__check_post) | ||||
| distdir: $(DISTFILES) | distdir: $(DISTFILES) | |||
| @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
| topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |||
| list='$(DISTFILES)'; \ | list='$(DISTFILES)'; \ | |||
| dist_files=`for file in $$list; do echo $$file; done | \ | dist_files=`for file in $$list; do echo $$file; done | \ | |||
| sed -e "s|^$$srcdirstrip/||;t" \ | sed -e "s|^$$srcdirstrip/||;t" \ | |||
| -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |||
| case $$dist_files in \ | case $$dist_files in \ | |||
| */*) $(MKDIR_P) `echo "$$dist_files" | \ | */*) $(MKDIR_P) `echo "$$dist_files" | \ | |||
| skipping to change at line 755 | skipping to change at line 1024 | |||
| install-am: all-am | install-am: all-am | |||
| @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |||
| installcheck: installcheck-am | installcheck: installcheck-am | |||
| install-strip: | install-strip: | |||
| $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |||
| install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=- s \ | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=- s \ | |||
| `test -z '$(STRIP)' || \ | `test -z '$(STRIP)' || \ | |||
| echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |||
| mostlyclean-generic: | mostlyclean-generic: | |||
| -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) | ||||
| -test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP) | ||||
| -test -z "$(TEST_SUITE_HTML)" || rm -f $(TEST_SUITE_HTML) | ||||
| -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) | ||||
| @HAVE_SPLINT_FALSE@clean-generic: | @HAVE_SPLINT_FALSE@clean-generic: | |||
| distclean-generic: | distclean-generic: | |||
| -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | |||
| -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |||
| maintainer-clean-generic: | maintainer-clean-generic: | |||
| @echo "This command is intended for maintainers to use" | @echo "This command is intended for maintainers to use" | |||
| @echo "it deletes files that may require special tools to rebuild." | @echo "it deletes files that may require special tools to rebuild." | |||
| skipping to change at line 837 | skipping to change at line 1110 | |||
| pdf: pdf-am | pdf: pdf-am | |||
| pdf-am: | pdf-am: | |||
| ps: ps-am | ps: ps-am | |||
| ps-am: | ps-am: | |||
| uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA | uninstall-am: uninstall-libLTLIBRARIES uninstall-pkgconfigDATA | |||
| .MAKE: check-am install-am install-strip | .MAKE: check-am check-html install-am install-strip recheck \ | |||
| recheck-html | ||||
| .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \ | .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am check-html \ | |||
| clean-generic clean-libLTLIBRARIES clean-libtool ctags \ | clean clean-generic clean-libLTLIBRARIES clean-libtool ctags \ | |||
| distclean distclean-compile distclean-generic \ | distclean distclean-compile distclean-generic \ | |||
| distclean-libtool distclean-tags distdir dvi dvi-am html \ | distclean-libtool distclean-tags distdir dvi dvi-am html \ | |||
| html-am info info-am install install-am install-data \ | html-am info info-am install install-am install-data \ | |||
| install-data-am install-dvi install-dvi-am install-exec \ | install-data-am install-dvi install-dvi-am install-exec \ | |||
| install-exec-am install-html install-html-am install-info \ | install-exec-am install-html install-html-am install-info \ | |||
| install-info-am install-libLTLIBRARIES install-man install-pdf \ | install-info-am install-libLTLIBRARIES install-man install-pdf \ | |||
| install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ | install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ | |||
| install-strip installcheck installcheck-am installdirs \ | install-strip installcheck installcheck-am installdirs \ | |||
| maintainer-clean maintainer-clean-generic mostlyclean \ | maintainer-clean maintainer-clean-generic mostlyclean \ | |||
| mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ | |||
| pdf pdf-am ps ps-am tags uninstall uninstall-am \ | pdf pdf-am ps ps-am recheck recheck-html tags uninstall \ | |||
| uninstall-libLTLIBRARIES uninstall-pkgconfigDATA | uninstall-am uninstall-libLTLIBRARIES uninstall-pkgconfigDATA | |||
| @HAVE_SPLINT_TRUE@run_splint.sh: $(top_srcdir)/configure.ac | @HAVE_SPLINT_TRUE@run_splint.sh: $(top_srcdir)/configure.ac | |||
| @HAVE_SPLINT_TRUE@ echo "$(SPLINT) $(ALL_LINT_FLAGS) $(addprefix $(top_ srcdir)/lib/, $(source_to_lint))" > $@ | @HAVE_SPLINT_TRUE@ echo "$(SPLINT) $(ALL_LINT_FLAGS) $(addprefix $(top_ srcdir)/lib/, $(source_to_lint))" > $@ | |||
| @HAVE_SPLINT_TRUE@ chmod +x $@ | @HAVE_SPLINT_TRUE@ $(AM_V_GEN)chmod +x $@ | |||
| @HAVE_SPLINT_TRUE@dist-clean-local: | @HAVE_SPLINT_TRUE@dist-clean-local: | |||
| @HAVE_SPLINT_TRUE@ rm -f run_splint.sh | @HAVE_SPLINT_TRUE@ $(AM_V_GEN)rm -f run_splint.sh | |||
| @HAVE_SPLINT_TRUE@clean-generic: | @HAVE_SPLINT_TRUE@clean-generic: | |||
| @HAVE_SPLINT_TRUE@ rm -f run_splint.sh | @HAVE_SPLINT_TRUE@ $(AM_V_GEN)rm -f run_splint.sh | |||
| # Tell versions [3.59,3.63) of GNU make to not export all variables. | # Tell versions [3.59,3.63) of GNU make to not export all variables. | |||
| # Otherwise a system limit (for SysV at least) may be exceeded. | # Otherwise a system limit (for SysV at least) may be exceeded. | |||
| .NOEXPORT: | .NOEXPORT: | |||
| End of changes. 65 change blocks. | ||||
| 322 lines changed or deleted | 708 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||