# Makefile.in generated by automake 1.16.1 from Makefile.am. # tests/graphs/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. am__is_gnu_make = { \ if test -z '$(MAKELEVEL)'; then \ false; \ elif test -n '$(MAKE_HOST)'; then \ true; \ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ true; \ else \ false; \ fi; \ } am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ *) echo "am__make_running_with_option: internal error: invalid" \ "target option '$${target_option-}' specified" >&2; \ exit 1;; \ esac; \ has_opt=no; \ sane_makeflags=$$MAKEFLAGS; \ if $(am__is_gnu_make); then \ sane_makeflags=$$MFLAGS; \ else \ case $$MAKEFLAGS in \ *\\[\ \ ]*) \ bs=\\; \ sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ esac; \ fi; \ skip_next=no; \ strip_trailopt () \ { \ flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ }; \ for flg in $$sane_makeflags; do \ test $$skip_next = yes && { skip_next=no; continue; }; \ case $$flg in \ *=*|--*) continue;; \ -*I) strip_trailopt 'I'; skip_next=yes;; \ -*I?*) strip_trailopt 'I';; \ -*O) strip_trailopt 'O'; skip_next=yes;; \ -*O?*) strip_trailopt 'O';; \ -*l) strip_trailopt 'l'; skip_next=yes;; \ -*l?*) strip_trailopt 'l';; \ -[dEDm]) skip_next=yes;; \ -[JT]) skip_next=yes;; \ esac; \ case $$flg in \ *$$target_option*) has_opt=yes; break;; \ esac; \ done; \ test $$has_opt = yes am__make_dryrun = (target_option=n; $(am__make_running_with_option)) am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) pkgdatadir = $(datadir)/graphviz pkgincludedir = $(includedir)/graphviz pkglibdir = $(libdir)/graphviz pkglibexecdir = $(libexecdir)/graphviz am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd install_sh_DATA = $(install_sh) -c -m 644 install_sh_PROGRAM = $(install_sh) -c install_sh_SCRIPT = $(install_sh) -c INSTALL_HEADER = $(INSTALL_DATA) transform = $(program_transform_name) NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = x86_64-pc-linux-gnu host_triplet = x86_64-pc-linux-gnu subdir = tests/graphs ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ $(top_srcdir)/m4/ax_compare_version.m4 \ $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ $(top_srcdir)/m4/ax_cxx_compile_stdcxx_17.m4 \ $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \ $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \ $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/./version.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = AM_V_P = $(am__v_P_$(V)) am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) am__v_P_0 = false am__v_P_1 = : AM_V_GEN = $(am__v_GEN_$(V)) am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) am__v_GEN_0 = @echo " GEN " $@; am__v_GEN_1 = AM_V_at = $(am__v_at_$(V)) am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) am__v_at_0 = @ am__v_at_1 = SOURCES = DIST_SOURCES = am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = ${SHELL} /builds/graphviz/graphviz/config/missing aclocal-1.16 AMTAR = $${TAR-tar} AM_DEFAULT_VERBOSITY = 0 ANN_CFLAGS = ANN_LIBS = -lann AR = ar AUTOCONF = ${SHELL} /builds/graphviz/graphviz/config/missing autoconf AUTOHEADER = ${SHELL} /builds/graphviz/graphviz/config/missing autoheader AUTOMAKE = ${SHELL} /builds/graphviz/graphviz/config/missing automake-1.16 AWK = mawk CC = gcc CCDEPMODE = depmode=gcc3 CFLAGS = -g -O2 -Wall -Wextra -Wmissing-include-dirs -Wswitch-default -Wfloat-equal -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wtrampolines -Wlogical-op -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall CPP = gcc -E CPPFLAGS = CXX = g++ -std=c++17 CXXCPP = g++ -E -std=c++17 CXXDEPMODE = depmode=gcc3 CXXFLAGS = -g -O2 -fPIE -fPIC CYGPATH_W = echo CYGWIN = no DARWIN = DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DEVIL_INCLUDES = DEVIL_LIBS = -lIL -lILU DLLTOOL = false DSYMUTIL = DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = EGREP = /usr/bin/grep -E EXEEXT = EXPAT_CFLAGS = EXPAT_LIBS = -lexpat FGREP = /usr/bin/grep -F FREETYPE2_CFLAGS = -I/usr/include/freetype2 -I/usr/include/libpng16 FREETYPE2_LIBS = -lfreetype GDIPLUS_CFLAGS = GDIPLUS_HEADS = GDIPLUS_LIBS = GDK_CFLAGS = -pthread -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include GDK_LIBS = -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -lgdk_pixbuf-2.0 -lcairo-gobject -lcairo -lgobject-2.0 -lglib-2.0 GDK_PIXBUF_CFLAGS = -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include GDK_PIXBUF_LIBS = -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 GDLIB_CFLAGS = GDLIB_CONFIG = GDLIB_LIBS = -lgd -lgd GLADE_CFLAGS = -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libxml2 GLADE_LIBS = -lglade-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype -lxml2 GLUT_CFLAGS = GLUT_LIBS = -lglut GO = go GO_INCLUDES = GO_LIBS = GRAPHVIZ_AUTHOR_EMAIL = GRAPHVIZ_AUTHOR_NAME = GRAPHVIZ_CHANGE_DATE = Sat Sep 28 2024 GRAPHVIZ_VERSION_DATE = 20240928.0832 GRAPHVIZ_VERSION_MAJOR = 12 GRAPHVIZ_VERSION_MICRO = 2 GRAPHVIZ_VERSION_MINOR = 1 GREP = /usr/bin/grep GROFF = groff GS_CFLAGS = GS_LIBS = -lgs GTKGLEXT_CFLAGS = -pthread -I/usr/include/gtkglext-1.0 -I/usr/lib/x86_64-linux-gnu/gtkglext-1.0/include -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 GTKGLEXT_LIBS = -lgtkglext-x11-1.0 -lgdkglext-x11-1.0 -lGLU -lGL -lXmu -lXt -lSM -lICE -lgdk-x11-2.0 -lpangox-1.0 -lX11 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype GTKGL_CFLAGS = GTKGL_LIBS = GTK_CFLAGS = -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype GTS_CFLAGS = -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include GTS_LIBS = -lgts -lm -lgthread-2.0 -pthread -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 GUILE = guile GUILE_CFLAGS = GUILE_CONFIG = guile-config GUILE_INCLUDES = -pthread -I/usr/include/guile/3.0 GUILE_LIBS = -lguile-3.0 -lgc GVPLUGIN_CONFIG_FILE = config6 GVPLUGIN_VERSION = 6 GVPLUGIN_VERSION_INFO = 6:0:0 HAVE_CXX17 = 1 INCLTDL = INSTALL = /usr/bin/install -c INSTALL_DATA = ${INSTALL} -m 644 INSTALL_PROGRAM = ${INSTALL} INSTALL_SCRIPT = ${INSTALL} INSTALL_STRIP_PROGRAM = $(install_sh) -c -s INTGOSIZE = 64 IPSEPCOLA_INCLUDES = -I$(top_srcdir)/lib/vpsc IPSEPCOLA_LIBS = $(top_builddir)/lib/vpsc/libvpsc_C.la JAVA = JAVASCRIPT = JAVA_INCLUDES = JAVA_LIBS = JNI_EXTRA_LDFLAGS = -shrext .so JSHEXT = so LASI_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 LASI_LIBS = -lLASi -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype LD = /usr/bin/ld -m elf_x86_64 LDFLAGS = LEX = flex LEXLIB = LEX_OUTPUT_ROOT = lex.yy LIBADD_DL = -ldl LIBADD_DLD_LINK = LIBADD_DLOPEN = -ldl LIBADD_SHL_LOAD = LIBLTDL = -lltdl LIBOBJS = LIBPOSTFIX = 64 LIBS = LIBTOOL = $(SHELL) $(top_builddir)/libtool LIPO = LN_S = ln -s LTDLDEPS = LTDLINCL = LTDLOPEN = libltdl LTLIBOBJS = LT_ARGZ_H = LT_CONFIG_H = config.h LT_DLLOADERS = libltdl/dlopen.la LT_DLPREOPEN = -dlpreopen libltdl/dlopen.la LT_SYS_LIBRARY_PATH = LUA = lua LUA_INCLUDES = -I/usr/include/lua5.3 LUA_INSTALL_DIR = /usr/lib/x86_64-linux-gnu/lua LUA_LIBS = -llua5.3 MAKEINFO = ${SHELL} /builds/graphviz/graphviz/config/missing makeinfo MANIFEST_TOOL = : MATH_LIBS = -lm MCS = MINGW32 = no MKDIR_P = /usr/bin/mkdir -p NM = /usr/bin/nm -B NMEDIT = OBJC = gcc OBJCDEPMODE = depmode=gcc3 OBJCFLAGS = OBJDUMP = objdump OBJEXT = o OTOOL = OTOOL64 = PACKAGE = graphviz PACKAGE_BUGREPORT = https://gitlab.com/graphviz/graphviz/-/issues PACKAGE_NAME = graphviz PACKAGE_STRING = graphviz 12.1.2 PACKAGE_TARNAME = graphviz PACKAGE_URL = PACKAGE_VERSION = 12.1.2 PANGOCAIRO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 PANGOCAIRO_LIBS = -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lcairo PANGOFT2_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 PANGOFT2_LIBS = -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -lfreetype PATH_SEPARATOR = : PERL = perl PERL_INCLUDES = -I/usr/lib/x86_64-linux-gnu/perl/5.30/CORE PERL_INSTALL_DIR = /usr/lib/x86_64-linux-gnu/perl5/5.30 PERL_LIBS = -L/usr/lib/x86_64-linux-gnu/perl/5.30/CORE -lperl PHP = php PHPCONFIG = php-config PHP_INCLUDES = -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib PHP_INSTALL_DATADIR = /usr/share/php PHP_INSTALL_DIR = /usr/lib/php/20190902 PHP_LIBS = -L/usr/lib/php/20190902 -lcrypt -largon2 -lresolv -lcrypt -lrt -lm -ldl -lxml2 -lssl -lcrypto -lpcre2-8 -lz -lsodium -lcrypt -largon2 -lcrypt PKG_CONFIG = /usr/bin/pkg-config PKG_CONFIG_LIBDIR = PKG_CONFIG_PATH = PLATFORMSDKINCLUDE = PLATFORMSDKLIB = POPPLER_CFLAGS = -I/usr/include/poppler/glib -I/usr/include/poppler -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 POPPLER_LIBS = -lpoppler-glib -lgobject-2.0 -lglib-2.0 -lcairo PS2PDF = ps2pdf PYTHON3 = python3 PYTHON3_INCLUDES = -I/usr/include/python3.8 -I/usr/include/x86_64-linux-gnu/python3.8 PYTHON3_INSTALL_DIR = /usr/lib/python3.8/site-packages PYTHON3_LIBS = QMAKE = qmake QTCORE_CFLAGS = -DQT_CORE_LIB -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 QTCORE_LIBS = -lQt5Core QTGUI_CFLAGS = -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/include/x86_64-linux-gnu/qt5/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 QTGUI_LIBS = -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Core QUARTZ_CFLAGS = QUARTZ_LIBS = RANLIB = ranlib RSVG_CFLAGS = -pthread -I/usr/include/librsvg-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 RSVG_LIBS = -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lcairo RUBY = ruby RUBY_CFLAGS = -I/usr/include/x86_64-linux-gnu/ruby-2.7.0 -I/usr/include/ruby-2.7.0 RUBY_INSTALL_DIR = /usr/lib/x86_64-linux-gnu/ruby/vendor_ruby/2.7.0 RUBY_LIBS = -lruby-2.7 -lm RUBY_VER = R_CFLAGS = R_LIBS = SED = /usr/bin/sed SET_MAKE = SHARED_LIBRARY_SUFFIX = .so SHELL = /bin/bash STRIP = strip SWIG = swig SWIGJAVA_CPPFLAGS = SWIG_PHP_DATA = gv.php SWIG_PHP_DATA_TO_PACKAGE = usr/share/php/gv.php SWIG_PHP_OPT = -php7 SWIG_VERSION = 4.0.1 TCLCONFIG = /usr/lib/tclConfig.sh TCLINT_INCLUDES = -I/usr/include/tcl8.6/tcl-private/generic TCLSH = /usr/bin/tclsh8.6 TCLSH_EXEC_PREFIX = /usr TCL_CFLAGS = -DUSE_TCL_STUBS TCL_DEFS = -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -DHAVE_HIDDEN=1 -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_DECL_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_DECL_GETHOSTBYADDR_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DNO_UNION_WAIT=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1 TCL_INCLUDES = -I/usr/include/tcl8.6 TCL_INSTALL_DIR = /usr/lib64/tcl8.6 TCL_LIBS = TCL_MAJOR_VERSION = 8 TCL_MINOR_VERSION = 6 TCL_PATCH_LEVEL = .10 TCL_PKGINDEX = tcldot/pkgIndex.tcl tclpathplan/pkgIndex.tcl TCL_PKGINDEX_GD = gdtclft/pkgIndex.tcl TCL_PKGINDEX_SWIG = gv/pkgIndex.tcl TCL_SHLIB_SUFFIX = .so TCL_SRC_DIR = /usr/include/tcl8.6/tcl-private TCL_STUB_LIB_SPEC = -L/usr/lib/x86_64-linux-gnu -ltclstub8.6 TCL_VERSION = 8.6 VERSION = 12.1.2 WEBP_CFLAGS = WEBP_LIBS = -lwebp XMKMF = XRENDER_CFLAGS = XRENDER_LIBS = -lXrender -lX11 X_CFLAGS = X_EXTRA_LIBS = X_LIBS = X_PRE_LIBS = -lSM -lICE YACC = bison -y YFLAGS = Z_INCLUDES = Z_LIBS = -lz abs_builddir = /builds/graphviz/graphviz/tests/graphs abs_srcdir = /builds/graphviz/graphviz/tests/graphs abs_top_builddir = /builds/graphviz/graphviz abs_top_srcdir = /builds/graphviz/graphviz ac_ct_AR = ar ac_ct_CC = gcc ac_ct_CXX = g++ ac_ct_DUMPBIN = ac_ct_OBJC = gcc am__include = include am__leading_dot = . am__quote = am__tar = tar --format=ustar -chf - "$$tardir" am__untar = tar -xf - bindir = ${exec_prefix}/bin build = x86_64-pc-linux-gnu build_alias = build_cpu = x86_64 build_os = linux-gnu build_vendor = pc builddir = . datadir = ${datarootdir} datarootdir = ${prefix}/share demodir = $(pkgdatadir)/demo docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} dvidir = ${docdir} exec_prefix = ${prefix} host = x86_64-pc-linux-gnu host_alias = host_cpu = x86_64 host_os = linux-gnu host_vendor = pc htmldir = ${docdir} includedir = ${prefix}/include infodir = ${datarootdir}/info install_sh = ${SHELL} /builds/graphviz/graphviz/config/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale localstatedir = ${prefix}/var ltdl_LIBOBJS = lt__strl.o ltdl_LTLIBOBJS = lt__strl.lo mandir = ${datarootdir}/man mkdir_p = $(MKDIR_P) oldincludedir = /usr/include pdfdir = ${docdir} pkgconfigdir = ${libdir}/pkgconfig prefix = /usr/local program_transform_name = s,x,x, psdir = ${docdir} runstatedir = ${localstatedir}/run sbindir = ${exec_prefix}/sbin sharedstatedir = ${prefix}/com srcdir = . subdirs = libltdl sys_symbol_underscore = no sysconfdir = ${prefix}/etc target_alias = top_build_prefix = ../../ top_builddir = ../.. top_srcdir = ../.. GRAPH_FILES = \ abstract.gv \ a.gv \ alf.gv \ arrows.gv \ arrowsize.gv \ AvantGarde.gv \ awilliams.gv \ b100.gv \ b102.gv \ b103.gv \ b104.gv \ b106.gv \ b117.gv \ b123.gv \ b124.gv \ b135.gv \ b143.gv \ b145.gv \ b146.gv \ b155.gv \ b15.gv \ b22.gv \ b29.gv \ b33.gv \ b34.gv \ b36.gv \ b3.gv \ b491.gv \ b51.gv \ b53.gv \ b545.gv \ b56.gv \ b57.gv \ b58.gv \ b60.gv \ b62.gv \ b68.gv \ b69.gv \ b71.gv \ b73a.gv \ b73.gv \ b76.gv \ b77.gv \ b786.gv \ b79.gv \ b7.gv \ b80a.gv \ b80.gv \ b81.gv \ b85.gv \ b94.gv \ b993.gv \ bad.gv \ badvoro.gv \ b.gv \ big.gv \ biglabel.gv \ Bookman.gv \ cairo.gv \ center.gv \ clover.gv \ clust1.gv \ clust2.gv \ clust3.gv \ clust4.gv \ clust5.gv \ clusters.gv \ clust.gv \ clustlabel.gv \ color.gv \ colorscheme.gv \ colors.gv \ compound.gv \ crazy.gv \ ctext.gv \ dd.gv \ decorate.gv \ dfa.gv \ dfd.ps \ d.gv \ dice.ps \ dir.gv \ dpd.gv \ edgeclip.gv \ ER.gv \ fdp.gv \ fig6.gv \ flatedge.gv \ fsm.gv \ grammar.gv \ grdangles.gv \ grdcluster.gv \ grdcolors.gv \ grdfillcolor.gv \ grdlinear_angle.gv \ grdlinear.gv \ grdlinear_node.gv \ grdradial_angle.gv \ grdradial.gv \ grdradial_node.gv \ grdshapes.gv \ hashtable.gv \ Heawood.gv \ Helvetica.gv \ honda-tokoro.gv \ html2.gv \ html.gv \ in.gv \ inv_inv.gv \ inv_nul.gv \ inv_val.gv \ japanese.gv \ jcctree.gv \ jcr.gif \ jsort.gv \ KW91.gv \ labelclust-fbc.gv \ labelclust-fbd.gv \ labelclust-fbl.gv \ labelclust-fbr.gv \ labelclust-fdc.gv \ labelclust-fdd.gv \ labelclust-fdl.gv \ labelclust-fdr.gv \ labelclust-ftc.gv \ labelclust-ftd.gv \ labelclust-ftl.gv \ labelclust-ftr.gv \ labelclust-nbc.gv \ labelclust-nbd.gv \ labelclust-nbl.gv \ labelclust-nbr.gv \ labelclust-ndc.gv \ labelclust-ndd.gv \ labelclust-ndl.gv \ labelclust-ndr.gv \ labelclust-ntc.gv \ labelclust-ntd.gv \ labelclust-ntl.gv \ labelclust-ntr.gv \ labelroot-fbc.gv \ labelroot-fbd.gv \ labelroot-fbl.gv \ labelroot-fbr.gv \ labelroot-fdc.gv \ labelroot-fdd.gv \ labelroot-fdl.gv \ labelroot-fdr.gv \ labelroot-ftc.gv \ labelroot-ftd.gv \ labelroot-ftl.gv \ labelroot-ftr.gv \ labelroot-nbc.gv \ labelroot-nbd.gv \ labelroot-nbl.gv \ labelroot-nbr.gv \ labelroot-ndc.gv \ labelroot-ndd.gv \ labelroot-ndl.gv \ labelroot-ndr.gv \ labelroot-ntc.gv \ labelroot-ntd.gv \ labelroot-ntl.gv \ labelroot-ntr.gv \ Latin1.gv \ layer2.gv \ layer.gv \ layers.gv \ ldbxtried.gv \ longflat.gv \ lsunix1.gv \ lsunix2.gv \ lsunix3.gv \ mike.gv \ mode.gv \ multi.gv \ NaN.gv \ nestedclust.gv \ newarrows.gv \ NewCenturySchlbk.gv \ ngk10_4.gv \ nhg.gv \ nojustify.gv \ nul_inv.gv \ nul_nul.gv \ nul_val.gv \ ordering.gv \ overlap.gv \ p2.gv \ p3.gv \ p4.gv \ pack.gv \ Palatino.gv \ Petersen.gv \ pgram.gv \ p.gv \ pm2way.gv \ pmpipe.gv \ polypoly.gv \ ports.gv \ proc3d.gv \ process.gv \ ps.gv \ pslib.gv \ ps_user_shapes.gv \ rd_rules.gv \ record2.gv \ record.gv \ records.gv \ root.gv \ rootlabel.gv \ rowcolsep.gv \ rowe.gv \ russian.gv \ sb_box_dbl.gv \ sb_box.gv \ sb_circle_dbl.gv \ sb_circle.gv \ sdl.ps \ shapes.gv \ shells.gv \ sides.gv \ size.gv \ sl_box_dbl.gv \ sl_box.gv \ sl_circle_dbl.gv \ sl_circle.gv \ sq_rules.gv \ sr_box_dbl.gv \ sr_box.gv \ sr_circle_dbl.gv \ sr_circle.gv \ states.gv \ st_box_dbl.gv \ st_box.gv \ st_circle_dbl.gv \ st_circle.gv \ structs.gv \ style.gv \ Symbol.gv \ Times.gv \ train11.gv \ trapeziumlr.gv \ tree.gv \ triedds.gv \ try.gv \ unix2.gv \ unix2k.gv \ unix.gv \ url.gv \ user_shapes.gv \ val_inv.gv \ val_nul.gv \ val_val.gv \ viewfile.gv \ viewport.gv \ weight.gv \ world.gv \ xlabels.gv \ xx.gv \ ZapfChancery.gv \ ZapfDingbats.gv EXTRA_DIST = $(GRAPH_FILES) all: all-am .SUFFIXES: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ && { if test -f $@; then exit 0; else break; fi; }; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/graphs/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --gnu tests/graphs/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): mostlyclean-libtool: -rm -f *.lo clean-libtool: -rm -rf .libs _libs tags TAGS: ctags CTAGS: cscope cscopelist: distdir: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) distdir-am distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ if test -d "$(distdir)/$$file"; then \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ fi; \ cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ else \ test -f "$(distdir)/$$file" \ || cp -p $$d/$$file "$(distdir)/$$file" \ || exit 1; \ fi; \ done check-am: all-am check: check-am all-am: Makefile installdirs: install: install-am install-exec: install-exec-am install-data: install-data-am uninstall: uninstall-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am installcheck: installcheck-am install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ install; \ else \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ fi mostlyclean-generic: clean-generic: distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." clean: clean-am clean-am: clean-generic clean-libtool mostlyclean-am distclean: distclean-am -rm -f Makefile distclean-am: clean-am distclean-generic dvi: dvi-am dvi-am: html: html-am html-am: info: info-am info-am: install-data-am: install-dvi: install-dvi-am install-dvi-am: install-exec-am: install-html: install-html-am install-html-am: install-info: install-info-am install-info-am: install-man: install-pdf: install-pdf-am install-pdf-am: install-ps: install-ps-am install-ps-am: installcheck-am: maintainer-clean: maintainer-clean-am -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic mostlyclean: mostlyclean-am mostlyclean-am: mostlyclean-generic mostlyclean-libtool pdf: pdf-am pdf-am: ps: ps-am ps-am: uninstall-am: .MAKE: install-am install-strip .PHONY: all all-am check check-am clean clean-generic clean-libtool \ cscopelist-am ctags-am distclean distclean-generic \ distclean-libtool distdir dvi dvi-am html html-am info info-am \ install install-am install-data install-data-am install-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ install-strip installcheck installcheck-am installdirs \ maintainer-clean maintainer-clean-generic mostlyclean \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am .PRECIOUS: Makefile # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: