12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223 |
- # Makefile.in generated by automake 1.16.1 from Makefile.am.
- # @configure_input@
- # Copyright (C) 1994-2018 Free Software Foundation, Inc.
- # This Makefile.in is free software; the Free Software Foundation
- # gives unlimited permission to copy and/or distribute it,
- # with or without modifications, as long as this notice is preserved.
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
- # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- # PARTICULAR PURPOSE.
- @SET_MAKE@
- VPATH = @srcdir@
- am__is_gnu_make = { \
- if test -z '$(MAKELEVEL)'; then \
- false; \
- elif test -n '$(MAKE_HOST)'; then \
- true; \
- elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
- true; \
- else \
- false; \
- fi; \
- }
- am__make_running_with_option = \
- case $${target_option-} in \
- ?) ;; \
- *) echo "am__make_running_with_option: internal error: invalid" \
- "target option '$${target_option-}' specified" >&2; \
- exit 1;; \
- esac; \
- has_opt=no; \
- sane_makeflags=$$MAKEFLAGS; \
- if $(am__is_gnu_make); then \
- sane_makeflags=$$MFLAGS; \
- else \
- case $$MAKEFLAGS in \
- *\\[\ \ ]*) \
- bs=\\; \
- sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
- | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
- esac; \
- fi; \
- skip_next=no; \
- strip_trailopt () \
- { \
- flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
- }; \
- for flg in $$sane_makeflags; do \
- test $$skip_next = yes && { skip_next=no; continue; }; \
- case $$flg in \
- *=*|--*) continue;; \
- -*I) strip_trailopt 'I'; skip_next=yes;; \
- -*I?*) strip_trailopt 'I';; \
- -*O) strip_trailopt 'O'; skip_next=yes;; \
- -*O?*) strip_trailopt 'O';; \
- -*l) strip_trailopt 'l'; skip_next=yes;; \
- -*l?*) strip_trailopt 'l';; \
- -[dEDm]) skip_next=yes;; \
- -[JT]) skip_next=yes;; \
- esac; \
- case $$flg in \
- *$$target_option*) has_opt=yes; break;; \
- esac; \
- done; \
- test $$has_opt = yes
- am__make_dryrun = (target_option=n; $(am__make_running_with_option))
- am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
- pkgdatadir = $(datadir)/@PACKAGE@
- pkgincludedir = $(includedir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
- pkglibexecdir = $(libexecdir)/@PACKAGE@
- am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
- install_sh_DATA = $(install_sh) -c -m 644
- install_sh_PROGRAM = $(install_sh) -c
- install_sh_SCRIPT = $(install_sh) -c
- INSTALL_HEADER = $(INSTALL_DATA)
- transform = $(program_transform_name)
- NORMAL_INSTALL = :
- PRE_INSTALL = :
- POST_INSTALL = :
- NORMAL_UNINSTALL = :
- PRE_UNINSTALL = :
- POST_UNINSTALL = :
- build_triplet = @build@
- host_triplet = @host@
- subdir = lib/common
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
- $(top_srcdir)/m4/ax_compare_version.m4 \
- $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
- $(top_srcdir)/m4/ax_cxx_compile_stdcxx_17.m4 \
- $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
- $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
- $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
- $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/./version.m4 \
- $(top_srcdir)/configure.ac
- am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
- $(ACLOCAL_M4)
- DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
- $(pkginclude_HEADERS) $(am__DIST_COMMON)
- mkinstalldirs = $(install_sh) -d
- CONFIG_HEADER = $(top_builddir)/config.h
- CONFIG_CLEAN_FILES =
- CONFIG_CLEAN_VPATH_FILES =
- LTLIBRARIES = $(noinst_LTLIBRARIES)
- am__DEPENDENCIES_1 =
- libcommon_C_la_DEPENDENCIES = $(top_builddir)/lib/xdot/libxdot.la \
- $(am__DEPENDENCIES_1)
- am_libcommon_C_la_OBJECTS = libcommon_C_la-arrows.lo \
- libcommon_C_la-colxlate.lo libcommon_C_la-ellipse.lo \
- libcommon_C_la-textspan.lo libcommon_C_la-textspan_lut.lo \
- libcommon_C_la-args.lo libcommon_C_la-globals.lo \
- libcommon_C_la-htmllex.lo libcommon_C_la-htmlparse.lo \
- libcommon_C_la-htmltable.lo libcommon_C_la-input.lo \
- libcommon_C_la-pointset.lo libcommon_C_la-postproc.lo \
- libcommon_C_la-routespl.lo libcommon_C_la-splines.lo \
- libcommon_C_la-psusershape.lo libcommon_C_la-timing.lo \
- libcommon_C_la-labels.lo libcommon_C_la-ns.lo \
- libcommon_C_la-shapes.lo libcommon_C_la-utils.lo \
- libcommon_C_la-geom.lo libcommon_C_la-taper.lo \
- libcommon_C_la-output.lo libcommon_C_la-emit.lo \
- libcommon_C_la-xml.lo
- libcommon_C_la_OBJECTS = $(am_libcommon_C_la_OBJECTS)
- AM_V_lt = $(am__v_lt_@AM_V@)
- am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
- am__v_lt_0 = --silent
- am__v_lt_1 =
- AM_V_P = $(am__v_P_@AM_V@)
- am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
- am__v_P_0 = false
- am__v_P_1 = :
- AM_V_GEN = $(am__v_GEN_@AM_V@)
- am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
- am__v_GEN_0 = @echo " GEN " $@;
- am__v_GEN_1 =
- AM_V_at = $(am__v_at_@AM_V@)
- am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
- am__v_at_0 = @
- am__v_at_1 =
- DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
- depcomp = $(SHELL) $(top_srcdir)/config/depcomp
- am__maybe_remake_depfiles = depfiles
- am__depfiles_remade = ./$(DEPDIR)/libcommon_C_la-args.Plo \
- ./$(DEPDIR)/libcommon_C_la-arrows.Plo \
- ./$(DEPDIR)/libcommon_C_la-colxlate.Plo \
- ./$(DEPDIR)/libcommon_C_la-ellipse.Plo \
- ./$(DEPDIR)/libcommon_C_la-emit.Plo \
- ./$(DEPDIR)/libcommon_C_la-geom.Plo \
- ./$(DEPDIR)/libcommon_C_la-globals.Plo \
- ./$(DEPDIR)/libcommon_C_la-htmllex.Plo \
- ./$(DEPDIR)/libcommon_C_la-htmlparse.Plo \
- ./$(DEPDIR)/libcommon_C_la-htmltable.Plo \
- ./$(DEPDIR)/libcommon_C_la-input.Plo \
- ./$(DEPDIR)/libcommon_C_la-labels.Plo \
- ./$(DEPDIR)/libcommon_C_la-ns.Plo \
- ./$(DEPDIR)/libcommon_C_la-output.Plo \
- ./$(DEPDIR)/libcommon_C_la-pointset.Plo \
- ./$(DEPDIR)/libcommon_C_la-postproc.Plo \
- ./$(DEPDIR)/libcommon_C_la-psusershape.Plo \
- ./$(DEPDIR)/libcommon_C_la-routespl.Plo \
- ./$(DEPDIR)/libcommon_C_la-shapes.Plo \
- ./$(DEPDIR)/libcommon_C_la-splines.Plo \
- ./$(DEPDIR)/libcommon_C_la-taper.Plo \
- ./$(DEPDIR)/libcommon_C_la-textspan.Plo \
- ./$(DEPDIR)/libcommon_C_la-textspan_lut.Plo \
- ./$(DEPDIR)/libcommon_C_la-timing.Plo \
- ./$(DEPDIR)/libcommon_C_la-utils.Plo \
- ./$(DEPDIR)/libcommon_C_la-xml.Plo
- am__mv = mv -f
- COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
- LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
- $(AM_CFLAGS) $(CFLAGS)
- AM_V_CC = $(am__v_CC_@AM_V@)
- am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
- am__v_CC_0 = @echo " CC " $@;
- am__v_CC_1 =
- CCLD = $(CC)
- LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- $(AM_LDFLAGS) $(LDFLAGS) -o $@
- AM_V_CCLD = $(am__v_CCLD_@AM_V@)
- am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
- am__v_CCLD_0 = @echo " CCLD " $@;
- am__v_CCLD_1 =
- am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
- -e s/c++$$/h++/ -e s/c$$/h/
- YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
- LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
- AM_V_YACC = $(am__v_YACC_@AM_V@)
- am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
- am__v_YACC_0 = @echo " YACC " $@;
- am__v_YACC_1 =
- YLWRAP = $(top_srcdir)/config/ylwrap
- SOURCES = $(libcommon_C_la_SOURCES)
- DIST_SOURCES = $(libcommon_C_la_SOURCES)
- am__can_run_installinfo = \
- case $$AM_UPDATE_INFO_DIR in \
- n|no|NO) false;; \
- *) (install-info --version) >/dev/null 2>&1;; \
- esac
- am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
- am__vpath_adj = case $$p in \
- $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
- *) f=$$p;; \
- esac;
- am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
- am__install_max = 40
- am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
- am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
- am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
- am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
- am__uninstall_files_from_dir = { \
- test -z "$$files" \
- || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
- || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
- $(am__cd) "$$dir" && rm -f $$files; }; \
- }
- am__installdirs = "$(DESTDIR)$(pkgincludedir)"
- HEADERS = $(noinst_HEADERS) $(pkginclude_HEADERS)
- am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
- # Read a list of newline-separated strings from the standard input,
- # and print each of them once, without duplicates. Input order is
- # *not* preserved.
- am__uniquify_input = $(AWK) '\
- BEGIN { nonempty = 0; } \
- { items[$$0] = 1; nonempty = 1; } \
- END { if (nonempty) { for (i in items) print i; }; } \
- '
- # Make sure the list of sources is unique. This is necessary because,
- # e.g., the same source file might be shared among _SOURCES variables
- # for different programs/libraries.
- am__define_uniq_tagged_files = \
- list='$(am__tagged_files)'; \
- unique=`for i in $$list; do \
- if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
- done | $(am__uniquify_input)`
- ETAGS = etags
- CTAGS = ctags
- am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
- $(top_srcdir)/config/ylwrap htmlparse.c
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- ACLOCAL = @ACLOCAL@
- AMTAR = @AMTAR@
- AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
- ANN_CFLAGS = @ANN_CFLAGS@
- ANN_LIBS = @ANN_LIBS@
- AR = @AR@
- AUTOCONF = @AUTOCONF@
- AUTOHEADER = @AUTOHEADER@
- AUTOMAKE = @AUTOMAKE@
- AWK = @AWK@
- CC = @CC@
- CCDEPMODE = @CCDEPMODE@
- CFLAGS = @CFLAGS@
- CPP = @CPP@
- CPPFLAGS = @CPPFLAGS@
- CXX = @CXX@
- CXXCPP = @CXXCPP@
- CXXDEPMODE = @CXXDEPMODE@
- CXXFLAGS = @CXXFLAGS@
- CYGPATH_W = @CYGPATH_W@
- CYGWIN = @CYGWIN@
- DARWIN = @DARWIN@
- DEFS = @DEFS@
- DEPDIR = @DEPDIR@
- DEVIL_INCLUDES = @DEVIL_INCLUDES@
- DEVIL_LIBS = @DEVIL_LIBS@
- DLLTOOL = @DLLTOOL@
- DSYMUTIL = @DSYMUTIL@
- DUMPBIN = @DUMPBIN@
- ECHO_C = @ECHO_C@
- ECHO_N = @ECHO_N@
- ECHO_T = @ECHO_T@
- EGREP = @EGREP@
- EXEEXT = @EXEEXT@
- EXPAT_CFLAGS = @EXPAT_CFLAGS@
- EXPAT_LIBS = @EXPAT_LIBS@
- FGREP = @FGREP@
- FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
- FREETYPE2_LIBS = @FREETYPE2_LIBS@
- GDIPLUS_CFLAGS = @GDIPLUS_CFLAGS@
- GDIPLUS_HEADS = @GDIPLUS_HEADS@
- GDIPLUS_LIBS = @GDIPLUS_LIBS@
- GDK_CFLAGS = @GDK_CFLAGS@
- GDK_LIBS = @GDK_LIBS@
- GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
- GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
- GDLIB_CFLAGS = @GDLIB_CFLAGS@
- GDLIB_CONFIG = @GDLIB_CONFIG@
- GDLIB_LIBS = @GDLIB_LIBS@
- GLADE_CFLAGS = @GLADE_CFLAGS@
- GLADE_LIBS = @GLADE_LIBS@
- GLUT_CFLAGS = @GLUT_CFLAGS@
- GLUT_LIBS = @GLUT_LIBS@
- GO = @GO@
- GO_INCLUDES = @GO_INCLUDES@
- GO_LIBS = @GO_LIBS@
- GRAPHVIZ_AUTHOR_EMAIL = @GRAPHVIZ_AUTHOR_EMAIL@
- GRAPHVIZ_AUTHOR_NAME = @GRAPHVIZ_AUTHOR_NAME@
- GRAPHVIZ_CHANGE_DATE = @GRAPHVIZ_CHANGE_DATE@
- GRAPHVIZ_VERSION_DATE = @GRAPHVIZ_VERSION_DATE@
- GRAPHVIZ_VERSION_MAJOR = @GRAPHVIZ_VERSION_MAJOR@
- GRAPHVIZ_VERSION_MICRO = @GRAPHVIZ_VERSION_MICRO@
- GRAPHVIZ_VERSION_MINOR = @GRAPHVIZ_VERSION_MINOR@
- GREP = @GREP@
- GROFF = @GROFF@
- GS_CFLAGS = @GS_CFLAGS@
- GS_LIBS = @GS_LIBS@
- GTKGLEXT_CFLAGS = @GTKGLEXT_CFLAGS@
- GTKGLEXT_LIBS = @GTKGLEXT_LIBS@
- GTKGL_CFLAGS = @GTKGL_CFLAGS@
- GTKGL_LIBS = @GTKGL_LIBS@
- GTK_CFLAGS = @GTK_CFLAGS@
- GTK_LIBS = @GTK_LIBS@
- GTS_CFLAGS = @GTS_CFLAGS@
- GTS_LIBS = @GTS_LIBS@
- GUILE_CFLAGS = @GUILE_CFLAGS@
- GUILE_LIBS = @GUILE_LIBS@
- GVPLUGIN_CONFIG_FILE = @GVPLUGIN_CONFIG_FILE@
- GVPLUGIN_VERSION = @GVPLUGIN_VERSION@
- GVPLUGIN_VERSION_INFO = @GVPLUGIN_VERSION_INFO@
- HAVE_CXX17 = @HAVE_CXX17@
- INCLTDL = @INCLTDL@
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- INTGOSIZE = @INTGOSIZE@
- IPSEPCOLA_INCLUDES = @IPSEPCOLA_INCLUDES@
- IPSEPCOLA_LIBS = @IPSEPCOLA_LIBS@
- JAVA = @JAVA@
- JAVASCRIPT = @JAVASCRIPT@
- JAVA_INCLUDES = @JAVA_INCLUDES@
- JAVA_LIBS = @JAVA_LIBS@
- JNI_EXTRA_LDFLAGS = @JNI_EXTRA_LDFLAGS@
- JSHEXT = @JSHEXT@
- LASI_CFLAGS = @LASI_CFLAGS@
- LASI_LIBS = @LASI_LIBS@
- LD = @LD@
- LDFLAGS = @LDFLAGS@
- LEX = @LEX@
- LEXLIB = @LEXLIB@
- LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
- LIBADD_DL = @LIBADD_DL@
- LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
- LIBADD_DLOPEN = @LIBADD_DLOPEN@
- LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
- LIBLTDL = @LIBLTDL@
- LIBOBJS = @LIBOBJS@
- LIBPOSTFIX = @LIBPOSTFIX@
- LIBS = @LIBS@
- LIBTOOL = @LIBTOOL@
- LIPO = @LIPO@
- LN_S = @LN_S@
- LTDLDEPS = @LTDLDEPS@
- LTDLINCL = @LTDLINCL@
- LTDLOPEN = @LTDLOPEN@
- LTLIBOBJS = @LTLIBOBJS@
- LT_ARGZ_H = @LT_ARGZ_H@
- LT_CONFIG_H = @LT_CONFIG_H@
- LT_DLLOADERS = @LT_DLLOADERS@
- LT_DLPREOPEN = @LT_DLPREOPEN@
- LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
- LUA = @LUA@
- LUA_INCLUDES = @LUA_INCLUDES@
- LUA_INSTALL_DIR = @LUA_INSTALL_DIR@
- LUA_LIBS = @LUA_LIBS@
- MAKEINFO = @MAKEINFO@
- MANIFEST_TOOL = @MANIFEST_TOOL@
- MATH_LIBS = @MATH_LIBS@
- MCS = @MCS@
- MINGW32 = @MINGW32@
- MKDIR_P = @MKDIR_P@
- NM = @NM@
- NMEDIT = @NMEDIT@
- OBJC = @OBJC@
- OBJCDEPMODE = @OBJCDEPMODE@
- OBJCFLAGS = @OBJCFLAGS@
- OBJDUMP = @OBJDUMP@
- OBJEXT = @OBJEXT@
- OTOOL = @OTOOL@
- OTOOL64 = @OTOOL64@
- PACKAGE = @PACKAGE@
- PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
- PACKAGE_NAME = @PACKAGE_NAME@
- PACKAGE_STRING = @PACKAGE_STRING@
- PACKAGE_TARNAME = @PACKAGE_TARNAME@
- PACKAGE_URL = @PACKAGE_URL@
- PACKAGE_VERSION = @PACKAGE_VERSION@
- PANGOCAIRO_CFLAGS = @PANGOCAIRO_CFLAGS@
- PANGOCAIRO_LIBS = @PANGOCAIRO_LIBS@
- PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
- PANGOFT2_LIBS = @PANGOFT2_LIBS@
- PATH_SEPARATOR = @PATH_SEPARATOR@
- PERL = @PERL@
- PERL_INCLUDES = @PERL_INCLUDES@
- PERL_INSTALL_DIR = @PERL_INSTALL_DIR@
- PERL_LIBS = @PERL_LIBS@
- PHP = @PHP@
- PHPCONFIG = @PHPCONFIG@
- PHP_INCLUDES = @PHP_INCLUDES@
- PHP_INSTALL_DATADIR = @PHP_INSTALL_DATADIR@
- PHP_INSTALL_DIR = @PHP_INSTALL_DIR@
- PHP_LIBS = @PHP_LIBS@
- PKG_CONFIG = @PKG_CONFIG@
- PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
- PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
- PLATFORMSDKINCLUDE = @PLATFORMSDKINCLUDE@
- PLATFORMSDKLIB = @PLATFORMSDKLIB@
- POPPLER_CFLAGS = @POPPLER_CFLAGS@
- POPPLER_LIBS = @POPPLER_LIBS@
- PS2PDF = @PS2PDF@
- PYTHON3 = @PYTHON3@
- PYTHON3_INCLUDES = @PYTHON3_INCLUDES@
- PYTHON3_INSTALL_DIR = @PYTHON3_INSTALL_DIR@
- PYTHON3_LIBS = @PYTHON3_LIBS@
- QMAKE = @QMAKE@
- QTCORE_CFLAGS = @QTCORE_CFLAGS@
- QTCORE_LIBS = @QTCORE_LIBS@
- QTGUI_CFLAGS = @QTGUI_CFLAGS@
- QTGUI_LIBS = @QTGUI_LIBS@
- QUARTZ_CFLAGS = @QUARTZ_CFLAGS@
- QUARTZ_LIBS = @QUARTZ_LIBS@
- RANLIB = @RANLIB@
- RSVG_CFLAGS = @RSVG_CFLAGS@
- RSVG_LIBS = @RSVG_LIBS@
- RUBY = @RUBY@
- RUBY_CFLAGS = @RUBY_CFLAGS@
- RUBY_INSTALL_DIR = @RUBY_INSTALL_DIR@
- RUBY_LIBS = @RUBY_LIBS@
- RUBY_VER = @RUBY_VER@
- R_CFLAGS = @R_CFLAGS@
- R_LIBS = @R_LIBS@
- SED = @SED@
- SET_MAKE = @SET_MAKE@
- SHARED_LIBRARY_SUFFIX = @SHARED_LIBRARY_SUFFIX@
- SHELL = @SHELL@
- STRIP = @STRIP@
- SWIG = @SWIG@
- SWIGJAVA_CPPFLAGS = @SWIGJAVA_CPPFLAGS@
- SWIG_PHP_DATA = @SWIG_PHP_DATA@
- SWIG_PHP_DATA_TO_PACKAGE = @SWIG_PHP_DATA_TO_PACKAGE@
- SWIG_PHP_OPT = @SWIG_PHP_OPT@
- SWIG_VERSION = @SWIG_VERSION@
- TCLCONFIG = @TCLCONFIG@
- TCLINT_INCLUDES = @TCLINT_INCLUDES@
- TCLSH = @TCLSH@
- TCLSH_EXEC_PREFIX = @TCLSH_EXEC_PREFIX@
- TCL_CFLAGS = @TCL_CFLAGS@
- TCL_DEFS = @TCL_DEFS@
- TCL_INCLUDES = @TCL_INCLUDES@
- TCL_INSTALL_DIR = @TCL_INSTALL_DIR@
- TCL_LIBS = @TCL_LIBS@
- TCL_MAJOR_VERSION = @TCL_MAJOR_VERSION@
- TCL_MINOR_VERSION = @TCL_MINOR_VERSION@
- TCL_PATCH_LEVEL = @TCL_PATCH_LEVEL@
- TCL_PKGINDEX = @TCL_PKGINDEX@
- TCL_PKGINDEX_GD = @TCL_PKGINDEX_GD@
- TCL_PKGINDEX_SWIG = @TCL_PKGINDEX_SWIG@
- TCL_SHLIB_SUFFIX = @TCL_SHLIB_SUFFIX@
- TCL_SRC_DIR = @TCL_SRC_DIR@
- TCL_STUB_LIB_SPEC = @TCL_STUB_LIB_SPEC@
- TCL_VERSION = @TCL_VERSION@
- VERSION = @VERSION@
- WEBP_CFLAGS = @WEBP_CFLAGS@
- WEBP_LIBS = @WEBP_LIBS@
- XMKMF = @XMKMF@
- XRENDER_CFLAGS = @XRENDER_CFLAGS@
- XRENDER_LIBS = @XRENDER_LIBS@
- X_CFLAGS = @X_CFLAGS@
- X_EXTRA_LIBS = @X_EXTRA_LIBS@
- X_LIBS = @X_LIBS@
- X_PRE_LIBS = @X_PRE_LIBS@
- YACC = @YACC@
- YFLAGS = @YFLAGS@
- Z_INCLUDES = @Z_INCLUDES@
- Z_LIBS = @Z_LIBS@
- abs_builddir = @abs_builddir@
- abs_srcdir = @abs_srcdir@
- abs_top_builddir = @abs_top_builddir@
- abs_top_srcdir = @abs_top_srcdir@
- ac_ct_AR = @ac_ct_AR@
- ac_ct_CC = @ac_ct_CC@
- ac_ct_CXX = @ac_ct_CXX@
- ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
- ac_ct_OBJC = @ac_ct_OBJC@
- am__include = @am__include@
- am__leading_dot = @am__leading_dot@
- am__quote = @am__quote@
- am__tar = @am__tar@
- am__untar = @am__untar@
- bindir = @bindir@
- build = @build@
- build_alias = @build_alias@
- build_cpu = @build_cpu@
- build_os = @build_os@
- build_vendor = @build_vendor@
- builddir = @builddir@
- datadir = @datadir@
- datarootdir = @datarootdir@
- demodir = @demodir@
- docdir = @docdir@
- dvidir = @dvidir@
- exec_prefix = @exec_prefix@
- host = @host@
- host_alias = @host_alias@
- host_cpu = @host_cpu@
- host_os = @host_os@
- host_vendor = @host_vendor@
- htmldir = @htmldir@
- includedir = @includedir@
- infodir = @infodir@
- install_sh = @install_sh@
- libdir = @libdir@
- libexecdir = @libexecdir@
- localedir = @localedir@
- localstatedir = @localstatedir@
- ltdl_LIBOBJS = @ltdl_LIBOBJS@
- ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
- mandir = @mandir@
- mkdir_p = @mkdir_p@
- oldincludedir = @oldincludedir@
- pdfdir = @pdfdir@
- pkgconfigdir = @pkgconfigdir@
- prefix = @prefix@
- program_transform_name = @program_transform_name@
- psdir = @psdir@
- runstatedir = @runstatedir@
- sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- srcdir = @srcdir@
- subdirs = @subdirs@
- sys_symbol_underscore = @sys_symbol_underscore@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- AM_CPPFLAGS = \
- -I$(top_srcdir)/lib \
- -I$(top_builddir)/lib \
- -I$(top_srcdir)/libltdl \
- -I$(top_srcdir)/lib/gvc \
- -I$(top_srcdir)/lib/pack \
- -I$(top_srcdir)/lib/pathplan \
- -I$(top_srcdir)/lib/cgraph \
- -I$(top_srcdir)/lib/cdt $(GD_INCLUDES) $(Z_INCLUDES)
- @WITH_WIN32_TRUE@AM_CFLAGS = -DGVC_EXPORTS
- BUILT_SOURCES = colortbl.h entities.h htmlparse.h
- pkginclude_HEADERS = arith.h geom.h color.h types.h textspan.h usershape.h
- noinst_HEADERS = boxes.h render.h utils.h \
- geomprocs.h colorprocs.h globals.h \
- const.h macros.h htmllex.h htmltable.h pointset.h \
- textspan_lut.h ps_font_equiv.h
- noinst_LTLIBRARIES = libcommon_C.la
- libcommon_C_la_SOURCES = arrows.c colxlate.c ellipse.c textspan.c textspan_lut.c \
- args.c globals.c htmllex.c htmlparse.y htmltable.c input.c \
- pointset.c postproc.c routespl.c splines.c psusershape.c \
- timing.c labels.c ns.c shapes.c utils.c geom.c taper.c \
- output.c emit.c xml.c \
- color_names
- libcommon_C_la_CPPFLAGS = $(AM_CPPFLAGS) $(EXPAT_CFLAGS)
- libcommon_C_la_LIBADD = \
- $(top_builddir)/lib/xdot/libxdot.la $(EXPAT_LIBS)
- DISTCLEANFILES = brewer_lib colortbl.h entities.h \
- htmlparse.[ch] svgcolor_lib
- EXTRA_DIST = README.imap \
- htmlparse.c htmlparse.h \
- entities.h entities.html entities.py \
- brewer_colors brewer_lib svgcolor_names svgcolor_lib \
- color_names colortbl.h \
- make_brewer_lib.py make_colortbl.py make_svgcolor_lib.py
- all: $(BUILT_SOURCES)
- $(MAKE) $(AM_MAKEFLAGS) all-am
- .SUFFIXES:
- .SUFFIXES: .c .lo .o .obj .y
- $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
- @for dep in $?; do \
- case '$(am__configure_deps)' in \
- *$$dep*) \
- ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
- && { if test -f $@; then exit 0; else break; fi; }; \
- exit 1;; \
- esac; \
- done; \
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/common/Makefile'; \
- $(am__cd) $(top_srcdir) && \
- $(AUTOMAKE) --gnu lib/common/Makefile
- Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
- @case '$?' in \
- *config.status*) \
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
- *) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
- esac;
- $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(top_srcdir)/configure: $(am__configure_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(ACLOCAL_M4): $(am__aclocal_m4_deps)
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
- $(am__aclocal_m4_deps):
- clean-noinstLTLIBRARIES:
- -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
- @list='$(noinst_LTLIBRARIES)'; \
- locs=`for p in $$list; do echo $$p; done | \
- sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
- sort -u`; \
- test -z "$$locs" || { \
- echo rm -f $${locs}; \
- rm -f $${locs}; \
- }
- libcommon_C.la: $(libcommon_C_la_OBJECTS) $(libcommon_C_la_DEPENDENCIES) $(EXTRA_libcommon_C_la_DEPENDENCIES)
- $(AM_V_CCLD)$(LINK) $(libcommon_C_la_OBJECTS) $(libcommon_C_la_LIBADD) $(LIBS)
- mostlyclean-compile:
- -rm -f *.$(OBJEXT)
- distclean-compile:
- -rm -f *.tab.c
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-args.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-arrows.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-colxlate.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-ellipse.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-emit.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-geom.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-globals.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-htmllex.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-htmlparse.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-htmltable.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-input.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-labels.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-ns.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-output.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-pointset.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-postproc.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-psusershape.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-routespl.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-shapes.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-splines.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-taper.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-textspan.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-textspan_lut.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-timing.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-utils.Plo@am__quote@ # am--include-marker
- @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_C_la-xml.Plo@am__quote@ # am--include-marker
- $(am__depfiles_remade):
- @$(MKDIR_P) $(@D)
- @echo '# dummy' >$@-t && $(am__mv) $@-t $@
- am--depfiles: $(am__depfiles_remade)
- .c.o:
- @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
- @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
- @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
- .c.obj:
- @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
- @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
- @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
- .c.lo:
- @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
- @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
- @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
- libcommon_C_la-arrows.lo: arrows.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-arrows.Tpo $(DEPDIR)/libcommon_C_la-arrows.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='arrows.c' object='libcommon_C_la-arrows.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-colxlate.lo: colxlate.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-colxlate.Tpo $(DEPDIR)/libcommon_C_la-colxlate.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='colxlate.c' object='libcommon_C_la-colxlate.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-ellipse.lo: ellipse.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-ellipse.Tpo $(DEPDIR)/libcommon_C_la-ellipse.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ellipse.c' object='libcommon_C_la-ellipse.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-textspan.lo: textspan.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-textspan.Tpo $(DEPDIR)/libcommon_C_la-textspan.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='textspan.c' object='libcommon_C_la-textspan.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-textspan_lut.lo: textspan_lut.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-textspan_lut.Tpo $(DEPDIR)/libcommon_C_la-textspan_lut.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='textspan_lut.c' object='libcommon_C_la-textspan_lut.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-args.lo: args.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-args.Tpo $(DEPDIR)/libcommon_C_la-args.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='args.c' object='libcommon_C_la-args.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-globals.lo: globals.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-globals.Tpo $(DEPDIR)/libcommon_C_la-globals.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='globals.c' object='libcommon_C_la-globals.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-htmllex.lo: htmllex.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-htmllex.Tpo $(DEPDIR)/libcommon_C_la-htmllex.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='htmllex.c' object='libcommon_C_la-htmllex.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-htmlparse.lo: htmlparse.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-htmlparse.Tpo $(DEPDIR)/libcommon_C_la-htmlparse.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='htmlparse.c' object='libcommon_C_la-htmlparse.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-htmltable.lo: htmltable.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-htmltable.Tpo $(DEPDIR)/libcommon_C_la-htmltable.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='htmltable.c' object='libcommon_C_la-htmltable.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-input.lo: input.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-input.Tpo $(DEPDIR)/libcommon_C_la-input.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='input.c' object='libcommon_C_la-input.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-pointset.lo: pointset.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-pointset.Tpo $(DEPDIR)/libcommon_C_la-pointset.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pointset.c' object='libcommon_C_la-pointset.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-postproc.lo: postproc.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-postproc.Tpo $(DEPDIR)/libcommon_C_la-postproc.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='postproc.c' object='libcommon_C_la-postproc.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-routespl.lo: routespl.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-routespl.Tpo $(DEPDIR)/libcommon_C_la-routespl.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='routespl.c' object='libcommon_C_la-routespl.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-splines.lo: splines.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-splines.Tpo $(DEPDIR)/libcommon_C_la-splines.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='splines.c' object='libcommon_C_la-splines.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-psusershape.lo: psusershape.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-psusershape.Tpo $(DEPDIR)/libcommon_C_la-psusershape.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='psusershape.c' object='libcommon_C_la-psusershape.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-timing.lo: timing.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-timing.Tpo $(DEPDIR)/libcommon_C_la-timing.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='timing.c' object='libcommon_C_la-timing.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-labels.lo: labels.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-labels.Tpo $(DEPDIR)/libcommon_C_la-labels.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='labels.c' object='libcommon_C_la-labels.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-ns.lo: ns.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-ns.Tpo $(DEPDIR)/libcommon_C_la-ns.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ns.c' object='libcommon_C_la-ns.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-shapes.lo: shapes.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-shapes.Tpo $(DEPDIR)/libcommon_C_la-shapes.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='shapes.c' object='libcommon_C_la-shapes.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-utils.lo: utils.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-utils.Tpo $(DEPDIR)/libcommon_C_la-utils.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utils.c' object='libcommon_C_la-utils.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-geom.lo: geom.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-geom.Tpo $(DEPDIR)/libcommon_C_la-geom.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='geom.c' object='libcommon_C_la-geom.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-taper.lo: taper.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-taper.Tpo $(DEPDIR)/libcommon_C_la-taper.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='taper.c' object='libcommon_C_la-taper.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-output.lo: output.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-output.Tpo $(DEPDIR)/libcommon_C_la-output.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='output.c' object='libcommon_C_la-output.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-emit.lo: emit.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-emit.Tpo $(DEPDIR)/libcommon_C_la-emit.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='emit.c' object='libcommon_C_la-emit.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- libcommon_C_la-xml.lo: xml.c
- @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
- @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_C_la-xml.Tpo $(DEPDIR)/libcommon_C_la-xml.Plo
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xml.c' object='libcommon_C_la-xml.lo' libtool=yes @AMDEPBACKSLASH@
- @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- @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
- .y.c:
- $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
- mostlyclean-libtool:
- -rm -f *.lo
- clean-libtool:
- -rm -rf .libs _libs
- install-pkgincludeHEADERS: $(pkginclude_HEADERS)
- @$(NORMAL_INSTALL)
- @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
- if test -n "$$list"; then \
- echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
- $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
- fi; \
- for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- echo "$$d$$p"; \
- done | $(am__base_list) | \
- while read files; do \
- echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
- $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
- done
- uninstall-pkgincludeHEADERS:
- @$(NORMAL_UNINSTALL)
- @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
- dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
- ID: $(am__tagged_files)
- $(am__define_uniq_tagged_files); mkid -fID $$unique
- tags: tags-am
- TAGS: tags
- tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
- set x; \
- here=`pwd`; \
- $(am__define_uniq_tagged_files); \
- shift; \
- if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
- test -n "$$unique" || unique=$$empty_fix; \
- if test $$# -gt 0; then \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- "$$@" $$unique; \
- else \
- $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$unique; \
- fi; \
- fi
- ctags: ctags-am
- CTAGS: ctags
- ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
- $(am__define_uniq_tagged_files); \
- test -z "$(CTAGS_ARGS)$$unique" \
- || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
- $$unique
- GTAGS:
- here=`$(am__cd) $(top_builddir) && pwd` \
- && $(am__cd) $(top_srcdir) \
- && gtags -i $(GTAGS_ARGS) "$$here"
- cscopelist: cscopelist-am
- cscopelist-am: $(am__tagged_files)
- list='$(am__tagged_files)'; \
- case "$(srcdir)" in \
- [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
- *) sdir=$(subdir)/$(srcdir) ;; \
- esac; \
- for i in $$list; do \
- if test -f "$$i"; then \
- echo "$(subdir)/$$i"; \
- else \
- echo "$$sdir/$$i"; \
- fi; \
- done >> $(top_builddir)/cscope.files
- distclean-tags:
- -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
- distdir: $(BUILT_SOURCES)
- $(MAKE) $(AM_MAKEFLAGS) distdir-am
- distdir-am: $(DISTFILES)
- @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
- list='$(DISTFILES)'; \
- dist_files=`for file in $$list; do echo $$file; done | \
- sed -e "s|^$$srcdirstrip/||;t" \
- -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
- case $$dist_files in \
- */*) $(MKDIR_P) `echo "$$dist_files" | \
- sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
- sort -u` ;; \
- esac; \
- for file in $$dist_files; do \
- if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
- if test -d $$d/$$file; then \
- dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
- if test -d "$(distdir)/$$file"; then \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
- cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
- find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
- fi; \
- cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
- else \
- test -f "$(distdir)/$$file" \
- || cp -p $$d/$$file "$(distdir)/$$file" \
- || exit 1; \
- fi; \
- done
- check-am: all-am
- check: $(BUILT_SOURCES)
- $(MAKE) $(AM_MAKEFLAGS) check-am
- all-am: Makefile $(LTLIBRARIES) $(HEADERS)
- installdirs:
- for dir in "$(DESTDIR)$(pkgincludedir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
- install: $(BUILT_SOURCES)
- $(MAKE) $(AM_MAKEFLAGS) install-am
- install-exec: install-exec-am
- install-data: install-data-am
- uninstall: uninstall-am
- install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
- installcheck: installcheck-am
- install-strip:
- if test -z '$(STRIP)'; then \
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- install; \
- else \
- $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
- install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
- "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
- fi
- mostlyclean-generic:
- clean-generic:
- distclean-generic:
- -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
- -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
- -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
- maintainer-clean-generic:
- @echo "This command is intended for maintainers to use"
- @echo "it deletes files that may require special tools to rebuild."
- -rm -f htmlparse.c
- -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
- clean: clean-am
- clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
- mostlyclean-am
- distclean: distclean-am
- -rm -f ./$(DEPDIR)/libcommon_C_la-args.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-arrows.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-colxlate.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-ellipse.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-emit.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-geom.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-globals.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-htmllex.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-htmlparse.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-htmltable.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-input.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-labels.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-ns.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-output.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-pointset.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-postproc.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-psusershape.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-routespl.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-shapes.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-splines.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-taper.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-textspan.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-textspan_lut.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-timing.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-utils.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-xml.Plo
- -rm -f Makefile
- distclean-am: clean-am distclean-compile distclean-generic \
- distclean-tags
- dvi: dvi-am
- dvi-am:
- html: html-am
- html-am:
- info: info-am
- info-am:
- install-data-am: install-pkgincludeHEADERS
- install-dvi: install-dvi-am
- install-dvi-am:
- install-exec-am:
- install-html: install-html-am
- install-html-am:
- install-info: install-info-am
- install-info-am:
- install-man:
- install-pdf: install-pdf-am
- install-pdf-am:
- install-ps: install-ps-am
- install-ps-am:
- installcheck-am:
- maintainer-clean: maintainer-clean-am
- -rm -f ./$(DEPDIR)/libcommon_C_la-args.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-arrows.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-colxlate.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-ellipse.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-emit.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-geom.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-globals.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-htmllex.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-htmlparse.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-htmltable.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-input.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-labels.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-ns.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-output.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-pointset.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-postproc.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-psusershape.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-routespl.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-shapes.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-splines.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-taper.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-textspan.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-textspan_lut.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-timing.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-utils.Plo
- -rm -f ./$(DEPDIR)/libcommon_C_la-xml.Plo
- -rm -f Makefile
- maintainer-clean-am: distclean-am maintainer-clean-generic
- mostlyclean: mostlyclean-am
- mostlyclean-am: mostlyclean-compile mostlyclean-generic \
- mostlyclean-libtool
- pdf: pdf-am
- pdf-am:
- ps: ps-am
- ps-am:
- uninstall-am: uninstall-pkgincludeHEADERS
- .MAKE: all check install install-am install-strip
- .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
- clean-generic clean-libtool clean-noinstLTLIBRARIES \
- cscopelist-am ctags ctags-am distclean distclean-compile \
- distclean-generic distclean-libtool distclean-tags distdir dvi \
- dvi-am html html-am info info-am install install-am \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-pkgincludeHEADERS install-ps \
- install-ps-am install-strip installcheck installcheck-am \
- installdirs maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-compile mostlyclean-generic \
- mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
- uninstall-am uninstall-pkgincludeHEADERS
- .PRECIOUS: Makefile
- colxlate.$(OBJEXT) colxlate.lo: colortbl.h
- colortbl.h: brewer_lib svgcolor_lib $(top_srcdir)/lib/common/color_names \
- $(top_srcdir)/lib/common/make_colortbl.py
- python3 $(top_srcdir)/lib/common/make_colortbl.py brewer_lib svgcolor_lib \
- $(top_srcdir)/lib/common/color_names colortbl.h
- brewer_lib: $(top_srcdir)/lib/common/brewer_colors \
- $(top_srcdir)/lib/common/make_brewer_lib.py
- python3 $(top_srcdir)/lib/common/make_brewer_lib.py \
- "$(top_srcdir)/lib/common/brewer_colors" "$@"
- svgcolor_lib: $(top_srcdir)/lib/common/svgcolor_names \
- $(top_srcdir)/lib/common/make_svgcolor_lib.py
- python3 $(top_srcdir)/lib/common/make_svgcolor_lib.py \
- "$(top_srcdir)/lib/common/svgcolor_names" "$@"
- utils.$(OBJEXT) utils.lo: entities.h
- entities.h: $(top_srcdir)/lib/common/entities.html \
- $(top_srcdir)/lib/common/entities.py
- python3 $(top_srcdir)/lib/common/entities.py "$@"
- htmllex.$(OBJEXT) htmllex.lo: htmllex.c htmllex.h htmlparse.h
- htmlparse.$(OBJEXT) htmlparse.lo: htmlparse.c htmlparse.h
- htmlparse.c htmlparse.h: $(top_srcdir)/lib/common/htmlparse.y
- $(YACC) -Wno-yacc -dv $(top_srcdir)/lib/common/htmlparse.y -o htmlparse.c
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
|