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/extensions/const 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)$(libfstdir)" 79 LTLIBRARIES = $(libfst_LTLIBRARIES) 80 const16_fst_la_LIBADD = 81 am_const16_fst_la_OBJECTS = const16-fst.lo 82 const16_fst_la_OBJECTS = $(am_const16_fst_la_OBJECTS) 83 const16_fst_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 84 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 85 $(CXXFLAGS) $(const16_fst_la_LDFLAGS) $(LDFLAGS) -o $@ 86 const64_fst_la_LIBADD = 87 am_const64_fst_la_OBJECTS = const64-fst.lo 88 const64_fst_la_OBJECTS = $(am_const64_fst_la_OBJECTS) 89 const64_fst_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 90 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 91 $(CXXFLAGS) $(const64_fst_la_LDFLAGS) $(LDFLAGS) -o $@ 92 const8_fst_la_LIBADD = 93 am_const8_fst_la_OBJECTS = const8-fst.lo 94 const8_fst_la_OBJECTS = $(am_const8_fst_la_OBJECTS) 95 const8_fst_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 96 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 97 $(CXXFLAGS) $(const8_fst_la_LDFLAGS) $(LDFLAGS) -o $@ 98 libfstconst_la_LIBADD = 99 am_libfstconst_la_OBJECTS = const8-fst.lo const16-fst.lo \ 100 const64-fst.lo 101 libfstconst_la_OBJECTS = $(am_libfstconst_la_OBJECTS) 102 libfstconst_la_LINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) \ 103 $(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \ 104 $(CXXFLAGS) $(libfstconst_la_LDFLAGS) $(LDFLAGS) -o $@ 105 DEFAULT_INCLUDES = 106 depcomp = $(SHELL) $(top_srcdir)/depcomp 107 am__depfiles_maybe = depfiles 108 am__mv = mv -f 109 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 110 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 111 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 112 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 113 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 114 CXXLD = $(CXX) 115 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ 116 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \ 117 $(LDFLAGS) -o $@ 118 SOURCES = $(const16_fst_la_SOURCES) $(const64_fst_la_SOURCES) \ 119 $(const8_fst_la_SOURCES) $(libfstconst_la_SOURCES) 120 DIST_SOURCES = $(const16_fst_la_SOURCES) $(const64_fst_la_SOURCES) \ 121 $(const8_fst_la_SOURCES) $(libfstconst_la_SOURCES) 122 ETAGS = etags 123 CTAGS = ctags 124 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 125 ACLOCAL = @ACLOCAL@ 126 AMTAR = @AMTAR@ 127 AR = @AR@ 128 AUTOCONF = @AUTOCONF@ 129 AUTOHEADER = @AUTOHEADER@ 130 AUTOMAKE = @AUTOMAKE@ 131 AWK = @AWK@ 132 CC = @CC@ 133 CCDEPMODE = @CCDEPMODE@ 134 CFLAGS = @CFLAGS@ 135 CPP = @CPP@ 136 CPPFLAGS = @CPPFLAGS@ 137 CXX = @CXX@ 138 CXXCPP = @CXXCPP@ 139 CXXDEPMODE = @CXXDEPMODE@ 140 CXXFLAGS = @CXXFLAGS@ 141 CYGPATH_W = @CYGPATH_W@ 142 DEFS = @DEFS@ 143 DEPDIR = @DEPDIR@ 144 DLLTOOL = @DLLTOOL@ 145 DSYMUTIL = @DSYMUTIL@ 146 DUMPBIN = @DUMPBIN@ 147 ECHO_C = @ECHO_C@ 148 ECHO_N = @ECHO_N@ 149 ECHO_T = @ECHO_T@ 150 EGREP = @EGREP@ 151 EXEEXT = @EXEEXT@ 152 FGREP = @FGREP@ 153 GREP = @GREP@ 154 INSTALL = @INSTALL@ 155 INSTALL_DATA = @INSTALL_DATA@ 156 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 157 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 159 LD = @LD@ 160 LDFLAGS = @LDFLAGS@ 161 LIBOBJS = @LIBOBJS@ 162 LIBS = @LIBS@ 163 LIBTOOL = @LIBTOOL@ 164 LIPO = @LIPO@ 165 LN_S = @LN_S@ 166 LTLIBOBJS = @LTLIBOBJS@ 167 MAKEINFO = @MAKEINFO@ 168 MANIFEST_TOOL = @MANIFEST_TOOL@ 169 MKDIR_P = @MKDIR_P@ 170 NM = @NM@ 171 NMEDIT = @NMEDIT@ 172 OBJDUMP = @OBJDUMP@ 173 OBJEXT = @OBJEXT@ 174 OTOOL = @OTOOL@ 175 OTOOL64 = @OTOOL64@ 176 PACKAGE = @PACKAGE@ 177 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 178 PACKAGE_NAME = @PACKAGE_NAME@ 179 PACKAGE_STRING = @PACKAGE_STRING@ 180 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 181 PACKAGE_URL = @PACKAGE_URL@ 182 PACKAGE_VERSION = @PACKAGE_VERSION@ 183 PATH_SEPARATOR = @PATH_SEPARATOR@ 184 RANLIB = @RANLIB@ 185 SED = @SED@ 186 SET_MAKE = @SET_MAKE@ 187 SHELL = @SHELL@ 188 STRIP = @STRIP@ 189 VERSION = @VERSION@ 190 abs_builddir = @abs_builddir@ 191 abs_srcdir = @abs_srcdir@ 192 abs_top_builddir = @abs_top_builddir@ 193 abs_top_srcdir = @abs_top_srcdir@ 194 ac_ct_AR = @ac_ct_AR@ 195 ac_ct_CC = @ac_ct_CC@ 196 ac_ct_CXX = @ac_ct_CXX@ 197 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 198 am__include = @am__include@ 199 am__leading_dot = @am__leading_dot@ 200 am__quote = @am__quote@ 201 am__tar = @am__tar@ 202 am__untar = @am__untar@ 203 bindir = @bindir@ 204 build = @build@ 205 build_alias = @build_alias@ 206 build_cpu = @build_cpu@ 207 build_os = @build_os@ 208 build_vendor = @build_vendor@ 209 builddir = @builddir@ 210 datadir = @datadir@ 211 datarootdir = @datarootdir@ 212 docdir = @docdir@ 213 dvidir = @dvidir@ 214 exec_prefix = @exec_prefix@ 215 host = @host@ 216 host_alias = @host_alias@ 217 host_cpu = @host_cpu@ 218 host_os = @host_os@ 219 host_vendor = @host_vendor@ 220 htmldir = @htmldir@ 221 includedir = @includedir@ 222 infodir = @infodir@ 223 install_sh = @install_sh@ 224 libdir = @libdir@ 225 libexecdir = @libexecdir@ 226 libfstdir = @libfstdir@ 227 localedir = @localedir@ 228 localstatedir = @localstatedir@ 229 mandir = @mandir@ 230 mkdir_p = @mkdir_p@ 231 oldincludedir = @oldincludedir@ 232 pdfdir = @pdfdir@ 233 prefix = @prefix@ 234 program_transform_name = @program_transform_name@ 235 psdir = @psdir@ 236 sbindir = @sbindir@ 237 sharedstatedir = @sharedstatedir@ 238 srcdir = @srcdir@ 239 sysconfdir = @sysconfdir@ 240 target_alias = @target_alias@ 241 top_build_prefix = @top_build_prefix@ 242 top_builddir = @top_builddir@ 243 top_srcdir = @top_srcdir@ 244 AM_CPPFLAGS = -I$(srcdir)/../../include $(ICU_CPPFLAGS) 245 libfst_LTLIBRARIES = libfstconst.la const8-fst.la const16-fst.la const64-fst.la 246 libfstconst_la_SOURCES = const8-fst.cc const16-fst.cc const64-fst.cc 247 libfstconst_la_LDFLAGS = -version-info 1:0:0 248 const8_fst_la_SOURCES = const8-fst.cc 249 const8_fst_la_LDFLAGS = -module 250 const16_fst_la_SOURCES = const16-fst.cc 251 const16_fst_la_LDFLAGS = -module 252 const64_fst_la_SOURCES = const64-fst.cc 253 const64_fst_la_LDFLAGS = -module 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/extensions/const/Makefile'; \ 268 $(am__cd) $(top_srcdir) && \ 269 $(AUTOMAKE) --foreign src/extensions/const/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-libfstLTLIBRARIES: $(libfst_LTLIBRARIES) 289 @$(NORMAL_INSTALL) 290 test -z "$(libfstdir)" || $(MKDIR_P) "$(DESTDIR)$(libfstdir)" 291 @list='$(libfst_LTLIBRARIES)'; test -n "$(libfstdir)" || 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)$(libfstdir)'"; \ 299 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libfstdir)"; \ 300 } 301 302 uninstall-libfstLTLIBRARIES: 303 @$(NORMAL_UNINSTALL) 304 @list='$(libfst_LTLIBRARIES)'; test -n "$(libfstdir)" || list=; \ 305 for p in $$list; do \ 306 $(am__strip_dir) \ 307 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libfstdir)/$$f'"; \ 308 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libfstdir)/$$f"; \ 309 done 310 311 clean-libfstLTLIBRARIES: 312 -test -z "$(libfst_LTLIBRARIES)" || rm -f $(libfst_LTLIBRARIES) 313 @list='$(libfst_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 const16-fst.la: $(const16_fst_la_OBJECTS) $(const16_fst_la_DEPENDENCIES) $(EXTRA_const16_fst_la_DEPENDENCIES) 320 $(const16_fst_la_LINK) -rpath $(libfstdir) $(const16_fst_la_OBJECTS) $(const16_fst_la_LIBADD) $(LIBS) 321 const64-fst.la: $(const64_fst_la_OBJECTS) $(const64_fst_la_DEPENDENCIES) $(EXTRA_const64_fst_la_DEPENDENCIES) 322 $(const64_fst_la_LINK) -rpath $(libfstdir) $(const64_fst_la_OBJECTS) $(const64_fst_la_LIBADD) $(LIBS) 323 const8-fst.la: $(const8_fst_la_OBJECTS) $(const8_fst_la_DEPENDENCIES) $(EXTRA_const8_fst_la_DEPENDENCIES) 324 $(const8_fst_la_LINK) -rpath $(libfstdir) $(const8_fst_la_OBJECTS) $(const8_fst_la_LIBADD) $(LIBS) 325 libfstconst.la: $(libfstconst_la_OBJECTS) $(libfstconst_la_DEPENDENCIES) $(EXTRA_libfstconst_la_DEPENDENCIES) 326 $(libfstconst_la_LINK) -rpath $(libfstdir) $(libfstconst_la_OBJECTS) $(libfstconst_la_LIBADD) $(LIBS) 327 328 mostlyclean-compile: 329 -rm -f *.$(OBJEXT) 330 331 distclean-compile: 332 -rm -f *.tab.c 333 334 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const16-fst.Plo@am__quote@ 335 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const64-fst.Plo@am__quote@ 336 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/const8-fst.Plo@am__quote@ 337 338 .cc.o: 339 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 340 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 341 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 342 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 343 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $< 344 345 .cc.obj: 346 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 347 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 348 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 349 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 350 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 351 352 .cc.lo: 353 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 354 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 355 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 356 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 357 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $< 358 359 mostlyclean-libtool: 360 -rm -f *.lo 361 362 clean-libtool: 363 -rm -rf .libs _libs 364 365 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 366 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 367 unique=`for i in $$list; do \ 368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 369 done | \ 370 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 371 END { if (nonempty) { for (i in files) print i; }; }'`; \ 372 mkid -fID $$unique 373 tags: TAGS 374 375 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 376 $(TAGS_FILES) $(LISP) 377 set x; \ 378 here=`pwd`; \ 379 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 380 unique=`for i in $$list; do \ 381 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 382 done | \ 383 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 384 END { if (nonempty) { for (i in files) print i; }; }'`; \ 385 shift; \ 386 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 387 test -n "$$unique" || unique=$$empty_fix; \ 388 if test $$# -gt 0; then \ 389 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 390 "$$@" $$unique; \ 391 else \ 392 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 393 $$unique; \ 394 fi; \ 395 fi 396 ctags: CTAGS 397 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 398 $(TAGS_FILES) $(LISP) 399 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 400 unique=`for i in $$list; do \ 401 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 402 done | \ 403 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 404 END { if (nonempty) { for (i in files) print i; }; }'`; \ 405 test -z "$(CTAGS_ARGS)$$unique" \ 406 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 407 $$unique 408 409 GTAGS: 410 here=`$(am__cd) $(top_builddir) && pwd` \ 411 && $(am__cd) $(top_srcdir) \ 412 && gtags -i $(GTAGS_ARGS) "$$here" 413 414 distclean-tags: 415 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 416 417 distdir: $(DISTFILES) 418 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 419 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 420 list='$(DISTFILES)'; \ 421 dist_files=`for file in $$list; do echo $$file; done | \ 422 sed -e "s|^$$srcdirstrip/||;t" \ 423 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 424 case $$dist_files in \ 425 */*) $(MKDIR_P) `echo "$$dist_files" | \ 426 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 427 sort -u` ;; \ 428 esac; \ 429 for file in $$dist_files; do \ 430 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 431 if test -d $$d/$$file; then \ 432 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 433 if test -d "$(distdir)/$$file"; then \ 434 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 435 fi; \ 436 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 437 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 438 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 439 fi; \ 440 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 441 else \ 442 test -f "$(distdir)/$$file" \ 443 || cp -p $$d/$$file "$(distdir)/$$file" \ 444 || exit 1; \ 445 fi; \ 446 done 447 check-am: all-am 448 check: check-am 449 all-am: Makefile $(LTLIBRARIES) 450 installdirs: 451 for dir in "$(DESTDIR)$(libfstdir)"; do \ 452 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 453 done 454 install: install-am 455 install-exec: install-exec-am 456 install-data: install-data-am 457 uninstall: uninstall-am 458 459 install-am: all-am 460 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 461 462 installcheck: installcheck-am 463 install-strip: 464 if test -z '$(STRIP)'; then \ 465 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 466 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 467 install; \ 468 else \ 469 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 470 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 471 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 472 fi 473 mostlyclean-generic: 474 475 clean-generic: 476 477 distclean-generic: 478 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 479 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 480 481 maintainer-clean-generic: 482 @echo "This command is intended for maintainers to use" 483 @echo "it deletes files that may require special tools to rebuild." 484 clean: clean-am 485 486 clean-am: clean-generic clean-libfstLTLIBRARIES clean-libtool \ 487 mostlyclean-am 488 489 distclean: distclean-am 490 -rm -rf ./$(DEPDIR) 491 -rm -f Makefile 492 distclean-am: clean-am distclean-compile distclean-generic \ 493 distclean-tags 494 495 dvi: dvi-am 496 497 dvi-am: 498 499 html: html-am 500 501 html-am: 502 503 info: info-am 504 505 info-am: 506 507 install-data-am: install-libfstLTLIBRARIES 508 509 install-dvi: install-dvi-am 510 511 install-dvi-am: 512 513 install-exec-am: 514 515 install-html: install-html-am 516 517 install-html-am: 518 519 install-info: install-info-am 520 521 install-info-am: 522 523 install-man: 524 525 install-pdf: install-pdf-am 526 527 install-pdf-am: 528 529 install-ps: install-ps-am 530 531 install-ps-am: 532 533 installcheck-am: 534 535 maintainer-clean: maintainer-clean-am 536 -rm -rf ./$(DEPDIR) 537 -rm -f Makefile 538 maintainer-clean-am: distclean-am maintainer-clean-generic 539 540 mostlyclean: mostlyclean-am 541 542 mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 543 mostlyclean-libtool 544 545 pdf: pdf-am 546 547 pdf-am: 548 549 ps: ps-am 550 551 ps-am: 552 553 uninstall-am: uninstall-libfstLTLIBRARIES 554 555 .MAKE: install-am install-strip 556 557 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 558 clean-libfstLTLIBRARIES clean-libtool ctags distclean \ 559 distclean-compile distclean-generic distclean-libtool \ 560 distclean-tags distdir dvi dvi-am html html-am info info-am \ 561 install install-am install-data install-data-am install-dvi \ 562 install-dvi-am install-exec install-exec-am install-html \ 563 install-html-am install-info install-info-am \ 564 install-libfstLTLIBRARIES install-man install-pdf \ 565 install-pdf-am install-ps install-ps-am install-strip \ 566 installcheck installcheck-am installdirs maintainer-clean \ 567 maintainer-clean-generic mostlyclean mostlyclean-compile \ 568 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 569 tags uninstall uninstall-am uninstall-libfstLTLIBRARIES 570 571 572 # Tell versions [3.59,3.63) of GNU make to not export all variables. 573 # Otherwise a system limit (for SysV at least) may be exceeded. 574 .NOEXPORT: 575