Build of openvswitch with vanilla toolchain

The build took 00h 02m 19s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
298,178 sh
233,540 ansic
17,583 python
6,170 makefile
409 perl
555,880 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: openvswitch 2.5.0-2 (Wed Aug 24 13:18:47 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
# libtoolize: copying file 'build-aux/ltmain.sh'
# libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
# libtoolize: copying file 'm4/libtool.m4'
# libtoolize: copying file 'm4/ltoptions.m4'
# libtoolize: copying file 'm4/ltsugar.m4'
# libtoolize: copying file 'm4/ltversion.m4'
# libtoolize: copying file 'm4/lt~obsolete.m4'
# Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ([^ \t=:+{}]+)}/ at /usr/sbin/automake line 3936.
# configure.ac:24: installing 'build-aux/compile'
# configure.ac:22: installing 'build-aux/missing'
# Makefile.am: installing 'build-aux/depcomp'
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking how to create a pax tar archive... gnutar
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking dependency style of gcc... gcc3
# checking for gcc option to accept ISO C99... none needed
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for fgrep... /usr/sbin/grep -F
# checking for egrep... /usr/sbin/grep -E
# checking for perl... /usr/sbin/perl
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking whether byte ordering is bigendian... no
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/sbin/sed
# checking for ld used by gcc... /usr/sbin/ld
# checking if the linker (/usr/sbin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/sbin/nm -B
# checking the name lister (/usr/sbin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/sbin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... no
# checking for objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... no
# checking for dlltool... no
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/sbin/nm -B output from gcc object... ok
# checking for sysroot... no
# checking for a working dd... /usr/sbin/dd
# checking how to truncate binary pipes... /usr/sbin/dd bs=4096 count=1
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if gcc supports -fno-rtti -fno-exceptions... no
# checking for gcc option to produce PIC... -fPIC -DPIC
# checking if gcc PIC flag -fPIC -DPIC works... yes
# checking if gcc static flag -static works... yes
# checking if gcc supports -c -o file.o... yes
# checking if gcc supports -c -o file.o... (cached) yes
# checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries... yes
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... no
# checking whether to build static libraries... yes
# checking for library containing pow... -lm
# checking for library containing clock_gettime... none required
# checking for library containing timer_create... -lrt
# checking for library containing pthread_create... -lpthread
# checking whether strerror_r is declared... yes
# checking for strerror_r... yes
# checking whether strerror_r returns char *... yes
# checking vmware.h usability... no
# checking vmware.h presence... no
# checking for vmware.h... no
# checking for MSVC x64 compiler... no
# checking windows.h usability... no
# checking windows.h presence... no
# checking for windows.h... no
# checking for linux/netlink.h... yes
# checking for pkg-config... /usr/sbin/pkg-config
# checking whether compiling and linking against OpenSSL works... yes
# checking for capng_clear in -lcap-ng... yes
# checking for Python 2.x for x >= 7... /usr/bin/python2
# checking for dot... yes
# checking net/if_packet.h usability... yes
# checking net/if_packet.h presence... yes
# checking for net/if_packet.h... yes
# checking net/if_dl.h usability... no
# checking net/if_dl.h presence... no
# checking for net/if_dl.h... no
# checking whether strtok_r macro segfaults on some inputs... no
# checking whether sys_siglist is declared... yes
# checking for struct stat.st_mtim.tv_nsec... yes
# checking for struct stat.st_mtimensec... no
# checking for struct ifreq.ifr_flagshigh... no
# checking for mlockall... yes
# checking for strnlen... yes
# checking for getloadavg... yes
# checking for statvfs... yes
# checking for getmntent_r... yes
# checking mntent.h usability... yes
# checking mntent.h presence... yes
# checking for mntent.h... yes
# checking sys/statvfs.h usability... yes
# checking sys/statvfs.h presence... yes
# checking for sys/statvfs.h... yes
# checking linux/types.h usability... yes
# checking linux/types.h presence... yes
# checking for linux/types.h... yes
# checking linux/if_ether.h usability... yes
# checking linux/if_ether.h presence... yes
# checking for linux/if_ether.h... yes
# checking stdatomic.h usability... yes
# checking stdatomic.h presence... yes
# checking for stdatomic.h... yes
# checking for net/if_mib.h... no
# checking for library containing backtrace... none required
# checking linux/perf_event.h usability... yes
# checking linux/perf_event.h presence... yes
# checking for linux/perf_event.h... yes
# checking valgrind/valgrind.h usability... no
# checking valgrind/valgrind.h presence... no
# checking for valgrind/valgrind.h... no
# checking for connect in -lsocket... no
# checking for library containing gethostbyname... none required
# checking XenServer release... none
# checking for groff... yes
# checking whether make is GNU make... yes
# checking whether gcc has that supports thread_local... no
# checking whether gcc supports __thread... yes
# checking for library containing __atomic_load_8... -latomic
# checking whether gcc supports GCC 4.0+ atomic built-ins... yes
# checking value of __atomic_always_lock_free(1)... 1
# checking value of __atomic_always_lock_free(2)... 1
# checking value of __atomic_always_lock_free(4)... 1
# checking value of __atomic_always_lock_free(8)... 1
# checking for library containing aio_write... none required
# checking for pthread_set_name_np... no
# checking for pthread_setname_np() variant... glibc
# checking whether __linux__ is defined... true
# checking for working posix_memalign... yes
# checking whether the preprocessor supports include_next... yes
# checking whether system header files limit the line length... no
# checking for stdio.h... yes
# checking for string.h... (cached) yes
# checking whether gcc accepts -Werror... yes
# checking whether gcc accepts -Wall... yes
# checking whether gcc accepts -Wextra... yes
# checking whether gcc accepts -Wno-sign-compare... yes
# checking whether gcc accepts -Wpointer-arith... yes
# checking whether gcc accepts -Wformat-security... no
# checking whether gcc accepts -Wswitch-enum... yes
# checking whether gcc accepts -Wunused-parameter... yes
# checking whether gcc accepts -Wbad-function-cast... yes
# checking whether gcc accepts -Wcast-align... yes
# checking whether gcc accepts -Wstrict-prototypes... no
# checking whether gcc accepts -Wold-style-definition... no
# checking whether gcc accepts -Wmissing-prototypes... yes
# checking whether gcc accepts -Wmissing-field-initializers... yes
# checking whether gcc accepts -Wthread-safety... no
# checking whether gcc accepts -fno-strict-aliasing... yes
# checking whether gcc accepts -Qunused-arguments... no
# checking whether gcc accepts -Wno-unused... yes
# checking whether gcc accepts -Wno-unused-parameter... yes
# checking target hint for cgcc... x86_64
# checking whether make has GNU make $(if) extension... yes
# checking whether make supports nested variables... (cached) yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating lib/stdio.h
# config.status: creating lib/string.h
# config.status: creating ovsdb/libovsdb.sym
# config.status: creating ofproto/libofproto.sym
# config.status: creating lib/libsflow.sym
# config.status: creating lib/libopenvswitch.sym
# config.status: creating ovn/lib/libovn.sym
# config.status: creating vtep/libvtep.sym
# config.status: creating Makefile
# config.status: creating datapath/Makefile
# config.status: creating datapath/linux/Kbuild
# config.status: creating datapath/linux/Makefile
# config.status: creating datapath/linux/Makefile.main
# config.status: creating tests/atlocal
# config.status: creating lib/libopenvswitch.pc
# config.status: creating lib/libsflow.pc
# config.status: creating ofproto/libofproto.pc
# config.status: creating ovsdb/libovsdb.pc
# config.status: creating include/openvswitch/version.h
# config.status: creating config.h
# config.status: executing tests/atconfig commands
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing include/openflow/openflow.h.stamp commands
# config.status: executing utilities/bugtool/dummy commands
# config.status: executing ovn/dummy commands
# config.status: executing ovn/utilities/dummy commands
# sed -f ./build-aux/extract-odp-netlink-h < datapath/linux/compat/include/linux/openvswitch.h > include/odp-netlink.h
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in annotate ./vswitchd/vswitch.ovsschema ./lib/vswitch-idl.ann > lib/vswitch-idl.ovsidl.tmp && mv lib/vswitch-idl.ovsidl.tmp lib/vswitch-idl.ovsidl
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in -C . annotate tests/idltest.ovsschema tests/idltest.ann > tests/idltest.ovsidl.tmp && \
# mv tests/idltest.ovsidl.tmp tests/idltest.ovsidl
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in annotate ./vtep/vtep.ovsschema ./vtep/vtep-idl.ann > vtep/vtep-idl.ovsidl.tmp && \
# mv vtep/vtep-idl.ovsidl.tmp vtep/vtep-idl.ovsidl
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in annotate ./ovn/ovn-sb.ovsschema ./ovn/lib/ovn-sb-idl.ann > ovn/lib/ovn-sb-idl.ovsidl.tmp && \
# mv ovn/lib/ovn-sb-idl.ovsidl.tmp ovn/lib/ovn-sb-idl.ovsidl
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in annotate ./ovn/ovn-nb.ovsschema ./ovn/lib/ovn-nb-idl.ann > ovn/lib/ovn-nb-idl.ovsidl.tmp && \
# mv ovn/lib/ovn-nb-idl.ovsidl.tmp ovn/lib/ovn-nb-idl.ovsidl
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source lib/vswitch-idl.ovsidl > lib/vswitch-idl.c.tmp && mv lib/vswitch-idl.c.tmp lib/vswitch-idl.c
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header lib/vswitch-idl.ovsidl > lib/vswitch-idl.h.tmp && mv lib/vswitch-idl.h.tmp lib/vswitch-idl.h
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header tests/idltest.ovsidl > tests/idltest.h.tmp && mv tests/idltest.h.tmp tests/idltest.h
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source vtep/vtep-idl.ovsidl > vtep/vtep-idl.c.tmp && mv vtep/vtep-idl.c.tmp vtep/vtep-idl.c
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header vtep/vtep-idl.ovsidl > vtep/vtep-idl.h.tmp && mv vtep/vtep-idl.h.tmp vtep/vtep-idl.h
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source ovn/lib/ovn-sb-idl.ovsidl > ovn/lib/ovn-sb-idl.c.tmp && mv ovn/lib/ovn-sb-idl.c.tmp ovn/lib/ovn-sb-idl.c
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header ovn/lib/ovn-sb-idl.ovsidl > ovn/lib/ovn-sb-idl.h.tmp && mv ovn/lib/ovn-sb-idl.h.tmp ovn/lib/ovn-sb-idl.h
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source ovn/lib/ovn-nb-idl.ovsidl > ovn/lib/ovn-nb-idl.c.tmp && mv ovn/lib/ovn-nb-idl.c.tmp ovn/lib/ovn-nb-idl.c
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-header ovn/lib/ovn-nb-idl.ovsidl > ovn/lib/ovn-nb-idl.h.tmp && mv ovn/lib/ovn-nb-idl.h.tmp ovn/lib/ovn-nb-idl.h
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-idlc.in c-idl-source tests/idltest.ovsidl > tests/idltest.c.tmp && mv tests/idltest.c.tmp tests/idltest.c
# make all-recursive
# make[1]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# Making all in datapath
# make[2]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[3]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[3]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[2]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[2]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 build-aux/extract-ofp-fields lib/meta-flow.h --meta-flow > lib/meta-flow.inc.tmp && mv lib/meta-flow.inc.tmp lib/meta-flow.inc
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 build-aux/extract-ofp-fields lib/meta-flow.h --nx-match > lib/nx-match.inc.tmp && mv lib/nx-match.inc.tmp lib/nx-match.inc
# depbase=`echo lib/odp-execute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/odp-execute.lo -MD -MP -MF $depbase.Tpo -c -o lib/odp-execute.lo lib/odp-execute.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/odp-util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/odp-util.lo -MD -MP -MF $depbase.Tpo -c -o lib/odp-util.lo lib/odp-util.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/odp-util.lo -MD -MP -MF lib/.deps/odp-util.Tpo -c lib/odp-util.c -o lib/odp-util.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/odp-execute.lo -MD -MP -MF lib/.deps/odp-execute.Tpo -c lib/odp-execute.c -o lib/odp-execute.o
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 build-aux/extract-ofp-actions lib/ofp-actions.c --prototypes > lib/ofp-actions.inc1.tmp && mv lib/ofp-actions.inc1.tmp lib/ofp-actions.inc1
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 build-aux/extract-ofp-actions lib/ofp-actions.c --definitions > lib/ofp-actions.inc2.tmp && mv lib/ofp-actions.inc2.tmp lib/ofp-actions.inc2
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/extract-ofp-errors \
# ./lib/ofp-errors.h \
# ./include/openflow/openflow-common.h > lib/ofp-errors.inc.tmp && \
# mv lib/ofp-errors.inc.tmp lib/ofp-errors.inc
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/extract-ofp-msgs \
# ./lib/ofp-msgs.h lib/ofp-msgs.inc > lib/ofp-msgs.inc.tmp && mv lib/ofp-msgs.inc.tmp lib/ofp-msgs.inc
# depbase=`echo lib/ofp-parse.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-parse.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-parse.lo lib/ofp-parse.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-parse.lo -MD -MP -MF lib/.deps/ofp-parse.Tpo -c lib/ofp-parse.c -o lib/ofp-parse.o
# depbase=`echo lib/ofp-print.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-print.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-print.lo lib/ofp-print.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/ofp-util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-util.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-util.lo lib/ofp-util.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-print.lo -MD -MP -MF lib/.deps/ofp-print.Tpo -c lib/ofp-print.c -o lib/ofp-print.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-util.lo -MD -MP -MF lib/.deps/ofp-util.Tpo -c lib/ofp-util.c -o lib/ofp-util.o
# depbase=`echo lib/ofp-version-opt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-version-opt.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-version-opt.lo lib/ofp-version-opt.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-version-opt.lo -MD -MP -MF lib/.deps/ofp-version-opt.Tpo -c lib/ofp-version-opt.c -o lib/ofp-version-opt.o
# depbase=`echo lib/ofpbuf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofpbuf.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofpbuf.lo lib/ofpbuf.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofpbuf.lo -MD -MP -MF lib/.deps/ofpbuf.Tpo -c lib/ofpbuf.c -o lib/ofpbuf.o
# depbase=`echo lib/ovs-atomic-locked.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-atomic-locked.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-atomic-locked.lo lib/ovs-atomic-locked.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/ovs-lldp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-lldp.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-lldp.lo lib/ovs-lldp.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-atomic-locked.lo -MD -MP -MF lib/.deps/ovs-atomic-locked.Tpo -c lib/ovs-atomic-locked.c -o lib/ovs-atomic-locked.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-lldp.lo -MD -MP -MF lib/.deps/ovs-lldp.Tpo -c lib/ovs-lldp.c -o lib/ovs-lldp.o
# depbase=`echo lib/ovs-rcu.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-rcu.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-rcu.lo lib/ovs-rcu.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-rcu.lo -MD -MP -MF lib/.deps/ovs-rcu.Tpo -c lib/ovs-rcu.c -o lib/ovs-rcu.o
# depbase=`echo lib/ovs-router.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-router.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-router.lo lib/ovs-router.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/ovs-thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-thread.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-thread.lo lib/ovs-thread.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-thread.lo -MD -MP -MF lib/.deps/ovs-thread.Tpo -c lib/ovs-thread.c -o lib/ovs-thread.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-router.lo -MD -MP -MF lib/.deps/ovs-router.Tpo -c lib/ovs-router.c -o lib/ovs-router.o
# depbase=`echo lib/ovsdb-data.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-data.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-data.lo lib/ovsdb-data.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/ovsdb-error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-error.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-error.lo lib/ovsdb-error.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-data.lo -MD -MP -MF lib/.deps/ovsdb-data.Tpo -c lib/ovsdb-data.c -o lib/ovsdb-data.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-error.lo -MD -MP -MF lib/.deps/ovsdb-error.Tpo -c lib/ovsdb-error.c -o lib/ovsdb-error.o
# depbase=`echo lib/ovsdb-idl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-idl.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-idl.lo lib/ovsdb-idl.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-idl.lo -MD -MP -MF lib/.deps/ovsdb-idl.Tpo -c lib/ovsdb-idl.c -o lib/ovsdb-idl.o
# depbase=`echo lib/ovsdb-parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-parser.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-parser.lo lib/ovsdb-parser.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-parser.lo -MD -MP -MF lib/.deps/ovsdb-parser.Tpo -c lib/ovsdb-parser.c -o lib/ovsdb-parser.o
# depbase=`echo lib/ovsdb-types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-types.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovsdb-types.lo lib/ovsdb-types.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovsdb-types.lo -MD -MP -MF lib/.deps/ovsdb-types.Tpo -c lib/ovsdb-types.c -o lib/ovsdb-types.o
# depbase=`echo lib/packets.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/packets.lo -MD -MP -MF $depbase.Tpo -c -o lib/packets.lo lib/packets.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/pcap-file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/pcap-file.lo -MD -MP -MF $depbase.Tpo -c -o lib/pcap-file.lo lib/pcap-file.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/packets.lo -MD -MP -MF lib/.deps/packets.Tpo -c lib/packets.c -o lib/packets.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/pcap-file.lo -MD -MP -MF lib/.deps/pcap-file.Tpo -c lib/pcap-file.c -o lib/pcap-file.o
# depbase=`echo lib/perf-counter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/perf-counter.lo -MD -MP -MF $depbase.Tpo -c -o lib/perf-counter.lo lib/perf-counter.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/poll-loop.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/poll-loop.lo -MD -MP -MF $depbase.Tpo -c -o lib/poll-loop.lo lib/poll-loop.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/poll-loop.lo -MD -MP -MF lib/.deps/poll-loop.Tpo -c lib/poll-loop.c -o lib/poll-loop.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/perf-counter.lo -MD -MP -MF lib/.deps/perf-counter.Tpo -c lib/perf-counter.c -o lib/perf-counter.o
# depbase=`echo lib/process.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/process.lo -MD -MP -MF $depbase.Tpo -c -o lib/process.lo lib/process.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/process.lo -MD -MP -MF lib/.deps/process.Tpo -c lib/process.c -o lib/process.o
# depbase=`echo lib/pvector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/pvector.lo -MD -MP -MF $depbase.Tpo -c -o lib/pvector.lo lib/pvector.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/random.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/random.lo -MD -MP -MF $depbase.Tpo -c -o lib/random.lo lib/random.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/pvector.lo -MD -MP -MF lib/.deps/pvector.Tpo -c lib/pvector.c -o lib/pvector.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/random.lo -MD -MP -MF lib/.deps/random.Tpo -c lib/random.c -o lib/random.o
# depbase=`echo lib/rconn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/rconn.lo -MD -MP -MF $depbase.Tpo -c -o lib/rconn.lo lib/rconn.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/reconnect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/reconnect.lo -MD -MP -MF $depbase.Tpo -c -o lib/reconnect.lo lib/reconnect.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/rconn.lo -MD -MP -MF lib/.deps/rconn.Tpo -c lib/rconn.c -o lib/rconn.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/reconnect.lo -MD -MP -MF lib/.deps/reconnect.Tpo -c lib/reconnect.c -o lib/reconnect.o
# depbase=`echo lib/rstp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/rstp.lo -MD -MP -MF $depbase.Tpo -c -o lib/rstp.lo lib/rstp.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/rstp-state-machines.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/rstp-state-machines.lo -MD -MP -MF $depbase.Tpo -c -o lib/rstp-state-machines.lo lib/rstp-state-machines.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/rstp.lo -MD -MP -MF lib/.deps/rstp.Tpo -c lib/rstp.c -o lib/rstp.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/rstp-state-machines.lo -MD -MP -MF lib/.deps/rstp-state-machines.Tpo -c lib/rstp-state-machines.c -o lib/rstp-state-machines.o
# depbase=`echo lib/seq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/seq.lo -MD -MP -MF $depbase.Tpo -c -o lib/seq.lo lib/seq.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/seq.lo -MD -MP -MF lib/.deps/seq.Tpo -c lib/seq.c -o lib/seq.o
# depbase=`echo lib/sha1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/sha1.lo -MD -MP -MF $depbase.Tpo -c -o lib/sha1.lo lib/sha1.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/sha1.lo -MD -MP -MF lib/.deps/sha1.Tpo -c lib/sha1.c -o lib/sha1.o
# depbase=`echo lib/shash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/shash.lo -MD -MP -MF $depbase.Tpo -c -o lib/shash.lo lib/shash.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/shash.lo -MD -MP -MF lib/.deps/shash.Tpo -c lib/shash.c -o lib/shash.o
# depbase=`echo lib/simap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/simap.lo -MD -MP -MF $depbase.Tpo -c -o lib/simap.lo lib/simap.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/simap.lo -MD -MP -MF lib/.deps/simap.Tpo -c lib/simap.c -o lib/simap.o
# depbase=`echo lib/smap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/smap.lo -MD -MP -MF $depbase.Tpo -c -o lib/smap.lo lib/smap.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/socket-util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/socket-util.lo -MD -MP -MF $depbase.Tpo -c -o lib/socket-util.lo lib/socket-util.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/smap.lo -MD -MP -MF lib/.deps/smap.Tpo -c lib/smap.c -o lib/smap.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/socket-util.lo -MD -MP -MF lib/.deps/socket-util.Tpo -c lib/socket-util.c -o lib/socket-util.o
# depbase=`echo lib/sort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/sort.lo -MD -MP -MF $depbase.Tpo -c -o lib/sort.lo lib/sort.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/sort.lo -MD -MP -MF lib/.deps/sort.Tpo -c lib/sort.c -o lib/sort.o
# depbase=`echo lib/sset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/sset.lo -MD -MP -MF $depbase.Tpo -c -o lib/sset.lo lib/sset.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/stp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stp.lo -MD -MP -MF $depbase.Tpo -c -o lib/stp.lo lib/stp.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/sset.lo -MD -MP -MF lib/.deps/sset.Tpo -c lib/sset.c -o lib/sset.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stp.lo -MD -MP -MF lib/.deps/stp.Tpo -c lib/stp.c -o lib/stp.o
# depbase=`echo lib/stream-fd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream-fd.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream-fd.lo lib/stream-fd.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream-fd.lo -MD -MP -MF lib/.deps/stream-fd.Tpo -c lib/stream-fd.c -o lib/stream-fd.o
# depbase=`echo lib/stream-tcp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream-tcp.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream-tcp.lo lib/stream-tcp.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream.lo lib/stream.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream-tcp.lo -MD -MP -MF lib/.deps/stream-tcp.Tpo -c lib/stream-tcp.c -o lib/stream-tcp.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream.lo -MD -MP -MF lib/.deps/stream.Tpo -c lib/stream.c -o lib/stream.o
# depbase=`echo lib/stdio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stdio.lo -MD -MP -MF $depbase.Tpo -c -o lib/stdio.lo lib/stdio.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stdio.lo -MD -MP -MF lib/.deps/stdio.Tpo -c lib/stdio.c -o lib/stdio.o
# depbase=`echo lib/string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/string.lo -MD -MP -MF $depbase.Tpo -c -o lib/string.lo lib/string.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/svec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/svec.lo -MD -MP -MF $depbase.Tpo -c -o lib/svec.lo lib/svec.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/string.lo -MD -MP -MF lib/.deps/string.Tpo -c lib/string.c -o lib/string.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/svec.lo -MD -MP -MF lib/.deps/svec.Tpo -c lib/svec.c -o lib/svec.o
# depbase=`echo lib/syslog-direct.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/syslog-direct.lo -MD -MP -MF $depbase.Tpo -c -o lib/syslog-direct.lo lib/syslog-direct.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/syslog-libc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/syslog-libc.lo -MD -MP -MF $depbase.Tpo -c -o lib/syslog-libc.lo lib/syslog-libc.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/syslog-direct.lo -MD -MP -MF lib/.deps/syslog-direct.Tpo -c lib/syslog-direct.c -o lib/syslog-direct.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/syslog-libc.lo -MD -MP -MF lib/.deps/syslog-libc.Tpo -c lib/syslog-libc.c -o lib/syslog-libc.o
# depbase=`echo lib/table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/table.lo -MD -MP -MF $depbase.Tpo -c -o lib/table.lo lib/table.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/table.lo -MD -MP -MF lib/.deps/table.Tpo -c lib/table.c -o lib/table.o
# depbase=`echo lib/timer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/timer.lo -MD -MP -MF $depbase.Tpo -c -o lib/timer.lo lib/timer.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/timer.lo -MD -MP -MF lib/.deps/timer.Tpo -c lib/timer.c -o lib/timer.o
# depbase=`echo lib/timeval.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/timeval.lo -MD -MP -MF $depbase.Tpo -c -o lib/timeval.lo lib/timeval.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/timeval.lo -MD -MP -MF lib/.deps/timeval.Tpo -c lib/timeval.c -o lib/timeval.o
# depbase=`echo lib/tnl-neigh-cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/tnl-neigh-cache.lo -MD -MP -MF $depbase.Tpo -c -o lib/tnl-neigh-cache.lo lib/tnl-neigh-cache.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/tnl-neigh-cache.lo -MD -MP -MF lib/.deps/tnl-neigh-cache.Tpo -c lib/tnl-neigh-cache.c -o lib/tnl-neigh-cache.o
# depbase=`echo lib/tnl-ports.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/tnl-ports.lo -MD -MP -MF $depbase.Tpo -c -o lib/tnl-ports.lo lib/tnl-ports.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/tnl-ports.lo -MD -MP -MF lib/.deps/tnl-ports.Tpo -c lib/tnl-ports.c -o lib/tnl-ports.o
# depbase=`echo lib/token-bucket.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/token-bucket.lo -MD -MP -MF $depbase.Tpo -c -o lib/token-bucket.lo lib/token-bucket.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/token-bucket.lo -MD -MP -MF lib/.deps/token-bucket.Tpo -c lib/token-bucket.c -o lib/token-bucket.o
# depbase=`echo lib/tun-metadata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/tun-metadata.lo -MD -MP -MF $depbase.Tpo -c -o lib/tun-metadata.lo lib/tun-metadata.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/unicode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/unicode.lo -MD -MP -MF $depbase.Tpo -c -o lib/unicode.lo lib/unicode.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/tun-metadata.lo -MD -MP -MF lib/.deps/tun-metadata.Tpo -c lib/tun-metadata.c -o lib/tun-metadata.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/unicode.lo -MD -MP -MF lib/.deps/unicode.Tpo -c lib/unicode.c -o lib/unicode.o
# depbase=`echo lib/unixctl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/unixctl.lo -MD -MP -MF $depbase.Tpo -c -o lib/unixctl.lo lib/unixctl.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/util.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/util.lo -MD -MP -MF $depbase.Tpo -c -o lib/util.lo lib/util.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/unixctl.lo -MD -MP -MF lib/.deps/unixctl.Tpo -c lib/unixctl.c -o lib/unixctl.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/util.lo -MD -MP -MF lib/.deps/util.Tpo -c lib/util.c -o lib/util.o
# depbase=`echo lib/uuid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/uuid.lo -MD -MP -MF $depbase.Tpo -c -o lib/uuid.lo lib/uuid.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/uuid.lo -MD -MP -MF lib/.deps/uuid.Tpo -c lib/uuid.c -o lib/uuid.o
# depbase=`echo lib/vconn-stream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vconn-stream.lo -MD -MP -MF $depbase.Tpo -c -o lib/vconn-stream.lo lib/vconn-stream.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/vconn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vconn.lo -MD -MP -MF $depbase.Tpo -c -o lib/vconn.lo lib/vconn.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vconn-stream.lo -MD -MP -MF lib/.deps/vconn-stream.Tpo -c lib/vconn-stream.c -o lib/vconn-stream.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vconn.lo -MD -MP -MF lib/.deps/vconn.Tpo -c lib/vconn.c -o lib/vconn.o
# depbase=`echo lib/vlan-bitmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vlan-bitmap.lo -MD -MP -MF $depbase.Tpo -c -o lib/vlan-bitmap.lo lib/vlan-bitmap.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/vlandev.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vlandev.lo -MD -MP -MF $depbase.Tpo -c -o lib/vlandev.lo lib/vlandev.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vlan-bitmap.lo -MD -MP -MF lib/.deps/vlan-bitmap.Tpo -c lib/vlan-bitmap.c -o lib/vlan-bitmap.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vlandev.lo -MD -MP -MF lib/.deps/vlandev.Tpo -c lib/vlandev.c -o lib/vlandev.o
# depbase=`echo lib/vlog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vlog.lo -MD -MP -MF $depbase.Tpo -c -o lib/vlog.lo lib/vlog.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vlog.lo -MD -MP -MF lib/.deps/vlog.Tpo -c lib/vlog.c -o lib/vlog.o
# depbase=`echo lib/daemon-unix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/daemon-unix.lo -MD -MP -MF $depbase.Tpo -c -o lib/daemon-unix.lo lib/daemon-unix.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/daemon-unix.lo -MD -MP -MF lib/.deps/daemon-unix.Tpo -c lib/daemon-unix.c -o lib/daemon-unix.o
# depbase=`echo lib/latch-unix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/latch-unix.lo -MD -MP -MF $depbase.Tpo -c -o lib/latch-unix.lo lib/latch-unix.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/latch-unix.lo -MD -MP -MF lib/.deps/latch-unix.Tpo -c lib/latch-unix.c -o lib/latch-unix.o
# depbase=`echo lib/signals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/signals.lo -MD -MP -MF $depbase.Tpo -c -o lib/signals.lo lib/signals.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/socket-util-unix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/socket-util-unix.lo -MD -MP -MF $depbase.Tpo -c -o lib/socket-util-unix.lo lib/socket-util-unix.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/signals.lo -MD -MP -MF lib/.deps/signals.Tpo -c lib/signals.c -o lib/signals.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/socket-util-unix.lo -MD -MP -MF lib/.deps/socket-util-unix.Tpo -c lib/socket-util-unix.c -o lib/socket-util-unix.o
# depbase=`echo lib/stream-unix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream-unix.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream-unix.lo lib/stream-unix.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/dpif-netlink.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dpif-netlink.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netlink.lo lib/dpif-netlink.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream-unix.lo -MD -MP -MF lib/.deps/stream-unix.Tpo -c lib/stream-unix.c -o lib/stream-unix.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dpif-netlink.lo -MD -MP -MF lib/.deps/dpif-netlink.Tpo -c lib/dpif-netlink.c -o lib/dpif-netlink.o
# depbase=`echo lib/if-notifier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/if-notifier.lo -MD -MP -MF $depbase.Tpo -c -o lib/if-notifier.lo lib/if-notifier.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/if-notifier.lo -MD -MP -MF lib/.deps/if-notifier.Tpo -c lib/if-notifier.c -o lib/if-notifier.o
# depbase=`echo lib/netdev-linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netdev-linux.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-linux.lo lib/netdev-linux.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netdev-linux.lo -MD -MP -MF lib/.deps/netdev-linux.Tpo -c lib/netdev-linux.c -o lib/netdev-linux.o
# depbase=`echo lib/netlink-conntrack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netlink-conntrack.lo -MD -MP -MF $depbase.Tpo -c -o lib/netlink-conntrack.lo lib/netlink-conntrack.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netlink-conntrack.lo -MD -MP -MF lib/.deps/netlink-conntrack.Tpo -c lib/netlink-conntrack.c -o lib/netlink-conntrack.o
# depbase=`echo lib/netlink-notifier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netlink-notifier.lo -MD -MP -MF $depbase.Tpo -c -o lib/netlink-notifier.lo lib/netlink-notifier.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/netlink-socket.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netlink-socket.lo -MD -MP -MF $depbase.Tpo -c -o lib/netlink-socket.lo lib/netlink-socket.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netlink-notifier.lo -MD -MP -MF lib/.deps/netlink-notifier.Tpo -c lib/netlink-notifier.c -o lib/netlink-notifier.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netlink-socket.lo -MD -MP -MF lib/.deps/netlink-socket.Tpo -c lib/netlink-socket.c -o lib/netlink-socket.o
# depbase=`echo lib/ovs-numa.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-numa.lo -MD -MP -MF $depbase.Tpo -c -o lib/ovs-numa.lo lib/ovs-numa.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ovs-numa.lo -MD -MP -MF lib/.deps/ovs-numa.Tpo -c lib/ovs-numa.c -o lib/ovs-numa.o
# depbase=`echo lib/rtnetlink.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/rtnetlink.lo -MD -MP -MF $depbase.Tpo -c -o lib/rtnetlink.lo lib/rtnetlink.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/route-table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/route-table.lo -MD -MP -MF $depbase.Tpo -c -o lib/route-table.lo lib/route-table.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/rtnetlink.lo -MD -MP -MF lib/.deps/rtnetlink.Tpo -c lib/rtnetlink.c -o lib/rtnetlink.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/route-table.lo -MD -MP -MF lib/.deps/route-table.Tpo -c lib/route-table.c -o lib/route-table.o
# depbase=`echo lib/async-append-aio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/async-append-aio.lo -MD -MP -MF $depbase.Tpo -c -o lib/async-append-aio.lo lib/async-append-aio.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/stream-ssl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream-ssl.lo -MD -MP -MF $depbase.Tpo -c -o lib/stream-ssl.lo lib/stream-ssl.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/async-append-aio.lo -MD -MP -MF lib/.deps/async-append-aio.Tpo -c lib/async-append-aio.c -o lib/async-append-aio.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/stream-ssl.lo -MD -MP -MF lib/.deps/stream-ssl.Tpo -c lib/stream-ssl.c -o lib/stream-ssl.o
# (echo '/* -*- mode: c; buffer-read-only: t -*- */' && sed < ./lib/dirs.c.in \
# -e 's,[@]srcdir[@],.,g' \
# -e 's,[@]LOGDIR[@],"/var/log/openvswitch",g' \
# -e 's,[@]RUNDIR[@],"/run/openvswitch",g' \
# -e 's,[@]DBDIR[@],"/etc/openvswitch",g' \
# -e 's,[@]bindir[@],"/usr/bin",g' \
# -e 's,[@]sysconfdir[@],"/etc",g' \
# -e 's,[@]pkgdatadir[@],"/usr/share/openvswitch",g') \
# > lib/dirs.c.tmp && \
# mv lib/dirs.c.tmp lib/dirs.c
# depbase=`echo lib/vswitch-idl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vswitch-idl.lo -MD -MP -MF $depbase.Tpo -c -o lib/vswitch-idl.lo lib/vswitch-idl.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/vswitch-idl.lo -MD -MP -MF lib/.deps/vswitch-idl.Tpo -c lib/vswitch-idl.c -o lib/vswitch-idl.o
# (echo '#include "lib/dhparams.h"' && \
# openssl dhparam -C -in ./lib/dh1024.pem -noout && \
# openssl dhparam -C -in ./lib/dh2048.pem -noout && \
# openssl dhparam -C -in ./lib/dh4096.pem -noout) \
# | sed 's/\(get_dh[0-9]*\)()/\1(void)/' > lib/dhparams.c.tmp && \
# mv lib/dhparams.c.tmp lib/dhparams.c
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wno-unused -Wno-unused-parameter -MT lib/lib_libsflow_la-sflow_agent.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_agent.Tpo -c -o lib/lib_libsflow_la-sflow_agent.lo `test -f 'lib/sflow_agent.c' || echo './'`lib/sflow_agent.c
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wno-unused -Wno-unused-parameter -MT lib/lib_libsflow_la-sflow_sampler.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_sampler.Tpo -c -o lib/lib_libsflow_la-sflow_sampler.lo `test -f 'lib/sflow_sampler.c' || echo './'`lib/sflow_sampler.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wno-unused -Wno-unused-parameter -MT lib/lib_libsflow_la-sflow_agent.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_agent.Tpo -c lib/sflow_agent.c -o lib/lib_libsflow_la-sflow_agent.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wno-unused -Wno-unused-parameter -MT lib/lib_libsflow_la-sflow_sampler.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_sampler.Tpo -c lib/sflow_sampler.c -o lib/lib_libsflow_la-sflow_sampler.o
# mv -f lib/.deps/lib_libsflow_la-sflow_sampler.Tpo lib/.deps/lib_libsflow_la-sflow_sampler.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wno-unused -Wno-unused-parameter -MT lib/lib_libsflow_la-sflow_poller.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_poller.Tpo -c -o lib/lib_libsflow_la-sflow_poller.lo `test -f 'lib/sflow_poller.c' || echo './'`lib/sflow_poller.c
# mv -f lib/.deps/lib_libsflow_la-sflow_agent.Tpo lib/.deps/lib_libsflow_la-sflow_agent.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wno-unused -Wno-unused-parameter -MT lib/lib_libsflow_la-sflow_receiver.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_receiver.Tpo -c -o lib/lib_libsflow_la-sflow_receiver.lo `test -f 'lib/sflow_receiver.c' || echo './'`lib/sflow_receiver.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wno-unused -Wno-unused-parameter -MT lib/lib_libsflow_la-sflow_poller.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_poller.Tpo -c lib/sflow_poller.c -o lib/lib_libsflow_la-sflow_poller.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wno-unused -Wno-unused-parameter -MT lib/lib_libsflow_la-sflow_receiver.lo -MD -MP -MF lib/.deps/lib_libsflow_la-sflow_receiver.Tpo -c lib/sflow_receiver.c -o lib/lib_libsflow_la-sflow_receiver.o
# mv -f lib/.deps/lib_libsflow_la-sflow_poller.Tpo lib/.deps/lib_libsflow_la-sflow_poller.Plo
# depbase=`echo ovsdb/ovsdb-tool.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb-tool.o -MD -MP -MF $depbase.Tpo -c -o ovsdb/ovsdb-tool.o ovsdb/ovsdb-tool.c &&\
# mv -f $depbase.Tpo $depbase.Po
# mv -f lib/.deps/lib_libsflow_la-sflow_receiver.Tpo lib/.deps/lib_libsflow_la-sflow_receiver.Plo
# depbase=`echo ovsdb/ovsdb-client.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb-client.o -MD -MP -MF $depbase.Tpo -c -o ovsdb/ovsdb-client.o ovsdb/ovsdb-client.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo vtep/vtep-ctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT vtep/vtep-ctl.o -MD -MP -MF $depbase.Tpo -c -o vtep/vtep-ctl.o vtep/vtep-ctl.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo utilities/nlmon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT utilities/nlmon.o -MD -MP -MF $depbase.Tpo -c -o utilities/nlmon.o utilities/nlmon.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo utilities/ovs-vlan-bug-workaround.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT utilities/ovs-vlan-bug-workaround.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-vlan-bug-workaround.o utilities/ovs-vlan-bug-workaround.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovsdb/ovsdb-server.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb-server.o -MD -MP -MF $depbase.Tpo -c -o ovsdb/ovsdb-server.o ovsdb/ovsdb-server.c &&\
# mv -f $depbase.Tpo $depbase.Po
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-pki.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-pki.tmp
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-dpctl-top.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-dpctl-top.tmp
# mv utilities/ovs-pki.tmp utilities/ovs-pki
# mv utilities/ovs-dpctl-top.tmp utilities/ovs-dpctl-top
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-l3ping.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-l3ping.tmp
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-parse-backtrace.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-parse-backtrace.tmp
# mv utilities/ovs-l3ping.tmp utilities/ovs-l3ping
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-pcap.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-pcap.tmp
# mv utilities/ovs-parse-backtrace.tmp utilities/ovs-parse-backtrace
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-tcpundump.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-tcpundump.tmp
# mv utilities/ovs-pcap.tmp utilities/ovs-pcap
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-test.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-test.tmp
# mv utilities/ovs-test.tmp utilities/ovs-test
# mv utilities/ovs-tcpundump.tmp utilities/ovs-tcpundump
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-vlan-test.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-vlan-test.tmp
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-sim.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-sim.tmp
# mv utilities/ovs-vlan-test.tmp utilities/ovs-vlan-test
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < ovsdb/ovsdb-idlc.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > ovsdb/ovsdb-idlc.tmp
# mv utilities/ovs-sim.tmp utilities/ovs-sim
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < ovsdb/ovsdb-dot.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > ovsdb/ovsdb-dot.tmp
# mv ovsdb/ovsdb-idlc.tmp ovsdb/ovsdb-idlc
# mv ovsdb/ovsdb-dot.tmp ovsdb/ovsdb-dot
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/bugtool/ovs-bugtool.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/bugtool/ovs-bugtool.tmp
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-check-dead-ifs.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-check-dead-ifs.tmp
# mv utilities/ovs-check-dead-ifs.tmp utilities/ovs-check-dead-ifs
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-ctl.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-ctl.tmp
# mv utilities/bugtool/ovs-bugtool.tmp utilities/bugtool/ovs-bugtool
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-appctl.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-appctl.8.tmp
# mv utilities/ovs-appctl.8.tmp utilities/ovs-appctl.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-benchmark.1.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-benchmark.1.tmp
# mv utilities/ovs-ctl.tmp utilities/ovs-ctl
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-testcontroller.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-testcontroller.8.tmp
# mv utilities/ovs-benchmark.1.tmp utilities/ovs-benchmark.1
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-dpctl.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-dpctl.8.tmp
# mv utilities/ovs-testcontroller.8.tmp utilities/ovs-testcontroller.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-dpctl-top.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-dpctl-top.8.tmp
# mv utilities/ovs-dpctl.8.tmp utilities/ovs-dpctl.8
# mv utilities/ovs-dpctl-top.8.tmp utilities/ovs-dpctl-top.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-l3ping.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-l3ping.8.tmp
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-ofctl.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-ofctl.8.tmp
# mv utilities/ovs-l3ping.8.tmp utilities/ovs-l3ping.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-pcap.1.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-pcap.1.tmp
# mv utilities/ovs-ofctl.8.tmp utilities/ovs-ofctl.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-pki.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-pki.8.tmp
# mv utilities/ovs-pcap.1.tmp utilities/ovs-pcap.1
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-tcpundump.1.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-tcpundump.1.tmp
# mv utilities/ovs-pki.8.tmp utilities/ovs-pki.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-vlan-bug-workaround.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-vlan-bug-workaround.8.tmp
# mv utilities/ovs-tcpundump.1.tmp utilities/ovs-tcpundump.1
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-test.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-test.8.tmp
# mv utilities/ovs-vlan-bug-workaround.8.tmp utilities/ovs-vlan-bug-workaround.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-vlan-test.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-vlan-test.8.tmp
# mv utilities/ovs-test.8.tmp utilities/ovs-test.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-vsctl.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-vsctl.8.tmp
# mv utilities/ovs-vlan-test.8.tmp utilities/ovs-vlan-test.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/bugtool/ovs-bugtool.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/bugtool/ovs-bugtool.8.tmp
# mv utilities/ovs-vsctl.8.tmp utilities/ovs-vsctl.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < vswitchd/ovs-vswitchd.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > vswitchd/ovs-vswitchd.8.tmp
# mv utilities/bugtool/ovs-bugtool.8.tmp utilities/bugtool/ovs-bugtool.8
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-dot.in --no-arrows ./vswitchd/vswitch.ovsschema > vswitchd/vswitch.gv
# mv vswitchd/ovs-vswitchd.8.tmp vswitchd/ovs-vswitchd.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < ovsdb/ovsdb-tool.1.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > ovsdb/ovsdb-tool.1.tmp
# mv ovsdb/ovsdb-tool.1.tmp ovsdb/ovsdb-tool.1
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < ovsdb/ovsdb-client.1.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > ovsdb/ovsdb-client.1.tmp
# mv ovsdb/ovsdb-client.1.tmp ovsdb/ovsdb-client.1
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < ovsdb/ovsdb-server.1.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > ovsdb/ovsdb-server.1.tmp
# mv ovsdb/ovsdb-server.1.tmp ovsdb/ovsdb-server.1
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < vtep/vtep-ctl.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > vtep/vtep-ctl.8.tmp
# mv vtep/vtep-ctl.8.tmp vtep/vtep-ctl.8
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-dot.in --no-arrows ./vtep/vtep.ovsschema > vtep/vtep.gv
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-dot.in --no-arrows ./ovn/ovn-sb.ovsschema > ovn/ovn-sb.gv
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-dot.in --no-arrows ./ovn/ovn-nb.ovsschema > ovn/ovn-nb.gv
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/xml2nroff ovn/ovn-architecture.7.xml > ovn/ovn-architecture.7.tmp \
# --version=2.5.0 \
# PKIDIR='/var/lib/openvswitch/pki' \
# LOGDIR='/var/log/openvswitch' \
# DBDIR='/etc/openvswitch' \
# PERL='/usr/sbin/perl' \
# PYTHON='/usr/bin/python2' \
# RUNDIR='/run/openvswitch' \
# VERSION='2.5.0' \
# localstatedir='/var' \
# pkgdatadir='/usr/share/openvswitch' \
# sysconfdir='/etc' \
# bindir='/usr/bin' \
# sbindir='/usr/bin'
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/xml2nroff ovn/controller/ovn-controller.8.xml > ovn/controller/ovn-controller.8.tmp \
# --version=2.5.0 \
# PKIDIR='/var/lib/openvswitch/pki' \
# LOGDIR='/var/log/openvswitch' \
# DBDIR='/etc/openvswitch' \
# PERL='/usr/sbin/perl' \
# PYTHON='/usr/bin/python2' \
# RUNDIR='/run/openvswitch' \
# VERSION='2.5.0' \
# localstatedir='/var' \
# pkgdatadir='/usr/share/openvswitch' \
# sysconfdir='/etc' \
# bindir='/usr/bin' \
# sbindir='/usr/bin'
# mv ovn/controller/ovn-controller.8.tmp ovn/controller/ovn-controller.8
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/xml2nroff ovn/controller-vtep/ovn-controller-vtep.8.xml > ovn/controller-vtep/ovn-controller-vtep.8.tmp \
# --version=2.5.0 \
# PKIDIR='/var/lib/openvswitch/pki' \
# LOGDIR='/var/log/openvswitch' \
# DBDIR='/etc/openvswitch' \
# PERL='/usr/sbin/perl' \
# PYTHON='/usr/bin/python2' \
# RUNDIR='/run/openvswitch' \
# VERSION='2.5.0' \
# localstatedir='/var' \
# pkgdatadir='/usr/share/openvswitch' \
# sysconfdir='/etc' \
# bindir='/usr/bin' \
# sbindir='/usr/bin'
# mv ovn/ovn-architecture.7.tmp ovn/ovn-architecture.7
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/xml2nroff ovn/northd/ovn-northd.8.xml > ovn/northd/ovn-northd.8.tmp \
# --version=2.5.0 \
# PKIDIR='/var/lib/openvswitch/pki' \
# LOGDIR='/var/log/openvswitch' \
# DBDIR='/etc/openvswitch' \
# PERL='/usr/sbin/perl' \
# PYTHON='/usr/bin/python2' \
# RUNDIR='/run/openvswitch' \
# VERSION='2.5.0' \
# localstatedir='/var' \
# pkgdatadir='/usr/share/openvswitch' \
# sysconfdir='/etc' \
# bindir='/usr/bin' \
# sbindir='/usr/bin'
# mv ovn/controller-vtep/ovn-controller-vtep.8.tmp ovn/controller-vtep/ovn-controller-vtep.8
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/xml2nroff ovn/utilities/ovn-ctl.8.xml > ovn/utilities/ovn-ctl.8.tmp \
# --version=2.5.0 \
# PKIDIR='/var/lib/openvswitch/pki' \
# LOGDIR='/var/log/openvswitch' \
# DBDIR='/etc/openvswitch' \
# PERL='/usr/sbin/perl' \
# PYTHON='/usr/bin/python2' \
# RUNDIR='/run/openvswitch' \
# VERSION='2.5.0' \
# localstatedir='/var' \
# pkgdatadir='/usr/share/openvswitch' \
# sysconfdir='/etc' \
# bindir='/usr/bin' \
# sbindir='/usr/bin'
# mv ovn/utilities/ovn-ctl.8.tmp ovn/utilities/ovn-ctl.8
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/xml2nroff ovn/utilities/ovn-nbctl.8.xml > ovn/utilities/ovn-nbctl.8.tmp \
# --version=2.5.0 \
# PKIDIR='/var/lib/openvswitch/pki' \
# LOGDIR='/var/log/openvswitch' \
# DBDIR='/etc/openvswitch' \
# PERL='/usr/sbin/perl' \
# PYTHON='/usr/bin/python2' \
# RUNDIR='/run/openvswitch' \
# VERSION='2.5.0' \
# localstatedir='/var' \
# pkgdatadir='/usr/share/openvswitch' \
# sysconfdir='/etc' \
# bindir='/usr/bin' \
# sbindir='/usr/bin'
# mv ovn/northd/ovn-northd.8.tmp ovn/northd/ovn-northd.8
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < ovn/utilities/ovn-sbctl.8.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > ovn/utilities/ovn-sbctl.8.tmp
# mv ovn/utilities/ovn-sbctl.8.tmp ovn/utilities/ovn-sbctl.8
# printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' > version.py.tmp && \
# echo 'VERSION = "2.5.0"' >> version.py.tmp && \
# if cmp -s version.py.tmp python/ovs/version.py; then touch python/ovs/version.py; rm version.py.tmp; else mv version.py.tmp python/ovs/version.py; fi
# /usr/sbin/perl ./build-aux/soexpand.pl -I. < utilities/ovs-lib.in | \
# sed \
# -e 's,[@]PKIDIR[@],/var/lib/openvswitch/pki,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# -e 's,[@]PERL[@],/usr/sbin/perl,g' \
# -e 's,[@]PYTHON[@],/usr/bin/python2,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]VERSION[@],2.5.0,g' \
# -e 's,[@]localstatedir[@],/var,g' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sbindir[@],/usr/bin,g' \
# -e 's,[@]abs_builddir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# -e 's,[@]abs_top_srcdir[@],/tmp/openvswitch/src/openvswitch-2.5.0,g' \
# > utilities/ovs-lib.tmp
# mv ovn/utilities/ovn-nbctl.8.tmp ovn/utilities/ovn-nbctl.8
# (printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' && sed -e 's,[@]VERSION[@],2.5.0,g') < ./rhel/openvswitch-dkms.spec.in > openvswitch-dkms.spec.tmp || exit 1; if cmp -s openvswitch-dkms.spec.tmp rhel/openvswitch-dkms.spec; then touch rhel/openvswitch-dkms.spec; rm openvswitch-dkms.spec.tmp; else mv openvswitch-dkms.spec.tmp rhel/openvswitch-dkms.spec; fi
# (printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' && sed -e 's,[@]VERSION[@],2.5.0,g') < ./rhel/openvswitch-kmod-rhel6.spec.in > openvswitch-kmod-rhel6.spec.tmp || exit 1; if cmp -s openvswitch-kmod-rhel6.spec.tmp rhel/openvswitch-kmod-rhel6.spec; then touch rhel/openvswitch-kmod-rhel6.spec; rm openvswitch-kmod-rhel6.spec.tmp; else mv openvswitch-kmod-rhel6.spec.tmp rhel/openvswitch-kmod-rhel6.spec; fi
# mv utilities/ovs-lib.tmp utilities/ovs-lib
# (printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' && sed -e 's,[@]VERSION[@],2.5.0,g') < ./rhel/openvswitch-kmod-fedora.spec.in > openvswitch-kmod-fedora.spec.tmp || exit 1; if cmp -s openvswitch-kmod-fedora.spec.tmp rhel/openvswitch-kmod-fedora.spec; then touch rhel/openvswitch-kmod-fedora.spec; rm openvswitch-kmod-fedora.spec.tmp; else mv openvswitch-kmod-fedora.spec.tmp rhel/openvswitch-kmod-fedora.spec; fi
# (printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' && sed -e 's,[@]VERSION[@],2.5.0,g') < ./rhel/openvswitch.spec.in > openvswitch.spec.tmp || exit 1; if cmp -s openvswitch.spec.tmp rhel/openvswitch.spec; then touch rhel/openvswitch.spec; rm openvswitch.spec.tmp; else mv openvswitch.spec.tmp rhel/openvswitch.spec; fi
# (printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' && sed -e 's,[@]VERSION[@],2.5.0,g') < ./rhel/openvswitch-fedora.spec.in > openvswitch-fedora.spec.tmp || exit 1; if cmp -s openvswitch-fedora.spec.tmp rhel/openvswitch-fedora.spec; then touch rhel/openvswitch-fedora.spec; rm openvswitch-fedora.spec.tmp; else mv openvswitch-fedora.spec.tmp rhel/openvswitch-fedora.spec; fi
# (printf '\043 Generated automatically -- do not modify! -*- buffer-read-only: t -*-\n' && sed -e 's,[@]VERSION[@],2.5.0,g') \
# < ./xenserver/openvswitch-xen.spec.in > openvswitch-xen.spec.tmp || exit 1; \
# if cmp -s openvswitch-xen.spec.tmp xenserver/openvswitch-xen.spec; then touch xenserver/openvswitch-xen.spec; rm openvswitch-xen.spec.tmp; else mv openvswitch-xen.spec.tmp xenserver/openvswitch-xen.spec; fi
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/xml2nroff utilities/ovs-sim.1.xml > utilities/ovs-sim.1.tmp \
# --version=2.5.0 \
# PKIDIR='/var/lib/openvswitch/pki' \
# LOGDIR='/var/log/openvswitch' \
# DBDIR='/etc/openvswitch' \
# PERL='/usr/sbin/perl' \
# PYTHON='/usr/bin/python2' \
# RUNDIR='/run/openvswitch' \
# VERSION='2.5.0' \
# localstatedir='/var' \
# pkgdatadir='/usr/share/openvswitch' \
# sysconfdir='/etc' \
# bindir='/usr/bin' \
# sbindir='/usr/bin'
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/netronome-ext.h && \
# touch include/openflow/netronome-ext.hstamp
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/nicira-ext.h && \
# touch include/openflow/nicira-ext.hstamp
# mv utilities/ovs-sim.1.tmp utilities/ovs-sim.1
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/openflow-1.0.h && \
# touch include/openflow/openflow-1.0.hstamp
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/openflow-1.1.h && \
# touch include/openflow/openflow-1.1.hstamp
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/openflow-1.2.h && \
# touch include/openflow/openflow-1.2.hstamp
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/openflow-1.3.h && \
# touch include/openflow/openflow-1.3.hstamp
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/openflow-1.4.h && \
# touch include/openflow/openflow-1.4.hstamp
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/openflow-1.5.h && \
# touch include/openflow/openflow-1.5.hstamp
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/openflow-common.h && \
# touch include/openflow/openflow-common.hstamp
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./build-aux/check-structs -I./include include/openflow/openflow.h && \
# touch include/openflow/openflow.hstamp
# ./build-aux/cksum-schema-check vswitchd/vswitch.ovsschema vswitchd/vswitch.ovsschema.stamp
# ./build-aux/cksum-schema-check vtep/vtep.ovsschema vtep/vtep.ovsschema.stamp
# ./build-aux/cksum-schema-check ovn/ovn-nb.ovsschema ovn/ovn-nb.ovsschema.stamp
# ./build-aux/cksum-schema-check ovn/ovn-sb.ovsschema ovn/ovn-sb.ovsschema.stamp
# depbase=`echo lib/aes128.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/aes128.lo -MD -MP -MF $depbase.Tpo -c -o lib/aes128.lo lib/aes128.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/backtrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/backtrace.lo -MD -MP -MF $depbase.Tpo -c -o lib/backtrace.lo lib/backtrace.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/aes128.lo -MD -MP -MF lib/.deps/aes128.Tpo -c lib/aes128.c -o lib/aes128.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/backtrace.lo -MD -MP -MF lib/.deps/backtrace.Tpo -c lib/backtrace.c -o lib/backtrace.o
# depbase=`echo lib/bfd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/bfd.lo -MD -MP -MF $depbase.Tpo -c -o lib/bfd.lo lib/bfd.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/bfd.lo -MD -MP -MF lib/.deps/bfd.Tpo -c lib/bfd.c -o lib/bfd.o
# depbase=`echo lib/bundle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/bundle.lo -MD -MP -MF $depbase.Tpo -c -o lib/bundle.lo lib/bundle.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/bundle.lo -MD -MP -MF lib/.deps/bundle.Tpo -c lib/bundle.c -o lib/bundle.o
# depbase=`echo lib/byteq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/byteq.lo -MD -MP -MF $depbase.Tpo -c -o lib/byteq.lo lib/byteq.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/byteq.lo -MD -MP -MF lib/.deps/byteq.Tpo -c lib/byteq.c -o lib/byteq.o
# depbase=`echo lib/cfm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/cfm.lo -MD -MP -MF $depbase.Tpo -c -o lib/cfm.lo lib/cfm.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/cfm.lo -MD -MP -MF lib/.deps/cfm.Tpo -c lib/cfm.c -o lib/cfm.o
# depbase=`echo lib/classifier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/classifier.lo -MD -MP -MF $depbase.Tpo -c -o lib/classifier.lo lib/classifier.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/classifier.lo -MD -MP -MF lib/.deps/classifier.Tpo -c lib/classifier.c -o lib/classifier.o
# depbase=`echo lib/cmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/cmap.lo -MD -MP -MF $depbase.Tpo -c -o lib/cmap.lo lib/cmap.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/cmap.lo -MD -MP -MF lib/.deps/cmap.Tpo -c lib/cmap.c -o lib/cmap.o
# depbase=`echo lib/command-line.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/command-line.lo -MD -MP -MF $depbase.Tpo -c -o lib/command-line.lo lib/command-line.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/connectivity.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/connectivity.lo -MD -MP -MF $depbase.Tpo -c -o lib/connectivity.lo lib/connectivity.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/command-line.lo -MD -MP -MF lib/.deps/command-line.Tpo -c lib/command-line.c -o lib/command-line.o
# depbase=`echo lib/coverage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/coverage.lo -MD -MP -MF $depbase.Tpo -c -o lib/coverage.lo lib/coverage.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/connectivity.lo -MD -MP -MF lib/.deps/connectivity.Tpo -c lib/connectivity.c -o lib/connectivity.o
# depbase=`echo lib/crc32c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/crc32c.lo -MD -MP -MF $depbase.Tpo -c -o lib/crc32c.lo lib/crc32c.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/coverage.lo -MD -MP -MF lib/.deps/coverage.Tpo -c lib/coverage.c -o lib/coverage.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/crc32c.lo -MD -MP -MF lib/.deps/crc32c.Tpo -c lib/crc32c.c -o lib/crc32c.o
# depbase=`echo lib/csum.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/csum.lo -MD -MP -MF $depbase.Tpo -c -o lib/csum.lo lib/csum.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/ct-dpif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ct-dpif.lo -MD -MP -MF $depbase.Tpo -c -o lib/ct-dpif.lo lib/ct-dpif.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/csum.lo -MD -MP -MF lib/.deps/csum.Tpo -c lib/csum.c -o lib/csum.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ct-dpif.lo -MD -MP -MF lib/.deps/ct-dpif.Tpo -c lib/ct-dpif.c -o lib/ct-dpif.o
# depbase=`echo lib/daemon.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/daemon.lo -MD -MP -MF $depbase.Tpo -c -o lib/daemon.lo lib/daemon.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/db-ctl-base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/db-ctl-base.lo -MD -MP -MF $depbase.Tpo -c -o lib/db-ctl-base.lo lib/db-ctl-base.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/daemon.lo -MD -MP -MF lib/.deps/daemon.Tpo -c lib/daemon.c -o lib/daemon.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/db-ctl-base.lo -MD -MP -MF lib/.deps/db-ctl-base.Tpo -c lib/db-ctl-base.c -o lib/db-ctl-base.o
# depbase=`echo lib/dummy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dummy.lo -MD -MP -MF $depbase.Tpo -c -o lib/dummy.lo lib/dummy.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dummy.lo -MD -MP -MF lib/.deps/dummy.Tpo -c lib/dummy.c -o lib/dummy.o
# depbase=`echo lib/dpctl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dpctl.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpctl.lo lib/dpctl.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/dp-packet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dp-packet.lo -MD -MP -MF $depbase.Tpo -c -o lib/dp-packet.lo lib/dp-packet.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dpctl.lo -MD -MP -MF lib/.deps/dpctl.Tpo -c lib/dpctl.c -o lib/dpctl.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dp-packet.lo -MD -MP -MF lib/.deps/dp-packet.Tpo -c lib/dp-packet.c -o lib/dp-packet.o
# depbase=`echo lib/dpif-netdev.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dpif-netdev.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif-netdev.lo lib/dpif-netdev.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/dpif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dpif.lo -MD -MP -MF $depbase.Tpo -c -o lib/dpif.lo lib/dpif.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dpif-netdev.lo -MD -MP -MF lib/.deps/dpif-netdev.Tpo -c lib/dpif-netdev.c -o lib/dpif-netdev.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dpif.lo -MD -MP -MF lib/.deps/dpif.Tpo -c lib/dpif.c -o lib/dpif.o
# depbase=`echo lib/heap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/heap.lo -MD -MP -MF $depbase.Tpo -c -o lib/heap.lo lib/heap.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/heap.lo -MD -MP -MF lib/.deps/heap.Tpo -c lib/heap.c -o lib/heap.o
# depbase=`echo lib/dynamic-string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dynamic-string.lo -MD -MP -MF $depbase.Tpo -c -o lib/dynamic-string.lo lib/dynamic-string.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/entropy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/entropy.lo -MD -MP -MF $depbase.Tpo -c -o lib/entropy.lo lib/entropy.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dynamic-string.lo -MD -MP -MF lib/.deps/dynamic-string.Tpo -c lib/dynamic-string.c -o lib/dynamic-string.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/entropy.lo -MD -MP -MF lib/.deps/entropy.Tpo -c lib/entropy.c -o lib/entropy.o
# depbase=`echo lib/fat-rwlock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/fat-rwlock.lo -MD -MP -MF $depbase.Tpo -c -o lib/fat-rwlock.lo lib/fat-rwlock.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/fatal-signal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/fatal-signal.lo -MD -MP -MF $depbase.Tpo -c -o lib/fatal-signal.lo lib/fatal-signal.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/fat-rwlock.lo -MD -MP -MF lib/.deps/fat-rwlock.Tpo -c lib/fat-rwlock.c -o lib/fat-rwlock.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/fatal-signal.lo -MD -MP -MF lib/.deps/fatal-signal.Tpo -c lib/fatal-signal.c -o lib/fatal-signal.o
# depbase=`echo lib/flow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/flow.lo -MD -MP -MF $depbase.Tpo -c -o lib/flow.lo lib/flow.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/guarded-list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/guarded-list.lo -MD -MP -MF $depbase.Tpo -c -o lib/guarded-list.lo lib/guarded-list.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/flow.lo -MD -MP -MF lib/.deps/flow.Tpo -c lib/flow.c -o lib/flow.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/guarded-list.lo -MD -MP -MF lib/.deps/guarded-list.Tpo -c lib/guarded-list.c -o lib/guarded-list.o
# depbase=`echo lib/hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/hash.lo -MD -MP -MF $depbase.Tpo -c -o lib/hash.lo lib/hash.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/hash.lo -MD -MP -MF lib/.deps/hash.Tpo -c lib/hash.c -o lib/hash.o
# depbase=`echo lib/hindex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/hindex.lo -MD -MP -MF $depbase.Tpo -c -o lib/hindex.lo lib/hindex.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/hmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/hmap.lo -MD -MP -MF $depbase.Tpo -c -o lib/hmap.lo lib/hmap.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/hindex.lo -MD -MP -MF lib/.deps/hindex.Tpo -c lib/hindex.c -o lib/hindex.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/hmap.lo -MD -MP -MF lib/.deps/hmap.Tpo -c lib/hmap.c -o lib/hmap.o
# depbase=`echo lib/hmapx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/hmapx.lo -MD -MP -MF $depbase.Tpo -c -o lib/hmapx.lo lib/hmapx.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/id-pool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/id-pool.lo -MD -MP -MF $depbase.Tpo -c -o lib/id-pool.lo lib/id-pool.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/hmapx.lo -MD -MP -MF lib/.deps/hmapx.Tpo -c lib/hmapx.c -o lib/hmapx.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/id-pool.lo -MD -MP -MF lib/.deps/id-pool.Tpo -c lib/id-pool.c -o lib/id-pool.o
# depbase=`echo lib/jhash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/jhash.lo -MD -MP -MF $depbase.Tpo -c -o lib/jhash.lo lib/jhash.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/json.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/json.lo -MD -MP -MF $depbase.Tpo -c -o lib/json.lo lib/json.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/jhash.lo -MD -MP -MF lib/.deps/jhash.Tpo -c lib/jhash.c -o lib/jhash.o
# depbase=`echo lib/jsonrpc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/jsonrpc.lo -MD -MP -MF $depbase.Tpo -c -o lib/jsonrpc.lo lib/jsonrpc.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/json.lo -MD -MP -MF lib/.deps/json.Tpo -c lib/json.c -o lib/json.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/jsonrpc.lo -MD -MP -MF lib/.deps/jsonrpc.Tpo -c lib/jsonrpc.c -o lib/jsonrpc.o
# depbase=`echo lib/lacp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lacp.lo -MD -MP -MF $depbase.Tpo -c -o lib/lacp.lo lib/lacp.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/learn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/learn.lo -MD -MP -MF $depbase.Tpo -c -o lib/learn.lo lib/learn.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lacp.lo -MD -MP -MF lib/.deps/lacp.Tpo -c lib/lacp.c -o lib/lacp.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/learn.lo -MD -MP -MF lib/.deps/learn.Tpo -c lib/learn.c -o lib/learn.o
# depbase=`echo lib/learning-switch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/learning-switch.lo -MD -MP -MF $depbase.Tpo -c -o lib/learning-switch.lo lib/learning-switch.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/lockfile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lockfile.lo -MD -MP -MF $depbase.Tpo -c -o lib/lockfile.lo lib/lockfile.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/learning-switch.lo -MD -MP -MF lib/.deps/learning-switch.Tpo -c lib/learning-switch.c -o lib/learning-switch.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lockfile.lo -MD -MP -MF lib/.deps/lockfile.Tpo -c lib/lockfile.c -o lib/lockfile.o
# depbase=`echo lib/mac-learning.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/mac-learning.lo -MD -MP -MF $depbase.Tpo -c -o lib/mac-learning.lo lib/mac-learning.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/match.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/match.lo -MD -MP -MF $depbase.Tpo -c -o lib/match.lo lib/match.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/mac-learning.lo -MD -MP -MF lib/.deps/mac-learning.Tpo -c lib/mac-learning.c -o lib/mac-learning.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/match.lo -MD -MP -MF lib/.deps/match.Tpo -c lib/match.c -o lib/match.o
# depbase=`echo lib/mcast-snooping.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/mcast-snooping.lo -MD -MP -MF $depbase.Tpo -c -o lib/mcast-snooping.lo lib/mcast-snooping.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/mcast-snooping.lo -MD -MP -MF lib/.deps/mcast-snooping.Tpo -c lib/mcast-snooping.c -o lib/mcast-snooping.o
# depbase=`echo lib/memory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/memory.lo -MD -MP -MF $depbase.Tpo -c -o lib/memory.lo lib/memory.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/memory.lo -MD -MP -MF lib/.deps/memory.Tpo -c lib/memory.c -o lib/memory.o
# depbase=`echo lib/meta-flow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/meta-flow.lo -MD -MP -MF $depbase.Tpo -c -o lib/meta-flow.lo lib/meta-flow.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/multipath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/multipath.lo -MD -MP -MF $depbase.Tpo -c -o lib/multipath.lo lib/multipath.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/meta-flow.lo -MD -MP -MF lib/.deps/meta-flow.Tpo -c lib/meta-flow.c -o lib/meta-flow.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/multipath.lo -MD -MP -MF lib/.deps/multipath.Tpo -c lib/multipath.c -o lib/multipath.o
# depbase=`echo lib/netdev-dummy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netdev-dummy.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-dummy.lo lib/netdev-dummy.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netdev-dummy.lo -MD -MP -MF lib/.deps/netdev-dummy.Tpo -c lib/netdev-dummy.c -o lib/netdev-dummy.o
# depbase=`echo lib/netdev-vport.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netdev-vport.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev-vport.lo lib/netdev-vport.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netdev-vport.lo -MD -MP -MF lib/.deps/netdev-vport.Tpo -c lib/netdev-vport.c -o lib/netdev-vport.o
# depbase=`echo lib/netdev.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netdev.lo -MD -MP -MF $depbase.Tpo -c -o lib/netdev.lo lib/netdev.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netdev.lo -MD -MP -MF lib/.deps/netdev.Tpo -c lib/netdev.c -o lib/netdev.o
# depbase=`echo lib/netlink.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netlink.lo -MD -MP -MF $depbase.Tpo -c -o lib/netlink.lo lib/netlink.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/netlink.lo -MD -MP -MF lib/.deps/netlink.Tpo -c lib/netlink.c -o lib/netlink.o
# depbase=`echo lib/nx-match.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/nx-match.lo -MD -MP -MF $depbase.Tpo -c -o lib/nx-match.lo lib/nx-match.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/ofp-actions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-actions.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-actions.lo lib/ofp-actions.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/nx-match.lo -MD -MP -MF lib/.deps/nx-match.Tpo -c lib/nx-match.c -o lib/nx-match.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-actions.lo -MD -MP -MF lib/.deps/ofp-actions.Tpo -c lib/ofp-actions.c -o lib/ofp-actions.o
# depbase=`echo lib/ofp-errors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-errors.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-errors.lo lib/ofp-errors.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-errors.lo -MD -MP -MF lib/.deps/ofp-errors.Tpo -c lib/ofp-errors.c -o lib/ofp-errors.o
# depbase=`echo lib/ofp-msgs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-msgs.lo -MD -MP -MF $depbase.Tpo -c -o lib/ofp-msgs.lo lib/ofp-msgs.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/ofp-msgs.lo -MD -MP -MF lib/.deps/ofp-msgs.Tpo -c lib/ofp-msgs.c -o lib/ofp-msgs.o
# depbase=`echo lib/lldp/lldp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lldp/lldp.lo -MD -MP -MF $depbase.Tpo -c -o lib/lldp/lldp.lo lib/lldp/lldp.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo lib/lldp/lldpd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lldp/lldpd.lo -MD -MP -MF $depbase.Tpo -c -o lib/lldp/lldpd.lo lib/lldp/lldpd.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lldp/lldp.lo -MD -MP -MF lib/lldp/.deps/lldp.Tpo -c lib/lldp/lldp.c -o lib/lldp/lldp.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lldp/lldpd.lo -MD -MP -MF lib/lldp/.deps/lldpd.Tpo -c lib/lldp/lldpd.c -o lib/lldp/lldpd.o
# depbase=`echo lib/lldp/lldpd-structs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lldp/lldpd-structs.lo -MD -MP -MF $depbase.Tpo -c -o lib/lldp/lldpd-structs.lo lib/lldp/lldpd-structs.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/lldp/lldpd-structs.lo -MD -MP -MF lib/lldp/.deps/lldpd-structs.Tpo -c lib/lldp/lldpd-structs.c -o lib/lldp/lldpd-structs.o
# depbase=`echo lib/dirs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dirs.lo -MD -MP -MF $depbase.Tpo -c -o lib/dirs.lo lib/dirs.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dirs.lo -MD -MP -MF lib/.deps/dirs.Tpo -c lib/dirs.c -o lib/dirs.o
# depbase=`echo lib/dhparams.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dhparams.lo -MD -MP -MF $depbase.Tpo -c -o lib/dhparams.lo lib/dhparams.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT lib/dhparams.lo -MD -MP -MF lib/.deps/dhparams.Tpo -c lib/dhparams.c -o lib/dhparams.o
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wno-unused -Wno-unused-parameter -version-info 1:0:0 -Wl,--version-script=./lib/libsflow.sym -o lib/libsflow.la -rpath /usr/lib lib/lib_libsflow_la-sflow_agent.lo lib/lib_libsflow_la-sflow_sampler.lo lib/lib_libsflow_la-sflow_poller.lo lib/lib_libsflow_la-sflow_receiver.lo -latomic -lpthread -lrt -lm
# libtool: link: ar cru lib/.libs/libsflow.a lib/lib_libsflow_la-sflow_agent.o lib/lib_libsflow_la-sflow_sampler.o lib/lib_libsflow_la-sflow_poller.o lib/lib_libsflow_la-sflow_receiver.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib lib/.libs/libsflow.a
# libtool: link: ( cd "lib/.libs" && rm -f "libsflow.la" && ln -s "../libsflow.la" "libsflow.la" )
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-bond.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-bond.Tpo -c -o ofproto/ofproto_libofproto_la-bond.lo `test -f 'ofproto/bond.c' || echo './'`ofproto/bond.c
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-collectors.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-collectors.Tpo -c -o ofproto/ofproto_libofproto_la-collectors.lo `test -f 'ofproto/collectors.c' || echo './'`ofproto/collectors.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-bond.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-bond.Tpo -c ofproto/bond.c -o ofproto/ofproto_libofproto_la-bond.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-collectors.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-collectors.Tpo -c ofproto/collectors.c -o ofproto/ofproto_libofproto_la-collectors.o
# mv -f ofproto/.deps/ofproto_libofproto_la-collectors.Tpo ofproto/.deps/ofproto_libofproto_la-collectors.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-connmgr.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-connmgr.Tpo -c -o ofproto/ofproto_libofproto_la-connmgr.lo `test -f 'ofproto/connmgr.c' || echo './'`ofproto/connmgr.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-connmgr.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-connmgr.Tpo -c ofproto/connmgr.c -o ofproto/ofproto_libofproto_la-connmgr.o
# mv -f ofproto/.deps/ofproto_libofproto_la-bond.Tpo ofproto/.deps/ofproto_libofproto_la-bond.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-fail-open.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-fail-open.Tpo -c -o ofproto/ofproto_libofproto_la-fail-open.lo `test -f 'ofproto/fail-open.c' || echo './'`ofproto/fail-open.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-fail-open.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-fail-open.Tpo -c ofproto/fail-open.c -o ofproto/ofproto_libofproto_la-fail-open.o
# mv -f ofproto/.deps/ofproto_libofproto_la-connmgr.Tpo ofproto/.deps/ofproto_libofproto_la-connmgr.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-in-band.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-in-band.Tpo -c -o ofproto/ofproto_libofproto_la-in-band.lo `test -f 'ofproto/in-band.c' || echo './'`ofproto/in-band.c
# mv -f ofproto/.deps/ofproto_libofproto_la-fail-open.Tpo ofproto/.deps/ofproto_libofproto_la-fail-open.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-names.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-names.Tpo -c -o ofproto/ofproto_libofproto_la-names.lo `test -f 'ofproto/names.c' || echo './'`ofproto/names.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-in-band.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-in-band.Tpo -c ofproto/in-band.c -o ofproto/ofproto_libofproto_la-in-band.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-names.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-names.Tpo -c ofproto/names.c -o ofproto/ofproto_libofproto_la-names.o
# mv -f ofproto/.deps/ofproto_libofproto_la-names.Tpo ofproto/.deps/ofproto_libofproto_la-names.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-netflow.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-netflow.Tpo -c -o ofproto/ofproto_libofproto_la-netflow.lo `test -f 'ofproto/netflow.c' || echo './'`ofproto/netflow.c
# mv -f ofproto/.deps/ofproto_libofproto_la-in-band.Tpo ofproto/.deps/ofproto_libofproto_la-in-band.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto.lo `test -f 'ofproto/ofproto.c' || echo './'`ofproto/ofproto.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-netflow.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-netflow.Tpo -c ofproto/netflow.c -o ofproto/ofproto_libofproto_la-netflow.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto.Tpo -c ofproto/ofproto.c -o ofproto/ofproto_libofproto_la-ofproto.o
# mv -f ofproto/.deps/ofproto_libofproto_la-netflow.Tpo ofproto/.deps/ofproto_libofproto_la-netflow.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif.lo `test -f 'ofproto/ofproto-dpif.c' || echo './'`ofproto/ofproto-dpif.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif.Tpo -c ofproto/ofproto-dpif.c -o ofproto/ofproto_libofproto_la-ofproto-dpif.o
# mv -f ofproto/.deps/ofproto_libofproto_la-ofproto.Tpo ofproto/.deps/ofproto_libofproto_la-ofproto.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-ipfix.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.lo `test -f 'ofproto/ofproto-dpif-ipfix.c' || echo './'`ofproto/ofproto-dpif-ipfix.c
# mv -f ofproto/.deps/ofproto_libofproto_la-ofproto-dpif.Tpo ofproto/.deps/ofproto_libofproto_la-ofproto-dpif.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-mirror.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.lo `test -f 'ofproto/ofproto-dpif-mirror.c' || echo './'`ofproto/ofproto-dpif-mirror.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-ipfix.Tpo -c ofproto/ofproto-dpif-ipfix.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-mirror.Tpo -c ofproto/ofproto-dpif-mirror.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.o
# mv -f ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-mirror.Tpo ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-mirror.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-monitor.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.lo `test -f 'ofproto/ofproto-dpif-monitor.c' || echo './'`ofproto/ofproto-dpif-monitor.c
# mv -f ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-ipfix.Tpo ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-ipfix.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-rid.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-rid.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-rid.lo `test -f 'ofproto/ofproto-dpif-rid.c' || echo './'`ofproto/ofproto-dpif-rid.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-monitor.Tpo -c ofproto/ofproto-dpif-monitor.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-rid.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-rid.Tpo -c ofproto/ofproto-dpif-rid.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-rid.o
# mv -f ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-monitor.Tpo ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-monitor.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-sflow.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.lo `test -f 'ofproto/ofproto-dpif-sflow.c' || echo './'`ofproto/ofproto-dpif-sflow.c
# mv -f ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-rid.Tpo ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-rid.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-upcall.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.lo `test -f 'ofproto/ofproto-dpif-upcall.c' || echo './'`ofproto/ofproto-dpif-upcall.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-upcall.Tpo -c ofproto/ofproto-dpif-upcall.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-sflow.Tpo -c ofproto/ofproto-dpif-sflow.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.o
# mv -f ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-sflow.Tpo ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-sflow.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-xlate.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-xlate.Tpo -c -o ofproto/ofproto_libofproto_la-ofproto-dpif-xlate.lo `test -f 'ofproto/ofproto-dpif-xlate.c' || echo './'`ofproto/ofproto-dpif-xlate.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-ofproto-dpif-xlate.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-xlate.Tpo -c ofproto/ofproto-dpif-xlate.c -o ofproto/ofproto_libofproto_la-ofproto-dpif-xlate.o
# mv -f ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-upcall.Tpo ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-upcall.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-pktbuf.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-pktbuf.Tpo -c -o ofproto/ofproto_libofproto_la-pktbuf.lo `test -f 'ofproto/pktbuf.c' || echo './'`ofproto/pktbuf.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-pktbuf.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-pktbuf.Tpo -c ofproto/pktbuf.c -o ofproto/ofproto_libofproto_la-pktbuf.o
# mv -f ofproto/.deps/ofproto_libofproto_la-pktbuf.Tpo ofproto/.deps/ofproto_libofproto_la-pktbuf.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-pinsched.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-pinsched.Tpo -c -o ofproto/ofproto_libofproto_la-pinsched.lo `test -f 'ofproto/pinsched.c' || echo './'`ofproto/pinsched.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-pinsched.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-pinsched.Tpo -c ofproto/pinsched.c -o ofproto/ofproto_libofproto_la-pinsched.o
# mv -f ofproto/.deps/ofproto_libofproto_la-pinsched.Tpo ofproto/.deps/ofproto_libofproto_la-pinsched.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-tunnel.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-tunnel.Tpo -c -o ofproto/ofproto_libofproto_la-tunnel.lo `test -f 'ofproto/tunnel.c' || echo './'`ofproto/tunnel.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-tunnel.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-tunnel.Tpo -c ofproto/tunnel.c -o ofproto/ofproto_libofproto_la-tunnel.o
# mv -f ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-xlate.Tpo ofproto/.deps/ofproto_libofproto_la-ofproto-dpif-xlate.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-bundles.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-bundles.Tpo -c -o ofproto/ofproto_libofproto_la-bundles.lo `test -f 'ofproto/bundles.c' || echo './'`ofproto/bundles.c
# mv -f ofproto/.deps/ofproto_libofproto_la-tunnel.Tpo ofproto/.deps/ofproto_libofproto_la-tunnel.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-column.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-column.Tpo -c -o ovsdb/ovsdb_libovsdb_la-column.lo `test -f 'ovsdb/column.c' || echo './'`ovsdb/column.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ofproto/ofproto_libofproto_la-bundles.lo -MD -MP -MF ofproto/.deps/ofproto_libofproto_la-bundles.Tpo -c ofproto/bundles.c -o ofproto/ofproto_libofproto_la-bundles.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-column.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-column.Tpo -c ovsdb/column.c -o ovsdb/ovsdb_libovsdb_la-column.o
# mv -f ofproto/.deps/ofproto_libofproto_la-bundles.Tpo ofproto/.deps/ofproto_libofproto_la-bundles.Plo
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-column.Tpo ovsdb/.deps/ovsdb_libovsdb_la-column.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-condition.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-condition.Tpo -c -o ovsdb/ovsdb_libovsdb_la-condition.lo `test -f 'ovsdb/condition.c' || echo './'`ovsdb/condition.c
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-execution.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-execution.Tpo -c -o ovsdb/ovsdb_libovsdb_la-execution.lo `test -f 'ovsdb/execution.c' || echo './'`ovsdb/execution.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-condition.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-condition.Tpo -c ovsdb/condition.c -o ovsdb/ovsdb_libovsdb_la-condition.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-execution.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-execution.Tpo -c ovsdb/execution.c -o ovsdb/ovsdb_libovsdb_la-execution.o
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-condition.Tpo ovsdb/.deps/ovsdb_libovsdb_la-condition.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-file.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-file.Tpo -c -o ovsdb/ovsdb_libovsdb_la-file.lo `test -f 'ovsdb/file.c' || echo './'`ovsdb/file.c
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-execution.Tpo ovsdb/.deps/ovsdb_libovsdb_la-execution.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-jsonrpc-server.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-jsonrpc-server.Tpo -c -o ovsdb/ovsdb_libovsdb_la-jsonrpc-server.lo `test -f 'ovsdb/jsonrpc-server.c' || echo './'`ovsdb/jsonrpc-server.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-file.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-file.Tpo -c ovsdb/file.c -o ovsdb/ovsdb_libovsdb_la-file.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-jsonrpc-server.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-jsonrpc-server.Tpo -c ovsdb/jsonrpc-server.c -o ovsdb/ovsdb_libovsdb_la-jsonrpc-server.o
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-file.Tpo ovsdb/.deps/ovsdb_libovsdb_la-file.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-log.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-log.Tpo -c -o ovsdb/ovsdb_libovsdb_la-log.lo `test -f 'ovsdb/log.c' || echo './'`ovsdb/log.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-log.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-log.Tpo -c ovsdb/log.c -o ovsdb/ovsdb_libovsdb_la-log.o
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-jsonrpc-server.Tpo ovsdb/.deps/ovsdb_libovsdb_la-jsonrpc-server.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-mutation.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-mutation.Tpo -c -o ovsdb/ovsdb_libovsdb_la-mutation.lo `test -f 'ovsdb/mutation.c' || echo './'`ovsdb/mutation.c
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-log.Tpo ovsdb/.deps/ovsdb_libovsdb_la-log.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-mutation.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-mutation.Tpo -c ovsdb/mutation.c -o ovsdb/ovsdb_libovsdb_la-mutation.o
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-ovsdb.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-ovsdb.Tpo -c -o ovsdb/ovsdb_libovsdb_la-ovsdb.lo `test -f 'ovsdb/ovsdb.c' || echo './'`ovsdb/ovsdb.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-ovsdb.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-ovsdb.Tpo -c ovsdb/ovsdb.c -o ovsdb/ovsdb_libovsdb_la-ovsdb.o
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-mutation.Tpo ovsdb/.deps/ovsdb_libovsdb_la-mutation.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-monitor.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-monitor.Tpo -c -o ovsdb/ovsdb_libovsdb_la-monitor.lo `test -f 'ovsdb/monitor.c' || echo './'`ovsdb/monitor.c
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-ovsdb.Tpo ovsdb/.deps/ovsdb_libovsdb_la-ovsdb.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-query.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-query.Tpo -c -o ovsdb/ovsdb_libovsdb_la-query.lo `test -f 'ovsdb/query.c' || echo './'`ovsdb/query.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-monitor.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-monitor.Tpo -c ovsdb/monitor.c -o ovsdb/ovsdb_libovsdb_la-monitor.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-query.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-query.Tpo -c ovsdb/query.c -o ovsdb/ovsdb_libovsdb_la-query.o
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-query.Tpo ovsdb/.deps/ovsdb_libovsdb_la-query.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-row.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-row.Tpo -c -o ovsdb/ovsdb_libovsdb_la-row.lo `test -f 'ovsdb/row.c' || echo './'`ovsdb/row.c
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-monitor.Tpo ovsdb/.deps/ovsdb_libovsdb_la-monitor.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-server.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-server.Tpo -c -o ovsdb/ovsdb_libovsdb_la-server.lo `test -f 'ovsdb/server.c' || echo './'`ovsdb/server.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-row.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-row.Tpo -c ovsdb/row.c -o ovsdb/ovsdb_libovsdb_la-row.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-server.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-server.Tpo -c ovsdb/server.c -o ovsdb/ovsdb_libovsdb_la-server.o
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-row.Tpo ovsdb/.deps/ovsdb_libovsdb_la-row.Plo
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-server.Tpo ovsdb/.deps/ovsdb_libovsdb_la-server.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-table.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-table.Tpo -c -o ovsdb/ovsdb_libovsdb_la-table.lo `test -f 'ovsdb/table.c' || echo './'`ovsdb/table.c
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-trigger.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-trigger.Tpo -c -o ovsdb/ovsdb_libovsdb_la-trigger.lo `test -f 'ovsdb/trigger.c' || echo './'`ovsdb/trigger.c
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-table.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-table.Tpo -c ovsdb/table.c -o ovsdb/ovsdb_libovsdb_la-table.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-trigger.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-trigger.Tpo -c ovsdb/trigger.c -o ovsdb/ovsdb_libovsdb_la-trigger.o
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-table.Tpo ovsdb/.deps/ovsdb_libovsdb_la-table.Plo
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-transaction.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-transaction.Tpo -c -o ovsdb/ovsdb_libovsdb_la-transaction.lo `test -f 'ovsdb/transaction.c' || echo './'`ovsdb/transaction.c
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-trigger.Tpo ovsdb/.deps/ovsdb_libovsdb_la-trigger.Plo
# depbase=`echo vtep/vtep-idl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT vtep/vtep-idl.lo -MD -MP -MF $depbase.Tpo -c -o vtep/vtep-idl.lo vtep/vtep-idl.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovsdb/ovsdb_libovsdb_la-transaction.lo -MD -MP -MF ovsdb/.deps/ovsdb_libovsdb_la-transaction.Tpo -c ovsdb/transaction.c -o ovsdb/ovsdb_libovsdb_la-transaction.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT vtep/vtep-idl.lo -MD -MP -MF vtep/.deps/vtep-idl.Tpo -c vtep/vtep-idl.c -o vtep/vtep-idl.o
# mv -f ovsdb/.deps/ovsdb_libovsdb_la-transaction.Tpo ovsdb/.deps/ovsdb_libovsdb_la-transaction.Plo
# depbase=`echo ovn/lib/actions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/actions.lo -MD -MP -MF $depbase.Tpo -c -o ovn/lib/actions.lo ovn/lib/actions.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/actions.lo -MD -MP -MF ovn/lib/.deps/actions.Tpo -c ovn/lib/actions.c -o ovn/lib/actions.o
# depbase=`echo ovn/lib/expr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/expr.lo -MD -MP -MF $depbase.Tpo -c -o ovn/lib/expr.lo ovn/lib/expr.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/expr.lo -MD -MP -MF ovn/lib/.deps/expr.Tpo -c ovn/lib/expr.c -o ovn/lib/expr.o
# depbase=`echo ovn/lib/lex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/lex.lo -MD -MP -MF $depbase.Tpo -c -o ovn/lib/lex.lo ovn/lib/lex.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# depbase=`echo ovn/lib/ovn-nb-idl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/ovn-nb-idl.lo -MD -MP -MF $depbase.Tpo -c -o ovn/lib/ovn-nb-idl.lo ovn/lib/ovn-nb-idl.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/lex.lo -MD -MP -MF ovn/lib/.deps/lex.Tpo -c ovn/lib/lex.c -o ovn/lib/lex.o
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/ovn-nb-idl.lo -MD -MP -MF ovn/lib/.deps/ovn-nb-idl.Tpo -c ovn/lib/ovn-nb-idl.c -o ovn/lib/ovn-nb-idl.o
# depbase=`echo ovn/lib/ovn-sb-idl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
# /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/ovn-sb-idl.lo -MD -MP -MF $depbase.Tpo -c -o ovn/lib/ovn-sb-idl.lo ovn/lib/ovn-sb-idl.c &&\
# mv -f $depbase.Tpo $depbase.Plo
# libtool: compile: gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/lib/ovn-sb-idl.lo -MD -MP -MF ovn/lib/.deps/ovn-sb-idl.Tpo -c ovn/lib/ovn-sb-idl.c -o ovn/lib/ovn-sb-idl.o
# depbase=`echo utilities/ovs-appctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT utilities/ovs-appctl.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-appctl.o utilities/ovs-appctl.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo utilities/ovs-testcontroller.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT utilities/ovs-testcontroller.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-testcontroller.o utilities/ovs-testcontroller.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo utilities/ovs-dpctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT utilities/ovs-dpctl.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-dpctl.o utilities/ovs-dpctl.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo utilities/ovs-ofctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT utilities/ovs-ofctl.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-ofctl.o utilities/ovs-ofctl.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo utilities/ovs-vsctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT utilities/ovs-vsctl.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-vsctl.o utilities/ovs-vsctl.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo utilities/ovs-benchmark.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT utilities/ovs-benchmark.o -MD -MP -MF $depbase.Tpo -c -o utilities/ovs-benchmark.o utilities/ovs-benchmark.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller/binding.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller/binding.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller/binding.o ovn/controller/binding.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller/chassis.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller/chassis.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller/chassis.o ovn/controller/chassis.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller/encaps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller/encaps.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller/encaps.o ovn/controller/encaps.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller/lflow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller/lflow.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller/lflow.o ovn/controller/lflow.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller/ofctrl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller/ofctrl.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller/ofctrl.o ovn/controller/ofctrl.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller/pinctrl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller/pinctrl.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller/pinctrl.o ovn/controller/pinctrl.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller/patch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller/patch.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller/patch.o ovn/controller/patch.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller/ovn-controller.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller/ovn-controller.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller/ovn-controller.o ovn/controller/ovn-controller.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller/physical.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller/physical.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller/physical.o ovn/controller/physical.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller-vtep/binding.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller-vtep/binding.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller-vtep/binding.o ovn/controller-vtep/binding.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller-vtep/gateway.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller-vtep/gateway.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller-vtep/gateway.o ovn/controller-vtep/gateway.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller-vtep/ovn-controller-vtep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller-vtep/ovn-controller-vtep.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller-vtep/ovn-controller-vtep.o ovn/controller-vtep/ovn-controller-vtep.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/controller-vtep/vtep.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/controller-vtep/vtep.o -MD -MP -MF $depbase.Tpo -c -o ovn/controller-vtep/vtep.o ovn/controller-vtep/vtep.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/northd/ovn-northd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/northd/ovn-northd.o -MD -MP -MF $depbase.Tpo -c -o ovn/northd/ovn-northd.o ovn/northd/ovn-northd.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/utilities/ovn-nbctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/utilities/ovn-nbctl.o -MD -MP -MF $depbase.Tpo -c -o ovn/utilities/ovn-nbctl.o ovn/utilities/ovn-nbctl.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo ovn/utilities/ovn-sbctl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT ovn/utilities/ovn-sbctl.o -MD -MP -MF $depbase.Tpo -c -o ovn/utilities/ovn-sbctl.o ovn/utilities/ovn-sbctl.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-ovsdb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-ovsdb.o -MD -MP -MF $depbase.Tpo -c -o tests/test-ovsdb.o tests/test-ovsdb.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/idltest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/idltest.o -MD -MP -MF $depbase.Tpo -c -o tests/idltest.o tests/idltest.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-lib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-lib.o -MD -MP -MF $depbase.Tpo -c -o tests/test-lib.o tests/test-lib.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/ovstest.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/ovstest.o -MD -MP -MF $depbase.Tpo -c -o tests/ovstest.o tests/ovstest.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-aes128.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-aes128.o -MD -MP -MF $depbase.Tpo -c -o tests/test-aes128.o tests/test-aes128.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-atomic.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-atomic.o -MD -MP -MF $depbase.Tpo -c -o tests/test-atomic.o tests/test-atomic.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-bundle.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-bundle.o -MD -MP -MF $depbase.Tpo -c -o tests/test-bundle.o tests/test-bundle.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-byte-order.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-byte-order.o -MD -MP -MF $depbase.Tpo -c -o tests/test-byte-order.o tests/test-byte-order.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-classifier.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-classifier.o -MD -MP -MF $depbase.Tpo -c -o tests/test-classifier.o tests/test-classifier.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-cmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-cmap.o -MD -MP -MF $depbase.Tpo -c -o tests/test-cmap.o tests/test-cmap.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-csum.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-csum.o -MD -MP -MF $depbase.Tpo -c -o tests/test-csum.o tests/test-csum.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-flows.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-flows.o -MD -MP -MF $depbase.Tpo -c -o tests/test-flows.o tests/test-flows.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-hash.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-hash.o -MD -MP -MF $depbase.Tpo -c -o tests/test-hash.o tests/test-hash.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-heap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-heap.o -MD -MP -MF $depbase.Tpo -c -o tests/test-heap.o tests/test-heap.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-hindex.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-hindex.o -MD -MP -MF $depbase.Tpo -c -o tests/test-hindex.o tests/test-hindex.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-hmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-hmap.o -MD -MP -MF $depbase.Tpo -c -o tests/test-hmap.o tests/test-hmap.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-json.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-json.o -MD -MP -MF $depbase.Tpo -c -o tests/test-json.o tests/test-json.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-jsonrpc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-jsonrpc.o -MD -MP -MF $depbase.Tpo -c -o tests/test-jsonrpc.o tests/test-jsonrpc.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-list.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-list.o -MD -MP -MF $depbase.Tpo -c -o tests/test-list.o tests/test-list.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-lockfile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-lockfile.o -MD -MP -MF $depbase.Tpo -c -o tests/test-lockfile.o tests/test-lockfile.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-multipath.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-multipath.o -MD -MP -MF $depbase.Tpo -c -o tests/test-multipath.o tests/test-multipath.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-netflow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-netflow.o -MD -MP -MF $depbase.Tpo -c -o tests/test-netflow.o tests/test-netflow.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-odp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-odp.o -MD -MP -MF $depbase.Tpo -c -o tests/test-odp.o tests/test-odp.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-ofpbuf.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-ofpbuf.o -MD -MP -MF $depbase.Tpo -c -o tests/test-ofpbuf.o tests/test-ofpbuf.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-ovn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-ovn.o -MD -MP -MF $depbase.Tpo -c -o tests/test-ovn.o tests/test-ovn.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-packets.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-packets.o -MD -MP -MF $depbase.Tpo -c -o tests/test-packets.o tests/test-packets.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-random.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-random.o -MD -MP -MF $depbase.Tpo -c -o tests/test-random.o tests/test-random.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-reconnect.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-reconnect.o -MD -MP -MF $depbase.Tpo -c -o tests/test-reconnect.o tests/test-reconnect.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-rstp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-rstp.o -MD -MP -MF $depbase.Tpo -c -o tests/test-rstp.o tests/test-rstp.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-sflow.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-sflow.o -MD -MP -MF $depbase.Tpo -c -o tests/test-sflow.o tests/test-sflow.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-sha1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-sha1.o -MD -MP -MF $depbase.Tpo -c -o tests/test-sha1.o tests/test-sha1.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-stp.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-stp.o -MD -MP -MF $depbase.Tpo -c -o tests/test-stp.o tests/test-stp.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-util.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-util.o -MD -MP -MF $depbase.Tpo -c -o tests/test-util.o tests/test-util.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-uuid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-uuid.o -MD -MP -MF $depbase.Tpo -c -o tests/test-uuid.o tests/test-uuid.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-bitmap.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-bitmap.o -MD -MP -MF $depbase.Tpo -c -o tests/test-bitmap.o tests/test-bitmap.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-vconn.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-vconn.o -MD -MP -MF $depbase.Tpo -c -o tests/test-vconn.o tests/test-vconn.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-aa.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-aa.o -MD -MP -MF $depbase.Tpo -c -o tests/test-aa.o tests/test-aa.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-unix-socket.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-unix-socket.o -MD -MP -MF $depbase.Tpo -c -o tests/test-unix-socket.o tests/test-unix-socket.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-netlink-conntrack.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-netlink-conntrack.o -MD -MP -MF $depbase.Tpo -c -o tests/test-netlink-conntrack.o tests/test-netlink-conntrack.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-strtok_r.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-strtok_r.o -MD -MP -MF $depbase.Tpo -c -o tests/test-strtok_r.o tests/test-strtok_r.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo tests/test-type-props.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT tests/test-type-props.o -MD -MP -MF $depbase.Tpo -c -o tests/test-type-props.o tests/test-type-props.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo vswitchd/bridge.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT vswitchd/bridge.o -MD -MP -MF $depbase.Tpo -c -o vswitchd/bridge.o vswitchd/bridge.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo vswitchd/ovs-vswitchd.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT vswitchd/ovs-vswitchd.o -MD -MP -MF $depbase.Tpo -c -o vswitchd/ovs-vswitchd.o vswitchd/ovs-vswitchd.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo vswitchd/system-stats.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT vswitchd/system-stats.o -MD -MP -MF $depbase.Tpo -c -o vswitchd/system-stats.o vswitchd/system-stats.c &&\
# mv -f $depbase.Tpo $depbase.Po
# depbase=`echo vswitchd/xenserver.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# gcc -DHAVE_CONFIG_H -I. -I ./include -I ./include -I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -MT vswitchd/xenserver.o -MD -MP -MF $depbase.Tpo -c -o vswitchd/xenserver.o vswitchd/xenserver.c &&\
# mv -f $depbase.Tpo $depbase.Po
# (dot -T plain < vswitchd/vswitch.gv | /usr/sbin/perl ./ovsdb/dot2pic -f 3) > vswitchd/vswitch.pic.tmp && \
# mv vswitchd/vswitch.pic.tmp vswitchd/vswitch.pic
# (dot -T plain < vtep/vtep.gv | /usr/sbin/perl ./ovsdb/dot2pic -f 3) > vtep/vtep.pic.tmp && \
# mv vtep/vtep.pic.tmp vtep/vtep.pic
# (dot -T plain < ovn/ovn-sb.gv | /usr/sbin/perl ./ovsdb/dot2pic -f 3) > ovn/ovn-sb.pic.tmp && \
# mv ovn/ovn-sb.pic.tmp ovn/ovn-sb.pic
# (dot -T plain < ovn/ovn-nb.gv | /usr/sbin/perl ./ovsdb/dot2pic -f 3) > ovn/ovn-nb.pic.tmp && \
# mv ovn/ovn-nb.pic.tmp ovn/ovn-nb.pic
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -version-info 1:0:0 -Wl,--version-script=./lib/libopenvswitch.sym -o lib/libopenvswitch.la -rpath /usr/lib lib/aes128.lo lib/backtrace.lo lib/bfd.lo lib/bundle.lo lib/byteq.lo lib/cfm.lo lib/classifier.lo lib/cmap.lo lib/command-line.lo lib/connectivity.lo lib/coverage.lo lib/crc32c.lo lib/csum.lo lib/ct-dpif.lo lib/daemon.lo lib/db-ctl-base.lo lib/dummy.lo lib/dpctl.lo lib/dp-packet.lo lib/dpif-netdev.lo lib/dpif.lo lib/heap.lo lib/dynamic-string.lo lib/entropy.lo lib/fat-rwlock.lo lib/fatal-signal.lo lib/flow.lo lib/guarded-list.lo lib/hash.lo lib/hindex.lo lib/hmap.lo lib/hmapx.lo lib/id-pool.lo lib/jhash.lo lib/json.lo lib/jsonrpc.lo lib/lacp.lo lib/learn.lo lib/learning-switch.lo lib/lockfile.lo lib/mac-learning.lo lib/match.lo lib/mcast-snooping.lo lib/memory.lo lib/meta-flow.lo lib/multipath.lo lib/netdev-dummy.lo lib/netdev-vport.lo lib/netdev.lo lib/netlink.lo lib/nx-match.lo lib/odp-execute.lo lib/odp-util.lo lib/ofp-actions.lo lib/ofp-errors.lo lib/ofp-msgs.lo lib/ofp-parse.lo lib/ofp-print.lo lib/ofp-util.lo lib/ofp-version-opt.lo lib/ofpbuf.lo lib/ovs-atomic-locked.lo lib/ovs-lldp.lo lib/ovs-rcu.lo lib/ovs-router.lo lib/ovs-thread.lo lib/ovsdb-data.lo lib/ovsdb-error.lo lib/ovsdb-idl.lo lib/ovsdb-parser.lo lib/ovsdb-types.lo lib/packets.lo lib/pcap-file.lo lib/perf-counter.lo lib/poll-loop.lo lib/process.lo lib/pvector.lo lib/random.lo lib/rconn.lo lib/reconnect.lo lib/rstp.lo lib/rstp-state-machines.lo lib/seq.lo lib/sha1.lo lib/shash.lo lib/simap.lo lib/smap.lo lib/socket-util.lo lib/sort.lo lib/sset.lo lib/stp.lo lib/stream-fd.lo lib/stream-tcp.lo lib/stream.lo lib/stdio.lo lib/string.lo lib/svec.lo lib/syslog-direct.lo lib/syslog-libc.lo lib/table.lo lib/timer.lo lib/timeval.lo lib/tnl-neigh-cache.lo lib/tnl-ports.lo lib/token-bucket.lo lib/tun-metadata.lo lib/unicode.lo lib/unixctl.lo lib/util.lo lib/uuid.lo lib/vconn-stream.lo lib/vconn.lo lib/vlan-bitmap.lo lib/vlandev.lo lib/vlog.lo lib/lldp/lldp.lo lib/lldp/lldpd.lo lib/lldp/lldpd-structs.lo lib/daemon-unix.lo lib/latch-unix.lo lib/signals.lo lib/socket-util-unix.lo lib/stream-unix.lo lib/dpif-netlink.lo lib/if-notifier.lo lib/netdev-linux.lo lib/netlink-conntrack.lo lib/netlink-notifier.lo lib/netlink-socket.lo lib/ovs-numa.lo lib/rtnetlink.lo lib/route-table.lo lib/async-append-aio.lo lib/stream-ssl.lo lib/dirs.lo lib/vswitch-idl.lo lib/dhparams.lo -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -version-info 1:0:0 -Wl,--version-script=./ofproto/libofproto.sym -o ofproto/libofproto.la -rpath /usr/lib ofproto/ofproto_libofproto_la-bond.lo ofproto/ofproto_libofproto_la-collectors.lo ofproto/ofproto_libofproto_la-connmgr.lo ofproto/ofproto_libofproto_la-fail-open.lo ofproto/ofproto_libofproto_la-in-band.lo ofproto/ofproto_libofproto_la-names.lo ofproto/ofproto_libofproto_la-netflow.lo ofproto/ofproto_libofproto_la-ofproto.lo ofproto/ofproto_libofproto_la-ofproto-dpif.lo ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.lo ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.lo ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.lo ofproto/ofproto_libofproto_la-ofproto-dpif-rid.lo ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.lo ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.lo ofproto/ofproto_libofproto_la-ofproto-dpif-xlate.lo ofproto/ofproto_libofproto_la-pktbuf.lo ofproto/ofproto_libofproto_la-pinsched.lo ofproto/ofproto_libofproto_la-tunnel.lo ofproto/ofproto_libofproto_la-bundles.lo lib/libsflow.la -latomic -lpthread -lrt -lm
# libtool: link: ar cru ofproto/.libs/libofproto.a ofproto/ofproto_libofproto_la-bond.o ofproto/ofproto_libofproto_la-collectors.o ofproto/ofproto_libofproto_la-connmgr.o ofproto/ofproto_libofproto_la-fail-open.o ofproto/ofproto_libofproto_la-in-band.o ofproto/ofproto_libofproto_la-names.o ofproto/ofproto_libofproto_la-netflow.o ofproto/ofproto_libofproto_la-ofproto.o ofproto/ofproto_libofproto_la-ofproto-dpif.o ofproto/ofproto_libofproto_la-ofproto-dpif-ipfix.o ofproto/ofproto_libofproto_la-ofproto-dpif-mirror.o ofproto/ofproto_libofproto_la-ofproto-dpif-monitor.o ofproto/ofproto_libofproto_la-ofproto-dpif-rid.o ofproto/ofproto_libofproto_la-ofproto-dpif-sflow.o ofproto/ofproto_libofproto_la-ofproto-dpif-upcall.o ofproto/ofproto_libofproto_la-ofproto-dpif-xlate.o ofproto/ofproto_libofproto_la-pktbuf.o ofproto/ofproto_libofproto_la-pinsched.o ofproto/ofproto_libofproto_la-tunnel.o ofproto/ofproto_libofproto_la-bundles.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib ofproto/.libs/libofproto.a
# libtool: link: ( cd "ofproto/.libs" && rm -f "libofproto.la" && ln -s "../libofproto.la" "libofproto.la" )
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -version-info 1:0:0 -Wl,--version-script=./ovsdb/libovsdb.sym -o ovsdb/libovsdb.la -rpath /usr/lib ovsdb/ovsdb_libovsdb_la-column.lo ovsdb/ovsdb_libovsdb_la-condition.lo ovsdb/ovsdb_libovsdb_la-execution.lo ovsdb/ovsdb_libovsdb_la-file.lo ovsdb/ovsdb_libovsdb_la-jsonrpc-server.lo ovsdb/ovsdb_libovsdb_la-log.lo ovsdb/ovsdb_libovsdb_la-mutation.lo ovsdb/ovsdb_libovsdb_la-ovsdb.lo ovsdb/ovsdb_libovsdb_la-monitor.lo ovsdb/ovsdb_libovsdb_la-query.lo ovsdb/ovsdb_libovsdb_la-row.lo ovsdb/ovsdb_libovsdb_la-server.lo ovsdb/ovsdb_libovsdb_la-table.lo ovsdb/ovsdb_libovsdb_la-trigger.lo ovsdb/ovsdb_libovsdb_la-transaction.lo -latomic -lpthread -lrt -lm
# libtool: link: ar cru ovsdb/.libs/libovsdb.a ovsdb/ovsdb_libovsdb_la-column.o ovsdb/ovsdb_libovsdb_la-condition.o ovsdb/ovsdb_libovsdb_la-execution.o ovsdb/ovsdb_libovsdb_la-file.o ovsdb/ovsdb_libovsdb_la-jsonrpc-server.o ovsdb/ovsdb_libovsdb_la-log.o ovsdb/ovsdb_libovsdb_la-mutation.o ovsdb/ovsdb_libovsdb_la-ovsdb.o ovsdb/ovsdb_libovsdb_la-monitor.o ovsdb/ovsdb_libovsdb_la-query.o ovsdb/ovsdb_libovsdb_la-row.o ovsdb/ovsdb_libovsdb_la-server.o ovsdb/ovsdb_libovsdb_la-table.o ovsdb/ovsdb_libovsdb_la-trigger.o ovsdb/ovsdb_libovsdb_la-transaction.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib ovsdb/.libs/libovsdb.a
# libtool: link: ( cd "ovsdb/.libs" && rm -f "libovsdb.la" && ln -s "../libovsdb.la" "libovsdb.la" )
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -version-info 1:0:0 -Wl,--version-script=./vtep/libvtep.sym -o vtep/libvtep.la -rpath /usr/lib vtep/vtep-idl.lo -latomic -lpthread -lrt -lm
# libtool: link: ar cru lib/.libs/libopenvswitch.a lib/aes128.o lib/backtrace.o lib/bfd.o lib/bundle.o lib/byteq.o lib/cfm.o lib/classifier.o lib/cmap.o lib/command-line.o lib/connectivity.o lib/coverage.o lib/crc32c.o lib/csum.o lib/ct-dpif.o lib/daemon.o lib/db-ctl-base.o lib/dummy.o lib/dpctl.o lib/dp-packet.o lib/dpif-netdev.o lib/dpif.o lib/heap.o lib/dynamic-string.o lib/entropy.o lib/fat-rwlock.o lib/fatal-signal.o lib/flow.o lib/guarded-list.o lib/hash.o lib/hindex.o lib/hmap.o lib/hmapx.o lib/id-pool.o lib/jhash.o lib/json.o lib/jsonrpc.o lib/lacp.o lib/learn.o lib/learning-switch.o lib/lockfile.o lib/mac-learning.o lib/match.o lib/mcast-snooping.o lib/memory.o lib/meta-flow.o lib/multipath.o lib/netdev-dummy.o lib/netdev-vport.o lib/netdev.o lib/netlink.o lib/nx-match.o lib/odp-execute.o lib/odp-util.o lib/ofp-actions.o lib/ofp-errors.o lib/ofp-msgs.o lib/ofp-parse.o lib/ofp-print.o lib/ofp-util.o lib/ofp-version-opt.o lib/ofpbuf.o lib/ovs-atomic-locked.o lib/ovs-lldp.o lib/ovs-rcu.o lib/ovs-router.o lib/ovs-thread.o lib/ovsdb-data.o lib/ovsdb-error.o lib/ovsdb-idl.o lib/ovsdb-parser.o lib/ovsdb-types.o lib/packets.o lib/pcap-file.o lib/perf-counter.o lib/poll-loop.o lib/process.o lib/pvector.o lib/random.o lib/rconn.o lib/reconnect.o lib/rstp.o lib/rstp-state-machines.o lib/seq.o lib/sha1.o lib/shash.o lib/simap.o lib/smap.o lib/socket-util.o lib/sort.o lib/sset.o lib/stp.o lib/stream-fd.o lib/stream-tcp.o lib/stream.o lib/stdio.o lib/string.o lib/svec.o lib/syslog-direct.o lib/syslog-libc.o lib/table.o lib/timer.o lib/timeval.o lib/tnl-neigh-cache.o lib/tnl-ports.o lib/token-bucket.o lib/tun-metadata.o lib/unicode.o lib/unixctl.o lib/util.o lib/uuid.o lib/vconn-stream.o lib/vconn.o lib/vlan-bitmap.o lib/vlandev.o lib/vlog.o lib/lldp/lldp.o lib/lldp/lldpd.o lib/lldp/lldpd-structs.o lib/daemon-unix.o lib/latch-unix.o lib/signals.o lib/socket-util-unix.o lib/stream-unix.o lib/dpif-netlink.o lib/if-notifier.o lib/netdev-linux.o lib/netlink-conntrack.o lib/netlink-notifier.o lib/netlink-socket.o lib/ovs-numa.o lib/rtnetlink.o lib/route-table.o lib/async-append-aio.o lib/stream-ssl.o lib/dirs.o lib/vswitch-idl.o lib/dhparams.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib lib/.libs/libopenvswitch.a
# libtool: link: ar cru vtep/.libs/libvtep.a vtep/vtep-idl.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib vtep/.libs/libvtep.a
# libtool: link: ( cd "lib/.libs" && rm -f "libopenvswitch.la" && ln -s "../libopenvswitch.la" "libopenvswitch.la" )
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -version-info 1:0:0 -Wl,--version-script=./ovn/lib/libovn.sym -o ovn/lib/libovn.la -rpath /usr/lib ovn/lib/actions.lo ovn/lib/expr.lo ovn/lib/lex.lo ovn/lib/ovn-nb-idl.lo ovn/lib/ovn-sb-idl.lo -latomic -lpthread -lrt -lm
# libtool: link: ( cd "vtep/.libs" && rm -f "libvtep.la" && ln -s "../libvtep.la" "libvtep.la" )
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-appctl utilities/ovs-appctl.o lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-appctl utilities/ovs-appctl.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# libtool: link: ar cru ovn/lib/.libs/libovn.a ovn/lib/actions.o ovn/lib/expr.o ovn/lib/lex.o ovn/lib/ovn-nb-idl.o ovn/lib/ovn-sb-idl.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# libtool: link: ranlib ovn/lib/.libs/libovn.a
# libtool: link: ( cd "ovn/lib/.libs" && rm -f "libovn.la" && ln -s "../libovn.la" "libovn.la" )
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-testcontroller utilities/ovs-testcontroller.o lib/libopenvswitch.la -lssl -lcrypto -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-dpctl utilities/ovs-dpctl.o lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-testcontroller utilities/ovs-testcontroller.o lib/.libs/libopenvswitch.a -lcap-ng -lssl -lcrypto -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-dpctl utilities/ovs-dpctl.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-ofctl utilities/ovs-ofctl.o ofproto/libofproto.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-vsctl utilities/ovs-vsctl.o lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-vsctl utilities/ovs-vsctl.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-ofctl utilities/ovs-ofctl.o ofproto/.libs/libofproto.a /tmp/openvswitch/src/openvswitch-2.5.0/lib/.libs/libsflow.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-benchmark utilities/ovs-benchmark.o lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovsdb/ovsdb-tool ovsdb/ovsdb-tool.o ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-benchmark utilities/ovs-benchmark.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovsdb/ovsdb-client ovsdb/ovsdb-client.o ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovsdb/ovsdb-tool ovsdb/ovsdb-tool.o ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o vtep/vtep-ctl vtep/vtep-ctl.o vtep/libvtep.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovsdb/ovsdb-client ovsdb/ovsdb-client.o ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/controller/ovn-controller ovn/controller/binding.o ovn/controller/chassis.o ovn/controller/encaps.o ovn/controller/lflow.o ovn/controller/ofctrl.o ovn/controller/pinctrl.o ovn/controller/patch.o ovn/controller/ovn-controller.o ovn/controller/physical.o ovn/lib/libovn.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o vtep/vtep-ctl vtep/vtep-ctl.o vtep/.libs/libvtep.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/controller-vtep/ovn-controller-vtep ovn/controller-vtep/binding.o ovn/controller-vtep/gateway.o ovn/controller-vtep/ovn-controller-vtep.o ovn/controller-vtep/vtep.o ovn/lib/libovn.la lib/libopenvswitch.la vtep/libvtep.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/controller/ovn-controller ovn/controller/binding.o ovn/controller/chassis.o ovn/controller/encaps.o ovn/controller/lflow.o ovn/controller/ofctrl.o ovn/controller/pinctrl.o ovn/controller/patch.o ovn/controller/ovn-controller.o ovn/controller/physical.o ovn/lib/.libs/libovn.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/northd/ovn-northd ovn/northd/ovn-northd.o ovn/lib/libovn.la ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/controller-vtep/ovn-controller-vtep ovn/controller-vtep/binding.o ovn/controller-vtep/gateway.o ovn/controller-vtep/ovn-controller-vtep.o ovn/controller-vtep/vtep.o ovn/lib/.libs/libovn.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng vtep/.libs/libvtep.a -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/utilities/ovn-nbctl ovn/utilities/ovn-nbctl.o ovn/lib/libovn.la ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/northd/ovn-northd ovn/northd/ovn-northd.o ovn/lib/.libs/libovn.a ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/utilities/ovn-sbctl ovn/utilities/ovn-sbctl.o ovn/lib/libovn.la ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/utilities/ovn-nbctl ovn/utilities/ovn-nbctl.o ovn/lib/.libs/libovn.a ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/nlmon utilities/nlmon.o lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovn/utilities/ovn-sbctl ovn/utilities/ovn-sbctl.o ovn/lib/.libs/libovn.a ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/nlmon utilities/nlmon.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/test-ovsdb tests/test-ovsdb.o tests/idltest.o ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/test-lib tests/test-lib.o lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/test-lib tests/test-lib.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/test-ovsdb tests/test-ovsdb.o tests/idltest.o ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/ovstest tests/ovstest.o tests/test-aes128.o tests/test-atomic.o tests/test-bundle.o tests/test-byte-order.o tests/test-classifier.o tests/test-cmap.o tests/test-csum.o tests/test-flows.o tests/test-hash.o tests/test-heap.o tests/test-hindex.o tests/test-hmap.o tests/test-json.o tests/test-jsonrpc.o tests/test-list.o tests/test-lockfile.o tests/test-multipath.o tests/test-netflow.o tests/test-odp.o tests/test-ofpbuf.o tests/test-ovn.o tests/test-packets.o tests/test-random.o tests/test-reconnect.o tests/test-rstp.o tests/test-sflow.o tests/test-sha1.o tests/test-stp.o tests/test-util.o tests/test-uuid.o tests/test-bitmap.o tests/test-vconn.o tests/test-aa.o tests/test-unix-socket.o tests/test-netlink-conntrack.o lib/libopenvswitch.la ovn/lib/libovn.la -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/test-strtok_r tests/test-strtok_r.o -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/test-strtok_r tests/test-strtok_r.o -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/test-type-props tests/test-type-props.o -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/ovstest tests/ovstest.o tests/test-aes128.o tests/test-atomic.o tests/test-bundle.o tests/test-byte-order.o tests/test-classifier.o tests/test-cmap.o tests/test-csum.o tests/test-flows.o tests/test-hash.o tests/test-heap.o tests/test-hindex.o tests/test-hmap.o tests/test-json.o tests/test-jsonrpc.o tests/test-list.o tests/test-lockfile.o tests/test-multipath.o tests/test-netflow.o tests/test-odp.o tests/test-ofpbuf.o tests/test-ovn.o tests/test-packets.o tests/test-random.o tests/test-reconnect.o tests/test-rstp.o tests/test-sflow.o tests/test-sha1.o tests/test-stp.o tests/test-util.o tests/test-uuid.o tests/test-bitmap.o tests/test-vconn.o tests/test-aa.o tests/test-unix-socket.o tests/test-netlink-conntrack.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng ovn/lib/.libs/libovn.a -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o tests/test-type-props tests/test-type-props.o -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-vlan-bug-workaround utilities/ovs-vlan-bug-workaround.o lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o vswitchd/ovs-vswitchd vswitchd/bridge.o vswitchd/ovs-vswitchd.o vswitchd/system-stats.o vswitchd/xenserver.o ofproto/libofproto.la lib/libsflow.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o utilities/ovs-vlan-bug-workaround utilities/ovs-vlan-bug-workaround.o lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# /bin/sh ./libtool --tag=CC --mode=link gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovsdb/ovsdb-server ovsdb/ovsdb-server.o ovsdb/libovsdb.la lib/libopenvswitch.la -latomic -lpthread -lrt -lm
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o vswitchd/ovs-vswitchd vswitchd/bridge.o vswitchd/ovs-vswitchd.o vswitchd/system-stats.o vswitchd/xenserver.o ofproto/.libs/libofproto.a /tmp/openvswitch/src/openvswitch-2.5.0/lib/.libs/libsflow.a lib/.libs/libsflow.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-doc \
# --er-diagram=vswitchd/vswitch.pic \
# --version=2.5.0 \
# ./vswitchd/vswitch.ovsschema \
# ./vswitchd/vswitch.xml > vswitchd/ovs-vswitchd.conf.db.5.tmp && \
# mv vswitchd/ovs-vswitchd.conf.db.5.tmp vswitchd/ovs-vswitchd.conf.db.5
# libtool: link: gcc -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -o ovsdb/ovsdb-server ovsdb/ovsdb-server.o ovsdb/.libs/libovsdb.a lib/.libs/libopenvswitch.a -lssl -lcrypto -lcap-ng -latomic -lpthread -lrt -lm
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-doc \
# --er-diagram=vtep/vtep.pic \
# --version=2.5.0 \
# ./vtep/vtep.ovsschema \
# ./vtep/vtep.xml > vtep/vtep.5.tmp && \
# mv vtep/vtep.5.tmp vtep/vtep.5
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-doc \
# --er-diagram=ovn/ovn-sb.pic \
# --version=2.5.0 \
# ./ovn/ovn-sb.ovsschema \
# ./ovn/ovn-sb.xml > ovn/ovn-sb.5.tmp && \
# mv ovn/ovn-sb.5.tmp ovn/ovn-sb.5
# PYTHONPATH=./python":"$PYTHONPATH PYTHONDONTWRITEBYTECODE=yes /usr/bin/python2 ./ovsdb/ovsdb-doc \
# --er-diagram=ovn/ovn-nb.pic \
# --version=2.5.0 \
# ./ovn/ovn-nb.ovsschema \
# ./ovn/ovn-nb.xml > ovn/ovn-nb.5.tmp && \
# mv ovn/ovn-nb.5.tmp ovn/ovn-nb.5
# touch -c manpage-check
# make[2]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# make[1]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make install-recursive
# make[1]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# Making install in datapath
# make[2]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[3]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[4]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[4]: Nothing to be done for 'install-exec-am'.
# make[4]: Nothing to be done for 'install-data-am'.
# make[4]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[3]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[2]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0/datapath'
# make[2]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# make[3]: Entering directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/bin'
# /usr/bin/install -c utilities/ovs-docker utilities/ovs-pki utilities/ovs-dpctl-top utilities/ovs-l3ping utilities/ovs-parse-backtrace utilities/ovs-pcap utilities/ovs-tcpundump utilities/ovs-test utilities/ovs-vlan-test ovn/utilities/ovn-docker-overlay-driver ovn/utilities/ovn-docker-underlay-driver '/tmp/openvswitch/pkg/openvswitch/usr/bin'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/bin'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/etc/bash_completion.d'
# /usr/bin/install -c utilities/bugtool/ovs-bugtool '/tmp/openvswitch/pkg/openvswitch/usr/bin'
# /usr/sbin/mkdir -p /tmp/openvswitch/pkg/openvswitch/run/openvswitch
# /usr/sbin/mkdir -p /tmp/openvswitch/pkg/openvswitch/var/lib/openvswitch/pki
# /usr/bin/install -c utilities/ovs-appctl-bashcomp.bash utilities/ovs-vsctl-bashcomp.bash '/tmp/openvswitch/pkg/openvswitch/etc/bash_completion.d'
# /usr/sbin/mkdir -p /tmp/openvswitch/pkg/openvswitch/var/log/openvswitch
# /usr/sbin/mkdir -p /tmp/openvswitch/pkg/openvswitch/etc/openvswitch
# for plugin in utilities/bugtool/plugins/kernel-info/openvswitch.xml utilities/bugtool/plugins/network-status/openvswitch.xml utilities/bugtool/plugins/system-configuration.xml utilities/bugtool/plugins/system-logs/openvswitch.xml utilities/bugtool/plugins/system-configuration/openvswitch.xml; do \
# stem=`echo "$plugin" | sed 's,utilities/bugtool/plugins/,,'`; \
# dir=`expr "$stem" : '\(.*\)/[^/]*$'`; \
# /usr/sbin/mkdir -p "/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/bugtool-plugins/$dir"; \
# /usr/bin/install -c -m 644 "./$plugin" "/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/bugtool-plugins/$stem"; \
# done
# /usr/sbin/mkdir -p python/ovs
# sed \
# -e '/^##/d' \
# -e 's,[@]pkgdatadir[@],/usr/share/openvswitch,g' \
# -e 's,[@]RUNDIR[@],/run/openvswitch,g' \
# -e 's,[@]LOGDIR[@],/var/log/openvswitch,g' \
# -e 's,[@]bindir[@],/usr/bin,g' \
# -e 's,[@]sysconfdir[@],/etc,g' \
# -e 's,[@]DBDIR[@],/etc/openvswitch,g' \
# < ./python/ovs/dirs.py.template \
# > python/ovs/dirs.py.tmp
# /usr/sbin/mkdir -p /tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovs
# /usr/bin/install -c -m 644 python/ovs/dirs.py.tmp /tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovs/dirs.py
# rm python/ovs/dirs.py.tmp
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/man/man1'
# /usr/bin/install -c -m 644 utilities/ovs-benchmark.1 utilities/ovs-pcap.1 utilities/ovs-tcpundump.1 ovsdb/ovsdb-tool.1 ovsdb/ovsdb-client.1 ovsdb/ovsdb-server.1 '/tmp/openvswitch/pkg/openvswitch/usr/share/man/man1'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/man/man5'
# /usr/bin/install -c -m 644 vswitchd/ovs-vswitchd.conf.db.5 vtep/vtep.5 ovn/ovn-sb.5 ovn/ovn-nb.5 '/tmp/openvswitch/pkg/openvswitch/usr/share/man/man5'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/man/man7'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/man/man8'
# /usr/bin/install -c -m 644 utilities/ovs-appctl.8 utilities/ovs-ctl.8 utilities/ovs-testcontroller.8 utilities/ovs-dpctl.8 utilities/ovs-dpctl-top.8 utilities/ovs-l3ping.8 utilities/ovs-ofctl.8 utilities/ovs-parse-backtrace.8 utilities/ovs-pki.8 utilities/ovs-vlan-bug-workaround.8 utilities/ovs-test.8 utilities/ovs-vlan-test.8 utilities/ovs-vsctl.8 utilities/bugtool/ovs-bugtool.8 vswitchd/ovs-vswitchd.8 vtep/vtep-ctl.8 ovn/controller/ovn-controller.8 ovn/controller-vtep/ovn-controller-vtep.8 ovn/northd/ovn-northd.8 ovn/utilities/ovn-ctl.8 ovn/utilities/ovn-nbctl.8 ovn/utilities/ovn-sbctl.8 '/tmp/openvswitch/pkg/openvswitch/usr/share/man/man8'
# /usr/bin/install -c -m 644 ovn/ovn-architecture.7 '/tmp/openvswitch/pkg/openvswitch/usr/share/man/man7'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/include/openflow'
# /usr/bin/install -c -m 644 include/openflow/netronome-ext.h include/openflow/nicira-ext.h include/openflow/openflow-1.0.h include/openflow/openflow-1.1.h include/openflow/openflow-1.2.h include/openflow/openflow-1.3.h include/openflow/openflow-1.4.h include/openflow/openflow-1.5.h include/openflow/openflow-common.h include/openflow/openflow.h '/tmp/openvswitch/pkg/openvswitch/usr/include/openflow'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovs/unixctl'
# /usr/bin/install -c -m 644 python/ovs/unixctl/__init__.py python/ovs/unixctl/client.py python/ovs/unixctl/server.py '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovs/unixctl'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovs/db'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/include/openvswitch'
# /usr/bin/install -c -m 644 python/ovs/db/__init__.py python/ovs/db/data.py python/ovs/db/error.py python/ovs/db/idl.py python/ovs/db/parser.py python/ovs/db/schema.py python/ovs/db/types.py '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovs/db'
# /usr/bin/install -c -m 644 include/openvswitch/compiler.h include/openvswitch/list.h include/openvswitch/thread.h include/openvswitch/token-bucket.h include/openvswitch/types.h include/openvswitch/util.h include/openvswitch/version.h include/openvswitch/vconn.h include/openvswitch/vlog.h '/tmp/openvswitch/pkg/openvswitch/usr/include/openvswitch'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovs'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/lib/pkgconfig'
# /usr/bin/install -c -m 644 python/ovs/__init__.py python/ovs/daemon.py python/ovs/fatal_signal.py python/ovs/json.py python/ovs/jsonrpc.py python/ovs/ovsuuid.py python/ovs/poller.py python/ovs/process.py python/ovs/reconnect.py python/ovs/socket_util.py python/ovs/stream.py python/ovs/timeval.py python/ovs/util.py python/ovs/version.py python/ovs/vlog.py '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovs'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovstest'
# /usr/bin/install -c -m 644 ./lib/libopenvswitch.pc ./lib/libsflow.pc ./ofproto/libofproto.pc ./ovsdb/libovsdb.pc '/tmp/openvswitch/pkg/openvswitch/usr/lib/pkgconfig'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch'
# /usr/bin/install -c -m 644 python/ovstest/__init__.py python/ovstest/args.py python/ovstest/rpcserver.py python/ovstest/tcp.py python/ovstest/tests.py python/ovstest/udp.py python/ovstest/util.py python/ovstest/vswitch.py '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/python/ovstest'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/scripts'
# /usr/bin/install -c -m 644 utilities/ovs-lib '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/scripts'
# /usr/bin/install -c -m 644 vswitchd/vswitch.ovsschema vtep/vtep.ovsschema ovn/ovn-sb.ovsschema ovn/ovn-nb.ovsschema '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/scripts'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/lib'
# /usr/bin/install -c utilities/ovs-check-dead-ifs utilities/ovs-ctl utilities/ovs-save utilities/bugtool/ovs-bugtool-bfd-show utilities/bugtool/ovs-bugtool-cfm-show utilities/bugtool/ovs-bugtool-coverage-show utilities/bugtool/ovs-bugtool-fdb-show utilities/bugtool/ovs-bugtool-lacp-show utilities/bugtool/ovs-bugtool-list-dbs utilities/bugtool/ovs-bugtool-memory-show utilities/bugtool/ovs-bugtool-tc-class-show utilities/bugtool/ovs-bugtool-vsctl-show utilities/bugtool/ovs-bugtool-ovsdb-dump utilities/bugtool/ovs-bugtool-daemons-ver utilities/bugtool/ovs-bugtool-ovs-ofctl-show utilities/bugtool/ovs-bugtool-ovs-ofctl-dump-flows utilities/bugtool/ovs-bugtool-ovs-appctl-dpif utilities/bugtool/ovs-bugtool-bond-show utilities/bugtool/ovs-bugtool-conntrack-dump vtep/ovs-vtep ovn/utilities/ovn-ctl '/tmp/openvswitch/pkg/openvswitch/usr/share/openvswitch/scripts'
# /bin/sh ./libtool --mode=install /usr/bin/install -c lib/libopenvswitch.la lib/libsflow.la ofproto/libofproto.la ovsdb/libovsdb.la vtep/libvtep.la ovn/lib/libovn.la '/tmp/openvswitch/pkg/openvswitch/usr/lib'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c utilities/ovs-vlan-bug-workaround vswitchd/ovs-vswitchd ovsdb/ovsdb-server '/tmp/openvswitch/pkg/openvswitch/usr/bin'
# libtool: install: /usr/bin/install -c lib/.libs/libopenvswitch.lai /tmp/openvswitch/pkg/openvswitch/usr/lib/libopenvswitch.la
# libtool: install: /usr/bin/install -c lib/.libs/libsflow.lai /tmp/openvswitch/pkg/openvswitch/usr/lib/libsflow.la
# libtool: install: /usr/bin/install -c ofproto/.libs/libofproto.lai /tmp/openvswitch/pkg/openvswitch/usr/lib/libofproto.la
# libtool: install: /usr/bin/install -c ovsdb/.libs/libovsdb.lai /tmp/openvswitch/pkg/openvswitch/usr/lib/libovsdb.la
# libtool: install: /usr/bin/install -c vtep/.libs/libvtep.lai /tmp/openvswitch/pkg/openvswitch/usr/lib/libvtep.la
# libtool: install: /usr/bin/install -c utilities/ovs-vlan-bug-workaround /tmp/openvswitch/pkg/openvswitch/usr/bin/ovs-vlan-bug-workaround
# libtool: install: /usr/bin/install -c ovn/lib/.libs/libovn.lai /tmp/openvswitch/pkg/openvswitch/usr/lib/libovn.la
# libtool: install: /usr/bin/install -c lib/.libs/libopenvswitch.a /tmp/openvswitch/pkg/openvswitch/usr/lib/libopenvswitch.a
# libtool: install: /usr/bin/install -c vswitchd/ovs-vswitchd /tmp/openvswitch/pkg/openvswitch/usr/bin/ovs-vswitchd
# libtool: install: chmod 644 /tmp/openvswitch/pkg/openvswitch/usr/lib/libopenvswitch.a
# libtool: install: /usr/bin/install -c ovsdb/ovsdb-server /tmp/openvswitch/pkg/openvswitch/usr/bin/ovsdb-server
# libtool: install: ranlib /tmp/openvswitch/pkg/openvswitch/usr/lib/libopenvswitch.a
# libtool: install: /usr/bin/install -c lib/.libs/libsflow.a /tmp/openvswitch/pkg/openvswitch/usr/lib/libsflow.a
# libtool: install: chmod 644 /tmp/openvswitch/pkg/openvswitch/usr/lib/libsflow.a
# libtool: install: ranlib /tmp/openvswitch/pkg/openvswitch/usr/lib/libsflow.a
# libtool: install: /usr/bin/install -c ofproto/.libs/libofproto.a /tmp/openvswitch/pkg/openvswitch/usr/lib/libofproto.a
# libtool: install: chmod 644 /tmp/openvswitch/pkg/openvswitch/usr/lib/libofproto.a
# libtool: install: ranlib /tmp/openvswitch/pkg/openvswitch/usr/lib/libofproto.a
# libtool: install: /usr/bin/install -c ovsdb/.libs/libovsdb.a /tmp/openvswitch/pkg/openvswitch/usr/lib/libovsdb.a
# libtool: install: chmod 644 /tmp/openvswitch/pkg/openvswitch/usr/lib/libovsdb.a
# libtool: install: ranlib /tmp/openvswitch/pkg/openvswitch/usr/lib/libovsdb.a
# libtool: install: /usr/bin/install -c vtep/.libs/libvtep.a /tmp/openvswitch/pkg/openvswitch/usr/lib/libvtep.a
# libtool: install: chmod 644 /tmp/openvswitch/pkg/openvswitch/usr/lib/libvtep.a
# libtool: install: ranlib /tmp/openvswitch/pkg/openvswitch/usr/lib/libvtep.a
# libtool: install: /usr/bin/install -c ovn/lib/.libs/libovn.a /tmp/openvswitch/pkg/openvswitch/usr/lib/libovn.a
# libtool: install: chmod 644 /tmp/openvswitch/pkg/openvswitch/usr/lib/libovn.a
# libtool: install: ranlib /tmp/openvswitch/pkg/openvswitch/usr/lib/libovn.a
# libtool: warning: remember to run 'libtool --finish /usr/lib'
# /usr/sbin/mkdir -p '/tmp/openvswitch/pkg/openvswitch/usr/bin'
# /bin/sh ./libtool --mode=install /usr/bin/install -c utilities/ovs-appctl utilities/ovs-testcontroller utilities/ovs-dpctl utilities/ovs-ofctl utilities/ovs-vsctl utilities/ovs-benchmark ovsdb/ovsdb-tool ovsdb/ovsdb-client vtep/vtep-ctl ovn/controller/ovn-controller ovn/controller-vtep/ovn-controller-vtep ovn/northd/ovn-northd ovn/utilities/ovn-nbctl ovn/utilities/ovn-sbctl '/tmp/openvswitch/pkg/openvswitch/usr/bin'
# libtool: install: /usr/bin/install -c utilities/ovs-appctl /tmp/openvswitch/pkg/openvswitch/usr/bin/ovs-appctl
# libtool: install: /usr/bin/install -c utilities/ovs-testcontroller /tmp/openvswitch/pkg/openvswitch/usr/bin/ovs-testcontroller
# libtool: install: /usr/bin/install -c utilities/ovs-dpctl /tmp/openvswitch/pkg/openvswitch/usr/bin/ovs-dpctl
# libtool: install: /usr/bin/install -c utilities/ovs-ofctl /tmp/openvswitch/pkg/openvswitch/usr/bin/ovs-ofctl
# libtool: install: /usr/bin/install -c utilities/ovs-vsctl /tmp/openvswitch/pkg/openvswitch/usr/bin/ovs-vsctl
# libtool: install: /usr/bin/install -c utilities/ovs-benchmark /tmp/openvswitch/pkg/openvswitch/usr/bin/ovs-benchmark
# libtool: install: /usr/bin/install -c ovsdb/ovsdb-tool /tmp/openvswitch/pkg/openvswitch/usr/bin/ovsdb-tool
# libtool: install: /usr/bin/install -c ovsdb/ovsdb-client /tmp/openvswitch/pkg/openvswitch/usr/bin/ovsdb-client
# libtool: install: /usr/bin/install -c vtep/vtep-ctl /tmp/openvswitch/pkg/openvswitch/usr/bin/vtep-ctl
# libtool: install: /usr/bin/install -c ovn/controller/ovn-controller /tmp/openvswitch/pkg/openvswitch/usr/bin/ovn-controller
# libtool: install: /usr/bin/install -c ovn/controller-vtep/ovn-controller-vtep /tmp/openvswitch/pkg/openvswitch/usr/bin/ovn-controller-vtep
# libtool: install: /usr/bin/install -c ovn/northd/ovn-northd /tmp/openvswitch/pkg/openvswitch/usr/bin/ovn-northd
# libtool: install: /usr/bin/install -c ovn/utilities/ovn-nbctl /tmp/openvswitch/pkg/openvswitch/usr/bin/ovn-nbctl
# libtool: install: /usr/bin/install -c ovn/utilities/ovn-sbctl /tmp/openvswitch/pkg/openvswitch/usr/bin/ovn-sbctl
# make[3]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# make[2]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# make[1]: Leaving directory '/tmp/openvswitch/src/openvswitch-2.5.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "openvswitch"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: openvswitch 2.5.0-2 (Wed Aug 24 13:20:16 UTC 2016)

CMD: pacman --query --file openvswitch-2.5.0-2-x86_64.pkg.tar.xz
# openvswitch 2.5.0-2

Creating hybrid package for 'openvswitch'

Trying to find vanilla package 'openvswitch'...

CMD: pacman --query --file /mirror/openvswitch-2.5.0-2.pkg.tar.xz
# openvswitch 2.5.0-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.INSTALL
# /.MTREE
# /usr/lib/libopenvswitch.a
# /usr/lib/libsflow.a
# /usr/lib/libofproto.a
# /usr/lib/libovsdb.a
# /usr/lib/libvtep.a
# /usr/lib/libovn.a
# /usr/lib/systemd/system/ovs-vswitchd.service
# /usr/lib/systemd/system/ovsdb-server.service
# /usr/lib/tmpfiles.d/openvswitch.conf
# /usr/lib/pkgconfig/libovsdb.pc
# /usr/lib/pkgconfig/libofproto.pc
# /usr/lib/pkgconfig/libsflow.pc
# /usr/lib/pkgconfig/libopenvswitch.pc
# /usr/include/openvswitch/vlog.h
# /usr/include/openvswitch/vconn.h
# /usr/include/openvswitch/version.h
# /usr/include/openvswitch/util.h
# /usr/include/openvswitch/types.h
# /usr/include/openvswitch/token-bucket.h
# /usr/include/openvswitch/thread.h
# /usr/include/openvswitch/list.h
# /usr/include/openvswitch/compiler.h
# /usr/include/openflow/openflow.h
# /usr/include/openflow/openflow-common.h
# /usr/include/openflow/openflow-1.5.h
# /usr/include/openflow/openflow-1.4.h
# /usr/include/openflow/openflow-1.3.h
# /usr/include/openflow/openflow-1.2.h
# /usr/include/openflow/openflow-1.1.h
# /usr/include/openflow/openflow-1.0.h
# /usr/include/openflow/nicira-ext.h
# /usr/include/openflow/netronome-ext.h
# /usr/share/man/man8/ovs-appctl.8.gz
# /usr/share/man/man8/ovs-ctl.8.gz
# /usr/share/man/man8/ovs-testcontroller.8.gz
# /usr/share/man/man8/ovs-dpctl.8.gz
# /usr/share/man/man8/ovs-dpctl-top.8.gz
# /usr/share/man/man8/ovs-l3ping.8.gz
# /usr/share/man/man8/ovs-ofctl.8.gz
# /usr/share/man/man8/ovs-parse-backtrace.8.gz
# /usr/share/man/man8/ovs-pki.8.gz
# /usr/share/man/man8/ovs-vlan-bug-workaround.8.gz
# /usr/share/man/man8/ovs-test.8.gz
# /usr/share/man/man8/ovs-vlan-test.8.gz
# /usr/share/man/man8/ovs-vsctl.8.gz
# /usr/share/man/man8/ovs-bugtool.8.gz
# /usr/share/man/man8/ovs-vswitchd.8.gz
# /usr/share/man/man8/vtep-ctl.8.gz
# /usr/share/man/man8/ovn-controller.8.gz
# /usr/share/man/man8/ovn-controller-vtep.8.gz
# /usr/share/man/man8/ovn-northd.8.gz
# /usr/share/man/man8/ovn-ctl.8.gz
# /usr/share/man/man8/ovn-nbctl.8.gz
# /usr/share/man/man8/ovn-sbctl.8.gz
# /usr/share/man/man7/ovn-architecture.7.gz
# /usr/share/man/man5/ovs-vswitchd.conf.db.5.gz
# /usr/share/man/man5/vtep.5.gz
# /usr/share/man/man5/ovn-sb.5.gz
# /usr/share/man/man5/ovn-nb.5.gz
# /usr/share/man/man1/ovs-benchmark.1.gz
# /usr/share/man/man1/ovs-pcap.1.gz
# /usr/share/man/man1/ovs-tcpundump.1.gz
# /usr/share/man/man1/ovsdb-tool.1.gz
# /usr/share/man/man1/ovsdb-client.1.gz
# /usr/share/man/man1/ovsdb-server.1.gz
# /usr/share/openvswitch/ovn-nb.ovsschema
# /usr/share/openvswitch/ovn-sb.ovsschema
# /usr/share/openvswitch/vtep.ovsschema
# /usr/share/openvswitch/vswitch.ovsschema
# /usr/share/openvswitch/scripts/ovn-ctl
# /usr/share/openvswitch/scripts/ovs-vtep
# /usr/share/openvswitch/scripts/ovs-bugtool-conntrack-dump
# /usr/share/openvswitch/scripts/ovs-bugtool-bond-show
# /usr/share/openvswitch/scripts/ovs-bugtool-ovs-appctl-dpif
# /usr/share/openvswitch/scripts/ovs-bugtool-ovs-ofctl-dump-flows
# /usr/share/openvswitch/scripts/ovs-bugtool-ovs-ofctl-show
# /usr/share/openvswitch/scripts/ovs-bugtool-daemons-ver
# /usr/share/openvswitch/scripts/ovs-bugtool-ovsdb-dump
# /usr/share/openvswitch/scripts/ovs-bugtool-vsctl-show
# /usr/share/openvswitch/scripts/ovs-bugtool-tc-class-show
# /usr/share/openvswitch/scripts/ovs-bugtool-memory-show
# /usr/share/openvswitch/scripts/ovs-bugtool-list-dbs
# /usr/share/openvswitch/scripts/ovs-bugtool-lacp-show
# /usr/share/openvswitch/scripts/ovs-bugtool-fdb-show
# /usr/share/openvswitch/scripts/ovs-bugtool-coverage-show
# /usr/share/openvswitch/scripts/ovs-bugtool-cfm-show
# /usr/share/openvswitch/scripts/ovs-bugtool-bfd-show
# /usr/share/openvswitch/scripts/ovs-save
# /usr/share/openvswitch/scripts/ovs-ctl
# /usr/share/openvswitch/scripts/ovs-check-dead-ifs
# /usr/share/openvswitch/scripts/ovs-lib
# /usr/share/openvswitch/bugtool-plugins/system-configuration.xml
# /usr/share/openvswitch/bugtool-plugins/system-configuration/openvswitch.xml
# /usr/share/openvswitch/bugtool-plugins/system-logs/openvswitch.xml
# /usr/share/openvswitch/bugtool-plugins/network-status/openvswitch.xml
# /usr/share/openvswitch/bugtool-plugins/kernel-info/openvswitch.xml
# /usr/share/openvswitch/python/ovstest/vswitch.py
# /usr/share/openvswitch/python/ovstest/util.py
# /usr/share/openvswitch/python/ovstest/udp.py
# /usr/share/openvswitch/python/ovstest/tests.py
# /usr/share/openvswitch/python/ovstest/tcp.py
# /usr/share/openvswitch/python/ovstest/rpcserver.py
# /usr/share/openvswitch/python/ovstest/args.py
# /usr/share/openvswitch/python/ovstest/__init__.py
# /usr/share/openvswitch/python/ovs/vlog.py
# /usr/share/openvswitch/python/ovs/version.py
# /usr/share/openvswitch/python/ovs/util.py
# /usr/share/openvswitch/python/ovs/timeval.py
# /usr/share/openvswitch/python/ovs/stream.py
# /usr/share/openvswitch/python/ovs/socket_util.py
# /usr/share/openvswitch/python/ovs/reconnect.py
# /usr/share/openvswitch/python/ovs/process.py
# /usr/share/openvswitch/python/ovs/poller.py
# /usr/share/openvswitch/python/ovs/ovsuuid.py
# /usr/share/openvswitch/python/ovs/jsonrpc.py
# /usr/share/openvswitch/python/ovs/json.py
# /usr/share/openvswitch/python/ovs/fatal_signal.py
# /usr/share/openvswitch/python/ovs/daemon.py
# /usr/share/openvswitch/python/ovs/__init__.py
# /usr/share/openvswitch/python/ovs/dirs.py
# /usr/share/openvswitch/python/ovs/db/types.py
# /usr/share/openvswitch/python/ovs/db/schema.py
# /usr/share/openvswitch/python/ovs/db/parser.py
# /usr/share/openvswitch/python/ovs/db/idl.py
# /usr/share/openvswitch/python/ovs/db/error.py
# /usr/share/openvswitch/python/ovs/db/data.py
# /usr/share/openvswitch/python/ovs/db/__init__.py
# /usr/share/openvswitch/python/ovs/unixctl/server.py
# /usr/share/openvswitch/python/ovs/unixctl/client.py
# /usr/share/openvswitch/python/ovs/unixctl/__init__.py
# /usr/share/bash-completion/completions/ovs-vsctl-bashcomp.bash
# /usr/share/bash-completion/completions/ovs-appctl-bashcomp.bash
# /usr/bin/ovs-vlan-bug-workaround
# /usr/bin/ovs-vswitchd
# /usr/bin/ovsdb-server
# /usr/bin/ovs-appctl
# /usr/bin/ovs-testcontroller
# /usr/bin/ovs-dpctl
# /usr/bin/ovs-ofctl
# /usr/bin/ovs-vsctl
# /usr/bin/ovs-benchmark
# /usr/bin/ovsdb-tool
# /usr/bin/ovsdb-client
# /usr/bin/vtep-ctl
# /usr/bin/ovn-controller
# /usr/bin/ovn-controller-vtep
# /usr/bin/ovn-northd
# /usr/bin/ovn-nbctl
# /usr/bin/ovn-sbctl
# /usr/bin/ovn-docker-underlay-driver
# /usr/bin/ovn-docker-overlay-driver
# /usr/bin/ovs-vlan-test
# /usr/bin/ovs-test
# /usr/bin/ovs-tcpundump
# /usr/bin/ovs-pcap
# /usr/bin/ovs-parse-backtrace
# /usr/bin/ovs-bugtool
# /usr/bin/ovs-l3ping
# /usr/bin/ovs-dpctl-top
# /usr/bin/ovs-pki
# /usr/bin/ovs-docker
# /sysroot/usr/lib/libopenvswitch.la
# /sysroot/usr/lib/libsflow.la
# /sysroot/usr/lib/libofproto.la
# /sysroot/usr/lib/libovsdb.la
# /sysroot/usr/lib/libvtep.la
# /sysroot/usr/lib/libovn.la
# /sysroot/usr/lib/libopenvswitch.a
# /sysroot/usr/lib/libsflow.a
# /sysroot/usr/lib/libofproto.a
# /sysroot/usr/lib/libovsdb.a
# /sysroot/usr/lib/libvtep.a
# /sysroot/usr/lib/libovn.a
# /sysroot/usr/lib/pkgconfig/libopenvswitch.pc
# /sysroot/usr/lib/pkgconfig/libsflow.pc
# /sysroot/usr/lib/pkgconfig/libofproto.pc
# /sysroot/usr/lib/pkgconfig/libovsdb.pc
# /sysroot/usr/lib/tmpfiles.d/openvswitch.conf
# /sysroot/usr/lib/systemd/system/ovsdb-server.service
# /sysroot/usr/lib/systemd/system/ovs-vswitchd.service
# /sysroot/usr/include/openflow/netronome-ext.h
# /sysroot/usr/include/openflow/nicira-ext.h
# /sysroot/usr/include/openflow/openflow-1.0.h
# /sysroot/usr/include/openflow/openflow-1.1.h
# /sysroot/usr/include/openflow/openflow-1.2.h
# /sysroot/usr/include/openflow/openflow-1.3.h
# /sysroot/usr/include/openflow/openflow-1.4.h
# /sysroot/usr/include/openflow/openflow-1.5.h
# /sysroot/usr/include/openflow/openflow-common.h
# /sysroot/usr/include/openflow/openflow.h
# /sysroot/usr/include/openvswitch/compiler.h
# /sysroot/usr/include/openvswitch/list.h
# /sysroot/usr/include/openvswitch/thread.h
# /sysroot/usr/include/openvswitch/token-bucket.h
# /sysroot/usr/include/openvswitch/types.h
# /sysroot/usr/include/openvswitch/util.h
# /sysroot/usr/include/openvswitch/version.h
# /sysroot/usr/include/openvswitch/vconn.h
# /sysroot/usr/include/openvswitch/vlog.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO .BUILDINFO .INSTALL etc usr var sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL etc usr var sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO .BUILDINFO .INSTALL etc usr var sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf openvswitch.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/openvswitch.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/openvswitch.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/openvswitch.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/openvswitch/src/openvswitch-2.5.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by openvswitch configure 2.5.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-rundir=/run/openvswitch --sbindir=/usr/bin PYTHON=/usr/bin/python2
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = e17f5a4bd213
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2684: checking for a BSD-compatible install
# configure:2752: result: /usr/bin/install -c
# configure:2763: checking whether build environment is sane
# configure:2818: result: yes
# configure:2877: checking for x86_64-unknown-linux-strip
# configure:2907: result: no
# configure:2917: checking for strip
# configure:2933: found /usr/sbin/strip
# configure:2944: result: strip
# configure:2969: checking for a thread-safe mkdir -p
# configure:3008: result: /usr/sbin/mkdir -p
# configure:3015: checking for gawk
# configure:3031: found /usr/sbin/gawk
# configure:3042: result: gawk
# configure:3053: checking whether make sets $(MAKE)
# configure:3075: result: yes
# configure:3104: checking whether make supports nested variables
# configure:3121: result: yes
# configure:3200: checking how to create a pax tar archive
# configure:3211: tar --version
# tar (GNU tar) 1.29
# Copyright (C) 2015 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later .
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
#
# Written by John Gilmore and Jay Fenlason.
# configure:3214: $? = 0
# configure:3254: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
# configure:3257: $? = 0
# configure:3261: tar -xf -
# configure:3264: $? = 0
# configure:3266: cat conftest.dir/file
# GrepMe
# configure:3269: $? = 0
# configure:3282: result: gnutar
# configure:3345: checking for style of include used by make
# configure:3373: result: GNU
# configure:3404: checking for x86_64-unknown-linux-gcc
# configure:3434: result: no
# configure:3444: checking for gcc
# configure:3460: found /usr/sbin/gcc
# configure:3471: result: gcc
# configure:3700: checking for C compiler version
# configure:3709: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:3720: $? = 0
# configure:3709: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3720: $? = 0
# configure:3709: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3720: $? = 1
# configure:3709: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3720: $? = 1
# configure:3740: checking whether the C compiler works
# configure:3762: gcc conftest.c >&5
# configure:3766: $? = 0
# configure:3814: result: yes
# configure:3817: checking for C compiler default output file name
# configure:3819: result: a.out
# configure:3825: checking for suffix of executables
# configure:3832: gcc -o conftest conftest.c >&5
# configure:3836: $? = 0
# configure:3858: result:
# configure:3880: checking whether we are cross compiling
# configure:3888: gcc -o conftest conftest.c >&5
# configure:3892: $? = 0
# configure:3899: ./conftest
# configure:3903: $? = 0
# configure:3918: result: no
# configure:3923: checking for suffix of object files
# configure:3945: gcc -c conftest.c >&5
# configure:3949: $? = 0
# configure:3970: result: o
# configure:3974: checking whether we are using the GNU C compiler
# configure:3993: gcc -c conftest.c >&5
# configure:3993: $? = 0
# configure:4002: result: yes
# configure:4011: checking whether gcc accepts -g
# configure:4031: gcc -c -g conftest.c >&5
# configure:4031: $? = 0
# configure:4072: result: yes
# configure:4089: checking for gcc option to accept ISO C89
# configure:4152: gcc -c conftest.c >&5
# configure:4152: $? = 0
# configure:4165: result: none needed
# configure:4190: checking whether gcc understands -c and -o together
# configure:4212: gcc -c conftest.c -o conftest2.o
# configure:4215: $? = 0
# configure:4212: gcc -c conftest.c -o conftest2.o
# configure:4215: $? = 0
# configure:4227: result: yes
# configure:4246: checking dependency style of gcc
# configure:4357: result: gcc3
# configure:4372: checking for gcc option to accept ISO C99
# configure:4521: gcc -c conftest.c >&5
# configure:4521: $? = 0
# configure:4534: result: none needed
# configure:4555: checking how to run the C preprocessor
# configure:4586: gcc -E conftest.c
# configure:4586: $? = 0
# configure:4600: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4600: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | /* end confdefs.h. */
# | #include
# configure:4625: result: gcc -E
# configure:4645: gcc -E conftest.c
# configure:4645: $? = 0
# configure:4659: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4659: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | /* end confdefs.h. */
# | #include
# configure:4688: checking for grep that handles long lines and -e
# configure:4746: result: /usr/sbin/grep
# configure:4751: checking for fgrep
# configure:4813: result: /usr/sbin/grep -F
# configure:4818: checking for egrep
# configure:4880: result: /usr/sbin/grep -E
# configure:4889: checking for perl
# configure:4907: found /usr/sbin/perl
# configure:4920: result: /usr/sbin/perl
# configure:4938: checking for ANSI C header files
# configure:4958: gcc -c conftest.c >&5
# configure:4958: $? = 0
# configure:5031: gcc -o conftest conftest.c >&5
# configure:5031: $? = 0
# configure:5031: ./conftest
# configure:5031: $? = 0
# configure:5042: result: yes
# configure:5055: checking for sys/types.h
# configure:5055: gcc -c conftest.c >&5
# configure:5055: $? = 0
# configure:5055: result: yes
# configure:5055: checking for sys/stat.h
# configure:5055: gcc -c conftest.c >&5
# configure:5055: $? = 0
# configure:5055: result: yes
# configure:5055: checking for stdlib.h
# configure:5055: gcc -c conftest.c >&5
# configure:5055: $? = 0
# configure:5055: result: yes
# configure:5055: checking for string.h
# configure:5055: gcc -c conftest.c >&5
# configure:5055: $? = 0
# configure:5055: result: yes
# configure:5055: checking for memory.h
# configure:5055: gcc -c conftest.c >&5
# configure:5055: $? = 0
# configure:5055: result: yes
# configure:5055: checking for strings.h
# configure:5055: gcc -c conftest.c >&5
# configure:5055: $? = 0
# configure:5055: result: yes
# configure:5055: checking for inttypes.h
# configure:5055: gcc -c conftest.c >&5
# configure:5055: $? = 0
# configure:5055: result: yes
# configure:5055: checking for stdint.h
# configure:5055: gcc -c conftest.c >&5
# configure:5055: $? = 0
# configure:5055: result: yes
# configure:5055: checking for unistd.h
# configure:5055: gcc -c conftest.c >&5
# configure:5055: $? = 0
# configure:5055: result: yes
# configure:5068: checking minix/config.h usability
# configure:5068: gcc -c conftest.c >&5
# conftest.c:54:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5068: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:5068: result: no
# configure:5068: checking minix/config.h presence
# configure:5068: gcc -E conftest.c
# conftest.c:21:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:5068: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | /* end confdefs.h. */
# | #include
# configure:5068: result: no
# configure:5068: checking for minix/config.h
# configure:5068: result: no
# configure:5089: checking whether it is safe to define __EXTENSIONS__
# configure:5107: gcc -c conftest.c >&5
# configure:5107: $? = 0
# configure:5114: result: yes
# configure:5128: checking whether byte ordering is bigendian
# configure:5143: gcc -c conftest.c >&5
# conftest.c:27:9: error: unknown type name 'not'
# not a universal capable compiler
# ^~~
# conftest.c:27:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
# not a universal capable compiler
# ^~~~~~~~~
# conftest.c:27:15: error: unknown type name 'universal'
# configure:5143: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:5188: gcc -c conftest.c >&5
# configure:5188: $? = 0
# configure:5206: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:33:4: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:33:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure:5206: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:5334: result: no
# configure:5359: checking for special C compiler options needed for large files
# configure:5404: result: no
# configure:5410: checking for _FILE_OFFSET_BITS value needed for large files
# configure:5435: gcc -c conftest.c >&5
# configure:5435: $? = 0
# configure:5467: result: no
# configure:5582: checking build system type
# configure:5596: result: x86_64-unknown-linux-gnu
# configure:5616: checking host system type
# configure:5629: result: x86_64-unknown-linux-gnu
# configure:5670: checking how to print strings
# configure:5697: result: printf
# configure:5718: checking for a sed that does not truncate output
# configure:5782: result: /usr/sbin/sed
# configure:5830: checking for ld used by gcc
# configure:5897: result: /usr/sbin/ld
# configure:5904: checking if the linker (/usr/sbin/ld) is GNU ld
# configure:5919: result: yes
# configure:5931: checking for BSD- or MS-compatible name lister (nm)
# configure:5985: result: /usr/sbin/nm -B
# configure:6115: checking the name lister (/usr/sbin/nm -B) interface
# configure:6122: gcc -c conftest.c >&5
# configure:6125: /usr/sbin/nm -B "conftest.o"
# configure:6128: output
# 0000000000000000 B some_variable
# configure:6135: result: BSD nm
# configure:6138: checking whether ln -s works
# configure:6142: result: yes
# configure:6150: checking the maximum length of command line arguments
# configure:6281: result: 1572864
# configure:6329: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:6369: result: func_convert_file_noop
# configure:6376: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:6396: result: func_convert_file_noop
# configure:6403: checking for /usr/sbin/ld option to reload object files
# configure:6410: result: -r
# configure:6444: checking for x86_64-unknown-linux-objdump
# configure:6474: result: no
# configure:6484: checking for objdump
# configure:6500: found /usr/sbin/objdump
# configure:6511: result: objdump
# configure:6543: checking how to recognize dependent libraries
# configure:6743: result: pass_all
# configure:6788: checking for x86_64-unknown-linux-dlltool
# configure:6818: result: no
# configure:6828: checking for dlltool
# configure:6858: result: no
# configure:6888: checking how to associate runtime and link libraries
# configure:6915: result: printf %s\n
# configure:6931: checking for x86_64-unknown-linux-ar
# configure:6961: result: no
# configure:6975: checking for ar
# configure:6991: found /usr/sbin/ar
# configure:7002: result: ar
# configure:7039: checking for archiver @FILE support
# configure:7056: gcc -c conftest.c >&5
# configure:7056: $? = 0
# configure:7059: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:7062: $? = 0
# configure:7067: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:7070: $? = 1
# configure:7082: result: @
# configure:7100: checking for x86_64-unknown-linux-strip
# configure:7127: result: strip
# configure:7199: checking for x86_64-unknown-linux-ranlib
# configure:7229: result: no
# configure:7239: checking for ranlib
# configure:7255: found /usr/sbin/ranlib
# configure:7266: result: ranlib
# configure:7368: checking command to parse /usr/sbin/nm -B output from gcc object
# configure:7521: gcc -c conftest.c >&5
# configure:7524: $? = 0
# configure:7528: /usr/sbin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:7531: $? = 0
# configure:7597: gcc -o conftest conftest.c conftstm.o >&5
# configure:7600: $? = 0
# configure:7638: result: ok
# configure:7685: checking for sysroot
# configure:7715: result: no
# configure:7722: checking for a working dd
# configure:7760: result: /usr/sbin/dd
# configure:7764: checking how to truncate binary pipes
# configure:7779: result: /usr/sbin/dd bs=4096 count=1
# configure:7915: gcc -c conftest.c >&5
# configure:7918: $? = 0
# configure:8068: checking for x86_64-unknown-linux-mt
# configure:8098: result: no
# configure:8108: checking for mt
# configure:8138: result: no
# configure:8158: checking if : is a manifest tool
# configure:8164: : '-?'
# configure:8172: result: no
# configure:8846: checking for dlfcn.h
# configure:8846: gcc -c conftest.c >&5
# configure:8846: $? = 0
# configure:8846: result: yes
# configure:9101: checking for objdir
# configure:9116: result: .libs
# configure:9380: checking if gcc supports -fno-rtti -fno-exceptions
# configure:9398: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
# cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
# configure:9402: $? = 0
# configure:9415: result: no
# configure:9773: checking for gcc option to produce PIC
# configure:9780: result: -fPIC -DPIC
# configure:9788: checking if gcc PIC flag -fPIC -DPIC works
# configure:9806: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9810: $? = 0
# configure:9823: result: yes
# configure:9852: checking if gcc static flag -static works
# configure:9880: result: yes
# configure:9895: checking if gcc supports -c -o file.o
# configure:9916: gcc -c -o out/conftest2.o conftest.c >&5
# configure:9920: $? = 0
# configure:9942: result: yes
# configure:9950: checking if gcc supports -c -o file.o
# configure:9997: result: yes
# configure:10030: checking whether the gcc linker (/usr/sbin/ld -m elf_x86_64) supports shared libraries
# configure:11289: result: yes
# configure:11529: checking dynamic linker characteristics
# configure:12110: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:12110: $? = 0
# configure:12347: result: GNU/Linux ld.so
# configure:12469: checking how to hardcode library paths into programs
# configure:12494: result: immediate
# configure:13042: checking whether stripping libraries is possible
# configure:13047: result: yes
# configure:13082: checking if libtool supports shared libraries
# configure:13084: result: yes
# configure:13087: checking whether to build shared libraries
# configure:13112: result: no
# configure:13115: checking whether to build static libraries
# configure:13119: result: yes
# configure:13192: checking for library containing pow
# configure:13223: gcc -o conftest conftest.c >&5
# conftest.c:35:6: warning: conflicting types for built-in function 'pow'
# char pow ();
# ^~~
# /tmp/ccshCJn9.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `pow'
# collect2: error: ld returned 1 exit status
# configure:13223: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pow ();
# | int
# | main ()
# | {
# | return pow ();
# | ;
# | return 0;
# | }
# configure:13223: gcc -o conftest conftest.c -lm >&5
# conftest.c:35:6: warning: conflicting types for built-in function 'pow'
# char pow ();
# ^~~
# configure:13223: $? = 0
# configure:13240: result: -lm
# configure:13248: checking for library containing clock_gettime
# configure:13279: gcc -o conftest conftest.c -lm >&5
# configure:13279: $? = 0
# configure:13296: result: none required
# configure:13304: checking for library containing timer_create
# configure:13335: gcc -o conftest conftest.c -lm >&5
# /tmp/ccPxj5a9.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `timer_create'
# collect2: error: ld returned 1 exit status
# configure:13335: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char timer_create ();
# | int
# | main ()
# | {
# | return timer_create ();
# | ;
# | return 0;
# | }
# configure:13335: gcc -o conftest conftest.c -lrt -lm >&5
# configure:13335: $? = 0
# configure:13352: result: -lrt
# configure:13360: checking for library containing pthread_create
# configure:13391: gcc -o conftest conftest.c -lrt -lm >&5
# /usr/sbin/ld: /tmp/cc7iaBTj.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
# /usr/lib/libpthread.so.0: error adding symbols: DSO missing from command line
# collect2: error: ld returned 1 exit status
# configure:13391: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pthread_create ();
# | int
# | main ()
# | {
# | return pthread_create ();
# | ;
# | return 0;
# | }
# configure:13391: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:13391: $? = 0
# configure:13408: result: -lpthread
# configure:13416: checking whether strerror_r is declared
# configure:13416: gcc -c conftest.c >&5
# configure:13416: $? = 0
# configure:13416: result: yes
# configure:13429: checking for strerror_r
# configure:13429: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:13429: $? = 0
# configure:13429: result: yes
# configure:13438: checking whether strerror_r returns char *
# configure:13462: gcc -c conftest.c >&5
# configure:13462: $? = 0
# configure:13500: result: yes
# configure:13509: checking vmware.h usability
# configure:13509: gcc -c conftest.c >&5
# conftest.c:64:20: fatal error: vmware.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13509: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13509: result: no
# configure:13509: checking vmware.h presence
# configure:13509: gcc -E conftest.c
# conftest.c:31:20: fatal error: vmware.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13509: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | /* end confdefs.h. */
# | #include
# configure:13509: result: no
# configure:13509: checking for vmware.h
# configure:13509: result: no
# configure:13530: checking for MSVC x64 compiler
# configure:13543: result: no
# configure:13547: checking windows.h usability
# configure:13547: gcc -c conftest.c >&5
# conftest.c:64:21: fatal error: windows.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13547: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:13547: result: no
# configure:13547: checking windows.h presence
# configure:13547: gcc -E conftest.c
# conftest.c:31:21: fatal error: windows.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:13547: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | /* end confdefs.h. */
# | #include
# configure:13547: result: no
# configure:13547: checking for windows.h
# configure:13547: result: no
# configure:13707: checking for linux/netlink.h
# configure:13707: gcc -c conftest.c >&5
# configure:13707: $? = 0
# configure:13707: result: yes
# configure:13763: checking for pkg-config
# configure:13781: found /usr/sbin/pkg-config
# configure:13793: result: /usr/sbin/pkg-config
# configure:13853: checking whether compiling and linking against OpenSSL works
# Trying link with SSL_LDFLAGS=; SSL_LIBS=-lssl -lcrypto; SSL_INCLUDES=
# configure:13875: gcc -o conftest conftest.c -lssl -lcrypto -lpthread -lrt -lm >&5
# configure:13875: $? = 0
# configure:13877: result: yes
# configure:13944: checking for capng_clear in -lcap-ng
# configure:13969: gcc -o conftest conftest.c -lcap-ng -lpthread -lrt -lm >&5
# configure:13969: $? = 0
# configure:13978: result: yes
# configure:14025: checking for Python 2.x for x >= 7
# configure:14051: result: /usr/bin/python2
# configure:14071: checking for dot
# configure:14082: result: yes
# configure:14092: checking net/if_packet.h usability
# configure:14092: gcc -c conftest.c >&5
# configure:14092: $? = 0
# configure:14092: result: yes
# configure:14092: checking net/if_packet.h presence
# configure:14092: gcc -E conftest.c
# configure:14092: $? = 0
# configure:14092: result: yes
# configure:14092: checking for net/if_packet.h
# configure:14092: result: yes
# configure:14113: checking net/if_dl.h usability
# configure:14113: gcc -c conftest.c >&5
# conftest.c:69:23: fatal error: net/if_dl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14113: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14113: result: no
# configure:14113: checking net/if_dl.h presence
# configure:14113: gcc -E conftest.c
# conftest.c:36:23: fatal error: net/if_dl.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14113: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | /* end confdefs.h. */
# | #include
# configure:14113: result: no
# configure:14113: checking for net/if_dl.h
# configure:14113: result: no
# configure:14192: checking whether strtok_r macro segfaults on some inputs
# configure:14228: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:14228: $? = 0
# configure:14228: ./conftest
# configure:14228: $? = 0
# configure:14238: result: no
# configure:14246: checking whether sys_siglist is declared
# configure:14246: gcc -c conftest.c >&5
# configure:14246: $? = 0
# configure:14246: result: yes
# configure:14258: checking for struct stat.st_mtim.tv_nsec
# configure:14258: gcc -c conftest.c >&5
# configure:14258: $? = 0
# configure:14258: result: yes
# configure:14268: checking for struct stat.st_mtimensec
# configure:14268: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:44:12: error: 'struct stat' has no member named 'st_mtimensec'; did you mean 'st_mtim'?
# if (ac_aggr.st_mtimensec)
# ^
# configure:14268: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (ac_aggr.st_mtimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14268: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:44:19: error: 'struct stat' has no member named 'st_mtimensec'; did you mean 'st_mtim'?
# if (sizeof ac_aggr.st_mtimensec)
# ^
# configure:14268: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct stat ac_aggr;
# | if (sizeof ac_aggr.st_mtimensec)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14268: result: no
# configure:14279: checking for struct ifreq.ifr_flagshigh
# configure:14279: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:44:12: error: 'struct ifreq' has no member named 'ifr_flagshigh'
# if (ac_aggr.ifr_flagshigh)
# ^
# configure:14279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct ifreq ac_aggr;
# | if (ac_aggr.ifr_flagshigh)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14279: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:44:19: error: 'struct ifreq' has no member named 'ifr_flagshigh'
# if (sizeof ac_aggr.ifr_flagshigh)
# ^
# configure:14279: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct ifreq ac_aggr;
# | if (sizeof ac_aggr.ifr_flagshigh)
# | return 0;
# | ;
# | return 0;
# | }
# configure:14279: result: no
# configure:14293: checking for mlockall
# configure:14293: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:14293: $? = 0
# configure:14293: result: yes
# configure:14293: checking for strnlen
# configure:14293: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:14293: $? = 0
# configure:14293: result: yes
# configure:14293: checking for getloadavg
# configure:14293: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:14293: $? = 0
# configure:14293: result: yes
# configure:14293: checking for statvfs
# configure:14293: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:14293: $? = 0
# configure:14293: result: yes
# configure:14293: checking for getmntent_r
# configure:14293: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:14293: $? = 0
# configure:14293: result: yes
# configure:14305: checking mntent.h usability
# configure:14305: gcc -c conftest.c >&5
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking mntent.h presence
# configure:14305: gcc -E conftest.c
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking for mntent.h
# configure:14305: result: yes
# configure:14305: checking sys/statvfs.h usability
# configure:14305: gcc -c conftest.c >&5
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking sys/statvfs.h presence
# configure:14305: gcc -E conftest.c
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking for sys/statvfs.h
# configure:14305: result: yes
# configure:14305: checking linux/types.h usability
# configure:14305: gcc -c conftest.c >&5
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking linux/types.h presence
# configure:14305: gcc -E conftest.c
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking for linux/types.h
# configure:14305: result: yes
# configure:14305: checking linux/if_ether.h usability
# configure:14305: gcc -c conftest.c >&5
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking linux/if_ether.h presence
# configure:14305: gcc -E conftest.c
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking for linux/if_ether.h
# configure:14305: result: yes
# configure:14305: checking stdatomic.h usability
# configure:14305: gcc -c conftest.c >&5
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking stdatomic.h presence
# configure:14305: gcc -E conftest.c
# configure:14305: $? = 0
# configure:14305: result: yes
# configure:14305: checking for stdatomic.h
# configure:14305: result: yes
# configure:14317: checking for net/if_mib.h
# configure:14317: gcc -c conftest.c >&5
# conftest.c:51:24: fatal error: net/if_mib.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14317: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | #include
# configure:14317: result: no
# configure:14357: checking for library containing backtrace
# configure:14388: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:14388: $? = 0
# configure:14405: result: none required
# configure:14417: checking linux/perf_event.h usability
# configure:14417: gcc -c conftest.c >&5
# configure:14417: $? = 0
# configure:14417: result: yes
# configure:14417: checking linux/perf_event.h presence
# configure:14417: gcc -E conftest.c
# configure:14417: $? = 0
# configure:14417: result: yes
# configure:14417: checking for linux/perf_event.h
# configure:14417: result: yes
# configure:14429: checking valgrind/valgrind.h usability
# configure:14429: gcc -c conftest.c >&5
# conftest.c:83:31: fatal error: valgrind/valgrind.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14429: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | #include
# configure:14429: result: no
# configure:14429: checking valgrind/valgrind.h presence
# configure:14429: gcc -E conftest.c
# conftest.c:50:31: fatal error: valgrind/valgrind.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14429: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | /* end confdefs.h. */
# | #include
# configure:14429: result: no
# configure:14429: checking for valgrind/valgrind.h
# configure:14429: result: no
# configure:14439: checking for connect in -lsocket
# configure:14464: gcc -o conftest conftest.c -lsocket -lpthread -lrt -lm >&5
# /usr/sbin/ld: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# configure:14464: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char connect ();
# | int
# | main ()
# | {
# | return connect ();
# | ;
# | return 0;
# | }
# configure:14473: result: no
# configure:14484: checking for library containing gethostbyname
# configure:14515: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:14515: $? = 0
# configure:14532: result: none required
# configure:14540: checking XenServer release
# configure:14552: result: none
# configure:14564: checking for groff
# configure:14575: result: yes
# configure:14585: checking whether make is GNU make
# configure:14591: invoking make --version:
# GNU Make 4.2.1
# Built for x86_64-pc-linux-gnu
# Copyright (C) 1988-2016 Free Software Foundation, Inc.
# License GPLv3+: GNU GPL version 3 or later
# This is free software: you are free to change and redistribute it.
# There is NO WARRANTY, to the extent permitted by law.
# configure:14602: result: yes
# configure:14612: checking whether gcc has that supports thread_local
# configure:14629: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# conftest.c:50:21: fatal error: threads.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:14629: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | /* end confdefs.h. */
# | #include
# | static thread_local int var;
# | int
# | main ()
# | {
# | return var;
# | ;
# | return 0;
# | }
# configure:14637: result: no
# configure:14644: checking whether gcc supports __thread
# configure:14660: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# configure:14660: $? = 0
# configure:14668: result: yes
# configure:14676: checking for library containing __atomic_load_8
# configure:14707: gcc -o conftest conftest.c -lpthread -lrt -lm >&5
# conftest.c:58:6: warning: conflicting types for built-in function '__atomic_load_8'
# char __atomic_load_8 ();
# ^~~~~~~~~~~~~~~
# /tmp/cc0E1xYZ.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `__atomic_load_8'
# collect2: error: ld returned 1 exit status
# configure:14707: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | #define HAVE___THREAD 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char __atomic_load_8 ();
# | int
# | main ()
# | {
# | return __atomic_load_8 ();
# | ;
# | return 0;
# | }
# configure:14707: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# conftest.c:58:6: warning: conflicting types for built-in function '__atomic_load_8'
# char __atomic_load_8 ();
# ^~~~~~~~~~~~~~~
# configure:14707: $? = 0
# configure:14724: result: -latomic
# configure:14732: checking whether gcc supports GCC 4.0+ atomic built-ins
# configure:14799: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# configure:14799: $? = 0
# configure:14807: result: yes
# configure:14814: checking value of __atomic_always_lock_free(1)
# configure:14819: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# configure:14819: $? = 0
# configure:14819: ./conftest
# configure:14819: $? = 0
# configure:14826: result: 1
# configure:14835: checking value of __atomic_always_lock_free(2)
# configure:14840: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# configure:14840: $? = 0
# configure:14840: ./conftest
# configure:14840: $? = 0
# configure:14847: result: 1
# configure:14856: checking value of __atomic_always_lock_free(4)
# configure:14861: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# configure:14861: $? = 0
# configure:14861: ./conftest
# configure:14861: $? = 0
# configure:14868: result: 1
# configure:14877: checking value of __atomic_always_lock_free(8)
# configure:14882: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# configure:14882: $? = 0
# configure:14882: ./conftest
# configure:14882: $? = 0
# configure:14889: result: 1
# configure:14898: checking for library containing aio_write
# configure:14929: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# configure:14929: $? = 0
# configure:14946: result: none required
# configure:14964: checking for pthread_set_name_np
# configure:14964: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# /tmp/ccJ7hgEE.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `pthread_set_name_np'
# collect2: error: ld returned 1 exit status
# configure:14964: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | #define HAVE___THREAD 1
# | #define HAVE_GCC4_ATOMICS 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_1B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_2B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_4B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_8B 1
# | /* end confdefs.h. */
# | /* Define pthread_set_name_np to an innocuous variant, in case declares pthread_set_name_np.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define pthread_set_name_np innocuous_pthread_set_name_np
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char pthread_set_name_np (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef pthread_set_name_np
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char pthread_set_name_np ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_pthread_set_name_np || defined __stub___pthread_set_name_np
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return pthread_set_name_np ();
# | ;
# | return 0;
# | }
# configure:14964: result: no
# configure:14974: checking for pthread_setname_np() variant
# configure:14991: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# configure:14991: $? = 0
# configure:15017: result: glibc
# configure:15032: checking whether __linux__ is defined
# configure:15048: gcc -c conftest.c >&5
# configure:15048: $? = 0
# configure:15055: result: true
# configure:15065: checking for working posix_memalign
# configure:15089: gcc -o conftest conftest.c -latomic -lpthread -lrt -lm >&5
# configure:15089: $? = 0
# configure:15089: ./conftest
# configure:15089: $? = 0
# configure:15099: result: yes
# configure:15110: checking whether the preprocessor supports include_next
# configure:15148: gcc -c -Iconftestd1b -Iconftestd2 conftest.c >&5
# configure:15148: $? = 0
# configure:15169: result: yes
# configure:15190: checking whether system header files limit the line length
# configure:15213: result: no
# configure:15239: checking for stdio.h
# configure:15239: gcc -c conftest.c >&5
# configure:15239: $? = 0
# configure:15239: result: yes
# configure:15239: checking for string.h
# configure:15239: result: yes
# configure:15404: checking whether gcc accepts -Werror
# configure:15422: gcc -c -Werror conftest.c >&5
# configure:15422: $? = 0
# configure:15430: result: yes
# configure:15439: checking whether gcc accepts -Wall
# configure:15457: gcc -c -Werror -Wall conftest.c >&5
# configure:15457: $? = 0
# configure:15465: result: yes
# configure:15475: checking whether gcc accepts -Wextra
# configure:15493: gcc -c -Werror -Wextra conftest.c >&5
# configure:15493: $? = 0
# configure:15501: result: yes
# configure:15511: checking whether gcc accepts -Wno-sign-compare
# configure:15529: gcc -c -Werror -Wno-sign-compare conftest.c >&5
# configure:15529: $? = 0
# configure:15537: result: yes
# configure:15547: checking whether gcc accepts -Wpointer-arith
# configure:15565: gcc -c -Werror -Wpointer-arith conftest.c >&5
# configure:15565: $? = 0
# configure:15573: result: yes
# configure:15583: checking whether gcc accepts -Wformat-security
# configure:15601: gcc -c -Werror -Wformat-security conftest.c >&5
# cc1: error: -Wformat-security ignored without -Wformat [-Werror=format-security]
# cc1: all warnings being treated as errors
# configure:15601: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | #define HAVE___THREAD 1
# | #define HAVE_GCC4_ATOMICS 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_1B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_2B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_4B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_8B 1
# | #define HAVE_GLIBC_PTHREAD_SETNAME_NP 1
# | #define HAVE_POSIX_MEMALIGN 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:15609: result: no
# configure:15619: checking whether gcc accepts -Wswitch-enum
# configure:15637: gcc -c -Werror -Wswitch-enum conftest.c >&5
# configure:15637: $? = 0
# configure:15645: result: yes
# configure:15655: checking whether gcc accepts -Wunused-parameter
# configure:15673: gcc -c -Werror -Wunused-parameter conftest.c >&5
# configure:15673: $? = 0
# configure:15681: result: yes
# configure:15691: checking whether gcc accepts -Wbad-function-cast
# configure:15709: gcc -c -Werror -Wbad-function-cast conftest.c >&5
# configure:15709: $? = 0
# configure:15717: result: yes
# configure:15727: checking whether gcc accepts -Wcast-align
# configure:15745: gcc -c -Werror -Wcast-align conftest.c >&5
# configure:15745: $? = 0
# configure:15753: result: yes
# configure:15763: checking whether gcc accepts -Wstrict-prototypes
# configure:15781: gcc -c -Werror -Wstrict-prototypes conftest.c >&5
# conftest.c:62:1: error: function declaration isn't a prototype [-Werror=strict-prototypes]
# main ()
# ^~~~
# cc1: all warnings being treated as errors
# configure:15781: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | #define HAVE___THREAD 1
# | #define HAVE_GCC4_ATOMICS 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_1B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_2B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_4B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_8B 1
# | #define HAVE_GLIBC_PTHREAD_SETNAME_NP 1
# | #define HAVE_POSIX_MEMALIGN 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:15789: result: no
# configure:15799: checking whether gcc accepts -Wold-style-definition
# configure:15817: gcc -c -Werror -Wold-style-definition conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:62:1: error: old-style function definition [-Werror=old-style-definition]
# main ()
# ^~~~
# cc1: all warnings being treated as errors
# configure:15817: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | #define HAVE___THREAD 1
# | #define HAVE_GCC4_ATOMICS 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_1B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_2B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_4B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_8B 1
# | #define HAVE_GLIBC_PTHREAD_SETNAME_NP 1
# | #define HAVE_POSIX_MEMALIGN 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:15825: result: no
# configure:15835: checking whether gcc accepts -Wmissing-prototypes
# configure:15853: gcc -c -Werror -Wmissing-prototypes conftest.c >&5
# configure:15853: $? = 0
# configure:15861: result: yes
# configure:15871: checking whether gcc accepts -Wmissing-field-initializers
# configure:15889: gcc -c -Werror -Wmissing-field-initializers conftest.c >&5
# configure:15889: $? = 0
# configure:15897: result: yes
# configure:15907: checking whether gcc accepts -Wthread-safety
# configure:15925: gcc -c -Werror -Wthread-safety conftest.c >&5
# gcc: error: unrecognized command line option '-Wthread-safety'; did you mean '-fthread-jumps'?
# configure:15925: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | #define HAVE___THREAD 1
# | #define HAVE_GCC4_ATOMICS 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_1B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_2B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_4B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_8B 1
# | #define HAVE_GLIBC_PTHREAD_SETNAME_NP 1
# | #define HAVE_POSIX_MEMALIGN 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:15933: result: no
# configure:15943: checking whether gcc accepts -fno-strict-aliasing
# configure:15961: gcc -c -Werror -fno-strict-aliasing conftest.c >&5
# configure:15961: $? = 0
# configure:15969: result: yes
# configure:15979: checking whether gcc accepts -Qunused-arguments
# configure:15997: gcc -c -Werror -Qunused-arguments conftest.c >&5
# gcc: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-argument'?
# configure:15997: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "openvswitch"
# | #define PACKAGE_TARNAME "openvswitch"
# | #define PACKAGE_VERSION "2.5.0"
# | #define PACKAGE_STRING "openvswitch 2.5.0"
# | #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# | #define PACKAGE_URL ""
# | #define PACKAGE "openvswitch"
# | #define VERSION "2.5.0"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_DECL_STRERROR_R 1
# | #define HAVE_STRERROR_R 1
# | #define STRERROR_R_CHAR_P 1
# | #define VSTUDIO_DDK 1
# | #define HAVE_NETLINK 1
# | #define HAVE_OPENSSL 1
# | #define HAVE_LIBCAPNG 1
# | #define HAVE_IF_PACKET 1
# | #define HAVE_DECL_SYS_SIGLIST 1
# | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# | #define HAVE_MLOCKALL 1
# | #define HAVE_STRNLEN 1
# | #define HAVE_GETLOADAVG 1
# | #define HAVE_STATVFS 1
# | #define HAVE_GETMNTENT_R 1
# | #define HAVE_MNTENT_H 1
# | #define HAVE_SYS_STATVFS_H 1
# | #define HAVE_LINUX_TYPES_H 1
# | #define HAVE_LINUX_IF_ETHER_H 1
# | #define HAVE_STDATOMIC_H 1
# | #define HAVE_BACKTRACE 1
# | #define HAVE_LINUX_PERF_EVENT_H 1
# | #define HAVE___THREAD 1
# | #define HAVE_GCC4_ATOMICS 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_1B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_2B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_4B 1
# | #define ATOMIC_ALWAYS_LOCK_FREE_8B 1
# | #define HAVE_GLIBC_PTHREAD_SETNAME_NP 1
# | #define HAVE_POSIX_MEMALIGN 1
# | #define HAVE_STDIO_H 1
# | #define HAVE_STRING_H 1
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:16005: result: no
# configure:16015: checking whether gcc accepts -Wno-unused
# configure:16033: gcc -c -Werror -Wno-unused conftest.c >&5
# configure:16033: $? = 0
# configure:16041: result: yes
# configure:16058: checking whether gcc accepts -Wno-unused-parameter
# configure:16076: gcc -c -Werror -Wno-unused-parameter conftest.c >&5
# configure:16076: $? = 0
# configure:16084: result: yes
# configure:16108: checking target hint for cgcc
# configure:16122: result: x86_64
# configure:16134: checking whether make has GNU make $(if) extension
# configure:16145: invoking make -f conftest.mk all:
# echo y > conftest.out
# configure:16147: conftest.out contains:
# y
# configure:16157: result: yes
# configure:20753: gcc -c conftest.c >&5
# conftest.c:60:1: note: #pragma message: Checking for pragma message
# _Pragma("message(\"Checking for pragma message\")")
# ^~~~~~~
# configure:20753: $? = 0
# configure:20807: checking whether make supports nested variables
# configure:20824: result: yes
# configure:20945: checking that generated files are newer than configure
# configure:20951: result: done
# configure:21057: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by openvswitch config.status 2.5.0, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on e17f5a4bd213
#
# config.status:1228: creating lib/stdio.h
# config.status:1228: creating lib/string.h
# config.status:1228: creating ovsdb/libovsdb.sym
# config.status:1228: creating ofproto/libofproto.sym
# config.status:1228: creating lib/libsflow.sym
# config.status:1228: creating lib/libopenvswitch.sym
# config.status:1228: creating ovn/lib/libovn.sym
# config.status:1228: creating vtep/libvtep.sym
# config.status:1228: creating Makefile
# config.status:1228: creating datapath/Makefile
# config.status:1228: creating datapath/linux/Kbuild
# config.status:1228: creating datapath/linux/Makefile
# config.status:1228: creating datapath/linux/Makefile.main
# config.status:1228: creating tests/atlocal
# config.status:1228: creating lib/libopenvswitch.pc
# config.status:1228: creating lib/libsflow.pc
# config.status:1228: creating ofproto/libofproto.pc
# config.status:1228: creating ovsdb/libovsdb.pc
# config.status:1228: creating include/openvswitch/version.h
# config.status:1228: creating config.h
# config.status:1457: executing tests/atconfig commands
# config.status:1457: executing depfiles commands
# config.status:1457: executing libtool commands
# config.status:1457: executing include/openflow/openflow.h.stamp commands
# config.status:1457: executing utilities/bugtool/dummy commands
# config.status:1457: executing ovn/dummy commands
# config.status:1457: executing ovn/utilities/dummy commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_KARCH_set=
# ac_cv_env_KARCH_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_LT_SYS_LIBRARY_PATH_set=
# ac_cv_env_LT_SYS_LIBRARY_PATH_value=
# ac_cv_env_PERL_set=
# ac_cv_env_PERL_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_getloadavg=yes
# ac_cv_func_getmntent_r=yes
# ac_cv_func_mlockall=yes
# ac_cv_func_pthread_set_name_np=no
# ac_cv_func_statvfs=yes
# ac_cv_func_strerror_r=yes
# ac_cv_func_strerror_r_char_p=yes
# ac_cv_func_strnlen=yes
# ac_cv_have_decl_strerror_r=yes
# ac_cv_have_decl_sys_siglist=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_if_ether_h=yes
# ac_cv_header_linux_netlink_h=yes
# ac_cv_header_linux_perf_event_h=yes
# ac_cv_header_linux_types_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_mntent_h=yes
# ac_cv_header_net_if_dl_h=no
# ac_cv_header_net_if_mib_h=no
# ac_cv_header_net_if_packet_h=yes
# ac_cv_header_stdatomic_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_statvfs_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_valgrind_valgrind_h=no
# ac_cv_header_vmware_h=no
# ac_cv_header_windows_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_cap_ng_capng_clear=yes
# ac_cv_lib_socket_connect=no
# ac_cv_member_struct_ifreq_ifr_flagshigh=no
# ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
# ac_cv_member_struct_stat_st_mtimensec=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_PERL=/usr/sbin/perl
# ac_cv_path_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_lt_DD=/usr/sbin/dd
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_OBJDUMP=objdump
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_c99=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search___atomic_load_8=-latomic
# ac_cv_search_aio_write='none required'
# ac_cv_search_backtrace='none required'
# ac_cv_search_clock_gettime='none required'
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_pow=-lm
# ac_cv_search_pthread_create=-lpthread
# ac_cv_search_timer_create=-lrt
# ac_cv_sparse_target=x86_64
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_make_support_nested_variables=yes
# am_cv_prog_cc_c_o=yes
# am_cv_prog_tar_pax=gnutar
# ax_cv_func_posix_memalign_works=yes
# cl_cv_x64=no
# gl_cv_have_include_next=yes
# gl_cv_next_stdio_h=''
# gl_cv_next_string_h=''
# gl_cv_pragma_columns=no
# lt_cv_ar_at_file=@
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/sbin/ld
# lt_cv_path_NM='/usr/sbin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=no
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_global_symbol_to_import=
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# lt_cv_truncate_bin='/usr/sbin/dd bs=4096 count=1'
# ovs_cv__Qunused_arguments=no
# ovs_cv__Wall=yes
# ovs_cv__Wbad_function_cast=yes
# ovs_cv__Wcast_align=yes
# ovs_cv__Werror=yes
# ovs_cv__Wextra=yes
# ovs_cv__Wformat_security=no
# ovs_cv__Wmissing_field_initializers=yes
# ovs_cv__Wmissing_prototypes=yes
# ovs_cv__Wno_sign_compare=yes
# ovs_cv__Wno_unused=yes
# ovs_cv__Wno_unused_parameter=yes
# ovs_cv__Wold_style_definition=no
# ovs_cv__Wpointer_arith=yes
# ovs_cv__Wstrict_prototypes=no
# ovs_cv__Wswitch_enum=yes
# ovs_cv__Wthread_safety=no
# ovs_cv__Wunused_parameter=yes
# ovs_cv___thread=yes
# ovs_cv__fno_strict_aliasing=yes
# ovs_cv_atomic_always_lock_free_1=1
# ovs_cv_atomic_always_lock_free_2=1
# ovs_cv_atomic_always_lock_free_4=1
# ovs_cv_atomic_always_lock_free_8=1
# ovs_cv_dot=yes
# ovs_cv_gcc4_atomics=yes
# ovs_cv_gnu_make=yes
# ovs_cv_gnu_make_if=yes
# ovs_cv_groff=yes
# ovs_cv_linux=true
# ovs_cv_pthread_setname_np=glibc
# ovs_cv_python=/usr/bin/python2
# ovs_cv_strtok_r_bug=no
# ovs_cv_thread_local=no
# ovs_cv_xsversion=none
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/openvswitch/src/openvswitch-2.5.0/build-aux/missing aclocal-1.15'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AM_BACKSLASH='\'
# AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
# AM_DEFAULT_VERBOSITY='1'
# AM_V='$(V)'
# AR='ar'
# AUTOCONF='${SHELL} /tmp/openvswitch/src/openvswitch-2.5.0/build-aux/missing autoconf'
# AUTOHEADER='${SHELL} /tmp/openvswitch/src/openvswitch-2.5.0/build-aux/missing autoheader'
# AUTOM4TE='${SHELL} /tmp/openvswitch/src/openvswitch-2.5.0/build-aux/missing autom4te'
# AUTOMAKE='${SHELL} /tmp/openvswitch/src/openvswitch-2.5.0/build-aux/missing automake-1.15'
# AWK='gawk'
# CAPNG_LDADD='-lcap-ng'
# CC='$(if $(C),env REAL_CC="gcc" CHECK="$(SPARSE) -I $(top_srcdir)/include/sparse $(SPARSEFLAGS) $(SPARSE_EXTRA_INCLUDES) " cgcc $(CGCCFLAGS),gcc)'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CGCCFLAGS='-target=x86_64'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DBDIR='${sysconfdir}/${PACKAGE}'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='false'
# DPDK_NETDEV_FALSE=''
# DPDK_NETDEV_TRUE='#'
# DPDK_vswitchd_LDFLAGS=''
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# ESX_FALSE=''
# ESX_TRUE='#'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GNU_MAKE_FALSE='#'
# GNU_MAKE_TRUE=''
# GREP='/usr/sbin/grep'
# HAVE_DOT_FALSE='#'
# HAVE_DOT_TRUE=''
# HAVE_GROFF_FALSE='#'
# HAVE_GROFF_TRUE=''
# HAVE_IF_DL_FALSE=''
# HAVE_IF_DL_TRUE='#'
# HAVE_IF_PACKET_FALSE='#'
# HAVE_IF_PACKET_TRUE=''
# HAVE_LIBCAPNG='yes'
# HAVE_LIBCAPNG_FALSE='#'
# HAVE_LIBCAPNG_TRUE=''
# HAVE_NETLINK_FALSE='#'
# HAVE_NETLINK_TRUE=''
# HAVE_OPENSSL='yes'
# HAVE_OPENSSL_FALSE='#'
# HAVE_OPENSSL_TRUE=''
# HAVE_POSIX_AIO_FALSE='#'
# HAVE_POSIX_AIO_TRUE=''
# HAVE_PYTHON='yes'
# HAVE_PYTHON_FALSE='#'
# HAVE_PYTHON_TRUE=''
# HAVE_WNO_UNUSED_FALSE='#'
# HAVE_WNO_UNUSED_PARAMETER_FALSE='#'
# HAVE_WNO_UNUSED_PARAMETER_TRUE=''
# HAVE_WNO_UNUSED_TRUE=''
# INCLUDE_NEXT='include_next'
# INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# KARCH=''
# KBUILD=''
# LD='/usr/sbin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBOBJS=''
# LIBS='-latomic -lpthread -lrt -lm '
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LINUX_ENABLED_FALSE=''
# LINUX_ENABLED_TRUE='#'
# LINUX_FALSE='#'
# LINUX_TRUE=''
# LIPO=''
# LN_S='ln -s'
# LOGDIR='${localstatedir}/log/${PACKAGE}'
# LTLIBOBJS=''
# LT_AGE='0'
# LT_CURRENT='1'
# LT_REVISION='0'
# LT_SYS_LIBRARY_PATH=''
# MAKEINFO='${SHELL} /tmp/openvswitch/src/openvswitch-2.5.0/build-aux/missing makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/sbin/mkdir -p'
# MSVC64_LDFLAGS=''
# MSVC_CFLAGS=''
# NDEBUG_FALSE=''
# NDEBUG_TRUE='#'
# NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
# NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
# NEXT_STDIO_H=''
# NEXT_STRING_H=''
# NM='/usr/sbin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# OVS_CFLAGS=''
# OVS_LDFLAGS=''
# PACKAGE='openvswitch'
# PACKAGE_BUGREPORT='bugs@openvswitch.org'
# PACKAGE_NAME='openvswitch'
# PACKAGE_STRING='openvswitch 2.5.0'
# PACKAGE_TARNAME='openvswitch'
# PACKAGE_URL=''
# PACKAGE_VERSION='2.5.0'
# PATH_SEPARATOR=':'
# PERL='/usr/sbin/perl'
# PKG_CONFIG='/usr/sbin/pkg-config'
# PKIDIR='${localstatedir}/lib/openvswitch/pki'
# PRAGMA_COLUMNS=''
# PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
# PTHREAD_INCLUDES=''
# PTHREAD_LDFLAGS=''
# PTHREAD_LIBS=''
# PTHREAD_WIN32_DIR_DLL=''
# PTHREAD_WIN32_DIR_DLL_WIN_FORM=''
# PYTHON='/usr/bin/python2'
# RANLIB='ranlib'
# RUNDIR='/run/openvswitch'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SPARSE='sparse'
# SPARSEFLAGS='-m64'
# SPARSE_EXTRA_INCLUDES='-I /usr/local/include '
# SSL_INCLUDES=''
# SSL_LDFLAGS=''
# SSL_LIBS='-lssl -lcrypto'
# STRIP='strip'
# VERSION='2.5.0'
# VSTUDIO_CONFIG=''
# VSTUDIO_DDK_FALSE=''
# VSTUDIO_DDK_TRUE='#'
# WARNING_FLAGS=' -Wall -Wextra -Wno-sign-compare -Wpointer-arith -Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align -Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing'
# WIN32_FALSE=''
# WIN32_TRUE='#'
# ac_ct_AR='ar'
# ac_ct_CC='gcc'
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='tar --format=posix -chf - "$$tardir"'
# am__untar='tar -xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/openvswitch/src/openvswitch-2.5.0/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='/var'
# mandir='${datarootdir}/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "openvswitch"
# #define PACKAGE_TARNAME "openvswitch"
# #define PACKAGE_VERSION "2.5.0"
# #define PACKAGE_STRING "openvswitch 2.5.0"
# #define PACKAGE_BUGREPORT "bugs@openvswitch.org"
# #define PACKAGE_URL ""
# #define PACKAGE "openvswitch"
# #define VERSION "2.5.0"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_DECL_STRERROR_R 1
# #define HAVE_STRERROR_R 1
# #define STRERROR_R_CHAR_P 1
# #define VSTUDIO_DDK 1
# #define HAVE_NETLINK 1
# #define HAVE_OPENSSL 1
# #define HAVE_LIBCAPNG 1
# #define HAVE_IF_PACKET 1
# #define HAVE_DECL_SYS_SIGLIST 1
# #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
# #define HAVE_MLOCKALL 1
# #define HAVE_STRNLEN 1
# #define HAVE_GETLOADAVG 1
# #define HAVE_STATVFS 1
# #define HAVE_GETMNTENT_R 1
# #define HAVE_MNTENT_H 1
# #define HAVE_SYS_STATVFS_H 1
# #define HAVE_LINUX_TYPES_H 1
# #define HAVE_LINUX_IF_ETHER_H 1
# #define HAVE_STDATOMIC_H 1
# #define HAVE_BACKTRACE 1
# #define HAVE_LINUX_PERF_EVENT_H 1
# #define HAVE___THREAD 1
# #define HAVE_GCC4_ATOMICS 1
# #define ATOMIC_ALWAYS_LOCK_FREE_1B 1
# #define ATOMIC_ALWAYS_LOCK_FREE_2B 1
# #define ATOMIC_ALWAYS_LOCK_FREE_4B 1
# #define ATOMIC_ALWAYS_LOCK_FREE_8B 1
# #define HAVE_GLIBC_PTHREAD_SETNAME_NP 1
# #define HAVE_POSIX_MEMALIGN 1
# #define HAVE_STDIO_H 1
# #define HAVE_STRING_H 1
# #define HAVE_PRAGMA_MESSAGE 1
#
# configure: exit 0