Changeset ef7d253 for src/libcfa
- Timestamp:
- Jun 14, 2016, 11:12:40 AM (9 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 600b6c2
- Parents:
- 3dcd347a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.in
r3dcd347a ref7d253 1 # Makefile.in generated by automake 1.1 1.3from Makefile.am.1 # Makefile.in generated by automake 1.14.1 from Makefile.am. 2 2 # @configure_input@ 3 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. 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 7 6 # This Makefile.in is free software; the Free Software Foundation 8 7 # gives unlimited permission to copy and/or distribute it, … … 22 21 23 22 VPATH = @srcdir@ 23 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 24 am__make_running_with_option = \ 25 case $${target_option-} in \ 26 ?) ;; \ 27 *) echo "am__make_running_with_option: internal error: invalid" \ 28 "target option '$${target_option-}' specified" >&2; \ 29 exit 1;; \ 30 esac; \ 31 has_opt=no; \ 32 sane_makeflags=$$MAKEFLAGS; \ 33 if $(am__is_gnu_make); then \ 34 sane_makeflags=$$MFLAGS; \ 35 else \ 36 case $$MAKEFLAGS in \ 37 *\\[\ \ ]*) \ 38 bs=\\; \ 39 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 40 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 41 esac; \ 42 fi; \ 43 skip_next=no; \ 44 strip_trailopt () \ 45 { \ 46 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 47 }; \ 48 for flg in $$sane_makeflags; do \ 49 test $$skip_next = yes && { skip_next=no; continue; }; \ 50 case $$flg in \ 51 *=*|--*) continue;; \ 52 -*I) strip_trailopt 'I'; skip_next=yes;; \ 53 -*I?*) strip_trailopt 'I';; \ 54 -*O) strip_trailopt 'O'; skip_next=yes;; \ 55 -*O?*) strip_trailopt 'O';; \ 56 -*l) strip_trailopt 'l'; skip_next=yes;; \ 57 -*l?*) strip_trailopt 'l';; \ 58 -[dEDm]) skip_next=yes;; \ 59 -[JT]) skip_next=yes;; \ 60 esac; \ 61 case $$flg in \ 62 *$$target_option*) has_opt=yes; break;; \ 63 esac; \ 64 done; \ 65 test $$has_opt = yes 66 am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 67 am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 24 68 pkgdatadir = $(datadir)/@PACKAGE@ 25 69 pkgincludedir = $(includedir)/@PACKAGE@ … … 39 83 POST_UNINSTALL = : 40 84 subdir = src/libcfa 41 DIST_COMMON = $( include_HEADERS)$(srcdir)/Makefile.am \42 $( srcdir)/Makefile.in85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 86 $(top_srcdir)/automake/depcomp $(include_HEADERS) 43 87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 44 88 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 81 125 AR = ar 82 126 ARFLAGS = cru 127 AM_V_AR = $(am__v_AR_@AM_V@) 128 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) 129 am__v_AR_0 = @echo " AR " $@; 130 am__v_AR_1 = 83 131 libcfa_a_AR = $(AR) $(ARFLAGS) 84 132 libcfa_a_LIBADD = … … 88 136 am_libcfa_a_OBJECTS = libcfa-prelude.$(OBJEXT) $(am__objects_1) 89 137 libcfa_a_OBJECTS = $(am_libcfa_a_OBJECTS) 138 AM_V_P = $(am__v_P_@AM_V@) 139 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 140 am__v_P_0 = false 141 am__v_P_1 = : 142 AM_V_GEN = $(am__v_GEN_@AM_V@) 143 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 144 am__v_GEN_0 = @echo " GEN " $@; 145 am__v_GEN_1 = 146 AM_V_at = $(am__v_at_@AM_V@) 147 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 148 am__v_at_0 = @ 149 am__v_at_1 = 90 150 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 91 151 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp … … 94 154 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 95 155 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 156 AM_V_CC = $(am__v_CC_@AM_V@) 157 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 158 am__v_CC_0 = @echo " CC " $@; 159 am__v_CC_1 = 96 160 CCLD = $(CC) 97 161 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 162 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 163 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 164 am__v_CCLD_0 = @echo " CCLD " $@; 165 am__v_CCLD_1 = 98 166 SOURCES = $(libcfa_a_SOURCES) 99 167 DIST_SOURCES = $(libcfa_a_SOURCES) 168 am__can_run_installinfo = \ 169 case $$AM_UPDATE_INFO_DIR in \ 170 n|no|NO) false;; \ 171 *) (install-info --version) >/dev/null 2>&1;; \ 172 esac 100 173 DATA = $(cfalib_DATA) 101 174 HEADERS = $(include_HEADERS) 175 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 176 # Read a list of newline-separated strings from the standard input, 177 # and print each of them once, without duplicates. Input order is 178 # *not* preserved. 179 am__uniquify_input = $(AWK) '\ 180 BEGIN { nonempty = 0; } \ 181 { items[$$0] = 1; nonempty = 1; } \ 182 END { if (nonempty) { for (i in items) print i; }; } \ 183 ' 184 # Make sure the list of sources is unique. This is necessary because, 185 # e.g., the same source file might be shared among _SOURCES variables 186 # for different programs/libraries. 187 am__define_uniq_tagged_files = \ 188 list='$(am__tagged_files)'; \ 189 unique=`for i in $$list; do \ 190 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 191 done | $(am__uniquify_input)` 102 192 ETAGS = etags 103 193 CTAGS = ctags … … 106 196 ALLOCA = @ALLOCA@ 107 197 AMTAR = @AMTAR@ 198 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 108 199 AUTOCONF = @AUTOCONF@ 109 200 AUTOHEADER = @AUTOHEADER@ … … 255 346 install-libLIBRARIES: $(lib_LIBRARIES) 256 347 @$(NORMAL_INSTALL) 257 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"258 348 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 259 349 list2=; for p in $$list; do \ … … 263 353 done; \ 264 354 test -z "$$list2" || { \ 355 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ 356 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ 265 357 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \ 266 358 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } … … 283 375 clean-libLIBRARIES: 284 376 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) 377 285 378 libcfa.a: $(libcfa_a_OBJECTS) $(libcfa_a_DEPENDENCIES) $(EXTRA_libcfa_a_DEPENDENCIES) 286 -rm -f libcfa.a287 $( libcfa_a_AR) libcfa.a $(libcfa_a_OBJECTS) $(libcfa_a_LIBADD)288 $( RANLIB) libcfa.a379 $(AM_V_at)-rm -f libcfa.a 380 $(AM_V_AR)$(libcfa_a_AR) libcfa.a $(libcfa_a_OBJECTS) $(libcfa_a_LIBADD) 381 $(AM_V_at)$(RANLIB) libcfa.a 289 382 290 383 mostlyclean-compile: … … 304 397 305 398 .c.o: 306 @am__fastdepCC_TRUE@ $( COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<307 @am__fastdepCC_TRUE@ $( am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po308 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@399 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 400 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 401 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 309 402 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 310 @am__fastdepCC_FALSE@ $( COMPILE) -c$<403 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 311 404 312 405 .c.obj: 313 @am__fastdepCC_TRUE@ $( COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`314 @am__fastdepCC_TRUE@ $( am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po315 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@406 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 407 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 408 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 316 409 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 317 @am__fastdepCC_FALSE@ $( COMPILE) -c`$(CYGPATH_W) '$<'`410 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 318 411 install-cfalibDATA: $(cfalib_DATA) 319 412 @$(NORMAL_INSTALL) 320 test -z "$(cfalibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfalibdir)"321 413 @list='$(cfalib_DATA)'; test -n "$(cfalibdir)" || list=; \ 414 if test -n "$$list"; then \ 415 echo " $(MKDIR_P) '$(DESTDIR)$(cfalibdir)'"; \ 416 $(MKDIR_P) "$(DESTDIR)$(cfalibdir)" || exit 1; \ 417 fi; \ 322 418 for p in $$list; do \ 323 419 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ … … 336 432 install-includeHEADERS: $(include_HEADERS) 337 433 @$(NORMAL_INSTALL) 338 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"339 434 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 435 if test -n "$$list"; then \ 436 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 437 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 438 fi; \ 340 439 for p in $$list; do \ 341 440 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ … … 353 452 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 354 453 355 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 356 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 357 unique=`for i in $$list; do \ 358 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 359 done | \ 360 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 361 END { if (nonempty) { for (i in files) print i; }; }'`; \ 362 mkid -fID $$unique 363 tags: TAGS 364 365 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 366 $(TAGS_FILES) $(LISP) 454 ID: $(am__tagged_files) 455 $(am__define_uniq_tagged_files); mkid -fID $$unique 456 tags: tags-am 457 TAGS: tags 458 459 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 367 460 set x; \ 368 461 here=`pwd`; \ 369 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 370 unique=`for i in $$list; do \ 371 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 372 done | \ 373 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 374 END { if (nonempty) { for (i in files) print i; }; }'`; \ 462 $(am__define_uniq_tagged_files); \ 375 463 shift; \ 376 464 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 384 472 fi; \ 385 473 fi 386 ctags: CTAGS 387 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 388 $(TAGS_FILES) $(LISP) 389 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 390 unique=`for i in $$list; do \ 391 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 392 done | \ 393 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 394 END { if (nonempty) { for (i in files) print i; }; }'`; \ 474 ctags: ctags-am 475 476 CTAGS: ctags 477 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 478 $(am__define_uniq_tagged_files); \ 395 479 test -z "$(CTAGS_ARGS)$$unique" \ 396 480 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 401 485 && $(am__cd) $(top_srcdir) \ 402 486 && gtags -i $(GTAGS_ARGS) "$$here" 487 cscopelist: cscopelist-am 488 489 cscopelist-am: $(am__tagged_files) 490 list='$(am__tagged_files)'; \ 491 case "$(srcdir)" in \ 492 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 493 *) sdir=$(subdir)/$(srcdir) ;; \ 494 esac; \ 495 for i in $$list; do \ 496 if test -f "$$i"; then \ 497 echo "$(subdir)/$$i"; \ 498 else \ 499 echo "$$sdir/$$i"; \ 500 fi; \ 501 done >> $(top_builddir)/cscope.files 403 502 404 503 distclean-tags: … … 546 645 .MAKE: install-am install-strip 547 646 548 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \549 clean-libLIBRARIES c tags distclean distclean-compile\550 distclean- generic distclean-tags distdir dvi dvi-am html\551 html-am info info-am install install-am install-cfalibDATA\552 install- data install-data-am install-dvi install-dvi-am\553 install- exec install-exec-am install-html install-html-am\554 install- includeHEADERS install-info install-info-am\555 install- libLIBRARIES install-man install-pdf install-pdf-am\556 install-p s install-ps-am install-strip installcheck\557 installcheck -am installdirs maintainer-clean \647 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 648 clean-libLIBRARIES cscopelist-am ctags ctags-am distclean \ 649 distclean-compile distclean-generic distclean-tags distdir dvi \ 650 dvi-am html html-am info info-am install install-am \ 651 install-cfalibDATA install-data install-data-am install-dvi \ 652 install-dvi-am install-exec install-exec-am install-html \ 653 install-html-am install-includeHEADERS install-info \ 654 install-info-am install-libLIBRARIES install-man install-pdf \ 655 install-pdf-am install-ps install-ps-am install-strip \ 656 installcheck installcheck-am installdirs maintainer-clean \ 558 657 maintainer-clean-generic mostlyclean mostlyclean-compile \ 559 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \658 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 560 659 uninstall-am uninstall-cfalibDATA uninstall-includeHEADERS \ 561 660 uninstall-libLIBRARIES
Note:
See TracChangeset
for help on using the changeset viewer.