2023-11-18 07:31:24 +00:00
|
|
|
# Makefile.in generated by automake 1.16.5 from Makefile.am.
|
2016-01-30 05:24:23 +00:00
|
|
|
# @configure_input@
|
|
|
|
|
2023-11-18 07:31:24 +00:00
|
|
|
# Copyright (C) 1994-2021 Free Software Foundation, Inc.
|
2018-12-12 13:15:54 +00:00
|
|
|
|
2016-01-30 05:24:23 +00:00
|
|
|
# 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@
|
2018-12-12 13:15:54 +00:00
|
|
|
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 \
|
2016-01-30 05:24:23 +00:00
|
|
|
case $$MAKEFLAGS in \
|
|
|
|
*\\[\ \ ]*) \
|
2018-12-12 13:15:54 +00:00
|
|
|
bs=\\; \
|
|
|
|
sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
|
|
|
|
| sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
|
2016-01-30 05:24:23 +00:00
|
|
|
esac; \
|
2018-12-12 13:15:54 +00:00
|
|
|
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))
|
2016-01-30 05:24:23 +00:00
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
2016-04-12 13:56:59 +00:00
|
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
2016-01-30 05:24:23 +00:00
|
|
|
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@
|
2021-07-22 07:30:20 +00:00
|
|
|
@ENABLE_MARIADB_TRUE@am__append_1 = hio-mar.h
|
2020-06-14 16:09:17 +00:00
|
|
|
@ENABLE_MARIADB_TRUE@am__append_2 = mar.c mar-cli.c
|
2020-11-04 07:46:07 +00:00
|
|
|
@ENABLE_MARIADB_TRUE@am__append_3 = $(MARIADB_CFLAGS)
|
|
|
|
@ENABLE_MARIADB_TRUE@am__append_4 = $(MARIADB_LDFLAGS)
|
|
|
|
@ENABLE_MARIADB_TRUE@am__append_5 = $(MARIADB_LIBS)
|
2020-08-18 02:48:15 +00:00
|
|
|
@ENABLE_SSL_TRUE@am__append_6 = $(SSL_LIBS)
|
2016-01-30 05:24:23 +00:00
|
|
|
subdir = lib
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
|
|
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_sign.m4 \
|
2020-11-04 07:46:07 +00:00
|
|
|
$(top_srcdir)/m4/ax_lib_mariadb.m4 \
|
|
|
|
$(top_srcdir)/m4/ax_numval.m4 $(top_srcdir)/m4/ax_pthread.m4 \
|
|
|
|
$(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)/configure.ac
|
2016-01-30 05:24:23 +00:00
|
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
|
|
$(ACLOCAL_M4)
|
2020-06-11 17:20:09 +00:00
|
|
|
DIST_COMMON = $(srcdir)/Makefile.am $(am__include_HEADERS_DIST) \
|
2018-12-12 13:15:54 +00:00
|
|
|
$(am__DIST_COMMON)
|
2016-01-30 05:24:23 +00:00
|
|
|
mkinstalldirs = $(install_sh) -d
|
2021-07-22 07:30:20 +00:00
|
|
|
CONFIG_HEADER = hio-cfg.h
|
2016-01-30 05:24:23 +00:00
|
|
|
CONFIG_CLEAN_FILES =
|
|
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
|
|
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; }; \
|
|
|
|
}
|
2019-05-14 04:25:38 +00:00
|
|
|
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"
|
2016-04-12 13:56:59 +00:00
|
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
2016-01-30 05:24:23 +00:00
|
|
|
am__DEPENDENCIES_1 =
|
|
|
|
am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1)
|
2020-08-18 02:48:15 +00:00
|
|
|
@ENABLE_MARIADB_TRUE@am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1)
|
|
|
|
@ENABLE_SSL_TRUE@am__DEPENDENCIES_4 = $(am__DEPENDENCIES_1)
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) \
|
2020-06-11 17:20:09 +00:00
|
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
2020-08-18 02:48:15 +00:00
|
|
|
$(am__DEPENDENCIES_3) $(am__DEPENDENCIES_4)
|
2021-08-13 15:37:34 +00:00
|
|
|
am__libhio_la_SOURCES_DIST = chr.c dhcp-svr.c dns.c dns-cli.c ecs.c \
|
2022-11-15 14:31:14 +00:00
|
|
|
ecs-imp.h err.c fcgi-cli.c fmt.c fmt-imp.h htb.c htrd.c htre.c \
|
|
|
|
http.c http-cgi.c http-fcgi.c http-file.c http-prv.h \
|
2023-03-30 06:34:32 +00:00
|
|
|
http-prxy.c http-svr.c http-thr.c http-txt.c json.c hio-prv.h \
|
|
|
|
hio.c md5.c nwif.c opt.c opt-imp.h path.c pipe.c pro.c pty.c \
|
|
|
|
rad-msg.c sck.c shw.c skad.c sys.c sys-ass.c sys-err.c \
|
|
|
|
sys-log.c sys-mux.c sys-prv.h sys-tim.c thr.c uch-case.h \
|
|
|
|
uch-prop.h tar.c tmr.c utf8.c utl.c utl-mime.c utl-siph.c \
|
|
|
|
utl-str.c mar.c mar-cli.c
|
2021-07-22 07:30:20 +00:00
|
|
|
@ENABLE_MARIADB_TRUE@am__objects_1 = libhio_la-mar.lo \
|
|
|
|
@ENABLE_MARIADB_TRUE@ libhio_la-mar-cli.lo
|
2021-08-13 15:37:34 +00:00
|
|
|
am_libhio_la_OBJECTS = libhio_la-chr.lo libhio_la-dhcp-svr.lo \
|
|
|
|
libhio_la-dns.lo libhio_la-dns-cli.lo libhio_la-ecs.lo \
|
2022-11-15 14:31:14 +00:00
|
|
|
libhio_la-err.lo libhio_la-fcgi-cli.lo libhio_la-fmt.lo \
|
|
|
|
libhio_la-htb.lo libhio_la-htrd.lo libhio_la-htre.lo \
|
|
|
|
libhio_la-http.lo libhio_la-http-cgi.lo libhio_la-http-fcgi.lo \
|
2023-03-30 06:34:32 +00:00
|
|
|
libhio_la-http-file.lo libhio_la-http-prxy.lo \
|
|
|
|
libhio_la-http-svr.lo libhio_la-http-thr.lo \
|
|
|
|
libhio_la-http-txt.lo libhio_la-json.lo libhio_la-hio.lo \
|
|
|
|
libhio_la-md5.lo libhio_la-nwif.lo libhio_la-opt.lo \
|
|
|
|
libhio_la-path.lo libhio_la-pipe.lo libhio_la-pro.lo \
|
|
|
|
libhio_la-pty.lo libhio_la-rad-msg.lo libhio_la-sck.lo \
|
|
|
|
libhio_la-shw.lo libhio_la-skad.lo libhio_la-sys.lo \
|
|
|
|
libhio_la-sys-ass.lo libhio_la-sys-err.lo libhio_la-sys-log.lo \
|
|
|
|
libhio_la-sys-mux.lo libhio_la-sys-tim.lo libhio_la-thr.lo \
|
|
|
|
libhio_la-tar.lo libhio_la-tmr.lo libhio_la-utf8.lo \
|
|
|
|
libhio_la-utl.lo libhio_la-utl-mime.lo libhio_la-utl-siph.lo \
|
|
|
|
libhio_la-utl-str.lo $(am__objects_1)
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la_OBJECTS = $(am_libhio_la_OBJECTS)
|
2016-01-30 05:24:23 +00:00
|
|
|
AM_V_lt = $(am__v_lt_@AM_V@)
|
|
|
|
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
|
|
|
|
am__v_lt_0 = --silent
|
2018-12-12 13:15:54 +00:00
|
|
|
am__v_lt_1 =
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
|
|
|
|
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libhio_la_CFLAGS) \
|
|
|
|
$(CFLAGS) $(libhio_la_LDFLAGS) $(LDFLAGS) -o $@
|
2018-12-12 13:15:54 +00:00
|
|
|
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 =
|
2016-01-30 05:24:23 +00:00
|
|
|
DEFAULT_INCLUDES =
|
|
|
|
depcomp = $(SHELL) $(top_srcdir)/ac/depcomp
|
2020-02-11 09:02:46 +00:00
|
|
|
am__maybe_remake_depfiles = depfiles
|
2021-07-22 07:30:20 +00:00
|
|
|
am__depfiles_remade = ./$(DEPDIR)/libhio_la-chr.Plo \
|
2021-08-13 15:37:34 +00:00
|
|
|
./$(DEPDIR)/libhio_la-dhcp-svr.Plo \
|
2021-07-22 07:30:20 +00:00
|
|
|
./$(DEPDIR)/libhio_la-dns-cli.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-dns.Plo ./$(DEPDIR)/libhio_la-ecs.Plo \
|
2022-08-31 23:01:32 +00:00
|
|
|
./$(DEPDIR)/libhio_la-err.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-fcgi-cli.Plo \
|
2022-11-15 14:31:14 +00:00
|
|
|
./$(DEPDIR)/libhio_la-fmt.Plo ./$(DEPDIR)/libhio_la-hio.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-htb.Plo ./$(DEPDIR)/libhio_la-htrd.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-htre.Plo \
|
2021-07-22 07:30:20 +00:00
|
|
|
./$(DEPDIR)/libhio_la-http-cgi.Plo \
|
2022-08-31 23:01:32 +00:00
|
|
|
./$(DEPDIR)/libhio_la-http-fcgi.Plo \
|
2022-06-16 13:52:37 +00:00
|
|
|
./$(DEPDIR)/libhio_la-http-file.Plo \
|
2023-03-30 06:34:32 +00:00
|
|
|
./$(DEPDIR)/libhio_la-http-prxy.Plo \
|
2021-07-22 07:30:20 +00:00
|
|
|
./$(DEPDIR)/libhio_la-http-svr.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-http-thr.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-http-txt.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-http.Plo ./$(DEPDIR)/libhio_la-json.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-mar-cli.Plo \
|
2021-08-12 09:32:24 +00:00
|
|
|
./$(DEPDIR)/libhio_la-mar.Plo ./$(DEPDIR)/libhio_la-md5.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-nwif.Plo ./$(DEPDIR)/libhio_la-opt.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-path.Plo ./$(DEPDIR)/libhio_la-pipe.Plo \
|
2022-02-14 15:08:28 +00:00
|
|
|
./$(DEPDIR)/libhio_la-pro.Plo ./$(DEPDIR)/libhio_la-pty.Plo \
|
2021-08-12 09:32:24 +00:00
|
|
|
./$(DEPDIR)/libhio_la-rad-msg.Plo \
|
2022-02-15 11:14:10 +00:00
|
|
|
./$(DEPDIR)/libhio_la-sck.Plo ./$(DEPDIR)/libhio_la-shw.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-skad.Plo \
|
2021-07-22 07:30:20 +00:00
|
|
|
./$(DEPDIR)/libhio_la-sys-ass.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-sys-err.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-sys-log.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-sys-mux.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-sys-tim.Plo \
|
2022-10-25 22:47:40 +00:00
|
|
|
./$(DEPDIR)/libhio_la-sys.Plo ./$(DEPDIR)/libhio_la-tar.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-thr.Plo ./$(DEPDIR)/libhio_la-tmr.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-utf8.Plo \
|
2022-12-16 16:24:10 +00:00
|
|
|
./$(DEPDIR)/libhio_la-utl-mime.Plo \
|
2021-07-22 07:30:20 +00:00
|
|
|
./$(DEPDIR)/libhio_la-utl-siph.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-utl-str.Plo \
|
|
|
|
./$(DEPDIR)/libhio_la-utl.Plo
|
2016-01-30 05:24:23 +00:00
|
|
|
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@)
|
2018-12-12 13:15:54 +00:00
|
|
|
am__v_CC_0 = @echo " CC " $@;
|
|
|
|
am__v_CC_1 =
|
2016-01-30 05:24:23 +00:00
|
|
|
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@)
|
2018-12-12 13:15:54 +00:00
|
|
|
am__v_CCLD_0 = @echo " CCLD " $@;
|
|
|
|
am__v_CCLD_1 =
|
2021-07-22 07:30:20 +00:00
|
|
|
SOURCES = $(libhio_la_SOURCES)
|
|
|
|
DIST_SOURCES = $(am__libhio_la_SOURCES_DIST)
|
2016-01-30 05:24:23 +00:00
|
|
|
am__can_run_installinfo = \
|
|
|
|
case $$AM_UPDATE_INFO_DIR in \
|
|
|
|
n|no|NO) false;; \
|
|
|
|
*) (install-info --version) >/dev/null 2>&1;; \
|
|
|
|
esac
|
2021-08-14 13:40:30 +00:00
|
|
|
am__include_HEADERS_DIST = hio-chr.h hio-cmn.h hio-dhcp.h hio-dns.h \
|
2022-11-15 14:31:14 +00:00
|
|
|
hio-ecs.h hio-fcgi.h hio-fmt.h hio-htb.h hio-htrd.h hio-htre.h \
|
|
|
|
hio-http.h hio-json.h hio-md5.h hio-nwif.h hio-opt.h \
|
|
|
|
hio-pac1.h hio-path.h hio-pipe.h hio-pro.h hio-pty.h hio-rad.h \
|
2023-11-18 07:31:24 +00:00
|
|
|
hio-sck.h hio-shw.h hio-skad.h hio-spl.h hio-str.h hio-tar.h \
|
|
|
|
hio-thr.h hio-upac.h hio-utl.h hio.h hio-mar.h
|
2016-04-12 13:56:59 +00:00
|
|
|
HEADERS = $(include_HEADERS)
|
2022-10-08 07:47:55 +00:00
|
|
|
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
|
|
|
|
hio-cfg.h.in
|
2018-12-12 13:15:54 +00:00
|
|
|
# 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)`
|
2021-07-22 07:30:20 +00:00
|
|
|
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/hio-cfg.h.in \
|
2018-12-12 13:15:54 +00:00
|
|
|
$(top_srcdir)/ac/depcomp
|
2016-01-30 05:24:23 +00:00
|
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
|
|
ACLOCAL = @ACLOCAL@
|
2022-10-08 07:47:55 +00:00
|
|
|
ALL_STATIC_LIBS = @ALL_STATIC_LIBS@
|
2016-01-30 05:24:23 +00:00
|
|
|
AMTAR = @AMTAR@
|
|
|
|
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
|
|
|
|
AR = @AR@
|
|
|
|
AUTOCONF = @AUTOCONF@
|
|
|
|
AUTOHEADER = @AUTOHEADER@
|
|
|
|
AUTOMAKE = @AUTOMAKE@
|
|
|
|
AWK = @AWK@
|
|
|
|
BUILD_MODE = @BUILD_MODE@
|
|
|
|
CC = @CC@
|
|
|
|
CCDEPMODE = @CCDEPMODE@
|
|
|
|
CFLAGS = @CFLAGS@
|
|
|
|
CPP = @CPP@
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
2023-11-18 07:31:24 +00:00
|
|
|
CSCOPE = @CSCOPE@
|
|
|
|
CTAGS = @CTAGS@
|
2016-01-30 05:24:23 +00:00
|
|
|
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@
|
2023-11-18 07:31:24 +00:00
|
|
|
ETAGS = @ETAGS@
|
2016-01-30 05:24:23 +00:00
|
|
|
EXEEXT = @EXEEXT@
|
|
|
|
FGREP = @FGREP@
|
2023-11-18 07:31:24 +00:00
|
|
|
FILECMD = @FILECMD@
|
2016-01-30 05:24:23 +00:00
|
|
|
GREP = @GREP@
|
2021-07-22 07:30:20 +00:00
|
|
|
HIO_PROJECT_AUTHOR = @HIO_PROJECT_AUTHOR@
|
|
|
|
HIO_PROJECT_URL = @HIO_PROJECT_URL@
|
2016-01-30 05:24:23 +00:00
|
|
|
INSTALL = @INSTALL@
|
|
|
|
INSTALL_DATA = @INSTALL_DATA@
|
|
|
|
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|
|
|
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
|
|
|
LD = @LD@
|
|
|
|
LDFLAGS = @LDFLAGS@
|
|
|
|
LIBM = @LIBM@
|
|
|
|
LIBOBJS = @LIBOBJS@
|
|
|
|
LIBS = @LIBS@
|
|
|
|
LIBTOOL = @LIBTOOL@
|
|
|
|
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
|
|
|
LIPO = @LIPO@
|
|
|
|
LN_S = @LN_S@
|
|
|
|
LTLIBOBJS = @LTLIBOBJS@
|
2018-12-12 13:15:54 +00:00
|
|
|
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
|
2016-01-30 05:24:23 +00:00
|
|
|
MAKEINFO = @MAKEINFO@
|
|
|
|
MANIFEST_TOOL = @MANIFEST_TOOL@
|
2020-11-04 07:46:07 +00:00
|
|
|
MARIADB_CFLAGS = @MARIADB_CFLAGS@
|
|
|
|
MARIADB_CONFIG = @MARIADB_CONFIG@
|
|
|
|
MARIADB_LDFLAGS = @MARIADB_LDFLAGS@
|
|
|
|
MARIADB_LIBS = @MARIADB_LIBS@
|
|
|
|
MARIADB_VERSION = @MARIADB_VERSION@
|
2016-01-30 05:24:23 +00:00
|
|
|
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@
|
|
|
|
PACKAGE_VERSION_MAJOR = @PACKAGE_VERSION_MAJOR@
|
|
|
|
PACKAGE_VERSION_MINOR = @PACKAGE_VERSION_MINOR@
|
|
|
|
PACKAGE_VERSION_PATCH = @PACKAGE_VERSION_PATCH@
|
|
|
|
PATH_SEPARATOR = @PATH_SEPARATOR@
|
2020-08-15 19:05:57 +00:00
|
|
|
PTHREAD_CC = @PTHREAD_CC@
|
|
|
|
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
|
2023-11-18 07:31:24 +00:00
|
|
|
PTHREAD_CXX = @PTHREAD_CXX@
|
2020-08-15 19:05:57 +00:00
|
|
|
PTHREAD_LIBS = @PTHREAD_LIBS@
|
2016-01-30 05:24:23 +00:00
|
|
|
QUADMATH_LIBS = @QUADMATH_LIBS@
|
|
|
|
RANLIB = @RANLIB@
|
|
|
|
SED = @SED@
|
|
|
|
SENDFILE_LIBS = @SENDFILE_LIBS@
|
|
|
|
SET_MAKE = @SET_MAKE@
|
|
|
|
SHELL = @SHELL@
|
|
|
|
SOCKET_LIBS = @SOCKET_LIBS@
|
|
|
|
SSL_LIBS = @SSL_LIBS@
|
|
|
|
STRIP = @STRIP@
|
2019-01-24 18:03:27 +00:00
|
|
|
UNWIND_LIBS = @UNWIND_LIBS@
|
2016-01-30 05:24:23 +00:00
|
|
|
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@
|
2020-08-15 19:05:57 +00:00
|
|
|
ax_pthread_config = @ax_pthread_config@
|
2016-01-30 05:24:23 +00:00
|
|
|
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@
|
2022-02-14 15:08:28 +00:00
|
|
|
runstatedir = @runstatedir@
|
2016-01-30 05:24:23 +00:00
|
|
|
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 = nostdinc
|
|
|
|
CPPFLAGS_ALL_COMMON = \
|
|
|
|
-I$(abs_builddir) \
|
|
|
|
-I$(abs_srcdir) \
|
|
|
|
-I$(includedir)
|
|
|
|
|
2020-11-15 05:05:59 +00:00
|
|
|
CFLAGS_ALL_COMMON =
|
2016-01-30 05:24:23 +00:00
|
|
|
LDFLAGS_ALL_COMMON = -L$(abs_builddir) -L$(libdir)
|
2021-08-14 12:40:40 +00:00
|
|
|
EXTRA_DIST = \
|
2022-06-13 13:54:14 +00:00
|
|
|
hio-str.h.m4 \
|
2021-08-14 12:40:40 +00:00
|
|
|
utl-str.c.m4 \
|
|
|
|
utl-str.m4
|
|
|
|
|
2022-06-11 07:01:21 +00:00
|
|
|
BUILT_SOURCES = \
|
2022-06-13 13:54:14 +00:00
|
|
|
hio-str.h \
|
2022-06-11 07:01:21 +00:00
|
|
|
utl-str.c
|
|
|
|
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
##################################################
|
|
|
|
# MAIN LIBRARY
|
|
|
|
##################################################
|
2019-05-14 04:25:38 +00:00
|
|
|
CPPFLAGS_LIB_COMMON = $(CPPFLAGS_ALL_COMMON)
|
2020-11-15 05:05:59 +00:00
|
|
|
CFLAGS_LIB_COMMON = $(CFLAGS_ALL_COMMON)
|
2016-01-30 05:24:23 +00:00
|
|
|
LDFLAGS_LIB_COMMON = $(LDFLAGS_ALL_COMMON) -version-info 1:0:0 -no-undefined
|
2020-11-15 03:40:15 +00:00
|
|
|
|
|
|
|
# $(LIBM) here for quadmath_snprintf() in libquadmath
|
2021-07-22 07:30:20 +00:00
|
|
|
# TODO: make this selective by moving HIO_ENABLE_FLTFMT to configure.ac
|
2019-05-14 04:25:38 +00:00
|
|
|
LIBADD_LIB_COMMON = $(LIBM)
|
2016-04-12 13:56:59 +00:00
|
|
|
|
|
|
|
#pkgincludedir = $(includedir)
|
|
|
|
#pkglibdir = $(libdir)
|
|
|
|
#pkgbindir = $(bindir)
|
2021-08-14 15:06:57 +00:00
|
|
|
|
|
|
|
# Never list hio-cfg.h in include_HEADERS.
|
2021-08-14 13:40:30 +00:00
|
|
|
include_HEADERS = hio-chr.h hio-cmn.h hio-dhcp.h hio-dns.h hio-ecs.h \
|
2022-11-15 14:31:14 +00:00
|
|
|
hio-fcgi.h hio-fmt.h hio-htb.h hio-htrd.h hio-htre.h \
|
2022-08-31 23:01:32 +00:00
|
|
|
hio-http.h hio-json.h hio-md5.h hio-nwif.h hio-opt.h \
|
|
|
|
hio-pac1.h hio-path.h hio-pipe.h hio-pro.h hio-pty.h hio-rad.h \
|
2023-11-18 07:31:24 +00:00
|
|
|
hio-sck.h hio-shw.h hio-skad.h hio-spl.h hio-str.h hio-tar.h \
|
|
|
|
hio-thr.h hio-upac.h hio-utl.h hio.h $(am__append_1)
|
2021-07-22 07:30:20 +00:00
|
|
|
lib_LTLIBRARIES = libhio.la
|
2021-08-13 15:37:34 +00:00
|
|
|
libhio_la_SOURCES = chr.c dhcp-svr.c dns.c dns-cli.c ecs.c ecs-imp.h \
|
2022-11-15 14:31:14 +00:00
|
|
|
err.c fcgi-cli.c fmt.c fmt-imp.h htb.c htrd.c htre.c http.c \
|
2023-03-30 06:34:32 +00:00
|
|
|
http-cgi.c http-fcgi.c http-file.c http-prv.h http-prxy.c \
|
|
|
|
http-svr.c http-thr.c http-txt.c json.c hio-prv.h hio.c md5.c \
|
|
|
|
nwif.c opt.c opt-imp.h path.c pipe.c pro.c pty.c rad-msg.c \
|
|
|
|
sck.c shw.c skad.c sys.c sys-ass.c sys-err.c sys-log.c \
|
|
|
|
sys-mux.c sys-prv.h sys-tim.c thr.c uch-case.h uch-prop.h \
|
|
|
|
tar.c tmr.c utf8.c utl.c utl-mime.c utl-siph.c utl-str.c \
|
|
|
|
$(am__append_2)
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la_CPPFLAGS = $(CPPFLAGS_LIB_COMMON)
|
|
|
|
libhio_la_CFLAGS = $(CFLAGS_LIB_COMMON) $(am__append_3)
|
|
|
|
libhio_la_LDFLAGS = $(LDFLAGS_LIB_COMMON) $(am__append_4)
|
|
|
|
libhio_la_LIBADD = $(LIBADD_LIB_COMMON) $(SSL_LIBS) $(SOCKET_LIBS) \
|
2020-08-18 02:48:15 +00:00
|
|
|
$(SENDFILE_LIBS) $(am__append_5) $(am__append_6)
|
2022-06-11 07:01:21 +00:00
|
|
|
all: $(BUILT_SOURCES) hio-cfg.h
|
2016-01-30 05:24:23 +00:00
|
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES: .c .lo .o .obj
|
|
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
@for dep in $?; do \
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
*$$dep*) \
|
|
|
|
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
|
|
|
|
&& { if test -f $@; then exit 0; else break; fi; }; \
|
|
|
|
exit 1;; \
|
|
|
|
esac; \
|
|
|
|
done; \
|
|
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign lib/Makefile'; \
|
|
|
|
$(am__cd) $(top_srcdir) && \
|
|
|
|
$(AUTOMAKE) --foreign lib/Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
@case '$?' in \
|
|
|
|
*config.status*) \
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
|
*) \
|
2020-02-11 09:02:46 +00:00
|
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
|
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
|
2016-01-30 05:24:23 +00:00
|
|
|
esac;
|
|
|
|
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
$(am__aclocal_m4_deps):
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
hio-cfg.h: stamp-h1
|
2018-12-12 13:15:54 +00:00
|
|
|
@test -f $@ || rm -f stamp-h1
|
|
|
|
@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
|
2016-01-30 05:24:23 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
stamp-h1: $(srcdir)/hio-cfg.h.in $(top_builddir)/config.status
|
2016-01-30 05:24:23 +00:00
|
|
|
@rm -f stamp-h1
|
2021-07-22 07:30:20 +00:00
|
|
|
cd $(top_builddir) && $(SHELL) ./config.status lib/hio-cfg.h
|
|
|
|
$(srcdir)/hio-cfg.h.in: $(am__configure_deps)
|
2016-01-30 05:24:23 +00:00
|
|
|
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
|
|
|
rm -f stamp-h1
|
|
|
|
touch $@
|
|
|
|
|
|
|
|
distclean-hdr:
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f hio-cfg.h stamp-h1
|
2018-12-12 13:15:54 +00:00
|
|
|
|
2016-04-12 13:56:59 +00:00
|
|
|
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
2016-01-30 05:24:23 +00:00
|
|
|
@$(NORMAL_INSTALL)
|
2016-04-12 13:56:59 +00:00
|
|
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
2016-01-30 05:24:23 +00:00
|
|
|
list2=; for p in $$list; do \
|
|
|
|
if test -f $$p; then \
|
|
|
|
list2="$$list2 $$p"; \
|
|
|
|
else :; fi; \
|
|
|
|
done; \
|
|
|
|
test -z "$$list2" || { \
|
2016-04-12 13:56:59 +00:00
|
|
|
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)"; \
|
2016-01-30 05:24:23 +00:00
|
|
|
}
|
|
|
|
|
2016-04-12 13:56:59 +00:00
|
|
|
uninstall-libLTLIBRARIES:
|
2016-01-30 05:24:23 +00:00
|
|
|
@$(NORMAL_UNINSTALL)
|
2016-04-12 13:56:59 +00:00
|
|
|
@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
|
2016-01-30 05:24:23 +00:00
|
|
|
for p in $$list; do \
|
|
|
|
$(am__strip_dir) \
|
2016-04-12 13:56:59 +00:00
|
|
|
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
|
|
|
|
$(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
|
2016-01-30 05:24:23 +00:00
|
|
|
done
|
|
|
|
|
2016-04-12 13:56:59 +00:00
|
|
|
clean-libLTLIBRARIES:
|
|
|
|
-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
|
2018-12-12 13:15:54 +00:00
|
|
|
@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}; \
|
|
|
|
}
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio.la: $(libhio_la_OBJECTS) $(libhio_la_DEPENDENCIES) $(EXTRA_libhio_la_DEPENDENCIES)
|
|
|
|
$(AM_V_CCLD)$(libhio_la_LINK) -rpath $(libdir) $(libhio_la_OBJECTS) $(libhio_la_LIBADD) $(LIBS)
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
mostlyclean-compile:
|
|
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
|
|
|
|
distclean-compile:
|
|
|
|
-rm -f *.tab.c
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-chr.Plo@am__quote@ # am--include-marker
|
2021-08-13 15:37:34 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-dhcp-svr.Plo@am__quote@ # am--include-marker
|
2021-07-22 07:30:20 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-dns-cli.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-dns.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-ecs.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-err.Plo@am__quote@ # am--include-marker
|
2022-08-31 23:01:32 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-fcgi-cli.Plo@am__quote@ # am--include-marker
|
2021-07-22 07:30:20 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-fmt.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-hio.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-htb.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-htrd.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-htre.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-http-cgi.Plo@am__quote@ # am--include-marker
|
2022-08-31 23:01:32 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-http-fcgi.Plo@am__quote@ # am--include-marker
|
2022-06-16 13:52:37 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-http-file.Plo@am__quote@ # am--include-marker
|
2023-03-30 06:34:32 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-http-prxy.Plo@am__quote@ # am--include-marker
|
2021-07-22 07:30:20 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-http-svr.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-http-thr.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-http-txt.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-http.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-json.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-mar-cli.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-mar.Plo@am__quote@ # am--include-marker
|
2021-08-12 09:32:24 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-md5.Plo@am__quote@ # am--include-marker
|
2021-07-22 07:30:20 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-nwif.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-opt.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-path.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-pipe.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-pro.Plo@am__quote@ # am--include-marker
|
2022-02-14 15:08:28 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-pty.Plo@am__quote@ # am--include-marker
|
2021-08-12 09:32:24 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-rad-msg.Plo@am__quote@ # am--include-marker
|
2021-07-22 07:30:20 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-sck.Plo@am__quote@ # am--include-marker
|
2022-02-15 11:14:10 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-shw.Plo@am__quote@ # am--include-marker
|
2021-07-22 07:30:20 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-skad.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-sys-ass.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-sys-err.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-sys-log.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-sys-mux.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-sys-tim.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-sys.Plo@am__quote@ # am--include-marker
|
2022-10-25 22:47:40 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-tar.Plo@am__quote@ # am--include-marker
|
2021-07-22 07:30:20 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-thr.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-tmr.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-utf8.Plo@am__quote@ # am--include-marker
|
2022-12-16 16:24:10 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-utl-mime.Plo@am__quote@ # am--include-marker
|
2021-07-22 07:30:20 +00:00
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-utl-siph.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-utl-str.Plo@am__quote@ # am--include-marker
|
|
|
|
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libhio_la-utl.Plo@am__quote@ # am--include-marker
|
2020-02-11 09:02:46 +00:00
|
|
|
|
|
|
|
$(am__depfiles_remade):
|
|
|
|
@$(MKDIR_P) $(@D)
|
|
|
|
@echo '# dummy' >$@-t && $(am__mv) $@-t $@
|
|
|
|
|
|
|
|
am--depfiles: $(am__depfiles_remade)
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
.c.o:
|
2018-12-12 13:15:54 +00:00
|
|
|
@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
|
2016-01-30 05:24:23 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2018-12-12 13:15:54 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
.c.obj:
|
2018-12-12 13:15:54 +00:00
|
|
|
@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
|
2016-01-30 05:24:23 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2018-12-12 13:15:54 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
.c.lo:
|
2018-12-12 13:15:54 +00:00
|
|
|
@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
|
2016-01-30 05:24:23 +00:00
|
|
|
@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 $@ $<
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-chr.lo: chr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-chr.lo -MD -MP -MF $(DEPDIR)/libhio_la-chr.Tpo -c -o libhio_la-chr.lo `test -f 'chr.c' || echo '$(srcdir)/'`chr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-chr.Tpo $(DEPDIR)/libhio_la-chr.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='chr.c' object='libhio_la-chr.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-01 14:00:27 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-chr.lo `test -f 'chr.c' || echo '$(srcdir)/'`chr.c
|
2020-05-01 14:00:27 +00:00
|
|
|
|
2021-08-13 15:37:34 +00:00
|
|
|
libhio_la-dhcp-svr.lo: dhcp-svr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-dhcp-svr.lo -MD -MP -MF $(DEPDIR)/libhio_la-dhcp-svr.Tpo -c -o libhio_la-dhcp-svr.lo `test -f 'dhcp-svr.c' || echo '$(srcdir)/'`dhcp-svr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-dhcp-svr.Tpo $(DEPDIR)/libhio_la-dhcp-svr.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dhcp-svr.c' object='libhio_la-dhcp-svr.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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-dhcp-svr.lo `test -f 'dhcp-svr.c' || echo '$(srcdir)/'`dhcp-svr.c
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-dns.lo: dns.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-dns.lo -MD -MP -MF $(DEPDIR)/libhio_la-dns.Tpo -c -o libhio_la-dns.lo `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-dns.Tpo $(DEPDIR)/libhio_la-dns.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dns.c' object='libhio_la-dns.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-02-11 09:24:16 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-dns.lo `test -f 'dns.c' || echo '$(srcdir)/'`dns.c
|
2019-02-11 09:24:16 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-dns-cli.lo: dns-cli.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-dns-cli.lo -MD -MP -MF $(DEPDIR)/libhio_la-dns-cli.Tpo -c -o libhio_la-dns-cli.lo `test -f 'dns-cli.c' || echo '$(srcdir)/'`dns-cli.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-dns-cli.Tpo $(DEPDIR)/libhio_la-dns-cli.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dns-cli.c' object='libhio_la-dns-cli.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-02-21 04:21:16 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-dns-cli.lo `test -f 'dns-cli.c' || echo '$(srcdir)/'`dns-cli.c
|
2020-02-21 04:21:16 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-ecs.lo: ecs.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-ecs.lo -MD -MP -MF $(DEPDIR)/libhio_la-ecs.Tpo -c -o libhio_la-ecs.lo `test -f 'ecs.c' || echo '$(srcdir)/'`ecs.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-ecs.Tpo $(DEPDIR)/libhio_la-ecs.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ecs.c' object='libhio_la-ecs.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-04-30 16:20:31 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-ecs.lo `test -f 'ecs.c' || echo '$(srcdir)/'`ecs.c
|
2020-04-30 16:20:31 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-err.lo: err.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-err.lo -MD -MP -MF $(DEPDIR)/libhio_la-err.Tpo -c -o libhio_la-err.lo `test -f 'err.c' || echo '$(srcdir)/'`err.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-err.Tpo $(DEPDIR)/libhio_la-err.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='err.c' object='libhio_la-err.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-24 09:53:10 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-err.lo `test -f 'err.c' || echo '$(srcdir)/'`err.c
|
2019-01-24 09:53:10 +00:00
|
|
|
|
2022-08-31 23:01:32 +00:00
|
|
|
libhio_la-fcgi-cli.lo: fcgi-cli.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-fcgi-cli.lo -MD -MP -MF $(DEPDIR)/libhio_la-fcgi-cli.Tpo -c -o libhio_la-fcgi-cli.lo `test -f 'fcgi-cli.c' || echo '$(srcdir)/'`fcgi-cli.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-fcgi-cli.Tpo $(DEPDIR)/libhio_la-fcgi-cli.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fcgi-cli.c' object='libhio_la-fcgi-cli.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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-fcgi-cli.lo `test -f 'fcgi-cli.c' || echo '$(srcdir)/'`fcgi-cli.c
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-fmt.lo: fmt.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-fmt.lo -MD -MP -MF $(DEPDIR)/libhio_la-fmt.Tpo -c -o libhio_la-fmt.lo `test -f 'fmt.c' || echo '$(srcdir)/'`fmt.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-fmt.Tpo $(DEPDIR)/libhio_la-fmt.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fmt.c' object='libhio_la-fmt.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-24 09:53:10 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-fmt.lo `test -f 'fmt.c' || echo '$(srcdir)/'`fmt.c
|
2019-01-24 09:53:10 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-htb.lo: htb.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-htb.lo -MD -MP -MF $(DEPDIR)/libhio_la-htb.Tpo -c -o libhio_la-htb.lo `test -f 'htb.c' || echo '$(srcdir)/'`htb.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-htb.Tpo $(DEPDIR)/libhio_la-htb.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='htb.c' object='libhio_la-htb.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-04-30 16:20:31 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-htb.lo `test -f 'htb.c' || echo '$(srcdir)/'`htb.c
|
2020-04-30 16:20:31 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-htrd.lo: htrd.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-htrd.lo -MD -MP -MF $(DEPDIR)/libhio_la-htrd.Tpo -c -o libhio_la-htrd.lo `test -f 'htrd.c' || echo '$(srcdir)/'`htrd.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-htrd.Tpo $(DEPDIR)/libhio_la-htrd.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='htrd.c' object='libhio_la-htrd.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-04 08:40:05 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-htrd.lo `test -f 'htrd.c' || echo '$(srcdir)/'`htrd.c
|
2020-05-04 08:40:05 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-htre.lo: htre.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-htre.lo -MD -MP -MF $(DEPDIR)/libhio_la-htre.Tpo -c -o libhio_la-htre.lo `test -f 'htre.c' || echo '$(srcdir)/'`htre.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-htre.Tpo $(DEPDIR)/libhio_la-htre.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='htre.c' object='libhio_la-htre.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-01 14:00:27 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-htre.lo `test -f 'htre.c' || echo '$(srcdir)/'`htre.c
|
2020-05-01 14:00:27 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-http.lo: http.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-http.lo -MD -MP -MF $(DEPDIR)/libhio_la-http.Tpo -c -o libhio_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-http.Tpo $(DEPDIR)/libhio_la-http.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='http.c' object='libhio_la-http.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-01 14:00:27 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-http.lo `test -f 'http.c' || echo '$(srcdir)/'`http.c
|
2020-05-01 14:00:27 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-http-cgi.lo: http-cgi.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-http-cgi.lo -MD -MP -MF $(DEPDIR)/libhio_la-http-cgi.Tpo -c -o libhio_la-http-cgi.lo `test -f 'http-cgi.c' || echo '$(srcdir)/'`http-cgi.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-http-cgi.Tpo $(DEPDIR)/libhio_la-http-cgi.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='http-cgi.c' object='libhio_la-http-cgi.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-25 08:04:30 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-http-cgi.lo `test -f 'http-cgi.c' || echo '$(srcdir)/'`http-cgi.c
|
2020-05-25 08:04:30 +00:00
|
|
|
|
2022-08-31 23:01:32 +00:00
|
|
|
libhio_la-http-fcgi.lo: http-fcgi.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-http-fcgi.lo -MD -MP -MF $(DEPDIR)/libhio_la-http-fcgi.Tpo -c -o libhio_la-http-fcgi.lo `test -f 'http-fcgi.c' || echo '$(srcdir)/'`http-fcgi.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-http-fcgi.Tpo $(DEPDIR)/libhio_la-http-fcgi.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='http-fcgi.c' object='libhio_la-http-fcgi.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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-http-fcgi.lo `test -f 'http-fcgi.c' || echo '$(srcdir)/'`http-fcgi.c
|
|
|
|
|
2022-06-16 13:52:37 +00:00
|
|
|
libhio_la-http-file.lo: http-file.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-http-file.lo -MD -MP -MF $(DEPDIR)/libhio_la-http-file.Tpo -c -o libhio_la-http-file.lo `test -f 'http-file.c' || echo '$(srcdir)/'`http-file.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-http-file.Tpo $(DEPDIR)/libhio_la-http-file.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='http-file.c' object='libhio_la-http-file.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-07-08 05:24:40 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2022-06-16 13:52:37 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-http-file.lo `test -f 'http-file.c' || echo '$(srcdir)/'`http-file.c
|
2020-07-08 05:24:40 +00:00
|
|
|
|
2023-03-30 06:34:32 +00:00
|
|
|
libhio_la-http-prxy.lo: http-prxy.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-http-prxy.lo -MD -MP -MF $(DEPDIR)/libhio_la-http-prxy.Tpo -c -o libhio_la-http-prxy.lo `test -f 'http-prxy.c' || echo '$(srcdir)/'`http-prxy.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-http-prxy.Tpo $(DEPDIR)/libhio_la-http-prxy.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='http-prxy.c' object='libhio_la-http-prxy.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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-http-prxy.lo `test -f 'http-prxy.c' || echo '$(srcdir)/'`http-prxy.c
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-http-svr.lo: http-svr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-http-svr.lo -MD -MP -MF $(DEPDIR)/libhio_la-http-svr.Tpo -c -o libhio_la-http-svr.lo `test -f 'http-svr.c' || echo '$(srcdir)/'`http-svr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-http-svr.Tpo $(DEPDIR)/libhio_la-http-svr.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='http-svr.c' object='libhio_la-http-svr.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-05 15:12:08 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-http-svr.lo `test -f 'http-svr.c' || echo '$(srcdir)/'`http-svr.c
|
2020-05-05 15:12:08 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-http-thr.lo: http-thr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-http-thr.lo -MD -MP -MF $(DEPDIR)/libhio_la-http-thr.Tpo -c -o libhio_la-http-thr.lo `test -f 'http-thr.c' || echo '$(srcdir)/'`http-thr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-http-thr.Tpo $(DEPDIR)/libhio_la-http-thr.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='http-thr.c' object='libhio_la-http-thr.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-25 08:04:30 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-http-thr.lo `test -f 'http-thr.c' || echo '$(srcdir)/'`http-thr.c
|
2020-05-25 08:04:30 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-http-txt.lo: http-txt.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-http-txt.lo -MD -MP -MF $(DEPDIR)/libhio_la-http-txt.Tpo -c -o libhio_la-http-txt.lo `test -f 'http-txt.c' || echo '$(srcdir)/'`http-txt.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-http-txt.Tpo $(DEPDIR)/libhio_la-http-txt.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='http-txt.c' object='libhio_la-http-txt.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-26 14:58:55 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-http-txt.lo `test -f 'http-txt.c' || echo '$(srcdir)/'`http-txt.c
|
2020-05-26 14:58:55 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-json.lo: json.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-json.lo -MD -MP -MF $(DEPDIR)/libhio_la-json.Tpo -c -o libhio_la-json.lo `test -f 'json.c' || echo '$(srcdir)/'`json.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-json.Tpo $(DEPDIR)/libhio_la-json.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='json.c' object='libhio_la-json.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-29 11:35:20 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-json.lo `test -f 'json.c' || echo '$(srcdir)/'`json.c
|
2020-05-29 11:35:20 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-hio.lo: hio.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-hio.lo -MD -MP -MF $(DEPDIR)/libhio_la-hio.Tpo -c -o libhio_la-hio.lo `test -f 'hio.c' || echo '$(srcdir)/'`hio.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-hio.Tpo $(DEPDIR)/libhio_la-hio.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='hio.c' object='libhio_la-hio.lo' libtool=yes @AMDEPBACKSLASH@
|
2016-01-30 05:24:23 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-hio.lo `test -f 'hio.c' || echo '$(srcdir)/'`hio.c
|
2016-01-30 05:24:23 +00:00
|
|
|
|
2021-08-12 09:32:24 +00:00
|
|
|
libhio_la-md5.lo: md5.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-md5.lo -MD -MP -MF $(DEPDIR)/libhio_la-md5.Tpo -c -o libhio_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-md5.Tpo $(DEPDIR)/libhio_la-md5.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='md5.c' object='libhio_la-md5.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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-md5.lo `test -f 'md5.c' || echo '$(srcdir)/'`md5.c
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-nwif.lo: nwif.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-nwif.lo -MD -MP -MF $(DEPDIR)/libhio_la-nwif.Tpo -c -o libhio_la-nwif.lo `test -f 'nwif.c' || echo '$(srcdir)/'`nwif.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-nwif.Tpo $(DEPDIR)/libhio_la-nwif.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='nwif.c' object='libhio_la-nwif.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-02-16 14:23:27 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-nwif.lo `test -f 'nwif.c' || echo '$(srcdir)/'`nwif.c
|
2020-02-16 14:23:27 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-opt.lo: opt.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-opt.lo -MD -MP -MF $(DEPDIR)/libhio_la-opt.Tpo -c -o libhio_la-opt.lo `test -f 'opt.c' || echo '$(srcdir)/'`opt.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-opt.Tpo $(DEPDIR)/libhio_la-opt.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='opt.c' object='libhio_la-opt.lo' libtool=yes @AMDEPBACKSLASH@
|
2021-07-19 10:24:39 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-opt.lo `test -f 'opt.c' || echo '$(srcdir)/'`opt.c
|
2021-07-19 10:24:39 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-path.lo: path.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-path.lo -MD -MP -MF $(DEPDIR)/libhio_la-path.Tpo -c -o libhio_la-path.lo `test -f 'path.c' || echo '$(srcdir)/'`path.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-path.Tpo $(DEPDIR)/libhio_la-path.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='path.c' object='libhio_la-path.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-04 08:40:05 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-path.lo `test -f 'path.c' || echo '$(srcdir)/'`path.c
|
2020-05-04 08:40:05 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-pipe.lo: pipe.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-pipe.lo -MD -MP -MF $(DEPDIR)/libhio_la-pipe.Tpo -c -o libhio_la-pipe.lo `test -f 'pipe.c' || echo '$(srcdir)/'`pipe.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-pipe.Tpo $(DEPDIR)/libhio_la-pipe.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pipe.c' object='libhio_la-pipe.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-21 10:15:57 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-pipe.lo `test -f 'pipe.c' || echo '$(srcdir)/'`pipe.c
|
2020-05-21 10:15:57 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-pro.lo: pro.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-pro.lo -MD -MP -MF $(DEPDIR)/libhio_la-pro.Tpo -c -o libhio_la-pro.lo `test -f 'pro.c' || echo '$(srcdir)/'`pro.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-pro.Tpo $(DEPDIR)/libhio_la-pro.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pro.c' object='libhio_la-pro.lo' libtool=yes @AMDEPBACKSLASH@
|
2016-02-02 15:40:09 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-pro.lo `test -f 'pro.c' || echo '$(srcdir)/'`pro.c
|
2016-02-02 15:40:09 +00:00
|
|
|
|
2022-02-14 15:08:28 +00:00
|
|
|
libhio_la-pty.lo: pty.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-pty.lo -MD -MP -MF $(DEPDIR)/libhio_la-pty.Tpo -c -o libhio_la-pty.lo `test -f 'pty.c' || echo '$(srcdir)/'`pty.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-pty.Tpo $(DEPDIR)/libhio_la-pty.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pty.c' object='libhio_la-pty.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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-pty.lo `test -f 'pty.c' || echo '$(srcdir)/'`pty.c
|
|
|
|
|
2021-08-12 09:32:24 +00:00
|
|
|
libhio_la-rad-msg.lo: rad-msg.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-rad-msg.lo -MD -MP -MF $(DEPDIR)/libhio_la-rad-msg.Tpo -c -o libhio_la-rad-msg.lo `test -f 'rad-msg.c' || echo '$(srcdir)/'`rad-msg.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-rad-msg.Tpo $(DEPDIR)/libhio_la-rad-msg.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rad-msg.c' object='libhio_la-rad-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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-rad-msg.lo `test -f 'rad-msg.c' || echo '$(srcdir)/'`rad-msg.c
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-sck.lo: sck.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-sck.lo -MD -MP -MF $(DEPDIR)/libhio_la-sck.Tpo -c -o libhio_la-sck.lo `test -f 'sck.c' || echo '$(srcdir)/'`sck.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-sck.Tpo $(DEPDIR)/libhio_la-sck.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sck.c' object='libhio_la-sck.lo' libtool=yes @AMDEPBACKSLASH@
|
2016-01-30 05:24:23 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-sck.lo `test -f 'sck.c' || echo '$(srcdir)/'`sck.c
|
2016-01-30 05:24:23 +00:00
|
|
|
|
2022-02-15 11:14:10 +00:00
|
|
|
libhio_la-shw.lo: shw.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-shw.lo -MD -MP -MF $(DEPDIR)/libhio_la-shw.Tpo -c -o libhio_la-shw.lo `test -f 'shw.c' || echo '$(srcdir)/'`shw.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-shw.Tpo $(DEPDIR)/libhio_la-shw.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='shw.c' object='libhio_la-shw.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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-shw.lo `test -f 'shw.c' || echo '$(srcdir)/'`shw.c
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-skad.lo: skad.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-skad.lo -MD -MP -MF $(DEPDIR)/libhio_la-skad.Tpo -c -o libhio_la-skad.lo `test -f 'skad.c' || echo '$(srcdir)/'`skad.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-skad.Tpo $(DEPDIR)/libhio_la-skad.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='skad.c' object='libhio_la-skad.lo' libtool=yes @AMDEPBACKSLASH@
|
2016-04-18 14:21:23 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-skad.lo `test -f 'skad.c' || echo '$(srcdir)/'`skad.c
|
2016-04-18 14:21:23 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-sys.lo: sys.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-sys.lo -MD -MP -MF $(DEPDIR)/libhio_la-sys.Tpo -c -o libhio_la-sys.lo `test -f 'sys.c' || echo '$(srcdir)/'`sys.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-sys.Tpo $(DEPDIR)/libhio_la-sys.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sys.c' object='libhio_la-sys.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-29 16:57:16 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-sys.lo `test -f 'sys.c' || echo '$(srcdir)/'`sys.c
|
2019-01-29 16:57:16 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-sys-ass.lo: sys-ass.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-sys-ass.lo -MD -MP -MF $(DEPDIR)/libhio_la-sys-ass.Tpo -c -o libhio_la-sys-ass.lo `test -f 'sys-ass.c' || echo '$(srcdir)/'`sys-ass.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-sys-ass.Tpo $(DEPDIR)/libhio_la-sys-ass.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sys-ass.c' object='libhio_la-sys-ass.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-24 18:03:27 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-sys-ass.lo `test -f 'sys-ass.c' || echo '$(srcdir)/'`sys-ass.c
|
2019-01-24 18:03:27 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-sys-err.lo: sys-err.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-sys-err.lo -MD -MP -MF $(DEPDIR)/libhio_la-sys-err.Tpo -c -o libhio_la-sys-err.lo `test -f 'sys-err.c' || echo '$(srcdir)/'`sys-err.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-sys-err.Tpo $(DEPDIR)/libhio_la-sys-err.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sys-err.c' object='libhio_la-sys-err.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-24 18:03:27 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-sys-err.lo `test -f 'sys-err.c' || echo '$(srcdir)/'`sys-err.c
|
2019-01-24 18:03:27 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-sys-log.lo: sys-log.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-sys-log.lo -MD -MP -MF $(DEPDIR)/libhio_la-sys-log.Tpo -c -o libhio_la-sys-log.lo `test -f 'sys-log.c' || echo '$(srcdir)/'`sys-log.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-sys-log.Tpo $(DEPDIR)/libhio_la-sys-log.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sys-log.c' object='libhio_la-sys-log.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-24 18:03:27 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-sys-log.lo `test -f 'sys-log.c' || echo '$(srcdir)/'`sys-log.c
|
2019-01-24 18:03:27 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-sys-mux.lo: sys-mux.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-sys-mux.lo -MD -MP -MF $(DEPDIR)/libhio_la-sys-mux.Tpo -c -o libhio_la-sys-mux.lo `test -f 'sys-mux.c' || echo '$(srcdir)/'`sys-mux.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-sys-mux.Tpo $(DEPDIR)/libhio_la-sys-mux.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sys-mux.c' object='libhio_la-sys-mux.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-27 02:09:22 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-sys-mux.lo `test -f 'sys-mux.c' || echo '$(srcdir)/'`sys-mux.c
|
2019-01-27 02:09:22 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-sys-tim.lo: sys-tim.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-sys-tim.lo -MD -MP -MF $(DEPDIR)/libhio_la-sys-tim.Tpo -c -o libhio_la-sys-tim.lo `test -f 'sys-tim.c' || echo '$(srcdir)/'`sys-tim.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-sys-tim.Tpo $(DEPDIR)/libhio_la-sys-tim.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sys-tim.c' object='libhio_la-sys-tim.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-27 02:09:22 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-sys-tim.lo `test -f 'sys-tim.c' || echo '$(srcdir)/'`sys-tim.c
|
2019-01-27 02:09:22 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-thr.lo: thr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-thr.lo -MD -MP -MF $(DEPDIR)/libhio_la-thr.Tpo -c -o libhio_la-thr.lo `test -f 'thr.c' || echo '$(srcdir)/'`thr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-thr.Tpo $(DEPDIR)/libhio_la-thr.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='thr.c' object='libhio_la-thr.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-05-21 17:05:40 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-thr.lo `test -f 'thr.c' || echo '$(srcdir)/'`thr.c
|
2020-05-21 17:05:40 +00:00
|
|
|
|
2022-10-25 22:47:40 +00:00
|
|
|
libhio_la-tar.lo: tar.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-tar.lo -MD -MP -MF $(DEPDIR)/libhio_la-tar.Tpo -c -o libhio_la-tar.lo `test -f 'tar.c' || echo '$(srcdir)/'`tar.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-tar.Tpo $(DEPDIR)/libhio_la-tar.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tar.c' object='libhio_la-tar.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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-tar.lo `test -f 'tar.c' || echo '$(srcdir)/'`tar.c
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-tmr.lo: tmr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-tmr.lo -MD -MP -MF $(DEPDIR)/libhio_la-tmr.Tpo -c -o libhio_la-tmr.lo `test -f 'tmr.c' || echo '$(srcdir)/'`tmr.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-tmr.Tpo $(DEPDIR)/libhio_la-tmr.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tmr.c' object='libhio_la-tmr.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-27 02:09:22 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-tmr.lo `test -f 'tmr.c' || echo '$(srcdir)/'`tmr.c
|
2019-01-27 02:09:22 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-utf8.lo: utf8.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-utf8.lo -MD -MP -MF $(DEPDIR)/libhio_la-utf8.Tpo -c -o libhio_la-utf8.lo `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-utf8.Tpo $(DEPDIR)/libhio_la-utf8.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utf8.c' object='libhio_la-utf8.lo' libtool=yes @AMDEPBACKSLASH@
|
2018-12-12 14:20:08 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-utf8.lo `test -f 'utf8.c' || echo '$(srcdir)/'`utf8.c
|
2018-12-12 14:20:08 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-utl.lo: utl.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-utl.lo -MD -MP -MF $(DEPDIR)/libhio_la-utl.Tpo -c -o libhio_la-utl.lo `test -f 'utl.c' || echo '$(srcdir)/'`utl.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-utl.Tpo $(DEPDIR)/libhio_la-utl.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utl.c' object='libhio_la-utl.lo' libtool=yes @AMDEPBACKSLASH@
|
2019-01-24 09:53:10 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-utl.lo `test -f 'utl.c' || echo '$(srcdir)/'`utl.c
|
2019-01-24 09:53:10 +00:00
|
|
|
|
2022-12-16 16:24:10 +00:00
|
|
|
libhio_la-utl-mime.lo: utl-mime.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-utl-mime.lo -MD -MP -MF $(DEPDIR)/libhio_la-utl-mime.Tpo -c -o libhio_la-utl-mime.lo `test -f 'utl-mime.c' || echo '$(srcdir)/'`utl-mime.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-utl-mime.Tpo $(DEPDIR)/libhio_la-utl-mime.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utl-mime.c' object='libhio_la-utl-mime.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) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-utl-mime.lo `test -f 'utl-mime.c' || echo '$(srcdir)/'`utl-mime.c
|
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-utl-siph.lo: utl-siph.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-utl-siph.lo -MD -MP -MF $(DEPDIR)/libhio_la-utl-siph.Tpo -c -o libhio_la-utl-siph.lo `test -f 'utl-siph.c' || echo '$(srcdir)/'`utl-siph.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-utl-siph.Tpo $(DEPDIR)/libhio_la-utl-siph.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utl-siph.c' object='libhio_la-utl-siph.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-07-03 06:36:43 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-utl-siph.lo `test -f 'utl-siph.c' || echo '$(srcdir)/'`utl-siph.c
|
2020-07-03 06:36:43 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-utl-str.lo: utl-str.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-utl-str.lo -MD -MP -MF $(DEPDIR)/libhio_la-utl-str.Tpo -c -o libhio_la-utl-str.lo `test -f 'utl-str.c' || echo '$(srcdir)/'`utl-str.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-utl-str.Tpo $(DEPDIR)/libhio_la-utl-str.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utl-str.c' object='libhio_la-utl-str.lo' libtool=yes @AMDEPBACKSLASH@
|
2021-07-20 14:40:46 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-utl-str.lo `test -f 'utl-str.c' || echo '$(srcdir)/'`utl-str.c
|
2021-07-20 14:40:46 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-mar.lo: mar.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-mar.lo -MD -MP -MF $(DEPDIR)/libhio_la-mar.Tpo -c -o libhio_la-mar.lo `test -f 'mar.c' || echo '$(srcdir)/'`mar.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-mar.Tpo $(DEPDIR)/libhio_la-mar.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mar.c' object='libhio_la-mar.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-06-11 17:20:09 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-mar.lo `test -f 'mar.c' || echo '$(srcdir)/'`mar.c
|
2020-06-14 16:09:17 +00:00
|
|
|
|
2021-07-22 07:30:20 +00:00
|
|
|
libhio_la-mar-cli.lo: mar-cli.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -MT libhio_la-mar-cli.lo -MD -MP -MF $(DEPDIR)/libhio_la-mar-cli.Tpo -c -o libhio_la-mar-cli.lo `test -f 'mar-cli.c' || echo '$(srcdir)/'`mar-cli.c
|
|
|
|
@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libhio_la-mar-cli.Tpo $(DEPDIR)/libhio_la-mar-cli.Plo
|
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mar-cli.c' object='libhio_la-mar-cli.lo' libtool=yes @AMDEPBACKSLASH@
|
2020-06-14 16:09:17 +00:00
|
|
|
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
|
2021-07-22 07:30:20 +00:00
|
|
|
@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libhio_la_CPPFLAGS) $(CPPFLAGS) $(libhio_la_CFLAGS) $(CFLAGS) -c -o libhio_la-mar-cli.lo `test -f 'mar-cli.c' || echo '$(srcdir)/'`mar-cli.c
|
2020-06-11 17:20:09 +00:00
|
|
|
|
2016-01-30 05:24:23 +00:00
|
|
|
mostlyclean-libtool:
|
|
|
|
-rm -f *.lo
|
|
|
|
|
|
|
|
clean-libtool:
|
|
|
|
-rm -rf .libs _libs
|
2016-04-12 13:56:59 +00:00
|
|
|
install-includeHEADERS: $(include_HEADERS)
|
2016-01-30 05:24:23 +00:00
|
|
|
@$(NORMAL_INSTALL)
|
2016-04-12 13:56:59 +00:00
|
|
|
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
2016-01-30 05:24:23 +00:00
|
|
|
if test -n "$$list"; then \
|
2016-04-12 13:56:59 +00:00
|
|
|
echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
|
|
|
|
$(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
|
2016-01-30 05:24:23 +00:00
|
|
|
fi; \
|
|
|
|
for p in $$list; do \
|
|
|
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
|
|
echo "$$d$$p"; \
|
|
|
|
done | $(am__base_list) | \
|
|
|
|
while read files; do \
|
2016-04-12 13:56:59 +00:00
|
|
|
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
|
|
|
|
$(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
|
2016-01-30 05:24:23 +00:00
|
|
|
done
|
|
|
|
|
2016-04-12 13:56:59 +00:00
|
|
|
uninstall-includeHEADERS:
|
2016-01-30 05:24:23 +00:00
|
|
|
@$(NORMAL_UNINSTALL)
|
2016-04-12 13:56:59 +00:00
|
|
|
@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
|
2016-01-30 05:24:23 +00:00
|
|
|
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
|
2016-04-12 13:56:59 +00:00
|
|
|
dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
|
|
|
|
|
2018-12-12 13:15:54 +00:00
|
|
|
ID: $(am__tagged_files)
|
|
|
|
$(am__define_uniq_tagged_files); mkid -fID $$unique
|
|
|
|
tags: tags-am
|
|
|
|
TAGS: tags
|
|
|
|
|
|
|
|
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
2016-01-30 05:24:23 +00:00
|
|
|
set x; \
|
|
|
|
here=`pwd`; \
|
2018-12-12 13:15:54 +00:00
|
|
|
$(am__define_uniq_tagged_files); \
|
2016-01-30 05:24:23 +00:00
|
|
|
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
|
2018-12-12 13:15:54 +00:00
|
|
|
ctags: ctags-am
|
|
|
|
|
|
|
|
CTAGS: ctags
|
|
|
|
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
|
|
|
|
$(am__define_uniq_tagged_files); \
|
2016-01-30 05:24:23 +00:00
|
|
|
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"
|
2018-12-12 13:15:54 +00:00
|
|
|
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
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
distclean-tags:
|
|
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
2020-02-11 09:02:46 +00:00
|
|
|
distdir: $(BUILT_SOURCES)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) distdir-am
|
|
|
|
|
|
|
|
distdir-am: $(DISTFILES)
|
2016-01-30 05:24:23 +00:00
|
|
|
@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
|
|
|
|
check-am: all-am
|
2022-06-11 07:01:21 +00:00
|
|
|
check: $(BUILT_SOURCES)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) check-am
|
2021-07-22 07:30:20 +00:00
|
|
|
all-am: Makefile $(LTLIBRARIES) $(HEADERS) hio-cfg.h
|
2016-01-30 05:24:23 +00:00
|
|
|
installdirs:
|
2019-05-14 04:25:38 +00:00
|
|
|
for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(includedir)"; do \
|
2016-01-30 05:24:23 +00:00
|
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
|
|
done
|
2022-06-11 07:01:21 +00:00
|
|
|
install: $(BUILT_SOURCES)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install-am
|
2023-11-18 07:31:24 +00:00
|
|
|
install-exec: $(BUILT_SOURCES)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install-exec-am
|
2016-01-30 05:24:23 +00:00
|
|
|
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:
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
maintainer-clean-generic:
|
|
|
|
@echo "This command is intended for maintainers to use"
|
|
|
|
@echo "it deletes files that may require special tools to rebuild."
|
2022-06-11 07:01:21 +00:00
|
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
|
2016-01-30 05:24:23 +00:00
|
|
|
clean: clean-am
|
|
|
|
|
2019-05-14 04:25:38 +00:00
|
|
|
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
|
|
|
|
mostlyclean-am
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
distclean: distclean-am
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-chr.Plo
|
2021-08-13 15:37:34 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-dhcp-svr.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-dns-cli.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-dns.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-ecs.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-err.Plo
|
2022-08-31 23:01:32 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-fcgi-cli.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-fmt.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-hio.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-htb.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-htrd.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-htre.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-cgi.Plo
|
2022-08-31 23:01:32 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-fcgi.Plo
|
2022-06-16 13:52:37 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-file.Plo
|
2023-03-30 06:34:32 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-prxy.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-svr.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-thr.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-txt.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-json.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-mar-cli.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-mar.Plo
|
2021-08-12 09:32:24 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-md5.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-nwif.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-opt.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-path.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-pipe.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-pro.Plo
|
2022-02-14 15:08:28 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-pty.Plo
|
2021-08-12 09:32:24 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-rad-msg.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sck.Plo
|
2022-02-15 11:14:10 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-shw.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-skad.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-ass.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-err.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-log.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-mux.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-tim.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys.Plo
|
2022-10-25 22:47:40 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-tar.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-thr.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-tmr.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utf8.Plo
|
2022-12-16 16:24:10 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utl-mime.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utl-siph.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utl-str.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utl.Plo
|
2016-01-30 05:24:23 +00:00
|
|
|
-rm -f Makefile
|
|
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
|
|
distclean-hdr distclean-tags
|
|
|
|
|
|
|
|
dvi: dvi-am
|
|
|
|
|
|
|
|
dvi-am:
|
|
|
|
|
|
|
|
html: html-am
|
|
|
|
|
|
|
|
html-am:
|
|
|
|
|
|
|
|
info: info-am
|
|
|
|
|
|
|
|
info-am:
|
|
|
|
|
2016-04-12 13:56:59 +00:00
|
|
|
install-data-am: install-includeHEADERS
|
2016-01-30 05:24:23 +00:00
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
|
|
|
|
install-dvi: install-dvi-am
|
|
|
|
|
|
|
|
install-dvi-am:
|
|
|
|
|
2019-05-14 04:25:38 +00:00
|
|
|
install-exec-am: install-libLTLIBRARIES
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
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
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-chr.Plo
|
2021-08-13 15:37:34 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-dhcp-svr.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-dns-cli.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-dns.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-ecs.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-err.Plo
|
2022-08-31 23:01:32 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-fcgi-cli.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-fmt.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-hio.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-htb.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-htrd.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-htre.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-cgi.Plo
|
2022-08-31 23:01:32 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-fcgi.Plo
|
2022-06-16 13:52:37 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-file.Plo
|
2023-03-30 06:34:32 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-prxy.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-svr.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-thr.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http-txt.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-http.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-json.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-mar-cli.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-mar.Plo
|
2021-08-12 09:32:24 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-md5.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-nwif.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-opt.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-path.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-pipe.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-pro.Plo
|
2022-02-14 15:08:28 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-pty.Plo
|
2021-08-12 09:32:24 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-rad-msg.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sck.Plo
|
2022-02-15 11:14:10 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-shw.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-skad.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-ass.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-err.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-log.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-mux.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys-tim.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-sys.Plo
|
2022-10-25 22:47:40 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-tar.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-thr.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-tmr.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utf8.Plo
|
2022-12-16 16:24:10 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utl-mime.Plo
|
2021-07-22 07:30:20 +00:00
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utl-siph.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utl-str.Plo
|
|
|
|
-rm -f ./$(DEPDIR)/libhio_la-utl.Plo
|
2016-01-30 05:24:23 +00:00
|
|
|
-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:
|
|
|
|
|
2019-05-14 04:25:38 +00:00
|
|
|
uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
|
2016-01-30 05:24:23 +00:00
|
|
|
@$(NORMAL_INSTALL)
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
|
2023-11-18 07:31:24 +00:00
|
|
|
.MAKE: all check install install-am install-data-am install-exec \
|
|
|
|
install-strip uninstall-am
|
2016-01-30 05:24:23 +00:00
|
|
|
|
2020-02-11 09:02:46 +00:00
|
|
|
.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
|
|
|
|
clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
|
|
|
|
ctags ctags-am distclean distclean-compile distclean-generic \
|
2019-05-14 04:25:38 +00:00
|
|
|
distclean-hdr distclean-libtool distclean-tags distdir dvi \
|
|
|
|
dvi-am html html-am info info-am install install-am \
|
2016-04-12 13:56:59 +00:00
|
|
|
install-data install-data-am install-data-hook install-dvi \
|
|
|
|
install-dvi-am install-exec install-exec-am install-html \
|
|
|
|
install-html-am install-includeHEADERS install-info \
|
|
|
|
install-info-am install-libLTLIBRARIES install-man 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 \
|
2019-05-14 04:25:38 +00:00
|
|
|
tags tags-am uninstall uninstall-am uninstall-hook \
|
|
|
|
uninstall-includeHEADERS uninstall-libLTLIBRARIES
|
2016-01-30 05:24:23 +00:00
|
|
|
|
2018-12-12 13:15:54 +00:00
|
|
|
.PRECIOUS: Makefile
|
|
|
|
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
install-data-hook:
|
2021-07-22 07:30:20 +00:00
|
|
|
@echo "#ifndef _HIO_CFG_H_" > "$(DESTDIR)$(includedir)/hio-cfg.h"
|
|
|
|
@echo "#define _HIO_CFG_H_" >> "$(DESTDIR)$(includedir)/hio-cfg.h"
|
|
|
|
@$(EGREP) "#define[ ]+HIO_" "$(abs_builddir)/hio-cfg.h" >> "$(DESTDIR)$(includedir)/hio-cfg.h"
|
|
|
|
@echo "#endif" >> "$(DESTDIR)$(includedir)/hio-cfg.h"
|
|
|
|
@rm -f "$(DESTDIR)$(includedir)/hio-cfg.h.in"
|
|
|
|
@$(SED) 's|/\*#define HIO_HAVE_CFG_H\*/|#define HIO_HAVE_CFG_H|' "$(srcdir)/hio-cmn.h" > "$(DESTDIR)$(includedir)/hio-cmn.h"
|
2016-01-30 05:24:23 +00:00
|
|
|
|
|
|
|
uninstall-hook:
|
2021-07-22 07:30:20 +00:00
|
|
|
@rm -f "$(DESTDIR)$(includedir)/hio-cfg.h"
|
2016-01-30 05:24:23 +00:00
|
|
|
|
2022-06-13 13:54:14 +00:00
|
|
|
hio-str.h: utl-str.m4 hio-str.h.m4
|
|
|
|
m4 -I$(srcdir) $(srcdir)/hio-str.h.m4 > $(srcdir)/hio-str.h
|
2021-08-14 05:23:57 +00:00
|
|
|
|
|
|
|
utl-str.c: utl-str.m4 utl-str.c.m4
|
|
|
|
m4 -I$(srcdir) $(srcdir)/utl-str.c.m4 > $(srcdir)/utl-str.c
|
2021-07-20 14:40:46 +00:00
|
|
|
|
2016-01-30 05:24:23 +00:00
|
|
|
# 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:
|