1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91target_triplet = @target@
92subdir = src/operation/linemerge
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/macros/ax_check_compile_flag.m4 \
95	$(top_srcdir)/macros/ax_cxx_compile_stdcxx.m4 \
96	$(top_srcdir)/macros/libtool.m4 \
97	$(top_srcdir)/macros/ltoptions.m4 \
98	$(top_srcdir)/macros/ltsugar.m4 \
99	$(top_srcdir)/macros/ltversion.m4 \
100	$(top_srcdir)/macros/lt~obsolete.m4 $(top_srcdir)/configure.ac
101am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102	$(ACLOCAL_M4)
103DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
104mkinstalldirs = $(install_sh) -d
105CONFIG_HEADER = $(top_builddir)/include/config.h
106CONFIG_CLEAN_FILES =
107CONFIG_CLEAN_VPATH_FILES =
108LTLIBRARIES = $(noinst_LTLIBRARIES)
109liboplinemerge_la_DEPENDENCIES =
110am_liboplinemerge_la_OBJECTS = EdgeString.lo LineMergeDirectedEdge.lo \
111	LineMergeEdge.lo LineMergeGraph.lo LineMerger.lo \
112	LineSequencer.lo
113liboplinemerge_la_OBJECTS = $(am_liboplinemerge_la_OBJECTS)
114AM_V_lt = $(am__v_lt_@AM_V@)
115am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
116am__v_lt_0 = --silent
117am__v_lt_1 =
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo "  GEN     " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
131depcomp = $(SHELL) $(top_srcdir)/depcomp
132am__maybe_remake_depfiles = depfiles
133am__depfiles_remade = ./$(DEPDIR)/EdgeString.Plo \
134	./$(DEPDIR)/LineMergeDirectedEdge.Plo \
135	./$(DEPDIR)/LineMergeEdge.Plo ./$(DEPDIR)/LineMergeGraph.Plo \
136	./$(DEPDIR)/LineMerger.Plo ./$(DEPDIR)/LineSequencer.Plo
137am__mv = mv -f
138CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
139	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
140LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
141	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
142	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
143	$(AM_CXXFLAGS) $(CXXFLAGS)
144AM_V_CXX = $(am__v_CXX_@AM_V@)
145am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
146am__v_CXX_0 = @echo "  CXX     " $@;
147am__v_CXX_1 =
148CXXLD = $(CXX)
149CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
150	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
151	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
152AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
153am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
154am__v_CXXLD_0 = @echo "  CXXLD   " $@;
155am__v_CXXLD_1 =
156SOURCES = $(liboplinemerge_la_SOURCES)
157DIST_SOURCES = $(liboplinemerge_la_SOURCES)
158RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
159	ctags-recursive dvi-recursive html-recursive info-recursive \
160	install-data-recursive install-dvi-recursive \
161	install-exec-recursive install-html-recursive \
162	install-info-recursive install-pdf-recursive \
163	install-ps-recursive install-recursive installcheck-recursive \
164	installdirs-recursive pdf-recursive ps-recursive \
165	tags-recursive uninstall-recursive
166am__can_run_installinfo = \
167  case $$AM_UPDATE_INFO_DIR in \
168    n|no|NO) false;; \
169    *) (install-info --version) >/dev/null 2>&1;; \
170  esac
171RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
172  distclean-recursive maintainer-clean-recursive
173am__recursive_targets = \
174  $(RECURSIVE_TARGETS) \
175  $(RECURSIVE_CLEAN_TARGETS) \
176  $(am__extra_recursive_targets)
177AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
178	distdir distdir-am
179am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180# Read a list of newline-separated strings from the standard input,
181# and print each of them once, without duplicates.  Input order is
182# *not* preserved.
183am__uniquify_input = $(AWK) '\
184  BEGIN { nonempty = 0; } \
185  { items[$$0] = 1; nonempty = 1; } \
186  END { if (nonempty) { for (i in items) print i; }; } \
187'
188# Make sure the list of sources is unique.  This is necessary because,
189# e.g., the same source file might be shared among _SOURCES variables
190# for different programs/libraries.
191am__define_uniq_tagged_files = \
192  list='$(am__tagged_files)'; \
193  unique=`for i in $$list; do \
194    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
195  done | $(am__uniquify_input)`
196ETAGS = etags
197CTAGS = ctags
198DIST_SUBDIRS = $(SUBDIRS)
199am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
200DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
201am__relativize = \
202  dir0=`pwd`; \
203  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
204  sed_rest='s,^[^/]*/*,,'; \
205  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
206  sed_butlast='s,/*[^/]*$$,,'; \
207  while test -n "$$dir1"; do \
208    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
209    if test "$$first" != "."; then \
210      if test "$$first" = ".."; then \
211        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
212        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
213      else \
214        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
215        if test "$$first2" = "$$first"; then \
216          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
217        else \
218          dir2="../$$dir2"; \
219        fi; \
220        dir0="$$dir0"/"$$first"; \
221      fi; \
222    fi; \
223    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
224  done; \
225  reldir="$$dir2"
226ACLOCAL = @ACLOCAL@
227ALLOCA = @ALLOCA@
228AMTAR = @AMTAR@
229AM_CFLAGS = @AM_CFLAGS@
230AM_CXXFLAGS = @AM_CXXFLAGS@
231AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
232AR = @AR@
233AS = @AS@
234AUTOCONF = @AUTOCONF@
235AUTOHEADER = @AUTOHEADER@
236AUTOMAKE = @AUTOMAKE@
237AWK = @AWK@
238CAPI_INTERFACE_AGE = @CAPI_INTERFACE_AGE@
239CAPI_INTERFACE_CURRENT = @CAPI_INTERFACE_CURRENT@
240CAPI_INTERFACE_REVISION = @CAPI_INTERFACE_REVISION@
241CAPI_VERSION = @CAPI_VERSION@
242CAPI_VERSION_MAJOR = @CAPI_VERSION_MAJOR@
243CAPI_VERSION_MINOR = @CAPI_VERSION_MINOR@
244CAPI_VERSION_PATCH = @CAPI_VERSION_PATCH@
245CC = @CC@
246CCDEPMODE = @CCDEPMODE@
247CFLAGS = @CFLAGS@
248CPP = @CPP@
249CPPFLAGS = @CPPFLAGS@
250CXX = @CXX@
251CXXCPP = @CXXCPP@
252CXXDEPMODE = @CXXDEPMODE@
253CXXFLAGS = @CXXFLAGS@
254CYGPATH_W = @CYGPATH_W@
255DEFS = @DEFS@
256DEPDIR = @DEPDIR@
257DLLTOOL = @DLLTOOL@
258DOXYGEN_LOGFILE = @DOXYGEN_LOGFILE@
259DSYMUTIL = @DSYMUTIL@
260DUMPBIN = @DUMPBIN@
261ECHO_C = @ECHO_C@
262ECHO_N = @ECHO_N@
263ECHO_T = @ECHO_T@
264EGREP = @EGREP@
265EXEEXT = @EXEEXT@
266FGREP = @FGREP@
267GREP = @GREP@
268HAVE_CXX11 = @HAVE_CXX11@
269INLINE_FLAGS = @INLINE_FLAGS@
270INSTALL = @INSTALL@
271INSTALL_DATA = @INSTALL_DATA@
272INSTALL_PROGRAM = @INSTALL_PROGRAM@
273INSTALL_SCRIPT = @INSTALL_SCRIPT@
274INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
275JTS_PORT = @JTS_PORT@
276LD = @LD@
277LDFLAGS = @LDFLAGS@
278LIBOBJS = @LIBOBJS@
279LIBS = @LIBS@
280LIBTOOL = @LIBTOOL@
281LIPO = @LIPO@
282LN_S = @LN_S@
283LTLIBOBJS = @LTLIBOBJS@
284LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
285MAINT = @MAINT@
286MAKEINFO = @MAKEINFO@
287MANIFEST_TOOL = @MANIFEST_TOOL@
288MKDIR_P = @MKDIR_P@
289NM = @NM@
290NMEDIT = @NMEDIT@
291OBJDUMP = @OBJDUMP@
292OBJEXT = @OBJEXT@
293OTOOL = @OTOOL@
294OTOOL64 = @OTOOL64@
295PACKAGE = @PACKAGE@
296PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
297PACKAGE_NAME = @PACKAGE_NAME@
298PACKAGE_STRING = @PACKAGE_STRING@
299PACKAGE_TARNAME = @PACKAGE_TARNAME@
300PACKAGE_URL = @PACKAGE_URL@
301PACKAGE_VERSION = @PACKAGE_VERSION@
302PATH_SEPARATOR = @PATH_SEPARATOR@
303RANLIB = @RANLIB@
304SED = @SED@
305SET_MAKE = @SET_MAKE@
306SHELL = @SHELL@
307STRIP = @STRIP@
308VERSION = @VERSION@
309VERSION_MAJOR = @VERSION_MAJOR@
310VERSION_MINOR = @VERSION_MINOR@
311VERSION_PATCH = @VERSION_PATCH@
312VERSION_RELEASE = @VERSION_RELEASE@
313abs_builddir = @abs_builddir@
314abs_srcdir = @abs_srcdir@
315abs_top_builddir = @abs_top_builddir@
316abs_top_srcdir = @abs_top_srcdir@
317ac_ct_AR = @ac_ct_AR@
318ac_ct_CC = @ac_ct_CC@
319ac_ct_CXX = @ac_ct_CXX@
320ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
321am__include = @am__include@
322am__leading_dot = @am__leading_dot@
323am__quote = @am__quote@
324am__tar = @am__tar@
325am__untar = @am__untar@
326bindir = @bindir@
327build = @build@
328build_alias = @build_alias@
329build_cpu = @build_cpu@
330build_os = @build_os@
331build_vendor = @build_vendor@
332builddir = @builddir@
333datadir = @datadir@
334datarootdir = @datarootdir@
335docdir = @docdir@
336dvidir = @dvidir@
337exec_prefix = @exec_prefix@
338host = @host@
339host_alias = @host_alias@
340host_cpu = @host_cpu@
341host_os = @host_os@
342host_vendor = @host_vendor@
343htmldir = @htmldir@
344includedir = @includedir@
345infodir = @infodir@
346install_sh = @install_sh@
347libdir = @libdir@
348libexecdir = @libexecdir@
349localedir = @localedir@
350localstatedir = @localstatedir@
351mandir = @mandir@
352mkdir_p = @mkdir_p@
353oldincludedir = @oldincludedir@
354pdfdir = @pdfdir@
355prefix = @prefix@
356program_transform_name = @program_transform_name@
357psdir = @psdir@
358sbindir = @sbindir@
359sharedstatedir = @sharedstatedir@
360srcdir = @srcdir@
361sysconfdir = @sysconfdir@
362target = @target@
363target_alias = @target_alias@
364target_cpu = @target_cpu@
365target_os = @target_os@
366target_vendor = @target_vendor@
367top_build_prefix = @top_build_prefix@
368top_builddir = @top_builddir@
369top_srcdir = @top_srcdir@
370
371#
372# This file is part of project GEOS (http://trac.osgeo.org/geos/)
373#
374SUBDIRS =
375noinst_LTLIBRARIES = liboplinemerge.la
376AM_CPPFLAGS = -I$(top_srcdir)/include
377liboplinemerge_la_SOURCES = \
378	EdgeString.cpp \
379	LineMergeDirectedEdge.cpp \
380	LineMergeEdge.cpp \
381	LineMergeGraph.cpp \
382	LineMerger.cpp \
383	LineSequencer.cpp
384
385liboplinemerge_la_LIBADD =
386all: all-recursive
387
388.SUFFIXES:
389.SUFFIXES: .cpp .lo .o .obj
390$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
391	@for dep in $?; do \
392	  case '$(am__configure_deps)' in \
393	    *$$dep*) \
394	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
395	        && { if test -f $@; then exit 0; else break; fi; }; \
396	      exit 1;; \
397	  esac; \
398	done; \
399	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/operation/linemerge/Makefile'; \
400	$(am__cd) $(top_srcdir) && \
401	  $(AUTOMAKE) --gnu src/operation/linemerge/Makefile
402Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403	@case '$?' in \
404	  *config.status*) \
405	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
406	  *) \
407	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
408	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
409	esac;
410
411$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
412	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
414$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
415	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
417	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418$(am__aclocal_m4_deps):
419
420clean-noinstLTLIBRARIES:
421	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
422	@list='$(noinst_LTLIBRARIES)'; \
423	locs=`for p in $$list; do echo $$p; done | \
424	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
425	      sort -u`; \
426	test -z "$$locs" || { \
427	  echo rm -f $${locs}; \
428	  rm -f $${locs}; \
429	}
430
431liboplinemerge.la: $(liboplinemerge_la_OBJECTS) $(liboplinemerge_la_DEPENDENCIES) $(EXTRA_liboplinemerge_la_DEPENDENCIES)
432	$(AM_V_CXXLD)$(CXXLINK)  $(liboplinemerge_la_OBJECTS) $(liboplinemerge_la_LIBADD) $(LIBS)
433
434mostlyclean-compile:
435	-rm -f *.$(OBJEXT)
436
437distclean-compile:
438	-rm -f *.tab.c
439
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EdgeString.Plo@am__quote@ # am--include-marker
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LineMergeDirectedEdge.Plo@am__quote@ # am--include-marker
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LineMergeEdge.Plo@am__quote@ # am--include-marker
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LineMergeGraph.Plo@am__quote@ # am--include-marker
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LineMerger.Plo@am__quote@ # am--include-marker
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/LineSequencer.Plo@am__quote@ # am--include-marker
446
447$(am__depfiles_remade):
448	@$(MKDIR_P) $(@D)
449	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
450
451am--depfiles: $(am__depfiles_remade)
452
453.cpp.o:
454@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
455@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
456@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
457@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
459
460.cpp.obj:
461@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
462@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
463@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
464@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
466
467.cpp.lo:
468@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
469@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
470@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
471@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
473
474mostlyclean-libtool:
475	-rm -f *.lo
476
477clean-libtool:
478	-rm -rf .libs _libs
479
480# This directory's subdirectories are mostly independent; you can cd
481# into them and run 'make' without going through this Makefile.
482# To change the values of 'make' variables: instead of editing Makefiles,
483# (1) if the variable is set in 'config.status', edit 'config.status'
484#     (which will cause the Makefiles to be regenerated when you run 'make');
485# (2) otherwise, pass the desired values on the 'make' command line.
486$(am__recursive_targets):
487	@fail=; \
488	if $(am__make_keepgoing); then \
489	  failcom='fail=yes'; \
490	else \
491	  failcom='exit 1'; \
492	fi; \
493	dot_seen=no; \
494	target=`echo $@ | sed s/-recursive//`; \
495	case "$@" in \
496	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
497	  *) list='$(SUBDIRS)' ;; \
498	esac; \
499	for subdir in $$list; do \
500	  echo "Making $$target in $$subdir"; \
501	  if test "$$subdir" = "."; then \
502	    dot_seen=yes; \
503	    local_target="$$target-am"; \
504	  else \
505	    local_target="$$target"; \
506	  fi; \
507	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
508	  || eval $$failcom; \
509	done; \
510	if test "$$dot_seen" = "no"; then \
511	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
512	fi; test -z "$$fail"
513
514ID: $(am__tagged_files)
515	$(am__define_uniq_tagged_files); mkid -fID $$unique
516tags: tags-recursive
517TAGS: tags
518
519tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520	set x; \
521	here=`pwd`; \
522	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
523	  include_option=--etags-include; \
524	  empty_fix=.; \
525	else \
526	  include_option=--include; \
527	  empty_fix=; \
528	fi; \
529	list='$(SUBDIRS)'; for subdir in $$list; do \
530	  if test "$$subdir" = .; then :; else \
531	    test ! -f $$subdir/TAGS || \
532	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
533	  fi; \
534	done; \
535	$(am__define_uniq_tagged_files); \
536	shift; \
537	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
538	  test -n "$$unique" || unique=$$empty_fix; \
539	  if test $$# -gt 0; then \
540	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541	      "$$@" $$unique; \
542	  else \
543	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544	      $$unique; \
545	  fi; \
546	fi
547ctags: ctags-recursive
548
549CTAGS: ctags
550ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
551	$(am__define_uniq_tagged_files); \
552	test -z "$(CTAGS_ARGS)$$unique" \
553	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
554	     $$unique
555
556GTAGS:
557	here=`$(am__cd) $(top_builddir) && pwd` \
558	  && $(am__cd) $(top_srcdir) \
559	  && gtags -i $(GTAGS_ARGS) "$$here"
560cscopelist: cscopelist-recursive
561
562cscopelist-am: $(am__tagged_files)
563	list='$(am__tagged_files)'; \
564	case "$(srcdir)" in \
565	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
566	  *) sdir=$(subdir)/$(srcdir) ;; \
567	esac; \
568	for i in $$list; do \
569	  if test -f "$$i"; then \
570	    echo "$(subdir)/$$i"; \
571	  else \
572	    echo "$$sdir/$$i"; \
573	  fi; \
574	done >> $(top_builddir)/cscope.files
575
576distclean-tags:
577	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
578
579distdir: $(BUILT_SOURCES)
580	$(MAKE) $(AM_MAKEFLAGS) distdir-am
581
582distdir-am: $(DISTFILES)
583	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
585	list='$(DISTFILES)'; \
586	  dist_files=`for file in $$list; do echo $$file; done | \
587	  sed -e "s|^$$srcdirstrip/||;t" \
588	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
589	case $$dist_files in \
590	  */*) $(MKDIR_P) `echo "$$dist_files" | \
591			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
592			   sort -u` ;; \
593	esac; \
594	for file in $$dist_files; do \
595	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
596	  if test -d $$d/$$file; then \
597	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
598	    if test -d "$(distdir)/$$file"; then \
599	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600	    fi; \
601	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
602	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
603	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604	    fi; \
605	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
606	  else \
607	    test -f "$(distdir)/$$file" \
608	    || cp -p $$d/$$file "$(distdir)/$$file" \
609	    || exit 1; \
610	  fi; \
611	done
612	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
613	  if test "$$subdir" = .; then :; else \
614	    $(am__make_dryrun) \
615	      || test -d "$(distdir)/$$subdir" \
616	      || $(MKDIR_P) "$(distdir)/$$subdir" \
617	      || exit 1; \
618	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
619	    $(am__relativize); \
620	    new_distdir=$$reldir; \
621	    dir1=$$subdir; dir2="$(top_distdir)"; \
622	    $(am__relativize); \
623	    new_top_distdir=$$reldir; \
624	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
625	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
626	    ($(am__cd) $$subdir && \
627	      $(MAKE) $(AM_MAKEFLAGS) \
628	        top_distdir="$$new_top_distdir" \
629	        distdir="$$new_distdir" \
630		am__remove_distdir=: \
631		am__skip_length_check=: \
632		am__skip_mode_fix=: \
633	        distdir) \
634	      || exit 1; \
635	  fi; \
636	done
637check-am: all-am
638check: check-recursive
639all-am: Makefile $(LTLIBRARIES)
640installdirs: installdirs-recursive
641installdirs-am:
642install: install-recursive
643install-exec: install-exec-recursive
644install-data: install-data-recursive
645uninstall: uninstall-recursive
646
647install-am: all-am
648	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
649
650installcheck: installcheck-recursive
651install-strip:
652	if test -z '$(STRIP)'; then \
653	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
654	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
655	      install; \
656	else \
657	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
658	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
659	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
660	fi
661mostlyclean-generic:
662
663clean-generic:
664
665distclean-generic:
666	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
667	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
668
669maintainer-clean-generic:
670	@echo "This command is intended for maintainers to use"
671	@echo "it deletes files that may require special tools to rebuild."
672clean: clean-recursive
673
674clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
675	mostlyclean-am
676
677distclean: distclean-recursive
678		-rm -f ./$(DEPDIR)/EdgeString.Plo
679	-rm -f ./$(DEPDIR)/LineMergeDirectedEdge.Plo
680	-rm -f ./$(DEPDIR)/LineMergeEdge.Plo
681	-rm -f ./$(DEPDIR)/LineMergeGraph.Plo
682	-rm -f ./$(DEPDIR)/LineMerger.Plo
683	-rm -f ./$(DEPDIR)/LineSequencer.Plo
684	-rm -f Makefile
685distclean-am: clean-am distclean-compile distclean-generic \
686	distclean-tags
687
688dvi: dvi-recursive
689
690dvi-am:
691
692html: html-recursive
693
694html-am:
695
696info: info-recursive
697
698info-am:
699
700install-data-am:
701
702install-dvi: install-dvi-recursive
703
704install-dvi-am:
705
706install-exec-am:
707
708install-html: install-html-recursive
709
710install-html-am:
711
712install-info: install-info-recursive
713
714install-info-am:
715
716install-man:
717
718install-pdf: install-pdf-recursive
719
720install-pdf-am:
721
722install-ps: install-ps-recursive
723
724install-ps-am:
725
726installcheck-am:
727
728maintainer-clean: maintainer-clean-recursive
729		-rm -f ./$(DEPDIR)/EdgeString.Plo
730	-rm -f ./$(DEPDIR)/LineMergeDirectedEdge.Plo
731	-rm -f ./$(DEPDIR)/LineMergeEdge.Plo
732	-rm -f ./$(DEPDIR)/LineMergeGraph.Plo
733	-rm -f ./$(DEPDIR)/LineMerger.Plo
734	-rm -f ./$(DEPDIR)/LineSequencer.Plo
735	-rm -f Makefile
736maintainer-clean-am: distclean-am maintainer-clean-generic
737
738mostlyclean: mostlyclean-recursive
739
740mostlyclean-am: mostlyclean-compile mostlyclean-generic \
741	mostlyclean-libtool
742
743pdf: pdf-recursive
744
745pdf-am:
746
747ps: ps-recursive
748
749ps-am:
750
751uninstall-am:
752
753.MAKE: $(am__recursive_targets) install-am install-strip
754
755.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
756	am--depfiles check check-am clean clean-generic clean-libtool \
757	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
758	distclean-compile distclean-generic distclean-libtool \
759	distclean-tags distdir dvi dvi-am html html-am info info-am \
760	install install-am install-data install-data-am install-dvi \
761	install-dvi-am install-exec install-exec-am install-html \
762	install-html-am install-info install-info-am install-man \
763	install-pdf install-pdf-am install-ps install-ps-am \
764	install-strip installcheck installcheck-am installdirs \
765	installdirs-am maintainer-clean maintainer-clean-generic \
766	mostlyclean mostlyclean-compile mostlyclean-generic \
767	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
768	uninstall-am
769
770.PRECIOUS: Makefile
771
772
773# Tell versions [3.59,3.63) of GNU make to not export all variables.
774# Otherwise a system limit (for SysV at least) may be exceeded.
775.NOEXPORT:
776