Makefile.in 62 KB

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