Makefile.in 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099
  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 = tclpkg/gdtclft
  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__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  105. am__vpath_adj = case $$p in \
  106. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  107. *) f=$$p;; \
  108. esac;
  109. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  110. am__install_max = 40
  111. am__nobase_strip_setup = \
  112. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  113. am__nobase_strip = \
  114. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  115. am__nobase_list = $(am__nobase_strip_setup); \
  116. for p in $$list; do echo "$$p $$p"; done | \
  117. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  118. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  119. if (++n[$$2] == $(am__install_max)) \
  120. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  121. END { for (dir in files) print dir, files[dir] }'
  122. am__base_list = \
  123. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  124. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  125. am__uninstall_files_from_dir = { \
  126. test -z "$$files" \
  127. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  128. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  129. $(am__cd) "$$dir" && rm -f $$files; }; \
  130. }
  131. am__installdirs = "$(DESTDIR)$(pkgtcldir)" "$(DESTDIR)$(man3dir)" \
  132. "$(DESTDIR)$(pdfdir)"
  133. LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkgtcl_LTLIBRARIES)
  134. am__DEPENDENCIES_1 =
  135. @WITH_LIBGD_TRUE@libgdtclft_la_DEPENDENCIES = $(top_builddir)/tclpkg/tclstubs/libtclstubs_C.la \
  136. @WITH_LIBGD_TRUE@ $(am__DEPENDENCIES_1)
  137. am_libgdtclft_la_OBJECTS = gdtclft.lo
  138. libgdtclft_la_OBJECTS = $(am_libgdtclft_la_OBJECTS)
  139. AM_V_lt = $(am__v_lt_@AM_V@)
  140. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  141. am__v_lt_0 = --silent
  142. am__v_lt_1 =
  143. libgdtclft_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  144. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  145. $(libgdtclft_la_LDFLAGS) $(LDFLAGS) -o $@
  146. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@am_libgdtclft_la_rpath = -rpath \
  147. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@ $(pkgtcldir)
  148. libgdtclft_C_la_LIBADD =
  149. am_libgdtclft_C_la_OBJECTS = gdtclft.lo
  150. libgdtclft_C_la_OBJECTS = $(am_libgdtclft_C_la_OBJECTS)
  151. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@am_libgdtclft_C_la_rpath =
  152. AM_V_P = $(am__v_P_@AM_V@)
  153. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  154. am__v_P_0 = false
  155. am__v_P_1 = :
  156. AM_V_GEN = $(am__v_GEN_@AM_V@)
  157. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  158. am__v_GEN_0 = @echo " GEN " $@;
  159. am__v_GEN_1 =
  160. AM_V_at = $(am__v_at_@AM_V@)
  161. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  162. am__v_at_0 = @
  163. am__v_at_1 =
  164. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  165. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  166. am__maybe_remake_depfiles = depfiles
  167. am__depfiles_remade = ./$(DEPDIR)/gdtclft.Plo
  168. am__mv = mv -f
  169. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  170. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  171. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  172. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  173. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  174. $(AM_CFLAGS) $(CFLAGS)
  175. AM_V_CC = $(am__v_CC_@AM_V@)
  176. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  177. am__v_CC_0 = @echo " CC " $@;
  178. am__v_CC_1 =
  179. CCLD = $(CC)
  180. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  181. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  182. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  183. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  184. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  185. am__v_CCLD_0 = @echo " CCLD " $@;
  186. am__v_CCLD_1 =
  187. SOURCES = $(libgdtclft_la_SOURCES) $(libgdtclft_C_la_SOURCES)
  188. DIST_SOURCES = $(libgdtclft_la_SOURCES) $(libgdtclft_C_la_SOURCES)
  189. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  190. ctags-recursive dvi-recursive html-recursive info-recursive \
  191. install-data-recursive install-dvi-recursive \
  192. install-exec-recursive install-html-recursive \
  193. install-info-recursive install-pdf-recursive \
  194. install-ps-recursive install-recursive installcheck-recursive \
  195. installdirs-recursive pdf-recursive ps-recursive \
  196. tags-recursive uninstall-recursive
  197. am__can_run_installinfo = \
  198. case $$AM_UPDATE_INFO_DIR in \
  199. n|no|NO) false;; \
  200. *) (install-info --version) >/dev/null 2>&1;; \
  201. esac
  202. man3dir = $(mandir)/man3
  203. NROFF = nroff
  204. MANS = $(man_MANS)
  205. DATA = $(pdf_DATA)
  206. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  207. distclean-recursive maintainer-clean-recursive
  208. am__recursive_targets = \
  209. $(RECURSIVE_TARGETS) \
  210. $(RECURSIVE_CLEAN_TARGETS) \
  211. $(am__extra_recursive_targets)
  212. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  213. distdir distdir-am
  214. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  215. # Read a list of newline-separated strings from the standard input,
  216. # and print each of them once, without duplicates. Input order is
  217. # *not* preserved.
  218. am__uniquify_input = $(AWK) '\
  219. BEGIN { nonempty = 0; } \
  220. { items[$$0] = 1; nonempty = 1; } \
  221. END { if (nonempty) { for (i in items) print i; }; } \
  222. '
  223. # Make sure the list of sources is unique. This is necessary because,
  224. # e.g., the same source file might be shared among _SOURCES variables
  225. # for different programs/libraries.
  226. am__define_uniq_tagged_files = \
  227. list='$(am__tagged_files)'; \
  228. unique=`for i in $$list; do \
  229. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  230. done | $(am__uniquify_input)`
  231. ETAGS = etags
  232. CTAGS = ctags
  233. DIST_SUBDIRS = $(SUBDIRS)
  234. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp
  235. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  236. am__relativize = \
  237. dir0=`pwd`; \
  238. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  239. sed_rest='s,^[^/]*/*,,'; \
  240. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  241. sed_butlast='s,/*[^/]*$$,,'; \
  242. while test -n "$$dir1"; do \
  243. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  244. if test "$$first" != "."; then \
  245. if test "$$first" = ".."; then \
  246. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  247. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  248. else \
  249. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  250. if test "$$first2" = "$$first"; then \
  251. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  252. else \
  253. dir2="../$$dir2"; \
  254. fi; \
  255. dir0="$$dir0"/"$$first"; \
  256. fi; \
  257. fi; \
  258. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  259. done; \
  260. reldir="$$dir2"
  261. ACLOCAL = @ACLOCAL@
  262. AMTAR = @AMTAR@
  263. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  264. ANN_CFLAGS = @ANN_CFLAGS@
  265. ANN_LIBS = @ANN_LIBS@
  266. AR = @AR@
  267. AUTOCONF = @AUTOCONF@
  268. AUTOHEADER = @AUTOHEADER@
  269. AUTOMAKE = @AUTOMAKE@
  270. AWK = @AWK@
  271. CC = @CC@
  272. CCDEPMODE = @CCDEPMODE@
  273. CFLAGS = @CFLAGS@
  274. CPP = @CPP@
  275. CPPFLAGS = @CPPFLAGS@
  276. CXX = @CXX@
  277. CXXCPP = @CXXCPP@
  278. CXXDEPMODE = @CXXDEPMODE@
  279. CXXFLAGS = @CXXFLAGS@
  280. CYGPATH_W = @CYGPATH_W@
  281. CYGWIN = @CYGWIN@
  282. DARWIN = @DARWIN@
  283. DEFS = @DEFS@
  284. DEPDIR = @DEPDIR@
  285. DEVIL_INCLUDES = @DEVIL_INCLUDES@
  286. DEVIL_LIBS = @DEVIL_LIBS@
  287. DLLTOOL = @DLLTOOL@
  288. DSYMUTIL = @DSYMUTIL@
  289. DUMPBIN = @DUMPBIN@
  290. ECHO_C = @ECHO_C@
  291. ECHO_N = @ECHO_N@
  292. ECHO_T = @ECHO_T@
  293. EGREP = @EGREP@
  294. EXEEXT = @EXEEXT@
  295. EXPAT_CFLAGS = @EXPAT_CFLAGS@
  296. EXPAT_LIBS = @EXPAT_LIBS@
  297. FGREP = @FGREP@
  298. FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
  299. FREETYPE2_LIBS = @FREETYPE2_LIBS@
  300. GDIPLUS_CFLAGS = @GDIPLUS_CFLAGS@
  301. GDIPLUS_HEADS = @GDIPLUS_HEADS@
  302. GDIPLUS_LIBS = @GDIPLUS_LIBS@
  303. GDK_CFLAGS = @GDK_CFLAGS@
  304. GDK_LIBS = @GDK_LIBS@
  305. GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
  306. GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
  307. GDLIB_CFLAGS = @GDLIB_CFLAGS@
  308. GDLIB_CONFIG = @GDLIB_CONFIG@
  309. GDLIB_LIBS = @GDLIB_LIBS@
  310. GLADE_CFLAGS = @GLADE_CFLAGS@
  311. GLADE_LIBS = @GLADE_LIBS@
  312. GLUT_CFLAGS = @GLUT_CFLAGS@
  313. GLUT_LIBS = @GLUT_LIBS@
  314. GO = @GO@
  315. GO_INCLUDES = @GO_INCLUDES@
  316. GO_LIBS = @GO_LIBS@
  317. GRAPHVIZ_AUTHOR_EMAIL = @GRAPHVIZ_AUTHOR_EMAIL@
  318. GRAPHVIZ_AUTHOR_NAME = @GRAPHVIZ_AUTHOR_NAME@
  319. GRAPHVIZ_CHANGE_DATE = @GRAPHVIZ_CHANGE_DATE@
  320. GRAPHVIZ_VERSION_DATE = @GRAPHVIZ_VERSION_DATE@
  321. GRAPHVIZ_VERSION_MAJOR = @GRAPHVIZ_VERSION_MAJOR@
  322. GRAPHVIZ_VERSION_MICRO = @GRAPHVIZ_VERSION_MICRO@
  323. GRAPHVIZ_VERSION_MINOR = @GRAPHVIZ_VERSION_MINOR@
  324. GREP = @GREP@
  325. GROFF = @GROFF@
  326. GS_CFLAGS = @GS_CFLAGS@
  327. GS_LIBS = @GS_LIBS@
  328. GTKGLEXT_CFLAGS = @GTKGLEXT_CFLAGS@
  329. GTKGLEXT_LIBS = @GTKGLEXT_LIBS@
  330. GTKGL_CFLAGS = @GTKGL_CFLAGS@
  331. GTKGL_LIBS = @GTKGL_LIBS@
  332. GTK_CFLAGS = @GTK_CFLAGS@
  333. GTK_LIBS = @GTK_LIBS@
  334. GTS_CFLAGS = @GTS_CFLAGS@
  335. GTS_LIBS = @GTS_LIBS@
  336. GUILE_CFLAGS = @GUILE_CFLAGS@
  337. GUILE_LIBS = @GUILE_LIBS@
  338. GVPLUGIN_CONFIG_FILE = @GVPLUGIN_CONFIG_FILE@
  339. GVPLUGIN_VERSION = @GVPLUGIN_VERSION@
  340. GVPLUGIN_VERSION_INFO = @GVPLUGIN_VERSION_INFO@
  341. HAVE_CXX17 = @HAVE_CXX17@
  342. INCLTDL = @INCLTDL@
  343. INSTALL = @INSTALL@
  344. INSTALL_DATA = @INSTALL_DATA@
  345. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  346. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  347. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  348. INTGOSIZE = @INTGOSIZE@
  349. IPSEPCOLA_INCLUDES = @IPSEPCOLA_INCLUDES@
  350. IPSEPCOLA_LIBS = @IPSEPCOLA_LIBS@
  351. JAVA = @JAVA@
  352. JAVASCRIPT = @JAVASCRIPT@
  353. JAVA_INCLUDES = @JAVA_INCLUDES@
  354. JAVA_LIBS = @JAVA_LIBS@
  355. JNI_EXTRA_LDFLAGS = @JNI_EXTRA_LDFLAGS@
  356. JSHEXT = @JSHEXT@
  357. LASI_CFLAGS = @LASI_CFLAGS@
  358. LASI_LIBS = @LASI_LIBS@
  359. LD = @LD@
  360. LDFLAGS = @LDFLAGS@
  361. LEX = @LEX@
  362. LEXLIB = @LEXLIB@
  363. LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
  364. LIBADD_DL = @LIBADD_DL@
  365. LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
  366. LIBADD_DLOPEN = @LIBADD_DLOPEN@
  367. LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
  368. LIBLTDL = @LIBLTDL@
  369. LIBOBJS = @LIBOBJS@
  370. LIBPOSTFIX = @LIBPOSTFIX@
  371. LIBS = @LIBS@ -lc
  372. LIBTOOL = @LIBTOOL@
  373. LIPO = @LIPO@
  374. LN_S = @LN_S@
  375. LTDLDEPS = @LTDLDEPS@
  376. LTDLINCL = @LTDLINCL@
  377. LTDLOPEN = @LTDLOPEN@
  378. LTLIBOBJS = @LTLIBOBJS@
  379. LT_ARGZ_H = @LT_ARGZ_H@
  380. LT_CONFIG_H = @LT_CONFIG_H@
  381. LT_DLLOADERS = @LT_DLLOADERS@
  382. LT_DLPREOPEN = @LT_DLPREOPEN@
  383. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  384. LUA = @LUA@
  385. LUA_INCLUDES = @LUA_INCLUDES@
  386. LUA_INSTALL_DIR = @LUA_INSTALL_DIR@
  387. LUA_LIBS = @LUA_LIBS@
  388. MAKEINFO = @MAKEINFO@
  389. MANIFEST_TOOL = @MANIFEST_TOOL@
  390. MATH_LIBS = @MATH_LIBS@
  391. MCS = @MCS@
  392. MINGW32 = @MINGW32@
  393. MKDIR_P = @MKDIR_P@
  394. NM = @NM@
  395. NMEDIT = @NMEDIT@
  396. OBJC = @OBJC@
  397. OBJCDEPMODE = @OBJCDEPMODE@
  398. OBJCFLAGS = @OBJCFLAGS@
  399. OBJDUMP = @OBJDUMP@
  400. OBJEXT = @OBJEXT@
  401. OTOOL = @OTOOL@
  402. OTOOL64 = @OTOOL64@
  403. PACKAGE = @PACKAGE@
  404. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  405. PACKAGE_NAME = @PACKAGE_NAME@
  406. PACKAGE_STRING = @PACKAGE_STRING@
  407. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  408. PACKAGE_URL = @PACKAGE_URL@
  409. PACKAGE_VERSION = @PACKAGE_VERSION@
  410. PANGOCAIRO_CFLAGS = @PANGOCAIRO_CFLAGS@
  411. PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@
  412. PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
  413. PANGOFT2_LIBS = @PANGOFT2_LIBS@
  414. PATH_SEPARATOR = @PATH_SEPARATOR@
  415. PERL = @PERL@
  416. PERL_INCLUDES = @PERL_INCLUDES@
  417. PERL_INSTALL_DIR = @PERL_INSTALL_DIR@
  418. PERL_LIBS = @PERL_LIBS@
  419. PHP = @PHP@
  420. PHPCONFIG = @PHPCONFIG@
  421. PHP_INCLUDES = @PHP_INCLUDES@
  422. PHP_INSTALL_DATADIR = @PHP_INSTALL_DATADIR@
  423. PHP_INSTALL_DIR = @PHP_INSTALL_DIR@
  424. PHP_LIBS = @PHP_LIBS@
  425. PKG_CONFIG = @PKG_CONFIG@
  426. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  427. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  428. PLATFORMSDKINCLUDE = @PLATFORMSDKINCLUDE@
  429. PLATFORMSDKLIB = @PLATFORMSDKLIB@
  430. POPPLER_CFLAGS = @POPPLER_CFLAGS@
  431. POPPLER_LIBS = @POPPLER_LIBS@
  432. PS2PDF = @PS2PDF@
  433. PYTHON3 = @PYTHON3@
  434. PYTHON3_INCLUDES = @PYTHON3_INCLUDES@
  435. PYTHON3_INSTALL_DIR = @PYTHON3_INSTALL_DIR@
  436. PYTHON3_LIBS = @PYTHON3_LIBS@
  437. QMAKE = @QMAKE@
  438. QTCORE_CFLAGS = @QTCORE_CFLAGS@
  439. QTCORE_LIBS = @QTCORE_LIBS@
  440. QTGUI_CFLAGS = @QTGUI_CFLAGS@
  441. QTGUI_LIBS = @QTGUI_LIBS@
  442. QUARTZ_CFLAGS = @QUARTZ_CFLAGS@
  443. QUARTZ_LIBS = @QUARTZ_LIBS@
  444. RANLIB = @RANLIB@
  445. RSVG_CFLAGS = @RSVG_CFLAGS@
  446. RSVG_LIBS = @RSVG_LIBS@
  447. RUBY = @RUBY@
  448. RUBY_CFLAGS = @RUBY_CFLAGS@
  449. RUBY_INSTALL_DIR = @RUBY_INSTALL_DIR@
  450. RUBY_LIBS = @RUBY_LIBS@
  451. RUBY_VER = @RUBY_VER@
  452. R_CFLAGS = @R_CFLAGS@
  453. R_LIBS = @R_LIBS@
  454. SED = @SED@
  455. SET_MAKE = @SET_MAKE@
  456. SHARED_LIBRARY_SUFFIX = @SHARED_LIBRARY_SUFFIX@
  457. SHELL = @SHELL@
  458. STRIP = @STRIP@
  459. SWIG = @SWIG@
  460. SWIGJAVA_CPPFLAGS = @SWIGJAVA_CPPFLAGS@
  461. SWIG_PHP_DATA = @SWIG_PHP_DATA@
  462. SWIG_PHP_DATA_TO_PACKAGE = @SWIG_PHP_DATA_TO_PACKAGE@
  463. SWIG_PHP_OPT = @SWIG_PHP_OPT@
  464. SWIG_VERSION = @SWIG_VERSION@
  465. TCLCONFIG = @TCLCONFIG@
  466. TCLINT_INCLUDES = @TCLINT_INCLUDES@
  467. TCLSH = @TCLSH@
  468. TCLSH_EXEC_PREFIX = @TCLSH_EXEC_PREFIX@
  469. TCL_CFLAGS = @TCL_CFLAGS@
  470. TCL_DEFS = @TCL_DEFS@
  471. TCL_INCLUDES = @TCL_INCLUDES@
  472. TCL_INSTALL_DIR = @TCL_INSTALL_DIR@
  473. TCL_LIBS = @TCL_LIBS@
  474. TCL_MAJOR_VERSION = @TCL_MAJOR_VERSION@
  475. TCL_MINOR_VERSION = @TCL_MINOR_VERSION@
  476. TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@
  477. TCL_PKGINDEX = @TCL_PKGINDEX@
  478. TCL_PKGINDEX_GD = @TCL_PKGINDEX_GD@
  479. TCL_PKGINDEX_SWIG = @TCL_PKGINDEX_SWIG@
  480. TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
  481. TCL_SRC_DIR = @TCL_SRC_DIR@
  482. TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
  483. TCL_VERSION = @TCL_VERSION@
  484. VERSION = @VERSION@
  485. WEBP_CFLAGS = @WEBP_CFLAGS@
  486. WEBP_LIBS = @WEBP_LIBS@
  487. XMKMF = @XMKMF@
  488. XRENDER_CFLAGS = @XRENDER_CFLAGS@
  489. XRENDER_LIBS = @XRENDER_LIBS@
  490. X_CFLAGS = @X_CFLAGS@
  491. X_EXTRA_LIBS = @X_EXTRA_LIBS@
  492. X_LIBS = @X_LIBS@
  493. X_PRE_LIBS = @X_PRE_LIBS@
  494. YACC = @YACC@
  495. YFLAGS = @YFLAGS@
  496. Z_INCLUDES = @Z_INCLUDES@
  497. Z_LIBS = @Z_LIBS@
  498. abs_builddir = @abs_builddir@
  499. abs_srcdir = @abs_srcdir@
  500. abs_top_builddir = @abs_top_builddir@
  501. abs_top_srcdir = @abs_top_srcdir@
  502. ac_ct_AR = @ac_ct_AR@
  503. ac_ct_CC = @ac_ct_CC@
  504. ac_ct_CXX = @ac_ct_CXX@
  505. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  506. ac_ct_OBJC = @ac_ct_OBJC@
  507. am__include = @am__include@
  508. am__leading_dot = @am__leading_dot@
  509. am__quote = @am__quote@
  510. am__tar = @am__tar@
  511. am__untar = @am__untar@
  512. bindir = @bindir@
  513. build = @build@
  514. build_alias = @build_alias@
  515. build_cpu = @build_cpu@
  516. build_os = @build_os@
  517. build_vendor = @build_vendor@
  518. builddir = @builddir@
  519. datadir = @datadir@
  520. datarootdir = @datarootdir@
  521. demodir = @demodir@
  522. docdir = @docdir@
  523. dvidir = @dvidir@
  524. exec_prefix = @exec_prefix@
  525. host = @host@
  526. host_alias = @host_alias@
  527. host_cpu = @host_cpu@
  528. host_os = @host_os@
  529. host_vendor = @host_vendor@
  530. htmldir = @htmldir@
  531. includedir = @includedir@
  532. infodir = @infodir@
  533. install_sh = @install_sh@
  534. libdir = @libdir@
  535. libexecdir = @libexecdir@
  536. localedir = @localedir@
  537. localstatedir = @localstatedir@
  538. ltdl_LIBOBJS = @ltdl_LIBOBJS@
  539. ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
  540. mandir = @mandir@
  541. mkdir_p = @mkdir_p@
  542. oldincludedir = @oldincludedir@
  543. pdfdir = @pdfdir@
  544. pkgconfigdir = @pkgconfigdir@
  545. prefix = @prefix@
  546. program_transform_name = @program_transform_name@
  547. psdir = @psdir@
  548. runstatedir = @runstatedir@
  549. sbindir = @sbindir@
  550. sharedstatedir = @sharedstatedir@
  551. srcdir = @srcdir@
  552. subdirs = @subdirs@
  553. sys_symbol_underscore = @sys_symbol_underscore@
  554. sysconfdir = @sysconfdir@
  555. target_alias = @target_alias@
  556. top_build_prefix = @top_build_prefix@
  557. top_builddir = @top_builddir@
  558. top_srcdir = @top_srcdir@
  559. SUBDIRS = demo
  560. pkgtcldir = $(pkglibdir)/tcl
  561. AM_CPPFLAGS = \
  562. -I$(top_srcdir) \
  563. -I$(top_srcdir)/lib \
  564. $(GDLIB_CFLAGS) $(TCL_INCLUDES)
  565. AM_CFLAGS = $(TCL_CFLAGS)
  566. man = gdtclft.3tcl
  567. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@pkgtcl_LTLIBRARIES = libgdtclft.la
  568. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@man_MANS = $(man)
  569. @ENABLE_MAN_PDFS_TRUE@@WITH_LIBGD_TRUE@@WITH_TCL_TRUE@pdf_DATA = gdtclft.3tcl.pdf
  570. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@noinst_LTLIBRARIES = libgdtclft_C.la
  571. libgdtclft_la_SOURCES = gdtclft.c
  572. libgdtclft_C_la_SOURCES = gdtclft.c
  573. libgdtclft_la_LDFLAGS = -no-undefined -module -avoid-version
  574. @WITH_LIBGD_TRUE@libgdtclft_la_LIBADD = \
  575. @WITH_LIBGD_TRUE@ $(top_builddir)/tclpkg/tclstubs/libtclstubs_C.la \
  576. @WITH_LIBGD_TRUE@ $(GDLIB_LIBS)
  577. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@BUILT_SOURCES = pkgIndex.tcl
  578. SUFFIXES = .3tcl .3tcl.pdf
  579. EXTRA_DIST = $(man)
  580. DISTCLEANFILES = $(pdf_DATA) pkgIndex.tcl
  581. all: $(BUILT_SOURCES)
  582. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  583. .SUFFIXES:
  584. .SUFFIXES: .3tcl .3tcl.pdf .c .lo .o .obj
  585. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  586. @for dep in $?; do \
  587. case '$(am__configure_deps)' in \
  588. *$$dep*) \
  589. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  590. && { if test -f $@; then exit 0; else break; fi; }; \
  591. exit 1;; \
  592. esac; \
  593. done; \
  594. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tclpkg/gdtclft/Makefile'; \
  595. $(am__cd) $(top_srcdir) && \
  596. $(AUTOMAKE) --gnu tclpkg/gdtclft/Makefile
  597. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  598. @case '$?' in \
  599. *config.status*) \
  600. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  601. *) \
  602. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  603. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  604. esac;
  605. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  606. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  607. $(top_srcdir)/configure: $(am__configure_deps)
  608. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  609. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  610. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  611. $(am__aclocal_m4_deps):
  612. clean-noinstLTLIBRARIES:
  613. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  614. @list='$(noinst_LTLIBRARIES)'; \
  615. locs=`for p in $$list; do echo $$p; done | \
  616. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  617. sort -u`; \
  618. test -z "$$locs" || { \
  619. echo rm -f $${locs}; \
  620. rm -f $${locs}; \
  621. }
  622. install-pkgtclLTLIBRARIES: $(pkgtcl_LTLIBRARIES)
  623. @$(NORMAL_INSTALL)
  624. @list='$(pkgtcl_LTLIBRARIES)'; test -n "$(pkgtcldir)" || list=; \
  625. list2=; for p in $$list; do \
  626. if test -f $$p; then \
  627. list2="$$list2 $$p"; \
  628. else :; fi; \
  629. done; \
  630. test -z "$$list2" || { \
  631. echo " $(MKDIR_P) '$(DESTDIR)$(pkgtcldir)'"; \
  632. $(MKDIR_P) "$(DESTDIR)$(pkgtcldir)" || exit 1; \
  633. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkgtcldir)'"; \
  634. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkgtcldir)"; \
  635. }
  636. uninstall-pkgtclLTLIBRARIES:
  637. @$(NORMAL_UNINSTALL)
  638. @list='$(pkgtcl_LTLIBRARIES)'; test -n "$(pkgtcldir)" || list=; \
  639. for p in $$list; do \
  640. $(am__strip_dir) \
  641. echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgtcldir)/$$f'"; \
  642. $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgtcldir)/$$f"; \
  643. done
  644. clean-pkgtclLTLIBRARIES:
  645. -test -z "$(pkgtcl_LTLIBRARIES)" || rm -f $(pkgtcl_LTLIBRARIES)
  646. @list='$(pkgtcl_LTLIBRARIES)'; \
  647. locs=`for p in $$list; do echo $$p; done | \
  648. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  649. sort -u`; \
  650. test -z "$$locs" || { \
  651. echo rm -f $${locs}; \
  652. rm -f $${locs}; \
  653. }
  654. libgdtclft.la: $(libgdtclft_la_OBJECTS) $(libgdtclft_la_DEPENDENCIES) $(EXTRA_libgdtclft_la_DEPENDENCIES)
  655. $(AM_V_CCLD)$(libgdtclft_la_LINK) $(am_libgdtclft_la_rpath) $(libgdtclft_la_OBJECTS) $(libgdtclft_la_LIBADD) $(LIBS)
  656. libgdtclft_C.la: $(libgdtclft_C_la_OBJECTS) $(libgdtclft_C_la_DEPENDENCIES) $(EXTRA_libgdtclft_C_la_DEPENDENCIES)
  657. $(AM_V_CCLD)$(LINK) $(am_libgdtclft_C_la_rpath) $(libgdtclft_C_la_OBJECTS) $(libgdtclft_C_la_LIBADD) $(LIBS)
  658. mostlyclean-compile:
  659. -rm -f *.$(OBJEXT)
  660. distclean-compile:
  661. -rm -f *.tab.c
  662. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gdtclft.Plo@am__quote@ # am--include-marker
  663. $(am__depfiles_remade):
  664. @$(MKDIR_P) $(@D)
  665. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  666. am--depfiles: $(am__depfiles_remade)
  667. .c.o:
  668. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  669. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  670. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  671. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  672. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  673. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  674. .c.obj:
  675. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  676. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  677. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  678. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  679. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  680. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  681. .c.lo:
  682. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  683. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  684. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  685. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  686. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  687. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  688. mostlyclean-libtool:
  689. -rm -f *.lo
  690. clean-libtool:
  691. -rm -rf .libs _libs
  692. install-man3: $(man_MANS)
  693. @$(NORMAL_INSTALL)
  694. @list1=''; \
  695. list2='$(man_MANS)'; \
  696. test -n "$(man3dir)" \
  697. && test -n "`echo $$list1$$list2`" \
  698. || exit 0; \
  699. echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
  700. $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
  701. { for i in $$list1; do echo "$$i"; done; \
  702. if test -n "$$list2"; then \
  703. for i in $$list2; do echo "$$i"; done \
  704. | sed -n '/\.3[a-z]*$$/p'; \
  705. fi; \
  706. } | while read p; do \
  707. if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  708. echo "$$d$$p"; echo "$$p"; \
  709. done | \
  710. sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  711. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  712. sed 'N;N;s,\n, ,g' | { \
  713. list=; while read file base inst; do \
  714. if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  715. echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
  716. $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
  717. fi; \
  718. done; \
  719. for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  720. while read files; do \
  721. test -z "$$files" || { \
  722. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
  723. $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
  724. done; }
  725. uninstall-man3:
  726. @$(NORMAL_UNINSTALL)
  727. @list=''; test -n "$(man3dir)" || exit 0; \
  728. files=`{ for i in $$list; do echo "$$i"; done; \
  729. l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  730. sed -n '/\.3[a-z]*$$/p'; \
  731. } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
  732. -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  733. dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
  734. install-pdfDATA: $(pdf_DATA)
  735. @$(NORMAL_INSTALL)
  736. @list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
  737. if test -n "$$list"; then \
  738. echo " $(MKDIR_P) '$(DESTDIR)$(pdfdir)'"; \
  739. $(MKDIR_P) "$(DESTDIR)$(pdfdir)" || exit 1; \
  740. fi; \
  741. for p in $$list; do \
  742. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  743. echo "$$d$$p"; \
  744. done | $(am__base_list) | \
  745. while read files; do \
  746. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pdfdir)'"; \
  747. $(INSTALL_DATA) $$files "$(DESTDIR)$(pdfdir)" || exit $$?; \
  748. done
  749. uninstall-pdfDATA:
  750. @$(NORMAL_UNINSTALL)
  751. @list='$(pdf_DATA)'; test -n "$(pdfdir)" || list=; \
  752. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  753. dir='$(DESTDIR)$(pdfdir)'; $(am__uninstall_files_from_dir)
  754. # This directory's subdirectories are mostly independent; you can cd
  755. # into them and run 'make' without going through this Makefile.
  756. # To change the values of 'make' variables: instead of editing Makefiles,
  757. # (1) if the variable is set in 'config.status', edit 'config.status'
  758. # (which will cause the Makefiles to be regenerated when you run 'make');
  759. # (2) otherwise, pass the desired values on the 'make' command line.
  760. $(am__recursive_targets):
  761. @fail=; \
  762. if $(am__make_keepgoing); then \
  763. failcom='fail=yes'; \
  764. else \
  765. failcom='exit 1'; \
  766. fi; \
  767. dot_seen=no; \
  768. target=`echo $@ | sed s/-recursive//`; \
  769. case "$@" in \
  770. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  771. *) list='$(SUBDIRS)' ;; \
  772. esac; \
  773. for subdir in $$list; do \
  774. echo "Making $$target in $$subdir"; \
  775. if test "$$subdir" = "."; then \
  776. dot_seen=yes; \
  777. local_target="$$target-am"; \
  778. else \
  779. local_target="$$target"; \
  780. fi; \
  781. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  782. || eval $$failcom; \
  783. done; \
  784. if test "$$dot_seen" = "no"; then \
  785. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  786. fi; test -z "$$fail"
  787. ID: $(am__tagged_files)
  788. $(am__define_uniq_tagged_files); mkid -fID $$unique
  789. tags: tags-recursive
  790. TAGS: tags
  791. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  792. set x; \
  793. here=`pwd`; \
  794. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  795. include_option=--etags-include; \
  796. empty_fix=.; \
  797. else \
  798. include_option=--include; \
  799. empty_fix=; \
  800. fi; \
  801. list='$(SUBDIRS)'; for subdir in $$list; do \
  802. if test "$$subdir" = .; then :; else \
  803. test ! -f $$subdir/TAGS || \
  804. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  805. fi; \
  806. done; \
  807. $(am__define_uniq_tagged_files); \
  808. shift; \
  809. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  810. test -n "$$unique" || unique=$$empty_fix; \
  811. if test $$# -gt 0; then \
  812. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  813. "$$@" $$unique; \
  814. else \
  815. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  816. $$unique; \
  817. fi; \
  818. fi
  819. ctags: ctags-recursive
  820. CTAGS: ctags
  821. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  822. $(am__define_uniq_tagged_files); \
  823. test -z "$(CTAGS_ARGS)$$unique" \
  824. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  825. $$unique
  826. GTAGS:
  827. here=`$(am__cd) $(top_builddir) && pwd` \
  828. && $(am__cd) $(top_srcdir) \
  829. && gtags -i $(GTAGS_ARGS) "$$here"
  830. cscopelist: cscopelist-recursive
  831. cscopelist-am: $(am__tagged_files)
  832. list='$(am__tagged_files)'; \
  833. case "$(srcdir)" in \
  834. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  835. *) sdir=$(subdir)/$(srcdir) ;; \
  836. esac; \
  837. for i in $$list; do \
  838. if test -f "$$i"; then \
  839. echo "$(subdir)/$$i"; \
  840. else \
  841. echo "$$sdir/$$i"; \
  842. fi; \
  843. done >> $(top_builddir)/cscope.files
  844. distclean-tags:
  845. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  846. distdir: $(BUILT_SOURCES)
  847. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  848. distdir-am: $(DISTFILES)
  849. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  850. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  851. list='$(DISTFILES)'; \
  852. dist_files=`for file in $$list; do echo $$file; done | \
  853. sed -e "s|^$$srcdirstrip/||;t" \
  854. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  855. case $$dist_files in \
  856. */*) $(MKDIR_P) `echo "$$dist_files" | \
  857. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  858. sort -u` ;; \
  859. esac; \
  860. for file in $$dist_files; do \
  861. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  862. if test -d $$d/$$file; then \
  863. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  864. if test -d "$(distdir)/$$file"; then \
  865. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  866. fi; \
  867. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  868. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  869. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  870. fi; \
  871. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  872. else \
  873. test -f "$(distdir)/$$file" \
  874. || cp -p $$d/$$file "$(distdir)/$$file" \
  875. || exit 1; \
  876. fi; \
  877. done
  878. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  879. if test "$$subdir" = .; then :; else \
  880. $(am__make_dryrun) \
  881. || test -d "$(distdir)/$$subdir" \
  882. || $(MKDIR_P) "$(distdir)/$$subdir" \
  883. || exit 1; \
  884. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  885. $(am__relativize); \
  886. new_distdir=$$reldir; \
  887. dir1=$$subdir; dir2="$(top_distdir)"; \
  888. $(am__relativize); \
  889. new_top_distdir=$$reldir; \
  890. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  891. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  892. ($(am__cd) $$subdir && \
  893. $(MAKE) $(AM_MAKEFLAGS) \
  894. top_distdir="$$new_top_distdir" \
  895. distdir="$$new_distdir" \
  896. am__remove_distdir=: \
  897. am__skip_length_check=: \
  898. am__skip_mode_fix=: \
  899. distdir) \
  900. || exit 1; \
  901. fi; \
  902. done
  903. check-am: all-am
  904. check: $(BUILT_SOURCES)
  905. $(MAKE) $(AM_MAKEFLAGS) check-recursive
  906. @WITH_LIBGD_FALSE@all-local:
  907. @WITH_TCL_FALSE@all-local:
  908. all-am: Makefile $(LTLIBRARIES) $(MANS) $(DATA) all-local
  909. installdirs: installdirs-recursive
  910. installdirs-am:
  911. for dir in "$(DESTDIR)$(pkgtcldir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(pdfdir)"; do \
  912. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  913. done
  914. install: $(BUILT_SOURCES)
  915. $(MAKE) $(AM_MAKEFLAGS) install-recursive
  916. install-exec: install-exec-recursive
  917. install-data: install-data-recursive
  918. uninstall: uninstall-recursive
  919. install-am: all-am
  920. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  921. installcheck: installcheck-recursive
  922. install-strip:
  923. if test -z '$(STRIP)'; then \
  924. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  925. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  926. install; \
  927. else \
  928. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  929. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  930. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  931. fi
  932. mostlyclean-generic:
  933. clean-generic:
  934. distclean-generic:
  935. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  936. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  937. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  938. maintainer-clean-generic:
  939. @echo "This command is intended for maintainers to use"
  940. @echo "it deletes files that may require special tools to rebuild."
  941. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  942. clean: clean-recursive
  943. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  944. clean-pkgtclLTLIBRARIES mostlyclean-am
  945. distclean: distclean-recursive
  946. -rm -f ./$(DEPDIR)/gdtclft.Plo
  947. -rm -f Makefile
  948. distclean-am: clean-am distclean-compile distclean-generic \
  949. distclean-tags
  950. dvi: dvi-recursive
  951. dvi-am:
  952. html: html-recursive
  953. html-am:
  954. info: info-recursive
  955. info-am:
  956. install-data-am: install-man install-pdfDATA install-pkgtclLTLIBRARIES
  957. install-dvi: install-dvi-recursive
  958. install-dvi-am:
  959. install-exec-am:
  960. install-html: install-html-recursive
  961. install-html-am:
  962. install-info: install-info-recursive
  963. install-info-am:
  964. install-man: install-man3
  965. install-pdf: install-pdf-recursive
  966. install-pdf-am:
  967. install-ps: install-ps-recursive
  968. install-ps-am:
  969. installcheck-am:
  970. maintainer-clean: maintainer-clean-recursive
  971. -rm -f ./$(DEPDIR)/gdtclft.Plo
  972. -rm -f Makefile
  973. maintainer-clean-am: distclean-am maintainer-clean-generic
  974. mostlyclean: mostlyclean-recursive
  975. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  976. mostlyclean-libtool
  977. pdf: pdf-recursive
  978. pdf-am:
  979. ps: ps-recursive
  980. ps-am:
  981. uninstall-am: uninstall-man uninstall-pdfDATA \
  982. uninstall-pkgtclLTLIBRARIES
  983. uninstall-man: uninstall-man3
  984. .MAKE: $(am__recursive_targets) all check install install-am \
  985. install-strip
  986. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \
  987. am--depfiles check check-am clean clean-generic clean-libtool \
  988. clean-noinstLTLIBRARIES clean-pkgtclLTLIBRARIES cscopelist-am \
  989. ctags ctags-am distclean distclean-compile distclean-generic \
  990. distclean-libtool distclean-tags distdir dvi dvi-am html \
  991. html-am info info-am install install-am install-data \
  992. install-data-am install-dvi install-dvi-am install-exec \
  993. install-exec-am install-html install-html-am install-info \
  994. install-info-am install-man install-man3 install-pdf \
  995. install-pdf-am install-pdfDATA install-pkgtclLTLIBRARIES \
  996. install-ps install-ps-am install-strip installcheck \
  997. installcheck-am installdirs installdirs-am maintainer-clean \
  998. maintainer-clean-generic mostlyclean mostlyclean-compile \
  999. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  1000. tags tags-am uninstall uninstall-am uninstall-man \
  1001. uninstall-man3 uninstall-pdfDATA uninstall-pkgtclLTLIBRARIES
  1002. .PRECIOUS: Makefile
  1003. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@all-local: pkgIndex.tcl
  1004. @WITH_LIBGD_TRUE@@[email protected]:
  1005. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@ python3 $(top_srcdir)/tclpkg/mkpkgindex.py \
  1006. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@ --file libgdtclft$(SHARED_LIBRARY_SUFFIX) \
  1007. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@ --name Gdtclft \
  1008. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@ --version $(VERSION)
  1009. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@test:
  1010. @WITH_LIBGD_TRUE@@WITH_TCL_TRUE@ echo 'load .libs/libgdtclft$(TCL_SHLIB_SUFFIX) Gdtclft ; cd tests ; source all' | tclsh8.3
  1011. .3tcl.3tcl.pdf:
  1012. rm -f $@; pdffile=$@; psfile=$${pdffile%pdf}ps; \
  1013. $(GROFF) -Tps -man $< > $$psfile || { rm -f $$psfile; exit 1; }; \
  1014. $(PS2PDF) $$psfile && rm -f $$psfile || { rm -f $$psfile; exit 1; }
  1015. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  1016. # Otherwise a system limit (for SysV at least) may be exceeded.
  1017. .NOEXPORT: