1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 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@ 91bin_PROGRAMS = generate$(EXEEXT) 92subdir = test/bsm 93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 94am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 97 $(top_srcdir)/configure.ac 98am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 99 $(ACLOCAL_M4) 100DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 101mkinstalldirs = $(install_sh) -d 102CONFIG_HEADER = $(top_builddir)/config/config.h 103CONFIG_CLEAN_FILES = 104CONFIG_CLEAN_VPATH_FILES = 105am__installdirs = "$(DESTDIR)$(bindir)" 106PROGRAMS = $(bin_PROGRAMS) 107am_generate_OBJECTS = generate.$(OBJEXT) 108generate_OBJECTS = $(am_generate_OBJECTS) 109generate_DEPENDENCIES = $(top_builddir)/libbsm/libbsm.la 110AM_V_lt = $(am__v_lt_@AM_V@) 111am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 112am__v_lt_0 = --silent 113am__v_lt_1 = 114AM_V_P = $(am__v_P_@AM_V@) 115am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 116am__v_P_0 = false 117am__v_P_1 = : 118AM_V_GEN = $(am__v_GEN_@AM_V@) 119am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 120am__v_GEN_0 = @echo " GEN " $@; 121am__v_GEN_1 = 122AM_V_at = $(am__v_at_@AM_V@) 123am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 124am__v_at_0 = @ 125am__v_at_1 = 126DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/config 127depcomp = $(SHELL) $(top_srcdir)/config/depcomp 128am__depfiles_maybe = depfiles 129am__mv = mv -f 130COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 131 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 132LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 133 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 134 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 135 $(AM_CFLAGS) $(CFLAGS) 136AM_V_CC = $(am__v_CC_@AM_V@) 137am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 138am__v_CC_0 = @echo " CC " $@; 139am__v_CC_1 = 140CCLD = $(CC) 141LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 142 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 143 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 144AM_V_CCLD = $(am__v_CCLD_@AM_V@) 145am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 146am__v_CCLD_0 = @echo " CCLD " $@; 147am__v_CCLD_1 = 148SOURCES = $(generate_SOURCES) 149DIST_SOURCES = $(generate_SOURCES) 150am__can_run_installinfo = \ 151 case $$AM_UPDATE_INFO_DIR in \ 152 n|no|NO) false;; \ 153 *) (install-info --version) >/dev/null 2>&1;; \ 154 esac 155am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 156# Read a list of newline-separated strings from the standard input, 157# and print each of them once, without duplicates. Input order is 158# *not* preserved. 159am__uniquify_input = $(AWK) '\ 160 BEGIN { nonempty = 0; } \ 161 { items[$$0] = 1; nonempty = 1; } \ 162 END { if (nonempty) { for (i in items) print i; }; } \ 163' 164# Make sure the list of sources is unique. This is necessary because, 165# e.g., the same source file might be shared among _SOURCES variables 166# for different programs/libraries. 167am__define_uniq_tagged_files = \ 168 list='$(am__tagged_files)'; \ 169 unique=`for i in $$list; do \ 170 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 171 done | $(am__uniquify_input)` 172ETAGS = etags 173CTAGS = ctags 174am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp 175DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 176ACLOCAL = @ACLOCAL@ 177AMTAR = @AMTAR@ 178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 179AR = @AR@ 180AUTOCONF = @AUTOCONF@ 181AUTOHEADER = @AUTOHEADER@ 182AUTOMAKE = @AUTOMAKE@ 183AWK = @AWK@ 184CC = @CC@ 185CCDEPMODE = @CCDEPMODE@ 186CFLAGS = @CFLAGS@ 187CPP = @CPP@ 188CPPFLAGS = @CPPFLAGS@ 189CYGPATH_W = @CYGPATH_W@ 190DEFS = @DEFS@ 191DEPDIR = @DEPDIR@ 192DLLTOOL = @DLLTOOL@ 193DSYMUTIL = @DSYMUTIL@ 194DUMPBIN = @DUMPBIN@ 195ECHO_C = @ECHO_C@ 196ECHO_N = @ECHO_N@ 197ECHO_T = @ECHO_T@ 198EGREP = @EGREP@ 199EXEEXT = @EXEEXT@ 200FGREP = @FGREP@ 201GREP = @GREP@ 202INSTALL = @INSTALL@ 203INSTALL_DATA = @INSTALL_DATA@ 204INSTALL_PROGRAM = @INSTALL_PROGRAM@ 205INSTALL_SCRIPT = @INSTALL_SCRIPT@ 206INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 207LD = @LD@ 208LDFLAGS = @LDFLAGS@ 209LEX = @LEX@ 210LEXLIB = @LEXLIB@ 211LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ 212LIBOBJS = @LIBOBJS@ 213LIBS = @LIBS@ 214LIBTOOL = @LIBTOOL@ 215LIPO = @LIPO@ 216LN_S = @LN_S@ 217LTLIBOBJS = @LTLIBOBJS@ 218LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 219MAINT = @MAINT@ 220MAKEINFO = @MAKEINFO@ 221MANIFEST_TOOL = @MANIFEST_TOOL@ 222MIG = @MIG@ 223MKDIR_P = @MKDIR_P@ 224NM = @NM@ 225NMEDIT = @NMEDIT@ 226OBJDUMP = @OBJDUMP@ 227OBJEXT = @OBJEXT@ 228OTOOL = @OTOOL@ 229OTOOL64 = @OTOOL64@ 230PACKAGE = @PACKAGE@ 231PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 232PACKAGE_NAME = @PACKAGE_NAME@ 233PACKAGE_STRING = @PACKAGE_STRING@ 234PACKAGE_TARNAME = @PACKAGE_TARNAME@ 235PACKAGE_URL = @PACKAGE_URL@ 236PACKAGE_VERSION = @PACKAGE_VERSION@ 237PATH_SEPARATOR = @PATH_SEPARATOR@ 238RANLIB = @RANLIB@ 239SED = @SED@ 240SET_MAKE = @SET_MAKE@ 241SHELL = @SHELL@ 242STRIP = @STRIP@ 243VERSION = @VERSION@ 244YACC = @YACC@ 245YFLAGS = @YFLAGS@ 246abs_builddir = @abs_builddir@ 247abs_srcdir = @abs_srcdir@ 248abs_top_builddir = @abs_top_builddir@ 249abs_top_srcdir = @abs_top_srcdir@ 250ac_ct_AR = @ac_ct_AR@ 251ac_ct_CC = @ac_ct_CC@ 252ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 253am__include = @am__include@ 254am__leading_dot = @am__leading_dot@ 255am__quote = @am__quote@ 256am__tar = @am__tar@ 257am__untar = @am__untar@ 258bindir = @bindir@ 259build = @build@ 260build_alias = @build_alias@ 261build_cpu = @build_cpu@ 262build_os = @build_os@ 263build_vendor = @build_vendor@ 264builddir = @builddir@ 265datadir = @datadir@ 266datarootdir = @datarootdir@ 267docdir = @docdir@ 268dvidir = @dvidir@ 269exec_prefix = @exec_prefix@ 270host = @host@ 271host_alias = @host_alias@ 272host_cpu = @host_cpu@ 273host_os = @host_os@ 274host_vendor = @host_vendor@ 275htmldir = @htmldir@ 276includedir = @includedir@ 277infodir = @infodir@ 278install_sh = @install_sh@ 279libdir = @libdir@ 280libexecdir = @libexecdir@ 281localedir = @localedir@ 282localstatedir = @localstatedir@ 283mandir = @mandir@ 284mkdir_p = @mkdir_p@ 285oldincludedir = @oldincludedir@ 286pdfdir = @pdfdir@ 287prefix = @prefix@ 288program_transform_name = @program_transform_name@ 289psdir = @psdir@ 290sbindir = @sbindir@ 291sharedstatedir = @sharedstatedir@ 292srcdir = @srcdir@ 293sysconfdir = @sysconfdir@ 294target_alias = @target_alias@ 295top_build_prefix = @top_build_prefix@ 296top_builddir = @top_builddir@ 297top_srcdir = @top_srcdir@ 298@USE_NATIVE_INCLUDES_FALSE@INCLUDES = -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/sys 299@USE_NATIVE_INCLUDES_TRUE@INCLUDES = -I$(top_builddir) -I$(top_srcdir) 300generate_SOURCES = generate.c 301generate_LDADD = $(top_builddir)/libbsm/libbsm.la 302all: all-am 303 304.SUFFIXES: 305.SUFFIXES: .c .lo .o .obj 306$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 307 @for dep in $?; do \ 308 case '$(am__configure_deps)' in \ 309 *$$dep*) \ 310 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 311 && { if test -f $@; then exit 0; else break; fi; }; \ 312 exit 1;; \ 313 esac; \ 314 done; \ 315 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/bsm/Makefile'; \ 316 $(am__cd) $(top_srcdir) && \ 317 $(AUTOMAKE) --foreign test/bsm/Makefile 318Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 319 @case '$?' in \ 320 *config.status*) \ 321 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 322 *) \ 323 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 324 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 325 esac; 326 327$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 328 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 329 330$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 331 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 332$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 333 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 334$(am__aclocal_m4_deps): 335install-binPROGRAMS: $(bin_PROGRAMS) 336 @$(NORMAL_INSTALL) 337 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 338 if test -n "$$list"; then \ 339 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 340 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 341 fi; \ 342 for p in $$list; do echo "$$p $$p"; done | \ 343 sed 's/$(EXEEXT)$$//' | \ 344 while read p p1; do if test -f $$p \ 345 || test -f $$p1 \ 346 ; then echo "$$p"; echo "$$p"; else :; fi; \ 347 done | \ 348 sed -e 'p;s,.*/,,;n;h' \ 349 -e 's|.*|.|' \ 350 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 351 sed 'N;N;N;s,\n, ,g' | \ 352 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 353 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 354 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 355 else { print "f", $$3 "/" $$4, $$1; } } \ 356 END { for (d in files) print "f", d, files[d] }' | \ 357 while read type dir files; do \ 358 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 359 test -z "$$files" || { \ 360 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 361 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 362 } \ 363 ; done 364 365uninstall-binPROGRAMS: 366 @$(NORMAL_UNINSTALL) 367 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 368 files=`for p in $$list; do echo "$$p"; done | \ 369 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 370 -e 's/$$/$(EXEEXT)/' \ 371 `; \ 372 test -n "$$list" || exit 0; \ 373 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 374 cd "$(DESTDIR)$(bindir)" && rm -f $$files 375 376clean-binPROGRAMS: 377 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 378 echo " rm -f" $$list; \ 379 rm -f $$list || exit $$?; \ 380 test -n "$(EXEEXT)" || exit 0; \ 381 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 382 echo " rm -f" $$list; \ 383 rm -f $$list 384 385generate$(EXEEXT): $(generate_OBJECTS) $(generate_DEPENDENCIES) $(EXTRA_generate_DEPENDENCIES) 386 @rm -f generate$(EXEEXT) 387 $(AM_V_CCLD)$(LINK) $(generate_OBJECTS) $(generate_LDADD) $(LIBS) 388 389mostlyclean-compile: 390 -rm -f *.$(OBJEXT) 391 392distclean-compile: 393 -rm -f *.tab.c 394 395@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generate.Po@am__quote@ 396 397.c.o: 398@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 399@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 400@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 401@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 402@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 403 404.c.obj: 405@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 406@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 407@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 408@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 409@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 410 411.c.lo: 412@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 413@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 414@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 415@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 416@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 417 418mostlyclean-libtool: 419 -rm -f *.lo 420 421clean-libtool: 422 -rm -rf .libs _libs 423 424ID: $(am__tagged_files) 425 $(am__define_uniq_tagged_files); mkid -fID $$unique 426tags: tags-am 427TAGS: tags 428 429tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 430 set x; \ 431 here=`pwd`; \ 432 $(am__define_uniq_tagged_files); \ 433 shift; \ 434 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 435 test -n "$$unique" || unique=$$empty_fix; \ 436 if test $$# -gt 0; then \ 437 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 438 "$$@" $$unique; \ 439 else \ 440 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 441 $$unique; \ 442 fi; \ 443 fi 444ctags: ctags-am 445 446CTAGS: ctags 447ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 448 $(am__define_uniq_tagged_files); \ 449 test -z "$(CTAGS_ARGS)$$unique" \ 450 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 451 $$unique 452 453GTAGS: 454 here=`$(am__cd) $(top_builddir) && pwd` \ 455 && $(am__cd) $(top_srcdir) \ 456 && gtags -i $(GTAGS_ARGS) "$$here" 457cscopelist: cscopelist-am 458 459cscopelist-am: $(am__tagged_files) 460 list='$(am__tagged_files)'; \ 461 case "$(srcdir)" in \ 462 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 463 *) sdir=$(subdir)/$(srcdir) ;; \ 464 esac; \ 465 for i in $$list; do \ 466 if test -f "$$i"; then \ 467 echo "$(subdir)/$$i"; \ 468 else \ 469 echo "$$sdir/$$i"; \ 470 fi; \ 471 done >> $(top_builddir)/cscope.files 472 473distclean-tags: 474 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 475 476distdir: $(DISTFILES) 477 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 478 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 479 list='$(DISTFILES)'; \ 480 dist_files=`for file in $$list; do echo $$file; done | \ 481 sed -e "s|^$$srcdirstrip/||;t" \ 482 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 483 case $$dist_files in \ 484 */*) $(MKDIR_P) `echo "$$dist_files" | \ 485 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 486 sort -u` ;; \ 487 esac; \ 488 for file in $$dist_files; do \ 489 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 490 if test -d $$d/$$file; then \ 491 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 492 if test -d "$(distdir)/$$file"; then \ 493 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 494 fi; \ 495 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 496 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 497 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 498 fi; \ 499 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 500 else \ 501 test -f "$(distdir)/$$file" \ 502 || cp -p $$d/$$file "$(distdir)/$$file" \ 503 || exit 1; \ 504 fi; \ 505 done 506check-am: all-am 507check: check-am 508all-am: Makefile $(PROGRAMS) 509installdirs: 510 for dir in "$(DESTDIR)$(bindir)"; do \ 511 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 512 done 513install: install-am 514install-exec: install-exec-am 515install-data: install-data-am 516uninstall: uninstall-am 517 518install-am: all-am 519 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 520 521installcheck: installcheck-am 522install-strip: 523 if test -z '$(STRIP)'; then \ 524 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 525 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 526 install; \ 527 else \ 528 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 529 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 530 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 531 fi 532mostlyclean-generic: 533 534clean-generic: 535 536distclean-generic: 537 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 538 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 539 540maintainer-clean-generic: 541 @echo "This command is intended for maintainers to use" 542 @echo "it deletes files that may require special tools to rebuild." 543clean: clean-am 544 545clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 546 547distclean: distclean-am 548 -rm -rf ./$(DEPDIR) 549 -rm -f Makefile 550distclean-am: clean-am distclean-compile distclean-generic \ 551 distclean-tags 552 553dvi: dvi-am 554 555dvi-am: 556 557html: html-am 558 559html-am: 560 561info: info-am 562 563info-am: 564 565install-data-am: 566 567install-dvi: install-dvi-am 568 569install-dvi-am: 570 571install-exec-am: install-binPROGRAMS 572 573install-html: install-html-am 574 575install-html-am: 576 577install-info: install-info-am 578 579install-info-am: 580 581install-man: 582 583install-pdf: install-pdf-am 584 585install-pdf-am: 586 587install-ps: install-ps-am 588 589install-ps-am: 590 591installcheck-am: 592 593maintainer-clean: maintainer-clean-am 594 -rm -rf ./$(DEPDIR) 595 -rm -f Makefile 596maintainer-clean-am: distclean-am maintainer-clean-generic 597 598mostlyclean: mostlyclean-am 599 600mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 601 mostlyclean-libtool 602 603pdf: pdf-am 604 605pdf-am: 606 607ps: ps-am 608 609ps-am: 610 611uninstall-am: uninstall-binPROGRAMS 612 613.MAKE: install-am install-strip 614 615.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 616 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ 617 ctags ctags-am distclean distclean-compile distclean-generic \ 618 distclean-libtool distclean-tags distdir dvi dvi-am html \ 619 html-am info info-am install install-am install-binPROGRAMS \ 620 install-data install-data-am install-dvi install-dvi-am \ 621 install-exec install-exec-am install-html install-html-am \ 622 install-info install-info-am install-man install-pdf \ 623 install-pdf-am install-ps install-ps-am install-strip \ 624 installcheck installcheck-am installdirs maintainer-clean \ 625 maintainer-clean-generic mostlyclean mostlyclean-compile \ 626 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 627 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS 628 629.PRECIOUS: Makefile 630 631 632# Tell versions [3.59,3.63) of GNU make to not export all variables. 633# Otherwise a system limit (for SysV at least) may be exceeded. 634.NOEXPORT: 635