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