Makefile.in 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = lib
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
  89. $(top_srcdir)/m4/ax_compare_version.m4 \
  90. $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
  91. $(top_srcdir)/m4/ax_cxx_compile_stdcxx_17.m4 \
  92. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
  93. $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
  94. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  95. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/./version.m4 \
  96. $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  100. mkinstalldirs = $(install_sh) -d
  101. CONFIG_HEADER = $(top_builddir)/config.h
  102. CONFIG_CLEAN_FILES =
  103. CONFIG_CLEAN_VPATH_FILES =
  104. AM_V_P = $(am__v_P_@AM_V@)
  105. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  106. am__v_P_0 = false
  107. am__v_P_1 = :
  108. AM_V_GEN = $(am__v_GEN_@AM_V@)
  109. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  110. am__v_GEN_0 = @echo " GEN " $@;
  111. am__v_GEN_1 =
  112. AM_V_at = $(am__v_at_@AM_V@)
  113. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  114. am__v_at_0 = @
  115. am__v_at_1 =
  116. SOURCES =
  117. DIST_SOURCES =
  118. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  119. ctags-recursive dvi-recursive html-recursive info-recursive \
  120. install-data-recursive install-dvi-recursive \
  121. install-exec-recursive install-html-recursive \
  122. install-info-recursive install-pdf-recursive \
  123. install-ps-recursive install-recursive installcheck-recursive \
  124. installdirs-recursive pdf-recursive ps-recursive \
  125. tags-recursive uninstall-recursive
  126. am__can_run_installinfo = \
  127. case $$AM_UPDATE_INFO_DIR in \
  128. n|no|NO) false;; \
  129. *) (install-info --version) >/dev/null 2>&1;; \
  130. esac
  131. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  132. distclean-recursive maintainer-clean-recursive
  133. am__recursive_targets = \
  134. $(RECURSIVE_TARGETS) \
  135. $(RECURSIVE_CLEAN_TARGETS) \
  136. $(am__extra_recursive_targets)
  137. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  138. distdir distdir-am
  139. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  140. # Read a list of newline-separated strings from the standard input,
  141. # and print each of them once, without duplicates. Input order is
  142. # *not* preserved.
  143. am__uniquify_input = $(AWK) '\
  144. BEGIN { nonempty = 0; } \
  145. { items[$$0] = 1; nonempty = 1; } \
  146. END { if (nonempty) { for (i in items) print i; }; } \
  147. '
  148. # Make sure the list of sources is unique. This is necessary because,
  149. # e.g., the same source file might be shared among _SOURCES variables
  150. # for different programs/libraries.
  151. am__define_uniq_tagged_files = \
  152. list='$(am__tagged_files)'; \
  153. unique=`for i in $$list; do \
  154. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  155. done | $(am__uniquify_input)`
  156. ETAGS = etags
  157. CTAGS = ctags
  158. DIST_SUBDIRS = $(SUBDIRS)
  159. am__DIST_COMMON = $(srcdir)/Makefile.in
  160. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  161. am__relativize = \
  162. dir0=`pwd`; \
  163. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  164. sed_rest='s,^[^/]*/*,,'; \
  165. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  166. sed_butlast='s,/*[^/]*$$,,'; \
  167. while test -n "$$dir1"; do \
  168. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  169. if test "$$first" != "."; then \
  170. if test "$$first" = ".."; then \
  171. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  172. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  173. else \
  174. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  175. if test "$$first2" = "$$first"; then \
  176. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  177. else \
  178. dir2="../$$dir2"; \
  179. fi; \
  180. dir0="$$dir0"/"$$first"; \
  181. fi; \
  182. fi; \
  183. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  184. done; \
  185. reldir="$$dir2"
  186. ACLOCAL = @ACLOCAL@
  187. AMTAR = @AMTAR@
  188. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  189. ANN_CFLAGS = @ANN_CFLAGS@
  190. ANN_LIBS = @ANN_LIBS@
  191. AR = @AR@
  192. AUTOCONF = @AUTOCONF@
  193. AUTOHEADER = @AUTOHEADER@
  194. AUTOMAKE = @AUTOMAKE@
  195. AWK = @AWK@
  196. CC = @CC@
  197. CCDEPMODE = @CCDEPMODE@
  198. CFLAGS = @CFLAGS@
  199. CPP = @CPP@
  200. CPPFLAGS = @CPPFLAGS@
  201. CXX = @CXX@
  202. CXXCPP = @CXXCPP@
  203. CXXDEPMODE = @CXXDEPMODE@
  204. CXXFLAGS = @CXXFLAGS@
  205. CYGPATH_W = @CYGPATH_W@
  206. CYGWIN = @CYGWIN@
  207. DARWIN = @DARWIN@
  208. DEFS = @DEFS@
  209. DEPDIR = @DEPDIR@
  210. DEVIL_INCLUDES = @DEVIL_INCLUDES@
  211. DEVIL_LIBS = @DEVIL_LIBS@
  212. DLLTOOL = @DLLTOOL@
  213. DSYMUTIL = @DSYMUTIL@
  214. DUMPBIN = @DUMPBIN@
  215. ECHO_C = @ECHO_C@
  216. ECHO_N = @ECHO_N@
  217. ECHO_T = @ECHO_T@
  218. EGREP = @EGREP@
  219. EXEEXT = @EXEEXT@
  220. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  221. EXPAT_LIBS = @EXPAT_LIBS@
  222. FGREP = @FGREP@
  223. FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
  224. FREETYPE2_LIBS = @FREETYPE2_LIBS@
  225. GDIPLUS_CFLAGS = @GDIPLUS_CFLAGS@
  226. GDIPLUS_HEADS = @GDIPLUS_HEADS@
  227. GDIPLUS_LIBS = @GDIPLUS_LIBS@
  228. GDK_CFLAGS = @GDK_CFLAGS@
  229. GDK_LIBS = @GDK_LIBS@
  230. GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
  231. GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
  232. GDLIB_CFLAGS = @GDLIB_CFLAGS@
  233. GDLIB_CONFIG = @GDLIB_CONFIG@
  234. GDLIB_LIBS = @GDLIB_LIBS@
  235. GLADE_CFLAGS = @GLADE_CFLAGS@
  236. GLADE_LIBS = @GLADE_LIBS@
  237. GLUT_CFLAGS = @GLUT_CFLAGS@
  238. GLUT_LIBS = @GLUT_LIBS@
  239. GO = @GO@
  240. GO_INCLUDES = @GO_INCLUDES@
  241. GO_LIBS = @GO_LIBS@
  242. GRAPHVIZ_AUTHOR_EMAIL = @GRAPHVIZ_AUTHOR_EMAIL@
  243. GRAPHVIZ_AUTHOR_NAME = @GRAPHVIZ_AUTHOR_NAME@
  244. GRAPHVIZ_CHANGE_DATE = @GRAPHVIZ_CHANGE_DATE@
  245. GRAPHVIZ_VERSION_DATE = @GRAPHVIZ_VERSION_DATE@
  246. GRAPHVIZ_VERSION_MAJOR = @GRAPHVIZ_VERSION_MAJOR@
  247. GRAPHVIZ_VERSION_MICRO = @GRAPHVIZ_VERSION_MICRO@
  248. GRAPHVIZ_VERSION_MINOR = @GRAPHVIZ_VERSION_MINOR@
  249. GREP = @GREP@
  250. GROFF = @GROFF@
  251. GS_CFLAGS = @GS_CFLAGS@
  252. GS_LIBS = @GS_LIBS@
  253. GTKGLEXT_CFLAGS = @GTKGLEXT_CFLAGS@
  254. GTKGLEXT_LIBS = @GTKGLEXT_LIBS@
  255. GTKGL_CFLAGS = @GTKGL_CFLAGS@
  256. GTKGL_LIBS = @GTKGL_LIBS@
  257. GTK_CFLAGS = @GTK_CFLAGS@
  258. GTK_LIBS = @GTK_LIBS@
  259. GTS_CFLAGS = @GTS_CFLAGS@
  260. GTS_LIBS = @GTS_LIBS@
  261. GUILE_CFLAGS = @GUILE_CFLAGS@
  262. GUILE_LIBS = @GUILE_LIBS@
  263. GVPLUGIN_CONFIG_FILE = @GVPLUGIN_CONFIG_FILE@
  264. GVPLUGIN_VERSION = @GVPLUGIN_VERSION@
  265. GVPLUGIN_VERSION_INFO = @GVPLUGIN_VERSION_INFO@
  266. HAVE_CXX17 = @HAVE_CXX17@
  267. INCLTDL = @INCLTDL@
  268. INSTALL = @INSTALL@
  269. INSTALL_DATA = @INSTALL_DATA@
  270. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  271. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  272. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  273. INTGOSIZE = @INTGOSIZE@
  274. IPSEPCOLA_INCLUDES = @IPSEPCOLA_INCLUDES@
  275. IPSEPCOLA_LIBS = @IPSEPCOLA_LIBS@
  276. JAVA = @JAVA@
  277. JAVASCRIPT = @JAVASCRIPT@
  278. JAVA_INCLUDES = @JAVA_INCLUDES@
  279. JAVA_LIBS = @JAVA_LIBS@
  280. JNI_EXTRA_LDFLAGS = @JNI_EXTRA_LDFLAGS@
  281. JSHEXT = @JSHEXT@
  282. LASI_CFLAGS = @LASI_CFLAGS@
  283. LASI_LIBS = @LASI_LIBS@
  284. LD = @LD@
  285. LDFLAGS = @LDFLAGS@
  286. LEX = @LEX@
  287. LEXLIB = @LEXLIB@
  288. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  289. LIBADD_DL = @LIBADD_DL@
  290. LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
  291. LIBADD_DLOPEN = @LIBADD_DLOPEN@
  292. LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
  293. LIBLTDL = @LIBLTDL@
  294. LIBOBJS = @LIBOBJS@
  295. LIBPOSTFIX = @LIBPOSTFIX@
  296. LIBS = @LIBS@
  297. LIBTOOL = @LIBTOOL@
  298. LIPO = @LIPO@
  299. LN_S = @LN_S@
  300. LTDLDEPS = @LTDLDEPS@
  301. LTDLINCL = @LTDLINCL@
  302. LTDLOPEN = @LTDLOPEN@
  303. LTLIBOBJS = @LTLIBOBJS@
  304. LT_ARGZ_H = @LT_ARGZ_H@
  305. LT_CONFIG_H = @LT_CONFIG_H@
  306. LT_DLLOADERS = @LT_DLLOADERS@
  307. LT_DLPREOPEN = @LT_DLPREOPEN@
  308. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  309. LUA = @LUA@
  310. LUA_INCLUDES = @LUA_INCLUDES@
  311. LUA_INSTALL_DIR = @LUA_INSTALL_DIR@
  312. LUA_LIBS = @LUA_LIBS@
  313. MAKEINFO = @MAKEINFO@
  314. MANIFEST_TOOL = @MANIFEST_TOOL@
  315. MATH_LIBS = @MATH_LIBS@
  316. MCS = @MCS@
  317. MINGW32 = @MINGW32@
  318. MKDIR_P = @MKDIR_P@
  319. NM = @NM@
  320. NMEDIT = @NMEDIT@
  321. OBJC = @OBJC@
  322. OBJCDEPMODE = @OBJCDEPMODE@
  323. OBJCFLAGS = @OBJCFLAGS@
  324. OBJDUMP = @OBJDUMP@
  325. OBJEXT = @OBJEXT@
  326. OTOOL = @OTOOL@
  327. OTOOL64 = @OTOOL64@
  328. PACKAGE = @PACKAGE@
  329. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  330. PACKAGE_NAME = @PACKAGE_NAME@
  331. PACKAGE_STRING = @PACKAGE_STRING@
  332. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  333. PACKAGE_URL = @PACKAGE_URL@
  334. PACKAGE_VERSION = @PACKAGE_VERSION@
  335. PANGOCAIRO_CFLAGS = @PANGOCAIRO_CFLAGS@
  336. PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@
  337. PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
  338. PANGOFT2_LIBS = @PANGOFT2_LIBS@
  339. PATH_SEPARATOR = @PATH_SEPARATOR@
  340. PERL = @PERL@
  341. PERL_INCLUDES = @PERL_INCLUDES@
  342. PERL_INSTALL_DIR = @PERL_INSTALL_DIR@
  343. PERL_LIBS = @PERL_LIBS@
  344. PHP = @PHP@
  345. PHPCONFIG = @PHPCONFIG@
  346. PHP_INCLUDES = @PHP_INCLUDES@
  347. PHP_INSTALL_DATADIR = @PHP_INSTALL_DATADIR@
  348. PHP_INSTALL_DIR = @PHP_INSTALL_DIR@
  349. PHP_LIBS = @PHP_LIBS@
  350. PKG_CONFIG = @PKG_CONFIG@
  351. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  352. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  353. PLATFORMSDKINCLUDE = @PLATFORMSDKINCLUDE@
  354. PLATFORMSDKLIB = @PLATFORMSDKLIB@
  355. POPPLER_CFLAGS = @POPPLER_CFLAGS@
  356. POPPLER_LIBS = @POPPLER_LIBS@
  357. PS2PDF = @PS2PDF@
  358. PYTHON3 = @PYTHON3@
  359. PYTHON3_INCLUDES = @PYTHON3_INCLUDES@
  360. PYTHON3_INSTALL_DIR = @PYTHON3_INSTALL_DIR@
  361. PYTHON3_LIBS = @PYTHON3_LIBS@
  362. QMAKE = @QMAKE@
  363. QTCORE_CFLAGS = @QTCORE_CFLAGS@
  364. QTCORE_LIBS = @QTCORE_LIBS@
  365. QTGUI_CFLAGS = @QTGUI_CFLAGS@
  366. QTGUI_LIBS = @QTGUI_LIBS@
  367. QUARTZ_CFLAGS = @QUARTZ_CFLAGS@
  368. QUARTZ_LIBS = @QUARTZ_LIBS@
  369. RANLIB = @RANLIB@
  370. RSVG_CFLAGS = @RSVG_CFLAGS@
  371. RSVG_LIBS = @RSVG_LIBS@
  372. RUBY = @RUBY@
  373. RUBY_CFLAGS = @RUBY_CFLAGS@
  374. RUBY_INSTALL_DIR = @RUBY_INSTALL_DIR@
  375. RUBY_LIBS = @RUBY_LIBS@
  376. RUBY_VER = @RUBY_VER@
  377. R_CFLAGS = @R_CFLAGS@
  378. R_LIBS = @R_LIBS@
  379. SED = @SED@
  380. SET_MAKE = @SET_MAKE@
  381. SHARED_LIBRARY_SUFFIX = @SHARED_LIBRARY_SUFFIX@
  382. SHELL = @SHELL@
  383. STRIP = @STRIP@
  384. SWIG = @SWIG@
  385. SWIGJAVA_CPPFLAGS = @SWIGJAVA_CPPFLAGS@
  386. SWIG_PHP_DATA = @SWIG_PHP_DATA@
  387. SWIG_PHP_DATA_TO_PACKAGE = @SWIG_PHP_DATA_TO_PACKAGE@
  388. SWIG_PHP_OPT = @SWIG_PHP_OPT@
  389. SWIG_VERSION = @SWIG_VERSION@
  390. TCLCONFIG = @TCLCONFIG@
  391. TCLINT_INCLUDES = @TCLINT_INCLUDES@
  392. TCLSH = @TCLSH@
  393. TCLSH_EXEC_PREFIX = @TCLSH_EXEC_PREFIX@
  394. TCL_CFLAGS = @TCL_CFLAGS@
  395. TCL_DEFS = @TCL_DEFS@
  396. TCL_INCLUDES = @TCL_INCLUDES@
  397. TCL_INSTALL_DIR = @TCL_INSTALL_DIR@
  398. TCL_LIBS = @TCL_LIBS@
  399. TCL_MAJOR_VERSION = @TCL_MAJOR_VERSION@
  400. TCL_MINOR_VERSION = @TCL_MINOR_VERSION@
  401. TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@
  402. TCL_PKGINDEX = @TCL_PKGINDEX@
  403. TCL_PKGINDEX_GD = @TCL_PKGINDEX_GD@
  404. TCL_PKGINDEX_SWIG = @TCL_PKGINDEX_SWIG@
  405. TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
  406. TCL_SRC_DIR = @TCL_SRC_DIR@
  407. TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
  408. TCL_VERSION = @TCL_VERSION@
  409. VERSION = @VERSION@
  410. WEBP_CFLAGS = @WEBP_CFLAGS@
  411. WEBP_LIBS = @WEBP_LIBS@
  412. XMKMF = @XMKMF@
  413. XRENDER_CFLAGS = @XRENDER_CFLAGS@
  414. XRENDER_LIBS = @XRENDER_LIBS@
  415. X_CFLAGS = @X_CFLAGS@
  416. X_EXTRA_LIBS = @X_EXTRA_LIBS@
  417. X_LIBS = @X_LIBS@
  418. X_PRE_LIBS = @X_PRE_LIBS@
  419. YACC = @YACC@
  420. YFLAGS = @YFLAGS@
  421. Z_INCLUDES = @Z_INCLUDES@
  422. Z_LIBS = @Z_LIBS@
  423. abs_builddir = @abs_builddir@
  424. abs_srcdir = @abs_srcdir@
  425. abs_top_builddir = @abs_top_builddir@
  426. abs_top_srcdir = @abs_top_srcdir@
  427. ac_ct_AR = @ac_ct_AR@
  428. ac_ct_CC = @ac_ct_CC@
  429. ac_ct_CXX = @ac_ct_CXX@
  430. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  431. ac_ct_OBJC = @ac_ct_OBJC@
  432. am__include = @am__include@
  433. am__leading_dot = @am__leading_dot@
  434. am__quote = @am__quote@
  435. am__tar = @am__tar@
  436. am__untar = @am__untar@
  437. bindir = @bindir@
  438. build = @build@
  439. build_alias = @build_alias@
  440. build_cpu = @build_cpu@
  441. build_os = @build_os@
  442. build_vendor = @build_vendor@
  443. builddir = @builddir@
  444. datadir = @datadir@
  445. datarootdir = @datarootdir@
  446. demodir = @demodir@
  447. docdir = @docdir@
  448. dvidir = @dvidir@
  449. exec_prefix = @exec_prefix@
  450. host = @host@
  451. host_alias = @host_alias@
  452. host_cpu = @host_cpu@
  453. host_os = @host_os@
  454. host_vendor = @host_vendor@
  455. htmldir = @htmldir@
  456. includedir = @includedir@
  457. infodir = @infodir@
  458. install_sh = @install_sh@
  459. libdir = @libdir@
  460. libexecdir = @libexecdir@
  461. localedir = @localedir@
  462. localstatedir = @localstatedir@
  463. ltdl_LIBOBJS = @ltdl_LIBOBJS@
  464. ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
  465. mandir = @mandir@
  466. mkdir_p = @mkdir_p@
  467. oldincludedir = @oldincludedir@
  468. pdfdir = @pdfdir@
  469. pkgconfigdir = @pkgconfigdir@
  470. prefix = @prefix@
  471. program_transform_name = @program_transform_name@
  472. psdir = @psdir@
  473. runstatedir = @runstatedir@
  474. sbindir = @sbindir@
  475. sharedstatedir = @sharedstatedir@
  476. srcdir = @srcdir@
  477. subdirs = @subdirs@
  478. sys_symbol_underscore = @sys_symbol_underscore@
  479. sysconfdir = @sysconfdir@
  480. target_alias = @target_alias@
  481. top_build_prefix = @top_build_prefix@
  482. top_builddir = @top_builddir@
  483. top_srcdir = @top_srcdir@
  484. SUBDIRS = util cdt xdot cgraph pathplan sfio vmalloc ast \
  485. vpsc rbtree ortho sparse patchwork expr common \
  486. pack label gvc topfish glcomp mingle edgepaint \
  487. circogen dotgen fdpgen neatogen twopigen sfdpgen osage gvpr
  488. all: all-recursive
  489. .SUFFIXES:
  490. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  491. @for dep in $?; do \
  492. case '$(am__configure_deps)' in \
  493. *$$dep*) \
  494. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  495. && { if test -f $@; then exit 0; else break; fi; }; \
  496. exit 1;; \
  497. esac; \
  498. done; \
  499. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
  500. $(am__cd) $(top_srcdir) && \
  501. $(AUTOMAKE) --gnu lib/Makefile
  502. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  503. @case '$?' in \
  504. *config.status*) \
  505. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  506. *) \
  507. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  508. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  509. esac;
  510. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  511. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  512. $(top_srcdir)/configure: $(am__configure_deps)
  513. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  514. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  515. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  516. $(am__aclocal_m4_deps):
  517. mostlyclean-libtool:
  518. -rm -f *.lo
  519. clean-libtool:
  520. -rm -rf .libs _libs
  521. # This directory's subdirectories are mostly independent; you can cd
  522. # into them and run 'make' without going through this Makefile.
  523. # To change the values of 'make' variables: instead of editing Makefiles,
  524. # (1) if the variable is set in 'config.status', edit 'config.status'
  525. # (which will cause the Makefiles to be regenerated when you run 'make');
  526. # (2) otherwise, pass the desired values on the 'make' command line.
  527. $(am__recursive_targets):
  528. @fail=; \
  529. if $(am__make_keepgoing); then \
  530. failcom='fail=yes'; \
  531. else \
  532. failcom='exit 1'; \
  533. fi; \
  534. dot_seen=no; \
  535. target=`echo $@ | sed s/-recursive//`; \
  536. case "$@" in \
  537. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  538. *) list='$(SUBDIRS)' ;; \
  539. esac; \
  540. for subdir in $$list; do \
  541. echo "Making $$target in $$subdir"; \
  542. if test "$$subdir" = "."; then \
  543. dot_seen=yes; \
  544. local_target="$$target-am"; \
  545. else \
  546. local_target="$$target"; \
  547. fi; \
  548. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  549. || eval $$failcom; \
  550. done; \
  551. if test "$$dot_seen" = "no"; then \
  552. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  553. fi; test -z "$$fail"
  554. ID: $(am__tagged_files)
  555. $(am__define_uniq_tagged_files); mkid -fID $$unique
  556. tags: tags-recursive
  557. TAGS: tags
  558. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  559. set x; \
  560. here=`pwd`; \
  561. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  562. include_option=--etags-include; \
  563. empty_fix=.; \
  564. else \
  565. include_option=--include; \
  566. empty_fix=; \
  567. fi; \
  568. list='$(SUBDIRS)'; for subdir in $$list; do \
  569. if test "$$subdir" = .; then :; else \
  570. test ! -f $$subdir/TAGS || \
  571. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  572. fi; \
  573. done; \
  574. $(am__define_uniq_tagged_files); \
  575. shift; \
  576. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  577. test -n "$$unique" || unique=$$empty_fix; \
  578. if test $$# -gt 0; then \
  579. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  580. "$$@" $$unique; \
  581. else \
  582. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  583. $$unique; \
  584. fi; \
  585. fi
  586. ctags: ctags-recursive
  587. CTAGS: ctags
  588. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  589. $(am__define_uniq_tagged_files); \
  590. test -z "$(CTAGS_ARGS)$$unique" \
  591. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  592. $$unique
  593. GTAGS:
  594. here=`$(am__cd) $(top_builddir) && pwd` \
  595. && $(am__cd) $(top_srcdir) \
  596. && gtags -i $(GTAGS_ARGS) "$$here"
  597. cscopelist: cscopelist-recursive
  598. cscopelist-am: $(am__tagged_files)
  599. list='$(am__tagged_files)'; \
  600. case "$(srcdir)" in \
  601. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  602. *) sdir=$(subdir)/$(srcdir) ;; \
  603. esac; \
  604. for i in $$list; do \
  605. if test -f "$$i"; then \
  606. echo "$(subdir)/$$i"; \
  607. else \
  608. echo "$$sdir/$$i"; \
  609. fi; \
  610. done >> $(top_builddir)/cscope.files
  611. distclean-tags:
  612. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  613. distdir: $(BUILT_SOURCES)
  614. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  615. distdir-am: $(DISTFILES)
  616. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  617. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  618. list='$(DISTFILES)'; \
  619. dist_files=`for file in $$list; do echo $$file; done | \
  620. sed -e "s|^$$srcdirstrip/||;t" \
  621. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  622. case $$dist_files in \
  623. */*) $(MKDIR_P) `echo "$$dist_files" | \
  624. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  625. sort -u` ;; \
  626. esac; \
  627. for file in $$dist_files; do \
  628. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  629. if test -d $$d/$$file; then \
  630. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  631. if test -d "$(distdir)/$$file"; then \
  632. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  633. fi; \
  634. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  635. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  636. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  637. fi; \
  638. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  639. else \
  640. test -f "$(distdir)/$$file" \
  641. || cp -p $$d/$$file "$(distdir)/$$file" \
  642. || exit 1; \
  643. fi; \
  644. done
  645. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  646. if test "$$subdir" = .; then :; else \
  647. $(am__make_dryrun) \
  648. || test -d "$(distdir)/$$subdir" \
  649. || $(MKDIR_P) "$(distdir)/$$subdir" \
  650. || exit 1; \
  651. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  652. $(am__relativize); \
  653. new_distdir=$$reldir; \
  654. dir1=$$subdir; dir2="$(top_distdir)"; \
  655. $(am__relativize); \
  656. new_top_distdir=$$reldir; \
  657. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  658. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  659. ($(am__cd) $$subdir && \
  660. $(MAKE) $(AM_MAKEFLAGS) \
  661. top_distdir="$$new_top_distdir" \
  662. distdir="$$new_distdir" \
  663. am__remove_distdir=: \
  664. am__skip_length_check=: \
  665. am__skip_mode_fix=: \
  666. distdir) \
  667. || exit 1; \
  668. fi; \
  669. done
  670. check-am: all-am
  671. check: check-recursive
  672. all-am: Makefile
  673. installdirs: installdirs-recursive
  674. installdirs-am:
  675. install: install-recursive
  676. install-exec: install-exec-recursive
  677. install-data: install-data-recursive
  678. uninstall: uninstall-recursive
  679. install-am: all-am
  680. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  681. installcheck: installcheck-recursive
  682. install-strip:
  683. if test -z '$(STRIP)'; then \
  684. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  685. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  686. install; \
  687. else \
  688. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  689. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  690. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  691. fi
  692. mostlyclean-generic:
  693. clean-generic:
  694. distclean-generic:
  695. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  696. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  697. maintainer-clean-generic:
  698. @echo "This command is intended for maintainers to use"
  699. @echo "it deletes files that may require special tools to rebuild."
  700. clean: clean-recursive
  701. clean-am: clean-generic clean-libtool mostlyclean-am
  702. distclean: distclean-recursive
  703. -rm -f Makefile
  704. distclean-am: clean-am distclean-generic distclean-tags
  705. dvi: dvi-recursive
  706. dvi-am:
  707. html: html-recursive
  708. html-am:
  709. info: info-recursive
  710. info-am:
  711. install-data-am:
  712. install-dvi: install-dvi-recursive
  713. install-dvi-am:
  714. install-exec-am:
  715. install-html: install-html-recursive
  716. install-html-am:
  717. install-info: install-info-recursive
  718. install-info-am:
  719. install-man:
  720. install-pdf: install-pdf-recursive
  721. install-pdf-am:
  722. install-ps: install-ps-recursive
  723. install-ps-am:
  724. installcheck-am:
  725. maintainer-clean: maintainer-clean-recursive
  726. -rm -f Makefile
  727. maintainer-clean-am: distclean-am maintainer-clean-generic
  728. mostlyclean: mostlyclean-recursive
  729. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  730. pdf: pdf-recursive
  731. pdf-am:
  732. ps: ps-recursive
  733. ps-am:
  734. uninstall-am:
  735. .MAKE: $(am__recursive_targets) install-am install-strip
  736. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  737. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  738. ctags-am distclean distclean-generic distclean-libtool \
  739. distclean-tags distdir dvi dvi-am html html-am info info-am \
  740. install install-am install-data install-data-am install-dvi \
  741. install-dvi-am install-exec install-exec-am install-html \
  742. install-html-am install-info install-info-am install-man \
  743. install-pdf install-pdf-am install-ps install-ps-am \
  744. install-strip installcheck installcheck-am installdirs \
  745. installdirs-am maintainer-clean maintainer-clean-generic \
  746. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  747. ps ps-am tags tags-am uninstall uninstall-am
  748. .PRECIOUS: Makefile
  749. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  750. # Otherwise a system limit (for SysV at least) may be exceeded.
  751. .NOEXPORT: