# Makefile.in generated by automake 1.16.1 from Makefile.am. # src/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. VPATH = ../../git/src am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/smcroute pkgincludedir = $(includedir)/smcroute pkglibdir = $(libdir)/smcroute pkglibexecdir = $(libexecdir)/smcroute 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 = : sbin_PROGRAMS = smcrouted$(EXEEXT) $(am__EXEEXT_1) #am__append_1 = cap.c cap.h #am__append_2 = -lcap #am__append_3 = mrdisc.c mrdisc.h inet.c inet.h am__append_4 = smcroutectl am__append_5 = msg.c msg.h ipc.c ipc.h am__append_6 = conf.c conf.h subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/misc.m4 \ $(top_srcdir)/m4/mroute.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = am__EXEEXT_1 = smcroutectl$(EXEEXT) am__installdirs = "$(DESTDIR)$(sbindir)" PROGRAMS = $(sbin_PROGRAMS) am__smcroutectl_SOURCES_DIST = smcroutectl.c msg.h util.h am_smcroutectl_OBJECTS = \ smcroutectl-smcroutectl.$(OBJEXT) smcroutectl_OBJECTS = $(am_smcroutectl_OBJECTS) smcroutectl_LDADD = $(LDADD) smcroutectl_LINK = $(CCLD) $(smcroutectl_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ am__smcrouted_SOURCES_DIST = smcrouted.c mroute.c mroute.h ifvc.c \ ifvc.h mcgroup.c mcgroup.h script.c script.h util.h log.c \ log.h pidfile.c socket.c socket.h timer.c timer.h queue.h \ cap.c cap.h mrdisc.c mrdisc.h inet.c inet.h msg.c msg.h ipc.c \ ipc.h conf.c conf.h #am__objects_1 = smcrouted-cap.$(OBJEXT) #am__objects_2 = smcrouted-mrdisc.$(OBJEXT) \ # smcrouted-inet.$(OBJEXT) am__objects_3 = smcrouted-msg.$(OBJEXT) \ smcrouted-ipc.$(OBJEXT) am__objects_4 = smcrouted-conf.$(OBJEXT) am_smcrouted_OBJECTS = smcrouted-smcrouted.$(OBJEXT) \ smcrouted-mroute.$(OBJEXT) smcrouted-ifvc.$(OBJEXT) \ smcrouted-mcgroup.$(OBJEXT) smcrouted-script.$(OBJEXT) \ smcrouted-log.$(OBJEXT) smcrouted-pidfile.$(OBJEXT) \ smcrouted-socket.$(OBJEXT) smcrouted-timer.$(OBJEXT) \ $(am__objects_1) $(am__objects_2) $(am__objects_3) \ $(am__objects_4) smcrouted_OBJECTS = $(am_smcrouted_OBJECTS) am__DEPENDENCIES_1 = LIBOBJDIR = ../lib/ am__dirstamp = $(am__leading_dot)dirstamp smcrouted_DEPENDENCIES = $(am__DEPENDENCIES_1) $(LIBOBJS) \ $(am__DEPENDENCIES_1) smcrouted_LINK = $(CCLD) $(smcrouted_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_$(V)) am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ am__v_at_1 = DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__maybe_remake_depfiles = depfiles am__depfiles_remade = ../lib/$(DEPDIR)/strlcat.Po \ ../lib/$(DEPDIR)/strlcpy.Po ../lib/$(DEPDIR)/utimensat.Po \ ./$(DEPDIR)/smcroutectl-smcroutectl.Po \ ./$(DEPDIR)/smcrouted-cap.Po ./$(DEPDIR)/smcrouted-conf.Po \ ./$(DEPDIR)/smcrouted-ifvc.Po ./$(DEPDIR)/smcrouted-inet.Po \ ./$(DEPDIR)/smcrouted-ipc.Po ./$(DEPDIR)/smcrouted-log.Po \ ./$(DEPDIR)/smcrouted-mcgroup.Po \ ./$(DEPDIR)/smcrouted-mrdisc.Po \ ./$(DEPDIR)/smcrouted-mroute.Po ./$(DEPDIR)/smcrouted-msg.Po \ ./$(DEPDIR)/smcrouted-pidfile.Po \ ./$(DEPDIR)/smcrouted-script.Po \ ./$(DEPDIR)/smcrouted-smcrouted.Po \ ./$(DEPDIR)/smcrouted-socket.Po ./$(DEPDIR)/smcrouted-timer.Po am__mv = mv -f AM_V_lt = $(am__v_lt_$(V)) am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) am__v_lt_0 = --silent am__v_lt_1 = COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) AM_V_CC = $(am__v_CC_$(V)) am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) am__v_CC_0 = @echo " CC " $@; am__v_CC_1 = CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ AM_V_CCLD = $(am__v_CCLD_$(V)) am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) am__v_CCLD_0 = @echo " CCLD " $@; am__v_CCLD_1 = SOURCES = $(smcroutectl_SOURCES) $(smcrouted_SOURCES) DIST_SOURCES = $(am__smcroutectl_SOURCES_DIST) \ $(am__smcrouted_SOURCES_DIST) am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. am__uniquify_input = $(AWK) '\ BEGIN { nonempty = 0; } \ { items[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in items) print i; }; } \ ' # Make sure the list of sources is unique. This is necessary because, # e.g., the same source file might be shared among _SOURCES variables # for different programs/libraries. am__define_uniq_tagged_files = \ list='$(am__tagged_files)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ $(top_srcdir)/lib/strlcat.c $(top_srcdir)/lib/strlcpy.c \ $(top_srcdir)/lib/utimensat.c DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/git/missing aclocal-1.16 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 1 AUTOCONF = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/git/missing autoconf AUTOHEADER = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/git/missing autoheader AUTOMAKE = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/git/missing automake-1.16 AWK = gawk CC = aarch64-poky-linux-gcc -mcpu=cortex-a55 -march=armv8.2-a+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/recipe-sysroot CCDEPMODE = depmode=none CFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0=/usr/src/debug/smcroute/2.4.4-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0=/usr/src/debug/smcroute/2.4.4-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/recipe-sysroot= -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/recipe-sysroot-native= CPP = aarch64-poky-linux-gcc -E --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/recipe-sysroot -mcpu=cortex-a55 -march=armv8.2-a+crypto -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security CPPFLAGS = CYGPATH_W = echo DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DOCDIR = /usr/share/doc/smcroute ECHO_C = ECHO_N = -n ECHO_T = EGREP = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/hosttools/grep -E EXEEXT = GREP = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/hosttools/grep INSTALL = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/hosttools/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s LDFLAGS = -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now LIBOBJS = ${LIBOBJDIR}strlcpy$U.o ${LIBOBJDIR}strlcat$U.o LIBS = LIB_PTHREAD = LIB_RT = -lrt LN_S = ln -s LTLIBOBJS = ${LIBOBJDIR}strlcpy$U.lo ${LIBOBJDIR}strlcat$U.lo MAKEINFO = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/git/missing makeinfo MKDIR_P = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/hosttools/mkdir -p OBJEXT = o PACKAGE = smcroute PACKAGE_BUGREPORT = https://github.com/troglobit/smcroute/issues PACKAGE_NAME = SMCRoute PACKAGE_STRING = SMCRoute 2.4.4 PACKAGE_TARNAME = smcroute PACKAGE_URL = http://troglobit.com/smcroute.html PACKAGE_VERSION = 2.4.4 PATH_SEPARATOR = : SBINDIR = /usr/sbin SET_MAKE = SHELL = /bin/bash STRIP = aarch64-poky-linux-strip VERSION = 2.4.4 abs_builddir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/build/src abs_srcdir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/build/../git/src abs_top_builddir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/build abs_top_srcdir = /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/build/../git ac_ct_CC = am__include = include am__leading_dot = . am__quote = am__tar = $${TAR-tar} chof - "$$tardir" am__untar = $${TAR-tar} xf - bindir = /usr/bin build_alias = x86_64-linux builddir = . datadir = /usr/share datarootdir = ${prefix}/share docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = /usr host_alias = aarch64-poky-linux htmldir = ${docdir} includedir = /usr/include infodir = /usr/share/info install_sh = ${SHELL} /home/rcar/www/s4sk-xen/build-xen/yocto/build-domd/tmp/work/aarch64-poky-linux/smcroute/2.4.4-r0/git/install-sh libdir = /usr/lib libexecdir = /usr/libexec localedir = ${datarootdir}/locale localstatedir = /var mandir = /usr/share/man mkdir_p = $(MKDIR_P) oldincludedir = /usr/include pdfdir = ${docdir} prefix = /usr program_transform_name = s,x,x, psdir = ${docdir} sbindir = /usr/sbin sharedstatedir = /com srcdir = ../../git/src sysconfdir = /etc systemddir = target_alias = aarch64-poky-linux top_build_prefix = ../ top_builddir = .. top_srcdir = ../../git AUTOMAKE_OPTIONS = subdir-objects smcrouted_SOURCES = smcrouted.c mroute.c mroute.h ifvc.c ifvc.h \ mcgroup.c mcgroup.h script.c script.h util.h log.c log.h \ pidfile.c socket.c socket.h timer.c timer.h queue.h \ $(am__append_1) $(am__append_3) $(am__append_5) \ $(am__append_6) smcrouted_CFLAGS = -W -Wall -Wextra -Wno-deprecated-declarations smcrouted_CPPFLAGS = -D_ATFILE_SOURCE -D_INCOMPLETE_XOPEN_C063 \ -DSYSCONFDIR=\"/etc\" \ -DLOCALSTATEDIR=\"/var\" smcrouted_LDADD = $(LIBS) $(LIBOBJS) -lrt \ $(am__append_2) smcroutectl_SOURCES = smcroutectl.c msg.h util.h smcroutectl_CFLAGS = -W -Wall -Wextra smcroutectl_CPPFLAGS = -DLOCALSTATEDIR=\"/var\" all: all-am .SUFFIXES: .SUFFIXES: .c .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 src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 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): install-sbinPROGRAMS: $(sbin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ if test -n "$$list"; then \ echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ fi; \ for p in $$list; do echo "$$p $$p"; done | \ sed 's/$(EXEEXT)$$//' | \ while read p p1; do if test -f $$p \ ; then echo "$$p"; echo "$$p"; else :; fi; \ done | \ sed -e 'p;s,.*/,,;n;h' \ -e 's|.*|.|' \ -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ sed 'N;N;N;s,\n, ,g' | \ $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ if ($$2 == $$4) files[d] = files[d] " " $$1; \ else { print "f", $$3 "/" $$4, $$1; } } \ END { for (d in files) print "f", d, files[d] }' | \ while read type dir files; do \ if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ test -z "$$files" || { \ echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ } \ ; done uninstall-sbinPROGRAMS: @$(NORMAL_UNINSTALL) @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ files=`for p in $$list; do echo "$$p"; done | \ sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ -e 's/$$/$(EXEEXT)/' \ `; \ test -n "$$list" || exit 0; \ echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(sbindir)" && rm -f $$files clean-sbinPROGRAMS: -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) smcroutectl$(EXEEXT): $(smcroutectl_OBJECTS) $(smcroutectl_DEPENDENCIES) $(EXTRA_smcroutectl_DEPENDENCIES) @rm -f smcroutectl$(EXEEXT) $(AM_V_CCLD)$(smcroutectl_LINK) $(smcroutectl_OBJECTS) $(smcroutectl_LDADD) $(LIBS) ../lib/$(am__dirstamp): @$(MKDIR_P) ../lib/ @: > ../lib/$(am__dirstamp) ../lib/strlcat.$(OBJEXT): ../lib/$(am__dirstamp) ../lib/strlcpy.$(OBJEXT): ../lib/$(am__dirstamp) ../lib/utimensat.$(OBJEXT): ../lib/$(am__dirstamp) smcrouted$(EXEEXT): $(smcrouted_OBJECTS) $(smcrouted_DEPENDENCIES) $(EXTRA_smcrouted_DEPENDENCIES) @rm -f smcrouted$(EXEEXT) $(AM_V_CCLD)$(smcrouted_LINK) $(smcrouted_OBJECTS) $(smcrouted_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) distclean-compile: -rm -f *.tab.c #include ../lib/$(DEPDIR)/strlcat.Po # am--include-marker #include ../lib/$(DEPDIR)/strlcpy.Po # am--include-marker #include ../lib/$(DEPDIR)/utimensat.Po # am--include-marker #include ./$(DEPDIR)/smcroutectl-smcroutectl.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-cap.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-conf.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-ifvc.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-inet.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-ipc.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-log.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-mcgroup.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-mrdisc.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-mroute.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-msg.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-pidfile.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-script.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-smcrouted.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-socket.Po # am--include-marker #include ./$(DEPDIR)/smcrouted-timer.Po # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @echo '# dummy' >$@-t && $(am__mv) $@-t $@ am--depfiles: $(am__depfiles_remade) .c.o: # $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ # $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ # $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CC)source='$<' object='$@' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(COMPILE) -c -o $@ $< .c.obj: # $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ # $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ # $(am__mv) $$depbase.Tpo $$depbase.Po # $(AM_V_CC)source='$<' object='$@' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` smcroutectl-smcroutectl.o: smcroutectl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcroutectl_CPPFLAGS) $(CPPFLAGS) $(smcroutectl_CFLAGS) $(CFLAGS) -MT smcroutectl-smcroutectl.o -MD -MP -MF $(DEPDIR)/smcroutectl-smcroutectl.Tpo -c -o smcroutectl-smcroutectl.o `test -f 'smcroutectl.c' || echo '$(srcdir)/'`smcroutectl.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcroutectl-smcroutectl.Tpo $(DEPDIR)/smcroutectl-smcroutectl.Po # $(AM_V_CC)source='smcroutectl.c' object='smcroutectl-smcroutectl.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcroutectl_CPPFLAGS) $(CPPFLAGS) $(smcroutectl_CFLAGS) $(CFLAGS) -c -o smcroutectl-smcroutectl.o `test -f 'smcroutectl.c' || echo '$(srcdir)/'`smcroutectl.c smcroutectl-smcroutectl.obj: smcroutectl.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcroutectl_CPPFLAGS) $(CPPFLAGS) $(smcroutectl_CFLAGS) $(CFLAGS) -MT smcroutectl-smcroutectl.obj -MD -MP -MF $(DEPDIR)/smcroutectl-smcroutectl.Tpo -c -o smcroutectl-smcroutectl.obj `if test -f 'smcroutectl.c'; then $(CYGPATH_W) 'smcroutectl.c'; else $(CYGPATH_W) '$(srcdir)/smcroutectl.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcroutectl-smcroutectl.Tpo $(DEPDIR)/smcroutectl-smcroutectl.Po # $(AM_V_CC)source='smcroutectl.c' object='smcroutectl-smcroutectl.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcroutectl_CPPFLAGS) $(CPPFLAGS) $(smcroutectl_CFLAGS) $(CFLAGS) -c -o smcroutectl-smcroutectl.obj `if test -f 'smcroutectl.c'; then $(CYGPATH_W) 'smcroutectl.c'; else $(CYGPATH_W) '$(srcdir)/smcroutectl.c'; fi` smcrouted-smcrouted.o: smcrouted.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-smcrouted.o -MD -MP -MF $(DEPDIR)/smcrouted-smcrouted.Tpo -c -o smcrouted-smcrouted.o `test -f 'smcrouted.c' || echo '$(srcdir)/'`smcrouted.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-smcrouted.Tpo $(DEPDIR)/smcrouted-smcrouted.Po # $(AM_V_CC)source='smcrouted.c' object='smcrouted-smcrouted.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-smcrouted.o `test -f 'smcrouted.c' || echo '$(srcdir)/'`smcrouted.c smcrouted-smcrouted.obj: smcrouted.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-smcrouted.obj -MD -MP -MF $(DEPDIR)/smcrouted-smcrouted.Tpo -c -o smcrouted-smcrouted.obj `if test -f 'smcrouted.c'; then $(CYGPATH_W) 'smcrouted.c'; else $(CYGPATH_W) '$(srcdir)/smcrouted.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-smcrouted.Tpo $(DEPDIR)/smcrouted-smcrouted.Po # $(AM_V_CC)source='smcrouted.c' object='smcrouted-smcrouted.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-smcrouted.obj `if test -f 'smcrouted.c'; then $(CYGPATH_W) 'smcrouted.c'; else $(CYGPATH_W) '$(srcdir)/smcrouted.c'; fi` smcrouted-mroute.o: mroute.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-mroute.o -MD -MP -MF $(DEPDIR)/smcrouted-mroute.Tpo -c -o smcrouted-mroute.o `test -f 'mroute.c' || echo '$(srcdir)/'`mroute.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-mroute.Tpo $(DEPDIR)/smcrouted-mroute.Po # $(AM_V_CC)source='mroute.c' object='smcrouted-mroute.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-mroute.o `test -f 'mroute.c' || echo '$(srcdir)/'`mroute.c smcrouted-mroute.obj: mroute.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-mroute.obj -MD -MP -MF $(DEPDIR)/smcrouted-mroute.Tpo -c -o smcrouted-mroute.obj `if test -f 'mroute.c'; then $(CYGPATH_W) 'mroute.c'; else $(CYGPATH_W) '$(srcdir)/mroute.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-mroute.Tpo $(DEPDIR)/smcrouted-mroute.Po # $(AM_V_CC)source='mroute.c' object='smcrouted-mroute.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-mroute.obj `if test -f 'mroute.c'; then $(CYGPATH_W) 'mroute.c'; else $(CYGPATH_W) '$(srcdir)/mroute.c'; fi` smcrouted-ifvc.o: ifvc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-ifvc.o -MD -MP -MF $(DEPDIR)/smcrouted-ifvc.Tpo -c -o smcrouted-ifvc.o `test -f 'ifvc.c' || echo '$(srcdir)/'`ifvc.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-ifvc.Tpo $(DEPDIR)/smcrouted-ifvc.Po # $(AM_V_CC)source='ifvc.c' object='smcrouted-ifvc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-ifvc.o `test -f 'ifvc.c' || echo '$(srcdir)/'`ifvc.c smcrouted-ifvc.obj: ifvc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-ifvc.obj -MD -MP -MF $(DEPDIR)/smcrouted-ifvc.Tpo -c -o smcrouted-ifvc.obj `if test -f 'ifvc.c'; then $(CYGPATH_W) 'ifvc.c'; else $(CYGPATH_W) '$(srcdir)/ifvc.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-ifvc.Tpo $(DEPDIR)/smcrouted-ifvc.Po # $(AM_V_CC)source='ifvc.c' object='smcrouted-ifvc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-ifvc.obj `if test -f 'ifvc.c'; then $(CYGPATH_W) 'ifvc.c'; else $(CYGPATH_W) '$(srcdir)/ifvc.c'; fi` smcrouted-mcgroup.o: mcgroup.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-mcgroup.o -MD -MP -MF $(DEPDIR)/smcrouted-mcgroup.Tpo -c -o smcrouted-mcgroup.o `test -f 'mcgroup.c' || echo '$(srcdir)/'`mcgroup.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-mcgroup.Tpo $(DEPDIR)/smcrouted-mcgroup.Po # $(AM_V_CC)source='mcgroup.c' object='smcrouted-mcgroup.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-mcgroup.o `test -f 'mcgroup.c' || echo '$(srcdir)/'`mcgroup.c smcrouted-mcgroup.obj: mcgroup.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-mcgroup.obj -MD -MP -MF $(DEPDIR)/smcrouted-mcgroup.Tpo -c -o smcrouted-mcgroup.obj `if test -f 'mcgroup.c'; then $(CYGPATH_W) 'mcgroup.c'; else $(CYGPATH_W) '$(srcdir)/mcgroup.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-mcgroup.Tpo $(DEPDIR)/smcrouted-mcgroup.Po # $(AM_V_CC)source='mcgroup.c' object='smcrouted-mcgroup.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-mcgroup.obj `if test -f 'mcgroup.c'; then $(CYGPATH_W) 'mcgroup.c'; else $(CYGPATH_W) '$(srcdir)/mcgroup.c'; fi` smcrouted-script.o: script.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-script.o -MD -MP -MF $(DEPDIR)/smcrouted-script.Tpo -c -o smcrouted-script.o `test -f 'script.c' || echo '$(srcdir)/'`script.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-script.Tpo $(DEPDIR)/smcrouted-script.Po # $(AM_V_CC)source='script.c' object='smcrouted-script.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-script.o `test -f 'script.c' || echo '$(srcdir)/'`script.c smcrouted-script.obj: script.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-script.obj -MD -MP -MF $(DEPDIR)/smcrouted-script.Tpo -c -o smcrouted-script.obj `if test -f 'script.c'; then $(CYGPATH_W) 'script.c'; else $(CYGPATH_W) '$(srcdir)/script.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-script.Tpo $(DEPDIR)/smcrouted-script.Po # $(AM_V_CC)source='script.c' object='smcrouted-script.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-script.obj `if test -f 'script.c'; then $(CYGPATH_W) 'script.c'; else $(CYGPATH_W) '$(srcdir)/script.c'; fi` smcrouted-log.o: log.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-log.o -MD -MP -MF $(DEPDIR)/smcrouted-log.Tpo -c -o smcrouted-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-log.Tpo $(DEPDIR)/smcrouted-log.Po # $(AM_V_CC)source='log.c' object='smcrouted-log.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c smcrouted-log.obj: log.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-log.obj -MD -MP -MF $(DEPDIR)/smcrouted-log.Tpo -c -o smcrouted-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-log.Tpo $(DEPDIR)/smcrouted-log.Po # $(AM_V_CC)source='log.c' object='smcrouted-log.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi` smcrouted-pidfile.o: pidfile.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-pidfile.o -MD -MP -MF $(DEPDIR)/smcrouted-pidfile.Tpo -c -o smcrouted-pidfile.o `test -f 'pidfile.c' || echo '$(srcdir)/'`pidfile.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-pidfile.Tpo $(DEPDIR)/smcrouted-pidfile.Po # $(AM_V_CC)source='pidfile.c' object='smcrouted-pidfile.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-pidfile.o `test -f 'pidfile.c' || echo '$(srcdir)/'`pidfile.c smcrouted-pidfile.obj: pidfile.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-pidfile.obj -MD -MP -MF $(DEPDIR)/smcrouted-pidfile.Tpo -c -o smcrouted-pidfile.obj `if test -f 'pidfile.c'; then $(CYGPATH_W) 'pidfile.c'; else $(CYGPATH_W) '$(srcdir)/pidfile.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-pidfile.Tpo $(DEPDIR)/smcrouted-pidfile.Po # $(AM_V_CC)source='pidfile.c' object='smcrouted-pidfile.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-pidfile.obj `if test -f 'pidfile.c'; then $(CYGPATH_W) 'pidfile.c'; else $(CYGPATH_W) '$(srcdir)/pidfile.c'; fi` smcrouted-socket.o: socket.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-socket.o -MD -MP -MF $(DEPDIR)/smcrouted-socket.Tpo -c -o smcrouted-socket.o `test -f 'socket.c' || echo '$(srcdir)/'`socket.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-socket.Tpo $(DEPDIR)/smcrouted-socket.Po # $(AM_V_CC)source='socket.c' object='smcrouted-socket.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-socket.o `test -f 'socket.c' || echo '$(srcdir)/'`socket.c smcrouted-socket.obj: socket.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-socket.obj -MD -MP -MF $(DEPDIR)/smcrouted-socket.Tpo -c -o smcrouted-socket.obj `if test -f 'socket.c'; then $(CYGPATH_W) 'socket.c'; else $(CYGPATH_W) '$(srcdir)/socket.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-socket.Tpo $(DEPDIR)/smcrouted-socket.Po # $(AM_V_CC)source='socket.c' object='smcrouted-socket.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-socket.obj `if test -f 'socket.c'; then $(CYGPATH_W) 'socket.c'; else $(CYGPATH_W) '$(srcdir)/socket.c'; fi` smcrouted-timer.o: timer.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-timer.o -MD -MP -MF $(DEPDIR)/smcrouted-timer.Tpo -c -o smcrouted-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-timer.Tpo $(DEPDIR)/smcrouted-timer.Po # $(AM_V_CC)source='timer.c' object='smcrouted-timer.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c smcrouted-timer.obj: timer.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-timer.obj -MD -MP -MF $(DEPDIR)/smcrouted-timer.Tpo -c -o smcrouted-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-timer.Tpo $(DEPDIR)/smcrouted-timer.Po # $(AM_V_CC)source='timer.c' object='smcrouted-timer.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi` smcrouted-cap.o: cap.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-cap.o -MD -MP -MF $(DEPDIR)/smcrouted-cap.Tpo -c -o smcrouted-cap.o `test -f 'cap.c' || echo '$(srcdir)/'`cap.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-cap.Tpo $(DEPDIR)/smcrouted-cap.Po # $(AM_V_CC)source='cap.c' object='smcrouted-cap.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-cap.o `test -f 'cap.c' || echo '$(srcdir)/'`cap.c smcrouted-cap.obj: cap.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-cap.obj -MD -MP -MF $(DEPDIR)/smcrouted-cap.Tpo -c -o smcrouted-cap.obj `if test -f 'cap.c'; then $(CYGPATH_W) 'cap.c'; else $(CYGPATH_W) '$(srcdir)/cap.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-cap.Tpo $(DEPDIR)/smcrouted-cap.Po # $(AM_V_CC)source='cap.c' object='smcrouted-cap.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-cap.obj `if test -f 'cap.c'; then $(CYGPATH_W) 'cap.c'; else $(CYGPATH_W) '$(srcdir)/cap.c'; fi` smcrouted-mrdisc.o: mrdisc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-mrdisc.o -MD -MP -MF $(DEPDIR)/smcrouted-mrdisc.Tpo -c -o smcrouted-mrdisc.o `test -f 'mrdisc.c' || echo '$(srcdir)/'`mrdisc.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-mrdisc.Tpo $(DEPDIR)/smcrouted-mrdisc.Po # $(AM_V_CC)source='mrdisc.c' object='smcrouted-mrdisc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-mrdisc.o `test -f 'mrdisc.c' || echo '$(srcdir)/'`mrdisc.c smcrouted-mrdisc.obj: mrdisc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-mrdisc.obj -MD -MP -MF $(DEPDIR)/smcrouted-mrdisc.Tpo -c -o smcrouted-mrdisc.obj `if test -f 'mrdisc.c'; then $(CYGPATH_W) 'mrdisc.c'; else $(CYGPATH_W) '$(srcdir)/mrdisc.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-mrdisc.Tpo $(DEPDIR)/smcrouted-mrdisc.Po # $(AM_V_CC)source='mrdisc.c' object='smcrouted-mrdisc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-mrdisc.obj `if test -f 'mrdisc.c'; then $(CYGPATH_W) 'mrdisc.c'; else $(CYGPATH_W) '$(srcdir)/mrdisc.c'; fi` smcrouted-inet.o: inet.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-inet.o -MD -MP -MF $(DEPDIR)/smcrouted-inet.Tpo -c -o smcrouted-inet.o `test -f 'inet.c' || echo '$(srcdir)/'`inet.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-inet.Tpo $(DEPDIR)/smcrouted-inet.Po # $(AM_V_CC)source='inet.c' object='smcrouted-inet.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-inet.o `test -f 'inet.c' || echo '$(srcdir)/'`inet.c smcrouted-inet.obj: inet.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-inet.obj -MD -MP -MF $(DEPDIR)/smcrouted-inet.Tpo -c -o smcrouted-inet.obj `if test -f 'inet.c'; then $(CYGPATH_W) 'inet.c'; else $(CYGPATH_W) '$(srcdir)/inet.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-inet.Tpo $(DEPDIR)/smcrouted-inet.Po # $(AM_V_CC)source='inet.c' object='smcrouted-inet.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-inet.obj `if test -f 'inet.c'; then $(CYGPATH_W) 'inet.c'; else $(CYGPATH_W) '$(srcdir)/inet.c'; fi` smcrouted-msg.o: msg.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-msg.o -MD -MP -MF $(DEPDIR)/smcrouted-msg.Tpo -c -o smcrouted-msg.o `test -f 'msg.c' || echo '$(srcdir)/'`msg.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-msg.Tpo $(DEPDIR)/smcrouted-msg.Po # $(AM_V_CC)source='msg.c' object='smcrouted-msg.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-msg.o `test -f 'msg.c' || echo '$(srcdir)/'`msg.c smcrouted-msg.obj: msg.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-msg.obj -MD -MP -MF $(DEPDIR)/smcrouted-msg.Tpo -c -o smcrouted-msg.obj `if test -f 'msg.c'; then $(CYGPATH_W) 'msg.c'; else $(CYGPATH_W) '$(srcdir)/msg.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-msg.Tpo $(DEPDIR)/smcrouted-msg.Po # $(AM_V_CC)source='msg.c' object='smcrouted-msg.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-msg.obj `if test -f 'msg.c'; then $(CYGPATH_W) 'msg.c'; else $(CYGPATH_W) '$(srcdir)/msg.c'; fi` smcrouted-ipc.o: ipc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-ipc.o -MD -MP -MF $(DEPDIR)/smcrouted-ipc.Tpo -c -o smcrouted-ipc.o `test -f 'ipc.c' || echo '$(srcdir)/'`ipc.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-ipc.Tpo $(DEPDIR)/smcrouted-ipc.Po # $(AM_V_CC)source='ipc.c' object='smcrouted-ipc.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-ipc.o `test -f 'ipc.c' || echo '$(srcdir)/'`ipc.c smcrouted-ipc.obj: ipc.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-ipc.obj -MD -MP -MF $(DEPDIR)/smcrouted-ipc.Tpo -c -o smcrouted-ipc.obj `if test -f 'ipc.c'; then $(CYGPATH_W) 'ipc.c'; else $(CYGPATH_W) '$(srcdir)/ipc.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-ipc.Tpo $(DEPDIR)/smcrouted-ipc.Po # $(AM_V_CC)source='ipc.c' object='smcrouted-ipc.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-ipc.obj `if test -f 'ipc.c'; then $(CYGPATH_W) 'ipc.c'; else $(CYGPATH_W) '$(srcdir)/ipc.c'; fi` smcrouted-conf.o: conf.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-conf.o -MD -MP -MF $(DEPDIR)/smcrouted-conf.Tpo -c -o smcrouted-conf.o `test -f 'conf.c' || echo '$(srcdir)/'`conf.c # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-conf.Tpo $(DEPDIR)/smcrouted-conf.Po # $(AM_V_CC)source='conf.c' object='smcrouted-conf.o' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-conf.o `test -f 'conf.c' || echo '$(srcdir)/'`conf.c smcrouted-conf.obj: conf.c # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -MT smcrouted-conf.obj -MD -MP -MF $(DEPDIR)/smcrouted-conf.Tpo -c -o smcrouted-conf.obj `if test -f 'conf.c'; then $(CYGPATH_W) 'conf.c'; else $(CYGPATH_W) '$(srcdir)/conf.c'; fi` # $(AM_V_at)$(am__mv) $(DEPDIR)/smcrouted-conf.Tpo $(DEPDIR)/smcrouted-conf.Po # $(AM_V_CC)source='conf.c' object='smcrouted-conf.obj' libtool=no # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(smcrouted_CPPFLAGS) $(CPPFLAGS) $(smcrouted_CFLAGS) $(CFLAGS) -c -o smcrouted-conf.obj `if test -f 'conf.c'; then $(CYGPATH_W) 'conf.c'; else $(CYGPATH_W) '$(srcdir)/conf.c'; fi` ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am TAGS: tags tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) set x; \ here=`pwd`; \ $(am__define_uniq_tagged_files); \ shift; \ if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ test -n "$$unique" || unique=$$empty_fix; \ if test $$# -gt 0; then \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ "$$@" $$unique; \ else \ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ $$unique; \ fi; \ fi ctags: ctags-am CTAGS: ctags ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) $(am__define_uniq_tagged_files); \ test -z "$(CTAGS_ARGS)$$unique" \ || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ $$unique GTAGS: here=`$(am__cd) $(top_builddir) && pwd` \ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" cscopelist: cscopelist-am cscopelist-am: $(am__tagged_files) list='$(am__tagged_files)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ *) sdir=$(subdir)/$(srcdir) ;; \ esac; \ for i in $$list; do \ if test -f "$$i"; then \ echo "$(subdir)/$$i"; \ else \ echo "$$sdir/$$i"; \ fi; \ done >> $(top_builddir)/cscope.files distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @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 check: check-am all-am: Makefile $(PROGRAMS) installdirs: for dir in "$(DESTDIR)$(sbindir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: -rm -f ../lib/strlcat.$(OBJEXT) -rm -f ../lib/strlcpy.$(OBJEXT) -rm -f ../lib/utimensat.$(OBJEXT) clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) -rm -f ../lib/$(am__dirstamp) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am distclean: distclean-am -rm -f ../lib/$(DEPDIR)/strlcat.Po -rm -f ../lib/$(DEPDIR)/strlcpy.Po -rm -f ../lib/$(DEPDIR)/utimensat.Po -rm -f ./$(DEPDIR)/smcroutectl-smcroutectl.Po -rm -f ./$(DEPDIR)/smcrouted-cap.Po -rm -f ./$(DEPDIR)/smcrouted-conf.Po -rm -f ./$(DEPDIR)/smcrouted-ifvc.Po -rm -f ./$(DEPDIR)/smcrouted-inet.Po -rm -f ./$(DEPDIR)/smcrouted-ipc.Po -rm -f ./$(DEPDIR)/smcrouted-log.Po -rm -f ./$(DEPDIR)/smcrouted-mcgroup.Po -rm -f ./$(DEPDIR)/smcrouted-mrdisc.Po -rm -f ./$(DEPDIR)/smcrouted-mroute.Po -rm -f ./$(DEPDIR)/smcrouted-msg.Po -rm -f ./$(DEPDIR)/smcrouted-pidfile.Po -rm -f ./$(DEPDIR)/smcrouted-script.Po -rm -f ./$(DEPDIR)/smcrouted-smcrouted.Po -rm -f ./$(DEPDIR)/smcrouted-socket.Po -rm -f ./$(DEPDIR)/smcrouted-timer.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-sbinPROGRAMS install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f ../lib/$(DEPDIR)/strlcat.Po -rm -f ../lib/$(DEPDIR)/strlcpy.Po -rm -f ../lib/$(DEPDIR)/utimensat.Po -rm -f ./$(DEPDIR)/smcroutectl-smcroutectl.Po -rm -f ./$(DEPDIR)/smcrouted-cap.Po -rm -f ./$(DEPDIR)/smcrouted-conf.Po -rm -f ./$(DEPDIR)/smcrouted-ifvc.Po -rm -f ./$(DEPDIR)/smcrouted-inet.Po -rm -f ./$(DEPDIR)/smcrouted-ipc.Po -rm -f ./$(DEPDIR)/smcrouted-log.Po -rm -f ./$(DEPDIR)/smcrouted-mcgroup.Po -rm -f ./$(DEPDIR)/smcrouted-mrdisc.Po -rm -f ./$(DEPDIR)/smcrouted-mroute.Po -rm -f ./$(DEPDIR)/smcrouted-msg.Po -rm -f ./$(DEPDIR)/smcrouted-pidfile.Po -rm -f ./$(DEPDIR)/smcrouted-script.Po -rm -f ./$(DEPDIR)/smcrouted-smcrouted.Po -rm -f ./$(DEPDIR)/smcrouted-socket.Po -rm -f ./$(DEPDIR)/smcrouted-timer.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-compile mostlyclean-generic pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: uninstall-sbinPROGRAMS .MAKE: install-am install-strip .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-generic clean-sbinPROGRAMS cscopelist-am ctags ctags-am \ distclean distclean-compile distclean-generic distclean-tags \ distdir dvi dvi-am html html-am info info-am install \ install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-sbinPROGRAMS install-strip installcheck \ installcheck-am installdirs maintainer-clean \ maintainer-clean-generic mostlyclean mostlyclean-compile \ mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-sbinPROGRAMS .PRECIOUS: Makefile # 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: