# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. @SET_MAKE@ VPATH = @srcdir@ am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@ am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ bin_PROGRAMS = utils/faux-file2c$(EXEEXT) utils/faux-getch$(EXEEXT) \ testc/testc$(EXEEXT) @HAVE_LD_VERSION_SCRIPT_TRUE@am__append_1 = -Wl,--version-script=faux/faux.map @DEBUG_TRUE@am__append_2 = -DDEBUG @TESTC_TRUE@am__append_3 = -DTESTC @TESTC_TRUE@am__append_4 = faux/base/testc_base.c @TESTC_TRUE@am__append_5 = faux/str/testc_str.c @TESTC_TRUE@am__append_6 = faux/log/testc_log.c @TESTC_TRUE@am__append_7 = faux/vec/testc_vec.c @TESTC_TRUE@am__append_8 = faux/ini/testc_ini.c @TESTC_TRUE@am__append_9 = faux/argv/testc_argv.c @TESTC_TRUE@am__append_10 = faux/time/testc_time.c @TESTC_TRUE@am__append_11 = faux/sched/testc_sched.c @TESTC_TRUE@am__append_12 = faux/async/testc_async.c @TESTC_TRUE@am__append_13 = faux/buf/testc_buf.c \ @TESTC_TRUE@ faux/testc_module/testc_module.c \ @TESTC_TRUE@ faux/testc_module/demo.c subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.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/m4_ax_pthread.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ $(am__configure_deps) $(nobase_include_HEADERS) \ $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \ "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)" PROGRAMS = $(bin_PROGRAMS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ *) f=$$p;; \ esac; am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; am__install_max = 40 am__nobase_strip_setup = \ srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` am__nobase_strip = \ for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" am__nobase_list = $(am__nobase_strip_setup); \ for p in $$list; do echo "$$p $$p"; done | \ sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ if (++n[$$2] == $(am__install_max)) \ { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ END { for (dir in files) print dir, files[dir] }' am__base_list = \ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' am__uninstall_files_from_dir = { \ test -z "$$files" \ || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } LIBRARIES = $(lib_LIBRARIES) LTLIBRARIES = $(lib_LTLIBRARIES) am__DEPENDENCIES_1 = libfaux_la_DEPENDENCIES = $(am__DEPENDENCIES_1) am__libfaux_la_SOURCES_DIST = faux/base/mem.c faux/base/io.c \ faux/base/fs.c faux/base/testc_base.c faux/ctype/ctype.c \ faux/str/str.c faux/str/testc_str.c faux/sysdb/sysdb.c \ faux/conv/conv.c faux/log/log.c faux/log/testc_log.c \ faux/list/list.c faux/list/private.h faux/vec/vec.c \ faux/vec/private.h faux/vec/testc_vec.c faux/ini/pair.c \ faux/ini/ini.c faux/ini/private.h faux/ini/testc_ini.c \ faux/file/file.c faux/file/private.h faux/argv/argv.c \ faux/argv/private.h faux/argv/testc_argv.c faux/time/time.c \ faux/time/testc_time.c faux/sched/ev.c faux/sched/sched.c \ faux/sched/private.h faux/sched/testc_sched.c \ faux/net/net_io.c faux/net/net.c faux/net/pollfd.c \ faux/net/private.h faux/msg/hdr.c faux/msg/phdr.c \ faux/msg/msg.c faux/eloop/eloop.c faux/eloop/private.h \ faux/async/async.c faux/async/private.h \ faux/async/testc_async.c faux/error/error.c \ faux/error/private.h faux/testc_helpers/testc_helpers.c \ faux/buf/buf.c faux/buf/private.h faux/buf/testc_buf.c \ faux/testc_module/testc_module.c faux/testc_module/demo.c am__dirstamp = $(am__leading_dot)dirstamp @TESTC_TRUE@am__objects_1 = faux/base/libfaux_la-testc_base.lo @TESTC_TRUE@am__objects_2 = faux/str/libfaux_la-testc_str.lo @TESTC_TRUE@am__objects_3 = faux/log/libfaux_la-testc_log.lo @TESTC_TRUE@am__objects_4 = faux/vec/libfaux_la-testc_vec.lo @TESTC_TRUE@am__objects_5 = faux/ini/libfaux_la-testc_ini.lo @TESTC_TRUE@am__objects_6 = faux/argv/libfaux_la-testc_argv.lo @TESTC_TRUE@am__objects_7 = faux/time/libfaux_la-testc_time.lo @TESTC_TRUE@am__objects_8 = faux/sched/libfaux_la-testc_sched.lo @TESTC_TRUE@am__objects_9 = faux/async/libfaux_la-testc_async.lo @TESTC_TRUE@am__objects_10 = faux/buf/libfaux_la-testc_buf.lo \ @TESTC_TRUE@ faux/testc_module/libfaux_la-testc_module.lo \ @TESTC_TRUE@ faux/testc_module/libfaux_la-demo.lo am_libfaux_la_OBJECTS = faux/base/libfaux_la-mem.lo \ faux/base/libfaux_la-io.lo faux/base/libfaux_la-fs.lo \ $(am__objects_1) faux/ctype/libfaux_la-ctype.lo \ faux/str/libfaux_la-str.lo $(am__objects_2) \ faux/sysdb/libfaux_la-sysdb.lo faux/conv/libfaux_la-conv.lo \ faux/log/libfaux_la-log.lo $(am__objects_3) \ faux/list/libfaux_la-list.lo faux/vec/libfaux_la-vec.lo \ $(am__objects_4) faux/ini/libfaux_la-pair.lo \ faux/ini/libfaux_la-ini.lo $(am__objects_5) \ faux/file/libfaux_la-file.lo faux/argv/libfaux_la-argv.lo \ $(am__objects_6) faux/time/libfaux_la-time.lo $(am__objects_7) \ faux/sched/libfaux_la-ev.lo faux/sched/libfaux_la-sched.lo \ $(am__objects_8) faux/net/libfaux_la-net_io.lo \ faux/net/libfaux_la-net.lo faux/net/libfaux_la-pollfd.lo \ faux/msg/libfaux_la-hdr.lo faux/msg/libfaux_la-phdr.lo \ faux/msg/libfaux_la-msg.lo faux/eloop/libfaux_la-eloop.lo \ faux/async/libfaux_la-async.lo $(am__objects_9) \ faux/error/libfaux_la-error.lo \ faux/testc_helpers/libfaux_la-testc_helpers.lo \ faux/buf/libfaux_la-buf.lo $(am__objects_10) libfaux_la_OBJECTS = $(am_libfaux_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) am__v_lt_0 = --silent am__v_lt_1 = libfaux_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libfaux_la_CFLAGS) \ $(CFLAGS) $(libfaux_la_LDFLAGS) $(LDFLAGS) -o $@ am_testc_testc_OBJECTS = testc/testc.$(OBJEXT) \ testc/base/mem.$(OBJEXT) testc/base/io.$(OBJEXT) \ testc/base/fs.$(OBJEXT) testc/ctype/ctype.$(OBJEXT) \ testc/str/str.$(OBJEXT) testc/list/list.$(OBJEXT) testc_testc_OBJECTS = $(am_testc_testc_OBJECTS) LIBOBJDIR = libc/ testc_testc_DEPENDENCIES = libfaux.la $(LIBOBJS) am_utils_faux_file2c_OBJECTS = utils/faux-file2c.$(OBJEXT) utils_faux_file2c_OBJECTS = $(am_utils_faux_file2c_OBJECTS) utils_faux_file2c_DEPENDENCIES = libfaux.la $(LIBOBJS) am_utils_faux_getch_OBJECTS = utils/faux-getch.$(OBJEXT) utils_faux_getch_OBJECTS = $(am_utils_faux_getch_OBJECTS) utils_faux_getch_LDADD = $(LDADD) AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_@AM_V@) am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = depcomp = $(SHELL) $(top_srcdir)/aux_scripts/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = faux/argv/$(DEPDIR)/libfaux_la-argv.Plo \ faux/argv/$(DEPDIR)/libfaux_la-testc_argv.Plo \ faux/async/$(DEPDIR)/libfaux_la-async.Plo \ faux/async/$(DEPDIR)/libfaux_la-testc_async.Plo \ faux/base/$(DEPDIR)/libfaux_la-fs.Plo \ faux/base/$(DEPDIR)/libfaux_la-io.Plo \ faux/base/$(DEPDIR)/libfaux_la-mem.Plo \ faux/base/$(DEPDIR)/libfaux_la-testc_base.Plo \ faux/buf/$(DEPDIR)/libfaux_la-buf.Plo \ faux/buf/$(DEPDIR)/libfaux_la-testc_buf.Plo \ faux/conv/$(DEPDIR)/libfaux_la-conv.Plo \ faux/ctype/$(DEPDIR)/libfaux_la-ctype.Plo \ faux/eloop/$(DEPDIR)/libfaux_la-eloop.Plo \ faux/error/$(DEPDIR)/libfaux_la-error.Plo \ faux/file/$(DEPDIR)/libfaux_la-file.Plo \ faux/ini/$(DEPDIR)/libfaux_la-ini.Plo \ faux/ini/$(DEPDIR)/libfaux_la-pair.Plo \ faux/ini/$(DEPDIR)/libfaux_la-testc_ini.Plo \ faux/list/$(DEPDIR)/libfaux_la-list.Plo \ faux/log/$(DEPDIR)/libfaux_la-log.Plo \ faux/log/$(DEPDIR)/libfaux_la-testc_log.Plo \ faux/msg/$(DEPDIR)/libfaux_la-hdr.Plo \ faux/msg/$(DEPDIR)/libfaux_la-msg.Plo \ faux/msg/$(DEPDIR)/libfaux_la-phdr.Plo \ faux/net/$(DEPDIR)/libfaux_la-net.Plo \ faux/net/$(DEPDIR)/libfaux_la-net_io.Plo \ faux/net/$(DEPDIR)/libfaux_la-pollfd.Plo \ faux/sched/$(DEPDIR)/libfaux_la-ev.Plo \ faux/sched/$(DEPDIR)/libfaux_la-sched.Plo \ faux/sched/$(DEPDIR)/libfaux_la-testc_sched.Plo \ faux/str/$(DEPDIR)/libfaux_la-str.Plo \ faux/str/$(DEPDIR)/libfaux_la-testc_str.Plo \ faux/sysdb/$(DEPDIR)/libfaux_la-sysdb.Plo \ faux/testc_helpers/$(DEPDIR)/libfaux_la-testc_helpers.Plo \ faux/testc_module/$(DEPDIR)/libfaux_la-demo.Plo \ faux/testc_module/$(DEPDIR)/libfaux_la-testc_module.Plo \ faux/time/$(DEPDIR)/libfaux_la-testc_time.Plo \ faux/time/$(DEPDIR)/libfaux_la-time.Plo \ faux/vec/$(DEPDIR)/libfaux_la-testc_vec.Plo \ faux/vec/$(DEPDIR)/libfaux_la-vec.Plo libc/$(DEPDIR)/getopt.Po \ testc/$(DEPDIR)/testc.Po testc/base/$(DEPDIR)/fs.Po \ testc/base/$(DEPDIR)/io.Po testc/base/$(DEPDIR)/mem.Po \ testc/ctype/$(DEPDIR)/ctype.Po testc/list/$(DEPDIR)/list.Po \ testc/str/$(DEPDIR)/str.Po utils/$(DEPDIR)/faux-file2c.Po \ utils/$(DEPDIR)/faux-getch.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_@AM_V@) am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(libfaux_la_SOURCES) $(testc_testc_SOURCES) \ $(utils_faux_file2c_SOURCES) $(utils_faux_getch_SOURCES) DIST_SOURCES = $(am__libfaux_la_SOURCES_DIST) $(testc_testc_SOURCES) \ $(utils_faux_file2c_SOURCES) $(utils_faux_getch_SOURCES) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac HEADERS = $(nobase_include_HEADERS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags CSCOPE = cscope AM_RECURSIVE_TARGETS = cscope am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ $(top_srcdir)/aux_scripts/compile \ $(top_srcdir)/aux_scripts/config.guess \ $(top_srcdir)/aux_scripts/config.sub \ $(top_srcdir)/aux_scripts/depcomp \ $(top_srcdir)/aux_scripts/install-sh \ $(top_srcdir)/aux_scripts/ltmain.sh \ $(top_srcdir)/aux_scripts/missing \ $(top_srcdir)/faux/Makefile.am \ $(top_srcdir)/faux/argv/Makefile.am \ $(top_srcdir)/faux/async/Makefile.am \ $(top_srcdir)/faux/base/Makefile.am \ $(top_srcdir)/faux/buf/Makefile.am \ $(top_srcdir)/faux/conv/Makefile.am \ $(top_srcdir)/faux/ctype/Makefile.am \ $(top_srcdir)/faux/eloop/Makefile.am \ $(top_srcdir)/faux/error/Makefile.am \ $(top_srcdir)/faux/file/Makefile.am \ $(top_srcdir)/faux/ini/Makefile.am \ $(top_srcdir)/faux/list/Makefile.am \ $(top_srcdir)/faux/log/Makefile.am \ $(top_srcdir)/faux/msg/Makefile.am \ $(top_srcdir)/faux/net/Makefile.am \ $(top_srcdir)/faux/sched/Makefile.am \ $(top_srcdir)/faux/str/Makefile.am \ $(top_srcdir)/faux/sysdb/Makefile.am \ $(top_srcdir)/faux/testc_helpers/Makefile.am \ $(top_srcdir)/faux/testc_module/Makefile.am \ $(top_srcdir)/faux/time/Makefile.am \ $(top_srcdir)/faux/vec/Makefile.am $(top_srcdir)/libc/getopt.c \ $(top_srcdir)/testc/Makefile.am \ $(top_srcdir)/utils/Makefile.am ChangeLog aux_scripts/compile \ aux_scripts/config.guess aux_scripts/config.sub \ aux_scripts/depcomp aux_scripts/install-sh \ aux_scripts/ltmain.sh aux_scripts/missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) am__remove_distdir = \ if test -d "$(distdir)"; then \ find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ && rm -rf "$(distdir)" \ || { sleep 5 && rm -rf "$(distdir)"; }; \ else :; fi am__post_remove_distdir = $(am__remove_distdir) DIST_ARCHIVES = $(distdir).tar.gz GZIP_ENV = --best DIST_TARGETS = dist-gzip distuninstallcheck_listfiles = find . -type f -print am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' distcleancheck_listfiles = find . -type f -print ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ AR = @AR@ AS = @AS@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ ECHO_C = @ECHO_C@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ FGREP = @FGREP@ GREP = @GREP@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LD = @LD@ LDFLAGS = @LDFLAGS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ LIBTOOL = @LIBTOOL@ LIPO = @LIPO@ LN_S = @LN_S@ LTLIBOBJS = @LTLIBOBJS@ LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ MAKEINFO = @MAKEINFO@ MANIFEST_TOOL = @MANIFEST_TOOL@ MKDIR_P = @MKDIR_P@ NM = @NM@ NMEDIT = @NMEDIT@ OBJDUMP = @OBJDUMP@ OBJEXT = @OBJEXT@ OTOOL = @OTOOL@ OTOOL64 = @OTOOL64@ PACKAGE = @PACKAGE@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PTHREAD_CC = @PTHREAD_CC@ PTHREAD_CFLAGS = @PTHREAD_CFLAGS@ PTHREAD_LIBS = @PTHREAD_LIBS@ RANLIB = @RANLIB@ SED = @SED@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SONAME_AGE = @SONAME_AGE@ SONAME_CURRENT = @SONAME_CURRENT@ SONAME_REVISION = @SONAME_REVISION@ STRIP = @STRIP@ VERSION = @VERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ am__quote = @am__quote@ am__tar = @am__tar@ am__untar = @am__untar@ ax_pthread_config = @ax_pthread_config@ bindir = @bindir@ build = @build@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ builddir = @builddir@ datadir = @datadir@ datarootdir = @datarootdir@ docdir = @docdir@ dvidir = @dvidir@ exec_prefix = @exec_prefix@ host = @host@ host_alias = @host_alias@ host_cpu = @host_cpu@ host_os = @host_os@ host_vendor = @host_vendor@ htmldir = @htmldir@ includedir = @includedir@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ libexecdir = @libexecdir@ localedir = @localedir@ localstatedir = @localstatedir@ mandir = @mandir@ mkdir_p = @mkdir_p@ oldincludedir = @oldincludedir@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ AUTOMAKE_OPTIONS = foreign nostdinc ACLOCAL_AMFLAGS = -I m4 AM_CPPFLAGS = -I. -I$(top_srcdir) AM_LD = $(CC) VERSION_INFO = -version-info $(SONAME_CURRENT):$(SONAME_REVISION):$(SONAME_AGE) @DEBUG_TRUE@DEBUG_CFLAGS = -DDEBUG AM_CFLAGS = -Wall $(DEBUG_CFLAGS) AM_LDFLAGS = -z relro -z now -z defs lib_LTLIBRARIES = libfaux.la lib_LIBRARIES = nobase_include_HEADERS = faux/faux.h faux/ctype.h faux/str.h \ faux/sysdb.h faux/conv.h faux/log.h faux/list.h faux/vec.h \ faux/ini.h faux/file.h faux/argv.h faux/time.h faux/sched.h \ faux/net.h faux/msg.h faux/eloop.h faux/async.h faux/error.h \ faux/testc_helpers.h faux/buf.h EXTRA_DIST = faux/Makefile.am utils/Makefile.am testc/Makefile.am \ faux/base/Makefile.am faux/ctype/Makefile.am \ faux/str/Makefile.am faux/sysdb/Makefile.am \ faux/conv/Makefile.am faux/log/Makefile.am \ faux/list/Makefile.am faux/vec/Makefile.am \ faux/ini/Makefile.am faux/file/Makefile.am \ faux/argv/Makefile.am faux/time/Makefile.am \ faux/sched/Makefile.am faux/net/Makefile.am \ faux/msg/Makefile.am faux/eloop/Makefile.am \ faux/async/Makefile.am faux/error/Makefile.am \ faux/testc_helpers/Makefile.am libfaux_la_SOURCES = faux/base/mem.c faux/base/io.c faux/base/fs.c \ $(am__append_4) faux/ctype/ctype.c faux/str/str.c \ $(am__append_5) faux/sysdb/sysdb.c faux/conv/conv.c \ faux/log/log.c $(am__append_6) faux/list/list.c \ faux/list/private.h faux/vec/vec.c faux/vec/private.h \ $(am__append_7) faux/ini/pair.c faux/ini/ini.c \ faux/ini/private.h $(am__append_8) faux/file/file.c \ faux/file/private.h faux/argv/argv.c faux/argv/private.h \ $(am__append_9) faux/time/time.c $(am__append_10) \ faux/sched/ev.c faux/sched/sched.c faux/sched/private.h \ $(am__append_11) faux/net/net_io.c faux/net/net.c \ faux/net/pollfd.c faux/net/private.h faux/msg/hdr.c \ faux/msg/phdr.c faux/msg/msg.c faux/eloop/eloop.c \ faux/eloop/private.h faux/async/async.c faux/async/private.h \ $(am__append_12) faux/error/error.c faux/error/private.h \ faux/testc_helpers/testc_helpers.c faux/buf/buf.c \ faux/buf/private.h $(am__append_13) libfaux_la_LIBADD = $(PTHREAD_LIBS) libfaux_la_CFLAGS = $(PTHREAD_CFLAGS) $(am__append_2) $(am__append_3) libfaux_la_LDFLAGS = $(AM_LDFLAGS) $(VERSION_INFO) $(am__append_1) utils_faux_file2c_SOURCES = \ utils/faux-file2c.c utils_faux_getch_SOURCES = \ utils/faux-getch.c utils_faux_file2c_LDADD = \ libfaux.la \ $(LIBOBJS) # The testc binary must be maximally static because LD_LIBRARY_PATH may be used # to test not-installed libraries. This LD_LIBRARY_PATH can influence testc # itself. So build necessary parts of faux library statically. testc_testc_SOURCES = testc/testc.c testc/base/mem.c testc/base/io.c \ testc/base/fs.c testc/ctype/ctype.c testc/str/str.c \ testc/list/list.c testc/list/private.h testc_testc_LDADD = \ libfaux.la \ $(LIBOBJS) all: config.h $(MAKE) $(AM_MAKEFLAGS) all-am .SUFFIXES: .SUFFIXES: .c .lo .o .obj am--refresh: Makefile @: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/faux/Makefile.am $(top_srcdir)/faux/base/Makefile.am $(top_srcdir)/faux/ctype/Makefile.am $(top_srcdir)/faux/str/Makefile.am $(top_srcdir)/faux/sysdb/Makefile.am $(top_srcdir)/faux/conv/Makefile.am $(top_srcdir)/faux/log/Makefile.am $(top_srcdir)/faux/list/Makefile.am $(top_srcdir)/faux/vec/Makefile.am $(top_srcdir)/faux/ini/Makefile.am $(top_srcdir)/faux/file/Makefile.am $(top_srcdir)/faux/argv/Makefile.am $(top_srcdir)/faux/time/Makefile.am $(top_srcdir)/faux/sched/Makefile.am $(top_srcdir)/faux/net/Makefile.am $(top_srcdir)/faux/msg/Makefile.am $(top_srcdir)/faux/eloop/Makefile.am $(top_srcdir)/faux/async/Makefile.am $(top_srcdir)/faux/error/Makefile.am $(top_srcdir)/faux/testc_helpers/Makefile.am $(top_srcdir)/faux/buf/Makefile.am $(top_srcdir)/faux/testc_module/Makefile.am $(top_srcdir)/utils/Makefile.am $(top_srcdir)/testc/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/faux/Makefile.am $(top_srcdir)/faux/base/Makefile.am $(top_srcdir)/faux/ctype/Makefile.am $(top_srcdir)/faux/str/Makefile.am $(top_srcdir)/faux/sysdb/Makefile.am $(top_srcdir)/faux/conv/Makefile.am $(top_srcdir)/faux/log/Makefile.am $(top_srcdir)/faux/list/Makefile.am $(top_srcdir)/faux/vec/Makefile.am $(top_srcdir)/faux/ini/Makefile.am $(top_srcdir)/faux/file/Makefile.am $(top_srcdir)/faux/argv/Makefile.am $(top_srcdir)/faux/time/Makefile.am $(top_srcdir)/faux/sched/Makefile.am $(top_srcdir)/faux/net/Makefile.am $(top_srcdir)/faux/msg/Makefile.am $(top_srcdir)/faux/eloop/Makefile.am $(top_srcdir)/faux/async/Makefile.am $(top_srcdir)/faux/error/Makefile.am $(top_srcdir)/faux/testc_helpers/Makefile.am $(top_srcdir)/faux/buf/Makefile.am $(top_srcdir)/faux/testc_module/Makefile.am $(top_srcdir)/utils/Makefile.am $(top_srcdir)/testc/Makefile.am $(am__empty): $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) $(SHELL) ./config.status --recheck $(top_srcdir)/configure: $(am__configure_deps) $(am__cd) $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) $(am__aclocal_m4_deps): config.h: stamp-h1 @test -f $@ || rm -f stamp-h1 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status @rm -f stamp-h1 cd $(top_builddir) && $(SHELL) ./config.status config.h $(srcdir)/config.h.in: $(am__configure_deps) ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) rm -f stamp-h1 touch $@ distclean-hdr: -rm -f config.h stamp-h1 install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ || test -f $$p1 \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ } \ ; done uninstall-binPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(bindir)" && rm -f $$files clean-binPROGRAMS: @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ echo " rm -f" $$list; \ rm -f $$list || exit $$?; \ test -n "$(EXEEXT)" || exit 0; \ list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ echo " rm -f" $$list; \ rm -f $$list install-libLIBRARIES: $(lib_LIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \ $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } @$(POST_INSTALL) @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ if test -f $$p; then \ $(am__strip_dir) \ echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \ ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \ else :; fi; \ done uninstall-libLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir) clean-libLIBRARIES: -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) install-libLTLIBRARIES: $(lib_LTLIBRARIES) @$(NORMAL_INSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ list2=; for p in $$list; do \ if test -f $$p; then \ list2="$$list2 $$p"; \ else :; fi; \ done; \ test -z "$$list2" || { \ echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ } uninstall-libLTLIBRARIES: @$(NORMAL_UNINSTALL) @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ for p in $$list; do \ $(am__strip_dir) \ echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ done clean-libLTLIBRARIES: -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) @list='$(lib_LTLIBRARIES)'; \ locs=`for p in $$list; do echo $$p; done | \ sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ sort -u`; \ test -z "$$locs" || { \ echo rm -f $${locs}; \ rm -f $${locs}; \ } faux/base/$(am__dirstamp): @$(MKDIR_P) faux/base @: > faux/base/$(am__dirstamp) faux/base/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/base/$(DEPDIR) @: > faux/base/$(DEPDIR)/$(am__dirstamp) faux/base/libfaux_la-mem.lo: faux/base/$(am__dirstamp) \ faux/base/$(DEPDIR)/$(am__dirstamp) faux/base/libfaux_la-io.lo: faux/base/$(am__dirstamp) \ faux/base/$(DEPDIR)/$(am__dirstamp) faux/base/libfaux_la-fs.lo: faux/base/$(am__dirstamp) \ faux/base/$(DEPDIR)/$(am__dirstamp) faux/base/libfaux_la-testc_base.lo: faux/base/$(am__dirstamp) \ faux/base/$(DEPDIR)/$(am__dirstamp) faux/ctype/$(am__dirstamp): @$(MKDIR_P) faux/ctype @: > faux/ctype/$(am__dirstamp) faux/ctype/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/ctype/$(DEPDIR) @: > faux/ctype/$(DEPDIR)/$(am__dirstamp) faux/ctype/libfaux_la-ctype.lo: faux/ctype/$(am__dirstamp) \ faux/ctype/$(DEPDIR)/$(am__dirstamp) faux/str/$(am__dirstamp): @$(MKDIR_P) faux/str @: > faux/str/$(am__dirstamp) faux/str/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/str/$(DEPDIR) @: > faux/str/$(DEPDIR)/$(am__dirstamp) faux/str/libfaux_la-str.lo: faux/str/$(am__dirstamp) \ faux/str/$(DEPDIR)/$(am__dirstamp) faux/str/libfaux_la-testc_str.lo: faux/str/$(am__dirstamp) \ faux/str/$(DEPDIR)/$(am__dirstamp) faux/sysdb/$(am__dirstamp): @$(MKDIR_P) faux/sysdb @: > faux/sysdb/$(am__dirstamp) faux/sysdb/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/sysdb/$(DEPDIR) @: > faux/sysdb/$(DEPDIR)/$(am__dirstamp) faux/sysdb/libfaux_la-sysdb.lo: faux/sysdb/$(am__dirstamp) \ faux/sysdb/$(DEPDIR)/$(am__dirstamp) faux/conv/$(am__dirstamp): @$(MKDIR_P) faux/conv @: > faux/conv/$(am__dirstamp) faux/conv/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/conv/$(DEPDIR) @: > faux/conv/$(DEPDIR)/$(am__dirstamp) faux/conv/libfaux_la-conv.lo: faux/conv/$(am__dirstamp) \ faux/conv/$(DEPDIR)/$(am__dirstamp) faux/log/$(am__dirstamp): @$(MKDIR_P) faux/log @: > faux/log/$(am__dirstamp) faux/log/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/log/$(DEPDIR) @: > faux/log/$(DEPDIR)/$(am__dirstamp) faux/log/libfaux_la-log.lo: faux/log/$(am__dirstamp) \ faux/log/$(DEPDIR)/$(am__dirstamp) faux/log/libfaux_la-testc_log.lo: faux/log/$(am__dirstamp) \ faux/log/$(DEPDIR)/$(am__dirstamp) faux/list/$(am__dirstamp): @$(MKDIR_P) faux/list @: > faux/list/$(am__dirstamp) faux/list/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/list/$(DEPDIR) @: > faux/list/$(DEPDIR)/$(am__dirstamp) faux/list/libfaux_la-list.lo: faux/list/$(am__dirstamp) \ faux/list/$(DEPDIR)/$(am__dirstamp) faux/vec/$(am__dirstamp): @$(MKDIR_P) faux/vec @: > faux/vec/$(am__dirstamp) faux/vec/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/vec/$(DEPDIR) @: > faux/vec/$(DEPDIR)/$(am__dirstamp) faux/vec/libfaux_la-vec.lo: faux/vec/$(am__dirstamp) \ faux/vec/$(DEPDIR)/$(am__dirstamp) faux/vec/libfaux_la-testc_vec.lo: faux/vec/$(am__dirstamp) \ faux/vec/$(DEPDIR)/$(am__dirstamp) faux/ini/$(am__dirstamp): @$(MKDIR_P) faux/ini @: > faux/ini/$(am__dirstamp) faux/ini/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/ini/$(DEPDIR) @: > faux/ini/$(DEPDIR)/$(am__dirstamp) faux/ini/libfaux_la-pair.lo: faux/ini/$(am__dirstamp) \ faux/ini/$(DEPDIR)/$(am__dirstamp) faux/ini/libfaux_la-ini.lo: faux/ini/$(am__dirstamp) \ faux/ini/$(DEPDIR)/$(am__dirstamp) faux/ini/libfaux_la-testc_ini.lo: faux/ini/$(am__dirstamp) \ faux/ini/$(DEPDIR)/$(am__dirstamp) faux/file/$(am__dirstamp): @$(MKDIR_P) faux/file @: > faux/file/$(am__dirstamp) faux/file/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/file/$(DEPDIR) @: > faux/file/$(DEPDIR)/$(am__dirstamp) faux/file/libfaux_la-file.lo: faux/file/$(am__dirstamp) \ faux/file/$(DEPDIR)/$(am__dirstamp) faux/argv/$(am__dirstamp): @$(MKDIR_P) faux/argv @: > faux/argv/$(am__dirstamp) faux/argv/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/argv/$(DEPDIR) @: > faux/argv/$(DEPDIR)/$(am__dirstamp) faux/argv/libfaux_la-argv.lo: faux/argv/$(am__dirstamp) \ faux/argv/$(DEPDIR)/$(am__dirstamp) faux/argv/libfaux_la-testc_argv.lo: faux/argv/$(am__dirstamp) \ faux/argv/$(DEPDIR)/$(am__dirstamp) faux/time/$(am__dirstamp): @$(MKDIR_P) faux/time @: > faux/time/$(am__dirstamp) faux/time/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/time/$(DEPDIR) @: > faux/time/$(DEPDIR)/$(am__dirstamp) faux/time/libfaux_la-time.lo: faux/time/$(am__dirstamp) \ faux/time/$(DEPDIR)/$(am__dirstamp) faux/time/libfaux_la-testc_time.lo: faux/time/$(am__dirstamp) \ faux/time/$(DEPDIR)/$(am__dirstamp) faux/sched/$(am__dirstamp): @$(MKDIR_P) faux/sched @: > faux/sched/$(am__dirstamp) faux/sched/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/sched/$(DEPDIR) @: > faux/sched/$(DEPDIR)/$(am__dirstamp) faux/sched/libfaux_la-ev.lo: faux/sched/$(am__dirstamp) \ faux/sched/$(DEPDIR)/$(am__dirstamp) faux/sched/libfaux_la-sched.lo: faux/sched/$(am__dirstamp) \ faux/sched/$(DEPDIR)/$(am__dirstamp) faux/sched/libfaux_la-testc_sched.lo: faux/sched/$(am__dirstamp) \ faux/sched/$(DEPDIR)/$(am__dirstamp) faux/net/$(am__dirstamp): @$(MKDIR_P) faux/net @: > faux/net/$(am__dirstamp) faux/net/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/net/$(DEPDIR) @: > faux/net/$(DEPDIR)/$(am__dirstamp) faux/net/libfaux_la-net_io.lo: faux/net/$(am__dirstamp) \ faux/net/$(DEPDIR)/$(am__dirstamp) faux/net/libfaux_la-net.lo: faux/net/$(am__dirstamp) \ faux/net/$(DEPDIR)/$(am__dirstamp) faux/net/libfaux_la-pollfd.lo: faux/net/$(am__dirstamp) \ faux/net/$(DEPDIR)/$(am__dirstamp) faux/msg/$(am__dirstamp): @$(MKDIR_P) faux/msg @: > faux/msg/$(am__dirstamp) faux/msg/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/msg/$(DEPDIR) @: > faux/msg/$(DEPDIR)/$(am__dirstamp) faux/msg/libfaux_la-hdr.lo: faux/msg/$(am__dirstamp) \ faux/msg/$(DEPDIR)/$(am__dirstamp) faux/msg/libfaux_la-phdr.lo: faux/msg/$(am__dirstamp) \ faux/msg/$(DEPDIR)/$(am__dirstamp) faux/msg/libfaux_la-msg.lo: faux/msg/$(am__dirstamp) \ faux/msg/$(DEPDIR)/$(am__dirstamp) faux/eloop/$(am__dirstamp): @$(MKDIR_P) faux/eloop @: > faux/eloop/$(am__dirstamp) faux/eloop/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/eloop/$(DEPDIR) @: > faux/eloop/$(DEPDIR)/$(am__dirstamp) faux/eloop/libfaux_la-eloop.lo: faux/eloop/$(am__dirstamp) \ faux/eloop/$(DEPDIR)/$(am__dirstamp) faux/async/$(am__dirstamp): @$(MKDIR_P) faux/async @: > faux/async/$(am__dirstamp) faux/async/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/async/$(DEPDIR) @: > faux/async/$(DEPDIR)/$(am__dirstamp) faux/async/libfaux_la-async.lo: faux/async/$(am__dirstamp) \ faux/async/$(DEPDIR)/$(am__dirstamp) faux/async/libfaux_la-testc_async.lo: faux/async/$(am__dirstamp) \ faux/async/$(DEPDIR)/$(am__dirstamp) faux/error/$(am__dirstamp): @$(MKDIR_P) faux/error @: > faux/error/$(am__dirstamp) faux/error/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/error/$(DEPDIR) @: > faux/error/$(DEPDIR)/$(am__dirstamp) faux/error/libfaux_la-error.lo: faux/error/$(am__dirstamp) \ faux/error/$(DEPDIR)/$(am__dirstamp) faux/testc_helpers/$(am__dirstamp): @$(MKDIR_P) faux/testc_helpers @: > faux/testc_helpers/$(am__dirstamp) faux/testc_helpers/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/testc_helpers/$(DEPDIR) @: > faux/testc_helpers/$(DEPDIR)/$(am__dirstamp) faux/testc_helpers/libfaux_la-testc_helpers.lo: \ faux/testc_helpers/$(am__dirstamp) \ faux/testc_helpers/$(DEPDIR)/$(am__dirstamp) faux/buf/$(am__dirstamp): @$(MKDIR_P) faux/buf @: > faux/buf/$(am__dirstamp) faux/buf/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/buf/$(DEPDIR) @: > faux/buf/$(DEPDIR)/$(am__dirstamp) faux/buf/libfaux_la-buf.lo: faux/buf/$(am__dirstamp) \ faux/buf/$(DEPDIR)/$(am__dirstamp) faux/buf/libfaux_la-testc_buf.lo: faux/buf/$(am__dirstamp) \ faux/buf/$(DEPDIR)/$(am__dirstamp) faux/testc_module/$(am__dirstamp): @$(MKDIR_P) faux/testc_module @: > faux/testc_module/$(am__dirstamp) faux/testc_module/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) faux/testc_module/$(DEPDIR) @: > faux/testc_module/$(DEPDIR)/$(am__dirstamp) faux/testc_module/libfaux_la-testc_module.lo: \ faux/testc_module/$(am__dirstamp) \ faux/testc_module/$(DEPDIR)/$(am__dirstamp) faux/testc_module/libfaux_la-demo.lo: \ faux/testc_module/$(am__dirstamp) \ faux/testc_module/$(DEPDIR)/$(am__dirstamp) libfaux.la: $(libfaux_la_OBJECTS) $(libfaux_la_DEPENDENCIES) $(EXTRA_libfaux_la_DEPENDENCIES) $(AM_V_CCLD)$(libfaux_la_LINK) -rpath $(libdir) $(libfaux_la_OBJECTS) $(libfaux_la_LIBADD) $(LIBS) testc/$(am__dirstamp): @$(MKDIR_P) testc @: > testc/$(am__dirstamp) testc/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) testc/$(DEPDIR) @: > testc/$(DEPDIR)/$(am__dirstamp) testc/testc.$(OBJEXT): testc/$(am__dirstamp) \ testc/$(DEPDIR)/$(am__dirstamp) testc/base/$(am__dirstamp): @$(MKDIR_P) testc/base @: > testc/base/$(am__dirstamp) testc/base/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) testc/base/$(DEPDIR) @: > testc/base/$(DEPDIR)/$(am__dirstamp) testc/base/mem.$(OBJEXT): testc/base/$(am__dirstamp) \ testc/base/$(DEPDIR)/$(am__dirstamp) testc/base/io.$(OBJEXT): testc/base/$(am__dirstamp) \ testc/base/$(DEPDIR)/$(am__dirstamp) testc/base/fs.$(OBJEXT): testc/base/$(am__dirstamp) \ testc/base/$(DEPDIR)/$(am__dirstamp) testc/ctype/$(am__dirstamp): @$(MKDIR_P) testc/ctype @: > testc/ctype/$(am__dirstamp) testc/ctype/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) testc/ctype/$(DEPDIR) @: > testc/ctype/$(DEPDIR)/$(am__dirstamp) testc/ctype/ctype.$(OBJEXT): testc/ctype/$(am__dirstamp) \ testc/ctype/$(DEPDIR)/$(am__dirstamp) testc/str/$(am__dirstamp): @$(MKDIR_P) testc/str @: > testc/str/$(am__dirstamp) testc/str/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) testc/str/$(DEPDIR) @: > testc/str/$(DEPDIR)/$(am__dirstamp) testc/str/str.$(OBJEXT): testc/str/$(am__dirstamp) \ testc/str/$(DEPDIR)/$(am__dirstamp) testc/list/$(am__dirstamp): @$(MKDIR_P) testc/list @: > testc/list/$(am__dirstamp) testc/list/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) testc/list/$(DEPDIR) @: > testc/list/$(DEPDIR)/$(am__dirstamp) testc/list/list.$(OBJEXT): testc/list/$(am__dirstamp) \ testc/list/$(DEPDIR)/$(am__dirstamp) libc/$(am__dirstamp): @$(MKDIR_P) libc/ @: > libc/$(am__dirstamp) libc/getopt.$(OBJEXT): libc/$(am__dirstamp) testc/testc$(EXEEXT): $(testc_testc_OBJECTS) $(testc_testc_DEPENDENCIES) $(EXTRA_testc_testc_DEPENDENCIES) testc/$(am__dirstamp) @rm -f testc/testc$(EXEEXT) $(AM_V_CCLD)$(LINK) $(testc_testc_OBJECTS) $(testc_testc_LDADD) $(LIBS) utils/$(am__dirstamp): @$(MKDIR_P) utils @: > utils/$(am__dirstamp) utils/$(DEPDIR)/$(am__dirstamp): @$(MKDIR_P) utils/$(DEPDIR) @: > utils/$(DEPDIR)/$(am__dirstamp) utils/faux-file2c.$(OBJEXT): utils/$(am__dirstamp) \ utils/$(DEPDIR)/$(am__dirstamp) utils/faux-file2c$(EXEEXT): $(utils_faux_file2c_OBJECTS) $(utils_faux_file2c_DEPENDENCIES) $(EXTRA_utils_faux_file2c_DEPENDENCIES) utils/$(am__dirstamp) @rm -f utils/faux-file2c$(EXEEXT) $(AM_V_CCLD)$(LINK) $(utils_faux_file2c_OBJECTS) $(utils_faux_file2c_LDADD) $(LIBS) utils/faux-getch.$(OBJEXT): utils/$(am__dirstamp) \ utils/$(DEPDIR)/$(am__dirstamp) utils/faux-getch$(EXEEXT): $(utils_faux_getch_OBJECTS) $(utils_faux_getch_DEPENDENCIES) $(EXTRA_utils_faux_getch_DEPENDENCIES) utils/$(am__dirstamp) @rm -f utils/faux-getch$(EXEEXT) $(AM_V_CCLD)$(LINK) $(utils_faux_getch_OBJECTS) $(utils_faux_getch_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) -rm -f faux/argv/*.$(OBJEXT) -rm -f faux/argv/*.lo -rm -f faux/async/*.$(OBJEXT) -rm -f faux/async/*.lo -rm -f faux/base/*.$(OBJEXT) -rm -f faux/base/*.lo -rm -f faux/buf/*.$(OBJEXT) -rm -f faux/buf/*.lo -rm -f faux/conv/*.$(OBJEXT) -rm -f faux/conv/*.lo -rm -f faux/ctype/*.$(OBJEXT) -rm -f faux/ctype/*.lo -rm -f faux/eloop/*.$(OBJEXT) -rm -f faux/eloop/*.lo -rm -f faux/error/*.$(OBJEXT) -rm -f faux/error/*.lo -rm -f faux/file/*.$(OBJEXT) -rm -f faux/file/*.lo -rm -f faux/ini/*.$(OBJEXT) -rm -f faux/ini/*.lo -rm -f faux/list/*.$(OBJEXT) -rm -f faux/list/*.lo -rm -f faux/log/*.$(OBJEXT) -rm -f faux/log/*.lo -rm -f faux/msg/*.$(OBJEXT) -rm -f faux/msg/*.lo -rm -f faux/net/*.$(OBJEXT) -rm -f faux/net/*.lo -rm -f faux/sched/*.$(OBJEXT) -rm -f faux/sched/*.lo -rm -f faux/str/*.$(OBJEXT) -rm -f faux/str/*.lo -rm -f faux/sysdb/*.$(OBJEXT) -rm -f faux/sysdb/*.lo -rm -f faux/testc_helpers/*.$(OBJEXT) -rm -f faux/testc_helpers/*.lo -rm -f faux/testc_module/*.$(OBJEXT) -rm -f faux/testc_module/*.lo -rm -f faux/time/*.$(OBJEXT) -rm -f faux/time/*.lo -rm -f faux/vec/*.$(OBJEXT) -rm -f faux/vec/*.lo -rm -f testc/*.$(OBJEXT) -rm -f testc/base/*.$(OBJEXT) -rm -f testc/ctype/*.$(OBJEXT) -rm -f testc/list/*.$(OBJEXT) -rm -f testc/str/*.$(OBJEXT) -rm -f utils/*.$(OBJEXT) distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@faux/argv/$(DEPDIR)/libfaux_la-argv.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/argv/$(DEPDIR)/libfaux_la-testc_argv.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/async/$(DEPDIR)/libfaux_la-async.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/async/$(DEPDIR)/libfaux_la-testc_async.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/base/$(DEPDIR)/libfaux_la-fs.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/base/$(DEPDIR)/libfaux_la-io.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/base/$(DEPDIR)/libfaux_la-mem.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/base/$(DEPDIR)/libfaux_la-testc_base.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/buf/$(DEPDIR)/libfaux_la-buf.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/buf/$(DEPDIR)/libfaux_la-testc_buf.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/conv/$(DEPDIR)/libfaux_la-conv.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/ctype/$(DEPDIR)/libfaux_la-ctype.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/eloop/$(DEPDIR)/libfaux_la-eloop.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/error/$(DEPDIR)/libfaux_la-error.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/file/$(DEPDIR)/libfaux_la-file.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/ini/$(DEPDIR)/libfaux_la-ini.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/ini/$(DEPDIR)/libfaux_la-pair.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/ini/$(DEPDIR)/libfaux_la-testc_ini.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/list/$(DEPDIR)/libfaux_la-list.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/log/$(DEPDIR)/libfaux_la-log.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/log/$(DEPDIR)/libfaux_la-testc_log.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/msg/$(DEPDIR)/libfaux_la-hdr.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/msg/$(DEPDIR)/libfaux_la-msg.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/msg/$(DEPDIR)/libfaux_la-phdr.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/net/$(DEPDIR)/libfaux_la-net.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/net/$(DEPDIR)/libfaux_la-net_io.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/net/$(DEPDIR)/libfaux_la-pollfd.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/sched/$(DEPDIR)/libfaux_la-ev.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/sched/$(DEPDIR)/libfaux_la-sched.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/sched/$(DEPDIR)/libfaux_la-testc_sched.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/str/$(DEPDIR)/libfaux_la-str.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/str/$(DEPDIR)/libfaux_la-testc_str.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/sysdb/$(DEPDIR)/libfaux_la-sysdb.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/testc_helpers/$(DEPDIR)/libfaux_la-testc_helpers.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/testc_module/$(DEPDIR)/libfaux_la-demo.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/testc_module/$(DEPDIR)/libfaux_la-testc_module.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/time/$(DEPDIR)/libfaux_la-testc_time.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/time/$(DEPDIR)/libfaux_la-time.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/vec/$(DEPDIR)/libfaux_la-testc_vec.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@faux/vec/$(DEPDIR)/libfaux_la-vec.Plo@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@libc/$(DEPDIR)/getopt.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@testc/$(DEPDIR)/testc.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@testc/base/$(DEPDIR)/fs.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@testc/base/$(DEPDIR)/io.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@testc/base/$(DEPDIR)/mem.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@testc/ctype/$(DEPDIR)/ctype.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@testc/list/$(DEPDIR)/list.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@testc/str/$(DEPDIR)/str.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@utils/$(DEPDIR)/faux-file2c.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@utils/$(DEPDIR)/faux-getch.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< .c.obj: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` .c.lo: @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< faux/base/libfaux_la-mem.lo: faux/base/mem.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/base/libfaux_la-mem.lo -MD -MP -MF faux/base/$(DEPDIR)/libfaux_la-mem.Tpo -c -o faux/base/libfaux_la-mem.lo `test -f 'faux/base/mem.c' || echo '$(srcdir)/'`faux/base/mem.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/base/$(DEPDIR)/libfaux_la-mem.Tpo faux/base/$(DEPDIR)/libfaux_la-mem.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/base/mem.c' object='faux/base/libfaux_la-mem.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/base/libfaux_la-mem.lo `test -f 'faux/base/mem.c' || echo '$(srcdir)/'`faux/base/mem.c faux/base/libfaux_la-io.lo: faux/base/io.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/base/libfaux_la-io.lo -MD -MP -MF faux/base/$(DEPDIR)/libfaux_la-io.Tpo -c -o faux/base/libfaux_la-io.lo `test -f 'faux/base/io.c' || echo '$(srcdir)/'`faux/base/io.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/base/$(DEPDIR)/libfaux_la-io.Tpo faux/base/$(DEPDIR)/libfaux_la-io.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/base/io.c' object='faux/base/libfaux_la-io.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/base/libfaux_la-io.lo `test -f 'faux/base/io.c' || echo '$(srcdir)/'`faux/base/io.c faux/base/libfaux_la-fs.lo: faux/base/fs.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/base/libfaux_la-fs.lo -MD -MP -MF faux/base/$(DEPDIR)/libfaux_la-fs.Tpo -c -o faux/base/libfaux_la-fs.lo `test -f 'faux/base/fs.c' || echo '$(srcdir)/'`faux/base/fs.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/base/$(DEPDIR)/libfaux_la-fs.Tpo faux/base/$(DEPDIR)/libfaux_la-fs.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/base/fs.c' object='faux/base/libfaux_la-fs.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/base/libfaux_la-fs.lo `test -f 'faux/base/fs.c' || echo '$(srcdir)/'`faux/base/fs.c faux/base/libfaux_la-testc_base.lo: faux/base/testc_base.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/base/libfaux_la-testc_base.lo -MD -MP -MF faux/base/$(DEPDIR)/libfaux_la-testc_base.Tpo -c -o faux/base/libfaux_la-testc_base.lo `test -f 'faux/base/testc_base.c' || echo '$(srcdir)/'`faux/base/testc_base.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/base/$(DEPDIR)/libfaux_la-testc_base.Tpo faux/base/$(DEPDIR)/libfaux_la-testc_base.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/base/testc_base.c' object='faux/base/libfaux_la-testc_base.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/base/libfaux_la-testc_base.lo `test -f 'faux/base/testc_base.c' || echo '$(srcdir)/'`faux/base/testc_base.c faux/ctype/libfaux_la-ctype.lo: faux/ctype/ctype.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/ctype/libfaux_la-ctype.lo -MD -MP -MF faux/ctype/$(DEPDIR)/libfaux_la-ctype.Tpo -c -o faux/ctype/libfaux_la-ctype.lo `test -f 'faux/ctype/ctype.c' || echo '$(srcdir)/'`faux/ctype/ctype.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/ctype/$(DEPDIR)/libfaux_la-ctype.Tpo faux/ctype/$(DEPDIR)/libfaux_la-ctype.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/ctype/ctype.c' object='faux/ctype/libfaux_la-ctype.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/ctype/libfaux_la-ctype.lo `test -f 'faux/ctype/ctype.c' || echo '$(srcdir)/'`faux/ctype/ctype.c faux/str/libfaux_la-str.lo: faux/str/str.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/str/libfaux_la-str.lo -MD -MP -MF faux/str/$(DEPDIR)/libfaux_la-str.Tpo -c -o faux/str/libfaux_la-str.lo `test -f 'faux/str/str.c' || echo '$(srcdir)/'`faux/str/str.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/str/$(DEPDIR)/libfaux_la-str.Tpo faux/str/$(DEPDIR)/libfaux_la-str.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/str/str.c' object='faux/str/libfaux_la-str.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/str/libfaux_la-str.lo `test -f 'faux/str/str.c' || echo '$(srcdir)/'`faux/str/str.c faux/str/libfaux_la-testc_str.lo: faux/str/testc_str.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/str/libfaux_la-testc_str.lo -MD -MP -MF faux/str/$(DEPDIR)/libfaux_la-testc_str.Tpo -c -o faux/str/libfaux_la-testc_str.lo `test -f 'faux/str/testc_str.c' || echo '$(srcdir)/'`faux/str/testc_str.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/str/$(DEPDIR)/libfaux_la-testc_str.Tpo faux/str/$(DEPDIR)/libfaux_la-testc_str.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/str/testc_str.c' object='faux/str/libfaux_la-testc_str.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/str/libfaux_la-testc_str.lo `test -f 'faux/str/testc_str.c' || echo '$(srcdir)/'`faux/str/testc_str.c faux/sysdb/libfaux_la-sysdb.lo: faux/sysdb/sysdb.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/sysdb/libfaux_la-sysdb.lo -MD -MP -MF faux/sysdb/$(DEPDIR)/libfaux_la-sysdb.Tpo -c -o faux/sysdb/libfaux_la-sysdb.lo `test -f 'faux/sysdb/sysdb.c' || echo '$(srcdir)/'`faux/sysdb/sysdb.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/sysdb/$(DEPDIR)/libfaux_la-sysdb.Tpo faux/sysdb/$(DEPDIR)/libfaux_la-sysdb.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/sysdb/sysdb.c' object='faux/sysdb/libfaux_la-sysdb.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/sysdb/libfaux_la-sysdb.lo `test -f 'faux/sysdb/sysdb.c' || echo '$(srcdir)/'`faux/sysdb/sysdb.c faux/conv/libfaux_la-conv.lo: faux/conv/conv.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/conv/libfaux_la-conv.lo -MD -MP -MF faux/conv/$(DEPDIR)/libfaux_la-conv.Tpo -c -o faux/conv/libfaux_la-conv.lo `test -f 'faux/conv/conv.c' || echo '$(srcdir)/'`faux/conv/conv.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/conv/$(DEPDIR)/libfaux_la-conv.Tpo faux/conv/$(DEPDIR)/libfaux_la-conv.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/conv/conv.c' object='faux/conv/libfaux_la-conv.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/conv/libfaux_la-conv.lo `test -f 'faux/conv/conv.c' || echo '$(srcdir)/'`faux/conv/conv.c faux/log/libfaux_la-log.lo: faux/log/log.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/log/libfaux_la-log.lo -MD -MP -MF faux/log/$(DEPDIR)/libfaux_la-log.Tpo -c -o faux/log/libfaux_la-log.lo `test -f 'faux/log/log.c' || echo '$(srcdir)/'`faux/log/log.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/log/$(DEPDIR)/libfaux_la-log.Tpo faux/log/$(DEPDIR)/libfaux_la-log.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/log/log.c' object='faux/log/libfaux_la-log.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/log/libfaux_la-log.lo `test -f 'faux/log/log.c' || echo '$(srcdir)/'`faux/log/log.c faux/log/libfaux_la-testc_log.lo: faux/log/testc_log.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/log/libfaux_la-testc_log.lo -MD -MP -MF faux/log/$(DEPDIR)/libfaux_la-testc_log.Tpo -c -o faux/log/libfaux_la-testc_log.lo `test -f 'faux/log/testc_log.c' || echo '$(srcdir)/'`faux/log/testc_log.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/log/$(DEPDIR)/libfaux_la-testc_log.Tpo faux/log/$(DEPDIR)/libfaux_la-testc_log.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/log/testc_log.c' object='faux/log/libfaux_la-testc_log.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/log/libfaux_la-testc_log.lo `test -f 'faux/log/testc_log.c' || echo '$(srcdir)/'`faux/log/testc_log.c faux/list/libfaux_la-list.lo: faux/list/list.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/list/libfaux_la-list.lo -MD -MP -MF faux/list/$(DEPDIR)/libfaux_la-list.Tpo -c -o faux/list/libfaux_la-list.lo `test -f 'faux/list/list.c' || echo '$(srcdir)/'`faux/list/list.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/list/$(DEPDIR)/libfaux_la-list.Tpo faux/list/$(DEPDIR)/libfaux_la-list.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/list/list.c' object='faux/list/libfaux_la-list.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/list/libfaux_la-list.lo `test -f 'faux/list/list.c' || echo '$(srcdir)/'`faux/list/list.c faux/vec/libfaux_la-vec.lo: faux/vec/vec.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/vec/libfaux_la-vec.lo -MD -MP -MF faux/vec/$(DEPDIR)/libfaux_la-vec.Tpo -c -o faux/vec/libfaux_la-vec.lo `test -f 'faux/vec/vec.c' || echo '$(srcdir)/'`faux/vec/vec.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/vec/$(DEPDIR)/libfaux_la-vec.Tpo faux/vec/$(DEPDIR)/libfaux_la-vec.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/vec/vec.c' object='faux/vec/libfaux_la-vec.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/vec/libfaux_la-vec.lo `test -f 'faux/vec/vec.c' || echo '$(srcdir)/'`faux/vec/vec.c faux/vec/libfaux_la-testc_vec.lo: faux/vec/testc_vec.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/vec/libfaux_la-testc_vec.lo -MD -MP -MF faux/vec/$(DEPDIR)/libfaux_la-testc_vec.Tpo -c -o faux/vec/libfaux_la-testc_vec.lo `test -f 'faux/vec/testc_vec.c' || echo '$(srcdir)/'`faux/vec/testc_vec.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/vec/$(DEPDIR)/libfaux_la-testc_vec.Tpo faux/vec/$(DEPDIR)/libfaux_la-testc_vec.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/vec/testc_vec.c' object='faux/vec/libfaux_la-testc_vec.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/vec/libfaux_la-testc_vec.lo `test -f 'faux/vec/testc_vec.c' || echo '$(srcdir)/'`faux/vec/testc_vec.c faux/ini/libfaux_la-pair.lo: faux/ini/pair.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/ini/libfaux_la-pair.lo -MD -MP -MF faux/ini/$(DEPDIR)/libfaux_la-pair.Tpo -c -o faux/ini/libfaux_la-pair.lo `test -f 'faux/ini/pair.c' || echo '$(srcdir)/'`faux/ini/pair.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/ini/$(DEPDIR)/libfaux_la-pair.Tpo faux/ini/$(DEPDIR)/libfaux_la-pair.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/ini/pair.c' object='faux/ini/libfaux_la-pair.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/ini/libfaux_la-pair.lo `test -f 'faux/ini/pair.c' || echo '$(srcdir)/'`faux/ini/pair.c faux/ini/libfaux_la-ini.lo: faux/ini/ini.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/ini/libfaux_la-ini.lo -MD -MP -MF faux/ini/$(DEPDIR)/libfaux_la-ini.Tpo -c -o faux/ini/libfaux_la-ini.lo `test -f 'faux/ini/ini.c' || echo '$(srcdir)/'`faux/ini/ini.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/ini/$(DEPDIR)/libfaux_la-ini.Tpo faux/ini/$(DEPDIR)/libfaux_la-ini.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/ini/ini.c' object='faux/ini/libfaux_la-ini.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/ini/libfaux_la-ini.lo `test -f 'faux/ini/ini.c' || echo '$(srcdir)/'`faux/ini/ini.c faux/ini/libfaux_la-testc_ini.lo: faux/ini/testc_ini.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/ini/libfaux_la-testc_ini.lo -MD -MP -MF faux/ini/$(DEPDIR)/libfaux_la-testc_ini.Tpo -c -o faux/ini/libfaux_la-testc_ini.lo `test -f 'faux/ini/testc_ini.c' || echo '$(srcdir)/'`faux/ini/testc_ini.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/ini/$(DEPDIR)/libfaux_la-testc_ini.Tpo faux/ini/$(DEPDIR)/libfaux_la-testc_ini.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/ini/testc_ini.c' object='faux/ini/libfaux_la-testc_ini.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/ini/libfaux_la-testc_ini.lo `test -f 'faux/ini/testc_ini.c' || echo '$(srcdir)/'`faux/ini/testc_ini.c faux/file/libfaux_la-file.lo: faux/file/file.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/file/libfaux_la-file.lo -MD -MP -MF faux/file/$(DEPDIR)/libfaux_la-file.Tpo -c -o faux/file/libfaux_la-file.lo `test -f 'faux/file/file.c' || echo '$(srcdir)/'`faux/file/file.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/file/$(DEPDIR)/libfaux_la-file.Tpo faux/file/$(DEPDIR)/libfaux_la-file.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/file/file.c' object='faux/file/libfaux_la-file.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/file/libfaux_la-file.lo `test -f 'faux/file/file.c' || echo '$(srcdir)/'`faux/file/file.c faux/argv/libfaux_la-argv.lo: faux/argv/argv.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/argv/libfaux_la-argv.lo -MD -MP -MF faux/argv/$(DEPDIR)/libfaux_la-argv.Tpo -c -o faux/argv/libfaux_la-argv.lo `test -f 'faux/argv/argv.c' || echo '$(srcdir)/'`faux/argv/argv.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/argv/$(DEPDIR)/libfaux_la-argv.Tpo faux/argv/$(DEPDIR)/libfaux_la-argv.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/argv/argv.c' object='faux/argv/libfaux_la-argv.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/argv/libfaux_la-argv.lo `test -f 'faux/argv/argv.c' || echo '$(srcdir)/'`faux/argv/argv.c faux/argv/libfaux_la-testc_argv.lo: faux/argv/testc_argv.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/argv/libfaux_la-testc_argv.lo -MD -MP -MF faux/argv/$(DEPDIR)/libfaux_la-testc_argv.Tpo -c -o faux/argv/libfaux_la-testc_argv.lo `test -f 'faux/argv/testc_argv.c' || echo '$(srcdir)/'`faux/argv/testc_argv.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/argv/$(DEPDIR)/libfaux_la-testc_argv.Tpo faux/argv/$(DEPDIR)/libfaux_la-testc_argv.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/argv/testc_argv.c' object='faux/argv/libfaux_la-testc_argv.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/argv/libfaux_la-testc_argv.lo `test -f 'faux/argv/testc_argv.c' || echo '$(srcdir)/'`faux/argv/testc_argv.c faux/time/libfaux_la-time.lo: faux/time/time.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/time/libfaux_la-time.lo -MD -MP -MF faux/time/$(DEPDIR)/libfaux_la-time.Tpo -c -o faux/time/libfaux_la-time.lo `test -f 'faux/time/time.c' || echo '$(srcdir)/'`faux/time/time.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/time/$(DEPDIR)/libfaux_la-time.Tpo faux/time/$(DEPDIR)/libfaux_la-time.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/time/time.c' object='faux/time/libfaux_la-time.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/time/libfaux_la-time.lo `test -f 'faux/time/time.c' || echo '$(srcdir)/'`faux/time/time.c faux/time/libfaux_la-testc_time.lo: faux/time/testc_time.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/time/libfaux_la-testc_time.lo -MD -MP -MF faux/time/$(DEPDIR)/libfaux_la-testc_time.Tpo -c -o faux/time/libfaux_la-testc_time.lo `test -f 'faux/time/testc_time.c' || echo '$(srcdir)/'`faux/time/testc_time.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/time/$(DEPDIR)/libfaux_la-testc_time.Tpo faux/time/$(DEPDIR)/libfaux_la-testc_time.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/time/testc_time.c' object='faux/time/libfaux_la-testc_time.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/time/libfaux_la-testc_time.lo `test -f 'faux/time/testc_time.c' || echo '$(srcdir)/'`faux/time/testc_time.c faux/sched/libfaux_la-ev.lo: faux/sched/ev.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/sched/libfaux_la-ev.lo -MD -MP -MF faux/sched/$(DEPDIR)/libfaux_la-ev.Tpo -c -o faux/sched/libfaux_la-ev.lo `test -f 'faux/sched/ev.c' || echo '$(srcdir)/'`faux/sched/ev.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/sched/$(DEPDIR)/libfaux_la-ev.Tpo faux/sched/$(DEPDIR)/libfaux_la-ev.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/sched/ev.c' object='faux/sched/libfaux_la-ev.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/sched/libfaux_la-ev.lo `test -f 'faux/sched/ev.c' || echo '$(srcdir)/'`faux/sched/ev.c faux/sched/libfaux_la-sched.lo: faux/sched/sched.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/sched/libfaux_la-sched.lo -MD -MP -MF faux/sched/$(DEPDIR)/libfaux_la-sched.Tpo -c -o faux/sched/libfaux_la-sched.lo `test -f 'faux/sched/sched.c' || echo '$(srcdir)/'`faux/sched/sched.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/sched/$(DEPDIR)/libfaux_la-sched.Tpo faux/sched/$(DEPDIR)/libfaux_la-sched.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/sched/sched.c' object='faux/sched/libfaux_la-sched.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/sched/libfaux_la-sched.lo `test -f 'faux/sched/sched.c' || echo '$(srcdir)/'`faux/sched/sched.c faux/sched/libfaux_la-testc_sched.lo: faux/sched/testc_sched.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/sched/libfaux_la-testc_sched.lo -MD -MP -MF faux/sched/$(DEPDIR)/libfaux_la-testc_sched.Tpo -c -o faux/sched/libfaux_la-testc_sched.lo `test -f 'faux/sched/testc_sched.c' || echo '$(srcdir)/'`faux/sched/testc_sched.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/sched/$(DEPDIR)/libfaux_la-testc_sched.Tpo faux/sched/$(DEPDIR)/libfaux_la-testc_sched.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/sched/testc_sched.c' object='faux/sched/libfaux_la-testc_sched.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/sched/libfaux_la-testc_sched.lo `test -f 'faux/sched/testc_sched.c' || echo '$(srcdir)/'`faux/sched/testc_sched.c faux/net/libfaux_la-net_io.lo: faux/net/net_io.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/net/libfaux_la-net_io.lo -MD -MP -MF faux/net/$(DEPDIR)/libfaux_la-net_io.Tpo -c -o faux/net/libfaux_la-net_io.lo `test -f 'faux/net/net_io.c' || echo '$(srcdir)/'`faux/net/net_io.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/net/$(DEPDIR)/libfaux_la-net_io.Tpo faux/net/$(DEPDIR)/libfaux_la-net_io.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/net/net_io.c' object='faux/net/libfaux_la-net_io.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/net/libfaux_la-net_io.lo `test -f 'faux/net/net_io.c' || echo '$(srcdir)/'`faux/net/net_io.c faux/net/libfaux_la-net.lo: faux/net/net.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/net/libfaux_la-net.lo -MD -MP -MF faux/net/$(DEPDIR)/libfaux_la-net.Tpo -c -o faux/net/libfaux_la-net.lo `test -f 'faux/net/net.c' || echo '$(srcdir)/'`faux/net/net.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/net/$(DEPDIR)/libfaux_la-net.Tpo faux/net/$(DEPDIR)/libfaux_la-net.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/net/net.c' object='faux/net/libfaux_la-net.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/net/libfaux_la-net.lo `test -f 'faux/net/net.c' || echo '$(srcdir)/'`faux/net/net.c faux/net/libfaux_la-pollfd.lo: faux/net/pollfd.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/net/libfaux_la-pollfd.lo -MD -MP -MF faux/net/$(DEPDIR)/libfaux_la-pollfd.Tpo -c -o faux/net/libfaux_la-pollfd.lo `test -f 'faux/net/pollfd.c' || echo '$(srcdir)/'`faux/net/pollfd.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/net/$(DEPDIR)/libfaux_la-pollfd.Tpo faux/net/$(DEPDIR)/libfaux_la-pollfd.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/net/pollfd.c' object='faux/net/libfaux_la-pollfd.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/net/libfaux_la-pollfd.lo `test -f 'faux/net/pollfd.c' || echo '$(srcdir)/'`faux/net/pollfd.c faux/msg/libfaux_la-hdr.lo: faux/msg/hdr.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/msg/libfaux_la-hdr.lo -MD -MP -MF faux/msg/$(DEPDIR)/libfaux_la-hdr.Tpo -c -o faux/msg/libfaux_la-hdr.lo `test -f 'faux/msg/hdr.c' || echo '$(srcdir)/'`faux/msg/hdr.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/msg/$(DEPDIR)/libfaux_la-hdr.Tpo faux/msg/$(DEPDIR)/libfaux_la-hdr.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/msg/hdr.c' object='faux/msg/libfaux_la-hdr.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/msg/libfaux_la-hdr.lo `test -f 'faux/msg/hdr.c' || echo '$(srcdir)/'`faux/msg/hdr.c faux/msg/libfaux_la-phdr.lo: faux/msg/phdr.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/msg/libfaux_la-phdr.lo -MD -MP -MF faux/msg/$(DEPDIR)/libfaux_la-phdr.Tpo -c -o faux/msg/libfaux_la-phdr.lo `test -f 'faux/msg/phdr.c' || echo '$(srcdir)/'`faux/msg/phdr.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/msg/$(DEPDIR)/libfaux_la-phdr.Tpo faux/msg/$(DEPDIR)/libfaux_la-phdr.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/msg/phdr.c' object='faux/msg/libfaux_la-phdr.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/msg/libfaux_la-phdr.lo `test -f 'faux/msg/phdr.c' || echo '$(srcdir)/'`faux/msg/phdr.c faux/msg/libfaux_la-msg.lo: faux/msg/msg.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/msg/libfaux_la-msg.lo -MD -MP -MF faux/msg/$(DEPDIR)/libfaux_la-msg.Tpo -c -o faux/msg/libfaux_la-msg.lo `test -f 'faux/msg/msg.c' || echo '$(srcdir)/'`faux/msg/msg.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/msg/$(DEPDIR)/libfaux_la-msg.Tpo faux/msg/$(DEPDIR)/libfaux_la-msg.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/msg/msg.c' object='faux/msg/libfaux_la-msg.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/msg/libfaux_la-msg.lo `test -f 'faux/msg/msg.c' || echo '$(srcdir)/'`faux/msg/msg.c faux/eloop/libfaux_la-eloop.lo: faux/eloop/eloop.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/eloop/libfaux_la-eloop.lo -MD -MP -MF faux/eloop/$(DEPDIR)/libfaux_la-eloop.Tpo -c -o faux/eloop/libfaux_la-eloop.lo `test -f 'faux/eloop/eloop.c' || echo '$(srcdir)/'`faux/eloop/eloop.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/eloop/$(DEPDIR)/libfaux_la-eloop.Tpo faux/eloop/$(DEPDIR)/libfaux_la-eloop.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/eloop/eloop.c' object='faux/eloop/libfaux_la-eloop.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/eloop/libfaux_la-eloop.lo `test -f 'faux/eloop/eloop.c' || echo '$(srcdir)/'`faux/eloop/eloop.c faux/async/libfaux_la-async.lo: faux/async/async.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/async/libfaux_la-async.lo -MD -MP -MF faux/async/$(DEPDIR)/libfaux_la-async.Tpo -c -o faux/async/libfaux_la-async.lo `test -f 'faux/async/async.c' || echo '$(srcdir)/'`faux/async/async.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/async/$(DEPDIR)/libfaux_la-async.Tpo faux/async/$(DEPDIR)/libfaux_la-async.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/async/async.c' object='faux/async/libfaux_la-async.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/async/libfaux_la-async.lo `test -f 'faux/async/async.c' || echo '$(srcdir)/'`faux/async/async.c faux/async/libfaux_la-testc_async.lo: faux/async/testc_async.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/async/libfaux_la-testc_async.lo -MD -MP -MF faux/async/$(DEPDIR)/libfaux_la-testc_async.Tpo -c -o faux/async/libfaux_la-testc_async.lo `test -f 'faux/async/testc_async.c' || echo '$(srcdir)/'`faux/async/testc_async.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/async/$(DEPDIR)/libfaux_la-testc_async.Tpo faux/async/$(DEPDIR)/libfaux_la-testc_async.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/async/testc_async.c' object='faux/async/libfaux_la-testc_async.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/async/libfaux_la-testc_async.lo `test -f 'faux/async/testc_async.c' || echo '$(srcdir)/'`faux/async/testc_async.c faux/error/libfaux_la-error.lo: faux/error/error.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/error/libfaux_la-error.lo -MD -MP -MF faux/error/$(DEPDIR)/libfaux_la-error.Tpo -c -o faux/error/libfaux_la-error.lo `test -f 'faux/error/error.c' || echo '$(srcdir)/'`faux/error/error.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/error/$(DEPDIR)/libfaux_la-error.Tpo faux/error/$(DEPDIR)/libfaux_la-error.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/error/error.c' object='faux/error/libfaux_la-error.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/error/libfaux_la-error.lo `test -f 'faux/error/error.c' || echo '$(srcdir)/'`faux/error/error.c faux/testc_helpers/libfaux_la-testc_helpers.lo: faux/testc_helpers/testc_helpers.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/testc_helpers/libfaux_la-testc_helpers.lo -MD -MP -MF faux/testc_helpers/$(DEPDIR)/libfaux_la-testc_helpers.Tpo -c -o faux/testc_helpers/libfaux_la-testc_helpers.lo `test -f 'faux/testc_helpers/testc_helpers.c' || echo '$(srcdir)/'`faux/testc_helpers/testc_helpers.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/testc_helpers/$(DEPDIR)/libfaux_la-testc_helpers.Tpo faux/testc_helpers/$(DEPDIR)/libfaux_la-testc_helpers.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/testc_helpers/testc_helpers.c' object='faux/testc_helpers/libfaux_la-testc_helpers.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/testc_helpers/libfaux_la-testc_helpers.lo `test -f 'faux/testc_helpers/testc_helpers.c' || echo '$(srcdir)/'`faux/testc_helpers/testc_helpers.c faux/buf/libfaux_la-buf.lo: faux/buf/buf.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/buf/libfaux_la-buf.lo -MD -MP -MF faux/buf/$(DEPDIR)/libfaux_la-buf.Tpo -c -o faux/buf/libfaux_la-buf.lo `test -f 'faux/buf/buf.c' || echo '$(srcdir)/'`faux/buf/buf.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/buf/$(DEPDIR)/libfaux_la-buf.Tpo faux/buf/$(DEPDIR)/libfaux_la-buf.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/buf/buf.c' object='faux/buf/libfaux_la-buf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/buf/libfaux_la-buf.lo `test -f 'faux/buf/buf.c' || echo '$(srcdir)/'`faux/buf/buf.c faux/buf/libfaux_la-testc_buf.lo: faux/buf/testc_buf.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/buf/libfaux_la-testc_buf.lo -MD -MP -MF faux/buf/$(DEPDIR)/libfaux_la-testc_buf.Tpo -c -o faux/buf/libfaux_la-testc_buf.lo `test -f 'faux/buf/testc_buf.c' || echo '$(srcdir)/'`faux/buf/testc_buf.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/buf/$(DEPDIR)/libfaux_la-testc_buf.Tpo faux/buf/$(DEPDIR)/libfaux_la-testc_buf.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/buf/testc_buf.c' object='faux/buf/libfaux_la-testc_buf.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/buf/libfaux_la-testc_buf.lo `test -f 'faux/buf/testc_buf.c' || echo '$(srcdir)/'`faux/buf/testc_buf.c faux/testc_module/libfaux_la-testc_module.lo: faux/testc_module/testc_module.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/testc_module/libfaux_la-testc_module.lo -MD -MP -MF faux/testc_module/$(DEPDIR)/libfaux_la-testc_module.Tpo -c -o faux/testc_module/libfaux_la-testc_module.lo `test -f 'faux/testc_module/testc_module.c' || echo '$(srcdir)/'`faux/testc_module/testc_module.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/testc_module/$(DEPDIR)/libfaux_la-testc_module.Tpo faux/testc_module/$(DEPDIR)/libfaux_la-testc_module.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/testc_module/testc_module.c' object='faux/testc_module/libfaux_la-testc_module.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/testc_module/libfaux_la-testc_module.lo `test -f 'faux/testc_module/testc_module.c' || echo '$(srcdir)/'`faux/testc_module/testc_module.c faux/testc_module/libfaux_la-demo.lo: faux/testc_module/demo.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -MT faux/testc_module/libfaux_la-demo.lo -MD -MP -MF faux/testc_module/$(DEPDIR)/libfaux_la-demo.Tpo -c -o faux/testc_module/libfaux_la-demo.lo `test -f 'faux/testc_module/demo.c' || echo '$(srcdir)/'`faux/testc_module/demo.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) faux/testc_module/$(DEPDIR)/libfaux_la-demo.Tpo faux/testc_module/$(DEPDIR)/libfaux_la-demo.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='faux/testc_module/demo.c' object='faux/testc_module/libfaux_la-demo.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libfaux_la_CFLAGS) $(CFLAGS) -c -o faux/testc_module/libfaux_la-demo.lo `test -f 'faux/testc_module/demo.c' || echo '$(srcdir)/'`faux/testc_module/demo.c mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs -rm -rf faux/argv/.libs faux/argv/_libs -rm -rf faux/async/.libs faux/async/_libs -rm -rf faux/base/.libs faux/base/_libs -rm -rf faux/buf/.libs faux/buf/_libs -rm -rf faux/conv/.libs faux/conv/_libs -rm -rf faux/ctype/.libs faux/ctype/_libs -rm -rf faux/eloop/.libs faux/eloop/_libs -rm -rf faux/error/.libs faux/error/_libs -rm -rf faux/file/.libs faux/file/_libs -rm -rf faux/ini/.libs faux/ini/_libs -rm -rf faux/list/.libs faux/list/_libs -rm -rf faux/log/.libs faux/log/_libs -rm -rf faux/msg/.libs faux/msg/_libs -rm -rf faux/net/.libs faux/net/_libs -rm -rf faux/sched/.libs faux/sched/_libs -rm -rf faux/str/.libs faux/str/_libs -rm -rf faux/sysdb/.libs faux/sysdb/_libs -rm -rf faux/testc_helpers/.libs faux/testc_helpers/_libs -rm -rf faux/testc_module/.libs faux/testc_module/_libs -rm -rf faux/time/.libs faux/time/_libs -rm -rf faux/vec/.libs faux/vec/_libs -rm -rf testc/.libs testc/_libs -rm -rf utils/.libs utils/_libs distclean-libtool: -rm -f libtool config.lt install-nobase_includeHEADERS: $(nobase_include_HEADERS) @$(NORMAL_INSTALL) @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ fi; \ $(am__nobase_list) | while read dir files; do \ xfiles=; for file in $$files; do \ if test -f "$$file"; then xfiles="$$xfiles $$file"; \ else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ test -z "$$xfiles" || { \ test "x$$dir" = x. || { \ echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ done uninstall-nobase_includeHEADERS: @$(NORMAL_UNINSTALL) @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscope: cscope.files test ! -s cscope.files \ || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) clean-cscope: -rm -f cscope.files cscope.files: clean-cscope cscopelist cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done -test -n "$(am__skip_mode_fix)" \ || find "$(distdir)" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 $(am__post_remove_distdir) dist-lzip: distdir tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz $(am__post_remove_distdir) dist-xz: distdir tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir -rm -f $(distdir).zip zip -rq $(distdir).zip $(distdir) $(am__post_remove_distdir) dist dist-all: $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' $(am__post_remove_distdir) # This target untars the dist file and tries a VPATH configuration. Then # it guarantees that the distribution is self-contained by making another # tarfile. distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ *.tar.xz*) \ xz -dc $(distdir).tar.xz | $(am__untar) ;;\ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ && $(am__cd) $(distdir)/_build/sub \ && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ && $(MAKE) $(AM_MAKEFLAGS) install \ && $(MAKE) $(AM_MAKEFLAGS) installcheck \ && $(MAKE) $(AM_MAKEFLAGS) uninstall \ && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ } || { rm -rf "$$dc_destdir"; exit 1; }) \ && rm -rf "$$dc_destdir" \ && $(MAKE) $(AM_MAKEFLAGS) dist \ && rm -rf $(DIST_ARCHIVES) \ && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ && cd "$$am__cwd" \ || exit 1 $(am__post_remove_distdir) @(echo "$(distdir) archives ready for distribution: "; \ list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' distuninstallcheck: @test -n '$(distuninstallcheck_dir)' || { \ echo 'ERROR: trying to run $@ with an empty' \ '$$(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ $(am__cd) '$(distuninstallcheck_dir)' || { \ echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ exit 1; \ }; \ test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left after uninstall:" ; \ if test -n "$(DESTDIR)"; then \ echo " (check DESTDIR support)"; \ fi ; \ $(distuninstallcheck_listfiles) ; \ exit 1; } >&2 distcleancheck: distclean @if test '$(srcdir)' = . ; then \ echo "ERROR: distcleancheck can only run from a VPATH build" ; \ exit 1 ; \ fi @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ || { echo "ERROR: files left in build directory after distclean:" ; \ $(distcleancheck_listfiles) ; \ exit 1; } >&2 check-am: all-am check: check-am all-am: Makefile $(PROGRAMS) $(LIBRARIES) $(LTLIBRARIES) $(HEADERS) \ config.h install-binPROGRAMS: install-libLTLIBRARIES installdirs: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -rm -f libc/getopt.$(OBJEXT) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f faux/argv/$(DEPDIR)/$(am__dirstamp) -rm -f faux/argv/$(am__dirstamp) -rm -f faux/async/$(DEPDIR)/$(am__dirstamp) -rm -f faux/async/$(am__dirstamp) -rm -f faux/base/$(DEPDIR)/$(am__dirstamp) -rm -f faux/base/$(am__dirstamp) -rm -f faux/buf/$(DEPDIR)/$(am__dirstamp) -rm -f faux/buf/$(am__dirstamp) -rm -f faux/conv/$(DEPDIR)/$(am__dirstamp) -rm -f faux/conv/$(am__dirstamp) -rm -f faux/ctype/$(DEPDIR)/$(am__dirstamp) -rm -f faux/ctype/$(am__dirstamp) -rm -f faux/eloop/$(DEPDIR)/$(am__dirstamp) -rm -f faux/eloop/$(am__dirstamp) -rm -f faux/error/$(DEPDIR)/$(am__dirstamp) -rm -f faux/error/$(am__dirstamp) -rm -f faux/file/$(DEPDIR)/$(am__dirstamp) -rm -f faux/file/$(am__dirstamp) -rm -f faux/ini/$(DEPDIR)/$(am__dirstamp) -rm -f faux/ini/$(am__dirstamp) -rm -f faux/list/$(DEPDIR)/$(am__dirstamp) -rm -f faux/list/$(am__dirstamp) -rm -f faux/log/$(DEPDIR)/$(am__dirstamp) -rm -f faux/log/$(am__dirstamp) -rm -f faux/msg/$(DEPDIR)/$(am__dirstamp) -rm -f faux/msg/$(am__dirstamp) -rm -f faux/net/$(DEPDIR)/$(am__dirstamp) -rm -f faux/net/$(am__dirstamp) -rm -f faux/sched/$(DEPDIR)/$(am__dirstamp) -rm -f faux/sched/$(am__dirstamp) -rm -f faux/str/$(DEPDIR)/$(am__dirstamp) -rm -f faux/str/$(am__dirstamp) -rm -f faux/sysdb/$(DEPDIR)/$(am__dirstamp) -rm -f faux/sysdb/$(am__dirstamp) -rm -f faux/testc_helpers/$(DEPDIR)/$(am__dirstamp) -rm -f faux/testc_helpers/$(am__dirstamp) -rm -f faux/testc_module/$(DEPDIR)/$(am__dirstamp) -rm -f faux/testc_module/$(am__dirstamp) -rm -f faux/time/$(DEPDIR)/$(am__dirstamp) -rm -f faux/time/$(am__dirstamp) -rm -f faux/vec/$(DEPDIR)/$(am__dirstamp) -rm -f faux/vec/$(am__dirstamp) -rm -f libc/$(am__dirstamp) -rm -f testc/$(DEPDIR)/$(am__dirstamp) -rm -f testc/$(am__dirstamp) -rm -f testc/base/$(DEPDIR)/$(am__dirstamp) -rm -f testc/base/$(am__dirstamp) -rm -f testc/ctype/$(DEPDIR)/$(am__dirstamp) -rm -f testc/ctype/$(am__dirstamp) -rm -f testc/list/$(DEPDIR)/$(am__dirstamp) -rm -f testc/list/$(am__dirstamp) -rm -f testc/str/$(DEPDIR)/$(am__dirstamp) -rm -f testc/str/$(am__dirstamp) -rm -f utils/$(DEPDIR)/$(am__dirstamp) -rm -f utils/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libLIBRARIES \ clean-libLTLIBRARIES clean-libtool mostlyclean-am distclean: distclean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -f faux/argv/$(DEPDIR)/libfaux_la-argv.Plo -rm -f faux/argv/$(DEPDIR)/libfaux_la-testc_argv.Plo -rm -f faux/async/$(DEPDIR)/libfaux_la-async.Plo -rm -f faux/async/$(DEPDIR)/libfaux_la-testc_async.Plo -rm -f faux/base/$(DEPDIR)/libfaux_la-fs.Plo -rm -f faux/base/$(DEPDIR)/libfaux_la-io.Plo -rm -f faux/base/$(DEPDIR)/libfaux_la-mem.Plo -rm -f faux/base/$(DEPDIR)/libfaux_la-testc_base.Plo -rm -f faux/buf/$(DEPDIR)/libfaux_la-buf.Plo -rm -f faux/buf/$(DEPDIR)/libfaux_la-testc_buf.Plo -rm -f faux/conv/$(DEPDIR)/libfaux_la-conv.Plo -rm -f faux/ctype/$(DEPDIR)/libfaux_la-ctype.Plo -rm -f faux/eloop/$(DEPDIR)/libfaux_la-eloop.Plo -rm -f faux/error/$(DEPDIR)/libfaux_la-error.Plo -rm -f faux/file/$(DEPDIR)/libfaux_la-file.Plo -rm -f faux/ini/$(DEPDIR)/libfaux_la-ini.Plo -rm -f faux/ini/$(DEPDIR)/libfaux_la-pair.Plo -rm -f faux/ini/$(DEPDIR)/libfaux_la-testc_ini.Plo -rm -f faux/list/$(DEPDIR)/libfaux_la-list.Plo -rm -f faux/log/$(DEPDIR)/libfaux_la-log.Plo -rm -f faux/log/$(DEPDIR)/libfaux_la-testc_log.Plo -rm -f faux/msg/$(DEPDIR)/libfaux_la-hdr.Plo -rm -f faux/msg/$(DEPDIR)/libfaux_la-msg.Plo -rm -f faux/msg/$(DEPDIR)/libfaux_la-phdr.Plo -rm -f faux/net/$(DEPDIR)/libfaux_la-net.Plo -rm -f faux/net/$(DEPDIR)/libfaux_la-net_io.Plo -rm -f faux/net/$(DEPDIR)/libfaux_la-pollfd.Plo -rm -f faux/sched/$(DEPDIR)/libfaux_la-ev.Plo -rm -f faux/sched/$(DEPDIR)/libfaux_la-sched.Plo -rm -f faux/sched/$(DEPDIR)/libfaux_la-testc_sched.Plo -rm -f faux/str/$(DEPDIR)/libfaux_la-str.Plo -rm -f faux/str/$(DEPDIR)/libfaux_la-testc_str.Plo -rm -f faux/sysdb/$(DEPDIR)/libfaux_la-sysdb.Plo -rm -f faux/testc_helpers/$(DEPDIR)/libfaux_la-testc_helpers.Plo -rm -f faux/testc_module/$(DEPDIR)/libfaux_la-demo.Plo -rm -f faux/testc_module/$(DEPDIR)/libfaux_la-testc_module.Plo -rm -f faux/time/$(DEPDIR)/libfaux_la-testc_time.Plo -rm -f faux/time/$(DEPDIR)/libfaux_la-time.Plo -rm -f faux/vec/$(DEPDIR)/libfaux_la-testc_vec.Plo -rm -f faux/vec/$(DEPDIR)/libfaux_la-vec.Plo -rm -f libc/$(DEPDIR)/getopt.Po -rm -f testc/$(DEPDIR)/testc.Po -rm -f testc/base/$(DEPDIR)/fs.Po -rm -f testc/base/$(DEPDIR)/io.Po -rm -f testc/base/$(DEPDIR)/mem.Po -rm -f testc/ctype/$(DEPDIR)/ctype.Po -rm -f testc/list/$(DEPDIR)/list.Po -rm -f testc/str/$(DEPDIR)/str.Po -rm -f utils/$(DEPDIR)/faux-file2c.Po -rm -f utils/$(DEPDIR)/faux-getch.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-nobase_includeHEADERS install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-binPROGRAMS install-libLIBRARIES \ install-libLTLIBRARIES install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f $(am__CONFIG_DISTCLEAN_FILES) -rm -rf $(top_srcdir)/autom4te.cache -rm -f faux/argv/$(DEPDIR)/libfaux_la-argv.Plo -rm -f faux/argv/$(DEPDIR)/libfaux_la-testc_argv.Plo -rm -f faux/async/$(DEPDIR)/libfaux_la-async.Plo -rm -f faux/async/$(DEPDIR)/libfaux_la-testc_async.Plo -rm -f faux/base/$(DEPDIR)/libfaux_la-fs.Plo -rm -f faux/base/$(DEPDIR)/libfaux_la-io.Plo -rm -f faux/base/$(DEPDIR)/libfaux_la-mem.Plo -rm -f faux/base/$(DEPDIR)/libfaux_la-testc_base.Plo -rm -f faux/buf/$(DEPDIR)/libfaux_la-buf.Plo -rm -f faux/buf/$(DEPDIR)/libfaux_la-testc_buf.Plo -rm -f faux/conv/$(DEPDIR)/libfaux_la-conv.Plo -rm -f faux/ctype/$(DEPDIR)/libfaux_la-ctype.Plo -rm -f faux/eloop/$(DEPDIR)/libfaux_la-eloop.Plo -rm -f faux/error/$(DEPDIR)/libfaux_la-error.Plo -rm -f faux/file/$(DEPDIR)/libfaux_la-file.Plo -rm -f faux/ini/$(DEPDIR)/libfaux_la-ini.Plo -rm -f faux/ini/$(DEPDIR)/libfaux_la-pair.Plo -rm -f faux/ini/$(DEPDIR)/libfaux_la-testc_ini.Plo -rm -f faux/list/$(DEPDIR)/libfaux_la-list.Plo -rm -f faux/log/$(DEPDIR)/libfaux_la-log.Plo -rm -f faux/log/$(DEPDIR)/libfaux_la-testc_log.Plo -rm -f faux/msg/$(DEPDIR)/libfaux_la-hdr.Plo -rm -f faux/msg/$(DEPDIR)/libfaux_la-msg.Plo -rm -f faux/msg/$(DEPDIR)/libfaux_la-phdr.Plo -rm -f faux/net/$(DEPDIR)/libfaux_la-net.Plo -rm -f faux/net/$(DEPDIR)/libfaux_la-net_io.Plo -rm -f faux/net/$(DEPDIR)/libfaux_la-pollfd.Plo -rm -f faux/sched/$(DEPDIR)/libfaux_la-ev.Plo -rm -f faux/sched/$(DEPDIR)/libfaux_la-sched.Plo -rm -f faux/sched/$(DEPDIR)/libfaux_la-testc_sched.Plo -rm -f faux/str/$(DEPDIR)/libfaux_la-str.Plo -rm -f faux/str/$(DEPDIR)/libfaux_la-testc_str.Plo -rm -f faux/sysdb/$(DEPDIR)/libfaux_la-sysdb.Plo -rm -f faux/testc_helpers/$(DEPDIR)/libfaux_la-testc_helpers.Plo -rm -f faux/testc_module/$(DEPDIR)/libfaux_la-demo.Plo -rm -f faux/testc_module/$(DEPDIR)/libfaux_la-testc_module.Plo -rm -f faux/time/$(DEPDIR)/libfaux_la-testc_time.Plo -rm -f faux/time/$(DEPDIR)/libfaux_la-time.Plo -rm -f faux/vec/$(DEPDIR)/libfaux_la-testc_vec.Plo -rm -f faux/vec/$(DEPDIR)/libfaux_la-vec.Plo -rm -f libc/$(DEPDIR)/getopt.Po -rm -f testc/$(DEPDIR)/testc.Po -rm -f testc/base/$(DEPDIR)/fs.Po -rm -f testc/base/$(DEPDIR)/io.Po -rm -f testc/base/$(DEPDIR)/mem.Po -rm -f testc/ctype/$(DEPDIR)/ctype.Po -rm -f testc/list/$(DEPDIR)/list.Po -rm -f testc/str/$(DEPDIR)/str.Po -rm -f utils/$(DEPDIR)/faux-file2c.Po -rm -f utils/$(DEPDIR)/faux-getch.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic \ mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-binPROGRAMS uninstall-libLIBRARIES \ uninstall-libLTLIBRARIES uninstall-nobase_includeHEADERS .MAKE: all install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles am--refresh check \ check-am clean clean-binPROGRAMS clean-cscope clean-generic \ clean-libLIBRARIES clean-libLTLIBRARIES clean-libtool cscope \ cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ distcheck distclean distclean-compile distclean-generic \ distclean-hdr distclean-libtool distclean-tags distcleancheck \ distdir distuninstallcheck dvi dvi-am html html-am info \ info-am install install-am install-binPROGRAMS install-data \ install-data-am install-dvi install-dvi-am install-exec \ install-exec-am install-html install-html-am install-info \ install-info-am install-libLIBRARIES install-libLTLIBRARIES \ install-man install-nobase_includeHEADERS install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ uninstall-libLIBRARIES uninstall-libLTLIBRARIES \ uninstall-nobase_includeHEADERS .PRECIOUS: Makefile faux/buf/Makefile.am #if TESTC #libfaux_la_SOURCES += faux/msg/testc_msg.c #endif #if TESTC #libfaux_la_SOURCES += faux/error/testc_error.c #endif define CONTROL PACKAGE: faux Version: $(PACKAGE_VERSION) Architecture: amd64 Maintainer: pkun Description: Various auxiliary functions Homepage: https://src.libcode.org/pkun/faux endef export CONTROL deb: all mkdir -p deb/DEBIAN echo "$$CONTROL" > deb/DEBIAN/control DESTDIR=$(shell pwd)/deb make install dpkg-deb --build deb/ faux_$(PACKAGE_VERSION).deb # 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. .NOEXPORT: