1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software 6 # Foundation, Inc. 7 # This Makefile.in is free software; the Free Software Foundation 8 # gives unlimited permission to copy and/or distribute it, 9 # with or without modifications, as long as this notice is preserved. 10 11 # This program is distributed in the hope that it will be useful, 12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14 # PARTICULAR PURPOSE. 15 16 @SET_MAKE@ 17 18 VPATH = @srcdir@ 19 pkgdatadir = $(datadir)/@PACKAGE@ 20 pkgincludedir = $(includedir)/@PACKAGE@ 21 pkglibdir = $(libdir)/@PACKAGE@ 22 pkglibexecdir = $(libexecdir)/@PACKAGE@ 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 24 install_sh_DATA = $(install_sh) -c -m 644 25 install_sh_PROGRAM = $(install_sh) -c 26 install_sh_SCRIPT = $(install_sh) -c 27 INSTALL_HEADER = $(INSTALL_DATA) 28 transform = $(program_transform_name) 29 NORMAL_INSTALL = : 30 PRE_INSTALL = : 31 POST_INSTALL = : 32 NORMAL_UNINSTALL = : 33 PRE_UNINSTALL = : 34 POST_UNINSTALL = : 35 build_triplet = @build@ 36 host_triplet = @host@ 37 subdir = src/script 38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 40 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 41 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 42 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 43 $(top_srcdir)/configure.ac 44 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 45 $(ACLOCAL_M4) 46 mkinstalldirs = $(install_sh) -d 47 CONFIG_HEADER = $(top_builddir)/config.h \ 48 $(top_builddir)/src/include/fst/config.h 49 CONFIG_CLEAN_FILES = 50 CONFIG_CLEAN_VPATH_FILES = 51 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 52 am__vpath_adj = case $$p in \ 53 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 54 *) f=$$p;; \ 55 esac; 56 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 57 am__install_max = 40 58 am__nobase_strip_setup = \ 59 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 60 am__nobase_strip = \ 61 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 62 am__nobase_list = $(am__nobase_strip_setup); \ 63 for p in $$list; do echo "$$p $$p"; done | \ 64 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 65 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 66 if (++n[$$2] == $(am__install_max)) \ 67 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 68 END { for (dir in files) print dir, files[dir] }' 69 am__base_list = \ 70 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 71 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 72 am__uninstall_files_from_dir = { \ 73 test -z "$$files" \ 74 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 75 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 76 $(am__cd) "$$dir" && rm -f $$files; }; \ 77 } 78 am__installdirs = "$(DESTDIR)$(libdir)" 79 LTLIBRARIES = $(lib_LTLIBRARIES) 80 libfstscript_la_LIBADD = 81 am__libfstscript_la_SOURCES_DIST = arcsort.cc closure.cc compile.cc \ 82 compose.cc concat.cc connect.cc convert.cc decode.cc \ 83 determinize.cc difference.cc draw.cc encode.cc epsnormalize.cc \ 84 equal.cc equivalent.cc fst-class.cc info.cc intersect.cc \ 85 invert.cc map.cc minimize.cc print.cc project.cc prune.cc \ 86 push.cc randequivalent.cc randgen.cc relabel.cc replace.cc \ 87 reverse.cc reweight.cc rmepsilon.cc script-impl.cc \ 88 shortest-distance.cc shortest-path.cc synchronize.cc \ 89 text-io.cc topsort.cc union.cc weight-class.cc verify.cc 90 @HAVE_SCRIPT_TRUE@am_libfstscript_la_OBJECTS = arcsort.lo closure.lo \ 91 @HAVE_SCRIPT_TRUE@ compile.lo compose.lo concat.lo connect.lo \ 92 @HAVE_SCRIPT_TRUE@ convert.lo decode.lo determinize.lo \ 93 @HAVE_SCRIPT_TRUE@ difference.lo draw.lo encode.lo \ 94 @HAVE_SCRIPT_TRUE@ epsnormalize.lo equal.lo equivalent.lo \ 95 @HAVE_SCRIPT_TRUE@ fst-class.lo info.lo intersect.lo invert.lo \ 96 @HAVE_SCRIPT_TRUE@ map.lo minimize.lo print.lo project.lo \ 97 @HAVE_SCRIPT_TRUE@ prune.lo push.lo randequivalent.lo \ 98 @HAVE_SCRIPT_TRUE@ randgen.lo relabel.lo replace.lo reverse.lo \ 99 @HAVE_SCRIPT_TRUE@ reweight.lo rmepsilon.lo script-impl.lo \ 100 @HAVE_SCRIPT_TRUE@ shortest-distance.lo shortest-path.lo \ 101 @HAVE_SCRIPT_TRUE@ synchronize.lo text-io.lo topsort.lo \ 102 @HAVE_SCRIPT_TRUE@ union.lo weight-class.lo verify.lo 103 libfstscript_la_OBJECTS = $(am_libfstscript_la_OBJECTS) 104 libfstscript_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 105 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 106 $(CXXFLAGS) $(libfstscript_la_LDFLAGS) $(LDFLAGS) -o $@ 107 @HAVE_SCRIPT_TRUE@am_libfstscript_la_rpath = -rpath $(libdir) 108 DEFAULT_INCLUDES = 109 depcomp = $(SHELL) $(top_srcdir)/depcomp 110 am__depfiles_maybe = depfiles 111 am__mv = mv -f 112 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 113 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 114 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 115 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 116 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 117 CXXLD = $(CXX) 118 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 119 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 120 $(LDFLAGS) -o $@ 121 SOURCES = $(libfstscript_la_SOURCES) 122 DIST_SOURCES = $(am__libfstscript_la_SOURCES_DIST) 123 ETAGS = etags 124 CTAGS = ctags 125 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 126 ACLOCAL = @ACLOCAL@ 127 AMTAR = @AMTAR@ 128 AR = @AR@ 129 AUTOCONF = @AUTOCONF@ 130 AUTOHEADER = @AUTOHEADER@ 131 AUTOMAKE = @AUTOMAKE@ 132 AWK = @AWK@ 133 CC = @CC@ 134 CCDEPMODE = @CCDEPMODE@ 135 CFLAGS = @CFLAGS@ 136 CPP = @CPP@ 137 CPPFLAGS = @CPPFLAGS@ 138 CXX = @CXX@ 139 CXXCPP = @CXXCPP@ 140 CXXDEPMODE = @CXXDEPMODE@ 141 CXXFLAGS = @CXXFLAGS@ 142 CYGPATH_W = @CYGPATH_W@ 143 DEFS = @DEFS@ 144 DEPDIR = @DEPDIR@ 145 DLLTOOL = @DLLTOOL@ 146 DSYMUTIL = @DSYMUTIL@ 147 DUMPBIN = @DUMPBIN@ 148 ECHO_C = @ECHO_C@ 149 ECHO_N = @ECHO_N@ 150 ECHO_T = @ECHO_T@ 151 EGREP = @EGREP@ 152 EXEEXT = @EXEEXT@ 153 FGREP = @FGREP@ 154 GREP = @GREP@ 155 INSTALL = @INSTALL@ 156 INSTALL_DATA = @INSTALL_DATA@ 157 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 158 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 160 LD = @LD@ 161 LDFLAGS = @LDFLAGS@ 162 LIBOBJS = @LIBOBJS@ 163 LIBS = @LIBS@ 164 LIBTOOL = @LIBTOOL@ 165 LIPO = @LIPO@ 166 LN_S = @LN_S@ 167 LTLIBOBJS = @LTLIBOBJS@ 168 MAKEINFO = @MAKEINFO@ 169 MANIFEST_TOOL = @MANIFEST_TOOL@ 170 MKDIR_P = @MKDIR_P@ 171 NM = @NM@ 172 NMEDIT = @NMEDIT@ 173 OBJDUMP = @OBJDUMP@ 174 OBJEXT = @OBJEXT@ 175 OTOOL = @OTOOL@ 176 OTOOL64 = @OTOOL64@ 177 PACKAGE = @PACKAGE@ 178 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 179 PACKAGE_NAME = @PACKAGE_NAME@ 180 PACKAGE_STRING = @PACKAGE_STRING@ 181 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 182 PACKAGE_URL = @PACKAGE_URL@ 183 PACKAGE_VERSION = @PACKAGE_VERSION@ 184 PATH_SEPARATOR = @PATH_SEPARATOR@ 185 RANLIB = @RANLIB@ 186 SED = @SED@ 187 SET_MAKE = @SET_MAKE@ 188 SHELL = @SHELL@ 189 STRIP = @STRIP@ 190 VERSION = @VERSION@ 191 abs_builddir = @abs_builddir@ 192 abs_srcdir = @abs_srcdir@ 193 abs_top_builddir = @abs_top_builddir@ 194 abs_top_srcdir = @abs_top_srcdir@ 195 ac_ct_AR = @ac_ct_AR@ 196 ac_ct_CC = @ac_ct_CC@ 197 ac_ct_CXX = @ac_ct_CXX@ 198 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 199 am__include = @am__include@ 200 am__leading_dot = @am__leading_dot@ 201 am__quote = @am__quote@ 202 am__tar = @am__tar@ 203 am__untar = @am__untar@ 204 bindir = @bindir@ 205 build = @build@ 206 build_alias = @build_alias@ 207 build_cpu = @build_cpu@ 208 build_os = @build_os@ 209 build_vendor = @build_vendor@ 210 builddir = @builddir@ 211 datadir = @datadir@ 212 datarootdir = @datarootdir@ 213 docdir = @docdir@ 214 dvidir = @dvidir@ 215 exec_prefix = @exec_prefix@ 216 host = @host@ 217 host_alias = @host_alias@ 218 host_cpu = @host_cpu@ 219 host_os = @host_os@ 220 host_vendor = @host_vendor@ 221 htmldir = @htmldir@ 222 includedir = @includedir@ 223 infodir = @infodir@ 224 install_sh = @install_sh@ 225 libdir = @libdir@ 226 libexecdir = @libexecdir@ 227 libfstdir = @libfstdir@ 228 localedir = @localedir@ 229 localstatedir = @localstatedir@ 230 mandir = @mandir@ 231 mkdir_p = @mkdir_p@ 232 oldincludedir = @oldincludedir@ 233 pdfdir = @pdfdir@ 234 prefix = @prefix@ 235 program_transform_name = @program_transform_name@ 236 psdir = @psdir@ 237 sbindir = @sbindir@ 238 sharedstatedir = @sharedstatedir@ 239 srcdir = @srcdir@ 240 sysconfdir = @sysconfdir@ 241 target_alias = @target_alias@ 242 top_build_prefix = @top_build_prefix@ 243 top_builddir = @top_builddir@ 244 top_srcdir = @top_srcdir@ 245 AM_CPPFLAGS = -I$(srcdir)/../include $(ICU_CPPFLAGS) 246 @HAVE_SCRIPT_TRUE@lib_LTLIBRARIES = libfstscript.la 247 @HAVE_SCRIPT_TRUE@libfstscript_la_SOURCES = arcsort.cc closure.cc compile.cc compose.cc \ 248 @HAVE_SCRIPT_TRUE (a] concat.cc connect.cc convert.cc decode.cc determinize.cc difference.cc \ 249 @HAVE_SCRIPT_TRUE (a] draw.cc encode.cc epsnormalize.cc equal.cc equivalent.cc \ 250 @HAVE_SCRIPT_TRUE (a] fst-class.cc info.cc intersect.cc invert.cc map.cc minimize.cc print.cc \ 251 @HAVE_SCRIPT_TRUE (a] project.cc prune.cc push.cc randequivalent.cc randgen.cc relabel.cc \ 252 @HAVE_SCRIPT_TRUE (a] replace.cc reverse.cc reweight.cc rmepsilon.cc script-impl.cc \ 253 @HAVE_SCRIPT_TRUE (a] shortest-distance.cc shortest-path.cc synchronize.cc text-io.cc topsort.cc \ 254 @HAVE_SCRIPT_TRUE (a] union.cc weight-class.cc verify.cc 255 256 @HAVE_SCRIPT_TRUE@libfstscript_la_LDFLAGS = -version-info 1:0:0 257 all: all-am 258 259 .SUFFIXES: 260 .SUFFIXES: .cc .lo .o .obj 261 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 262 @for dep in $?; do \ 263 case '$(am__configure_deps)' in \ 264 *$$dep*) \ 265 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 266 && { if test -f $@; then exit 0; else break; fi; }; \ 267 exit 1;; \ 268 esac; \ 269 done; \ 270 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/script/Makefile'; \ 271 $(am__cd) $(top_srcdir) && \ 272 $(AUTOMAKE) --foreign src/script/Makefile 273 .PRECIOUS: Makefile 274 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 275 @case '$?' in \ 276 *config.status*) \ 277 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 278 *) \ 279 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 280 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 281 esac; 282 283 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 284 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 285 286 $(top_srcdir)/configure: $(am__configure_deps) 287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 288 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 289 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 290 $(am__aclocal_m4_deps): 291 install-libLTLIBRARIES: $(lib_LTLIBRARIES) 292 @$(NORMAL_INSTALL) 293 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 294 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 295 list2=; for p in $$list; do \ 296 if test -f $$p; then \ 297 list2="$$list2 $$p"; \ 298 else :; fi; \ 299 done; \ 300 test -z "$$list2" || { \ 301 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ 302 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ 303 } 304 305 uninstall-libLTLIBRARIES: 306 @$(NORMAL_UNINSTALL) 307 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ 308 for p in $$list; do \ 309 $(am__strip_dir) \ 310 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ 311 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ 312 done 313 314 clean-libLTLIBRARIES: 315 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) 316 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ 317 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ 318 test "$$dir" != "$$p" || dir=.; \ 319 echo "rm -f \"$${dir}/so_locations\""; \ 320 rm -f "$${dir}/so_locations"; \ 321 done 322 libfstscript.la: $(libfstscript_la_OBJECTS) $(libfstscript_la_DEPENDENCIES) $(EXTRA_libfstscript_la_DEPENDENCIES) 323 $(libfstscript_la_LINK) $(am_libfstscript_la_rpath) $(libfstscript_la_OBJECTS) $(libfstscript_la_LIBADD) $(LIBS) 324 325 mostlyclean-compile: 326 -rm -f *.$(OBJEXT) 327 328 distclean-compile: 329 -rm -f *.tab.c 330 331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/arcsort.Plo@am__quote@ 332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/closure.Plo@am__quote@ 333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compile.Plo@am__quote@ 334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compose.Plo@am__quote@ 335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/concat.Plo@am__quote@ 336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connect.Plo@am__quote@ 337 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convert.Plo@am__quote@ 338 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode.Plo@am__quote@ 339 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/determinize.Plo@am__quote@ 340 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/difference.Plo@am__quote@ 341 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/draw.Plo@am__quote@ 342 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/encode.Plo@am__quote@ 343 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epsnormalize.Plo@am__quote@ 344 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equal.Plo@am__quote@ 345 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/equivalent.Plo@am__quote@ 346 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fst-class.Plo@am__quote@ 347 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@ 348 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/intersect.Plo@am__quote@ 349 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/invert.Plo@am__quote@ 350 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/map.Plo@am__quote@ 351 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/minimize.Plo@am__quote@ 352 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Plo@am__quote@ 353 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/project.Plo@am__quote@ 354 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prune.Plo@am__quote@ 355 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/push.Plo@am__quote@ 356 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randequivalent.Plo@am__quote@ 357 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/randgen.Plo@am__quote@ 358 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/relabel.Plo@am__quote@ 359 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/replace.Plo@am__quote@ 360 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reverse.Plo@am__quote@ 361 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reweight.Plo@am__quote@ 362 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rmepsilon.Plo@am__quote@ 363 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/script-impl.Plo@am__quote@ 364 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shortest-distance.Plo@am__quote@ 365 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shortest-path.Plo@am__quote@ 366 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synchronize.Plo@am__quote@ 367 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-io.Plo@am__quote@ 368 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/topsort.Plo@am__quote@ 369 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/union.Plo@am__quote@ 370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/verify.Plo@am__quote@ 371 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/weight-class.Plo@am__quote@ 372 373 .cc.o: 374 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 375 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 376 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 377 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 378 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 379 380 .cc.obj: 381 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 382 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 383 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 384 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 385 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 386 387 .cc.lo: 388 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 389 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 390 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 391 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 392 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< 393 394 mostlyclean-libtool: 395 -rm -f *.lo 396 397 clean-libtool: 398 -rm -rf .libs _libs 399 400 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 401 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 402 unique=`for i in $$list; do \ 403 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 404 done | \ 405 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 406 END { if (nonempty) { for (i in files) print i; }; }'`; \ 407 mkid -fID $$unique 408 tags: TAGS 409 410 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 411 $(TAGS_FILES) $(LISP) 412 set x; \ 413 here=`pwd`; \ 414 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 415 unique=`for i in $$list; do \ 416 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 417 done | \ 418 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 419 END { if (nonempty) { for (i in files) print i; }; }'`; \ 420 shift; \ 421 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 422 test -n "$$unique" || unique=$$empty_fix; \ 423 if test $$# -gt 0; then \ 424 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 425 "$$@" $$unique; \ 426 else \ 427 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 428 $$unique; \ 429 fi; \ 430 fi 431 ctags: CTAGS 432 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 433 $(TAGS_FILES) $(LISP) 434 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 435 unique=`for i in $$list; do \ 436 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 437 done | \ 438 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 439 END { if (nonempty) { for (i in files) print i; }; }'`; \ 440 test -z "$(CTAGS_ARGS)$$unique" \ 441 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 442 $$unique 443 444 GTAGS: 445 here=`$(am__cd) $(top_builddir) && pwd` \ 446 && $(am__cd) $(top_srcdir) \ 447 && gtags -i $(GTAGS_ARGS) "$$here" 448 449 distclean-tags: 450 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 451 452 distdir: $(DISTFILES) 453 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 454 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 455 list='$(DISTFILES)'; \ 456 dist_files=`for file in $$list; do echo $$file; done | \ 457 sed -e "s|^$$srcdirstrip/||;t" \ 458 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 459 case $$dist_files in \ 460 */*) $(MKDIR_P) `echo "$$dist_files" | \ 461 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 462 sort -u` ;; \ 463 esac; \ 464 for file in $$dist_files; do \ 465 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 466 if test -d $$d/$$file; then \ 467 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 468 if test -d "$(distdir)/$$file"; then \ 469 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 470 fi; \ 471 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 472 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 473 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 474 fi; \ 475 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 476 else \ 477 test -f "$(distdir)/$$file" \ 478 || cp -p $$d/$$file "$(distdir)/$$file" \ 479 || exit 1; \ 480 fi; \ 481 done 482 check-am: all-am 483 check: check-am 484 all-am: Makefile $(LTLIBRARIES) 485 installdirs: 486 for dir in "$(DESTDIR)$(libdir)"; do \ 487 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 488 done 489 install: install-am 490 install-exec: install-exec-am 491 install-data: install-data-am 492 uninstall: uninstall-am 493 494 install-am: all-am 495 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 496 497 installcheck: installcheck-am 498 install-strip: 499 if test -z '$(STRIP)'; then \ 500 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 501 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 502 install; \ 503 else \ 504 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 505 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 506 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 507 fi 508 mostlyclean-generic: 509 510 clean-generic: 511 512 distclean-generic: 513 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 514 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 515 516 maintainer-clean-generic: 517 @echo "This command is intended for maintainers to use" 518 @echo "it deletes files that may require special tools to rebuild." 519 clean: clean-am 520 521 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ 522 mostlyclean-am 523 524 distclean: distclean-am 525 -rm -rf ./$(DEPDIR) 526 -rm -f Makefile 527 distclean-am: clean-am distclean-compile distclean-generic \ 528 distclean-tags 529 530 dvi: dvi-am 531 532 dvi-am: 533 534 html: html-am 535 536 html-am: 537 538 info: info-am 539 540 info-am: 541 542 install-data-am: 543 544 install-dvi: install-dvi-am 545 546 install-dvi-am: 547 548 install-exec-am: install-libLTLIBRARIES 549 550 install-html: install-html-am 551 552 install-html-am: 553 554 install-info: install-info-am 555 556 install-info-am: 557 558 install-man: 559 560 install-pdf: install-pdf-am 561 562 install-pdf-am: 563 564 install-ps: install-ps-am 565 566 install-ps-am: 567 568 installcheck-am: 569 570 maintainer-clean: maintainer-clean-am 571 -rm -rf ./$(DEPDIR) 572 -rm -f Makefile 573 maintainer-clean-am: distclean-am maintainer-clean-generic 574 575 mostlyclean: mostlyclean-am 576 577 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 578 mostlyclean-libtool 579 580 pdf: pdf-am 581 582 pdf-am: 583 584 ps: ps-am 585 586 ps-am: 587 588 uninstall-am: uninstall-libLTLIBRARIES 589 590 .MAKE: install-am install-strip 591 592 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 593 clean-libLTLIBRARIES clean-libtool ctags distclean \ 594 distclean-compile distclean-generic distclean-libtool \ 595 distclean-tags distdir dvi dvi-am html html-am info info-am \ 596 install install-am install-data install-data-am install-dvi \ 597 install-dvi-am install-exec install-exec-am install-html \ 598 install-html-am install-info install-info-am \ 599 install-libLTLIBRARIES install-man install-pdf install-pdf-am \ 600 install-ps install-ps-am install-strip installcheck \ 601 installcheck-am installdirs maintainer-clean \ 602 maintainer-clean-generic mostlyclean mostlyclean-compile \ 603 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 604 tags uninstall uninstall-am uninstall-libLTLIBRARIES 605 606 607 # Tell versions [3.59,3.63) of GNU make to not export all variables. 608 # Otherwise a system limit (for SysV at least) may be exceeded. 609 .NOEXPORT: 610