- Timestamp:
- Jun 14, 2016, 3:45:56 PM (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:
- efc15918
- Parents:
- c6467b6 (diff), ca26509 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- src
- Files:
-
- 355 deleted
- 6 edited
- 11 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.in
rc6467b6 rf2d51eb 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 58 59 59 60 VPATH = @srcdir@ 60 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'61 am__make_running_with_option = \62 case $${target_option-} in \63 ?) ;; \64 *) echo "am__make_running_with_option: internal error: invalid" \65 "target option '$${target_option-}' specified" >&2; \66 exit 1;; \67 esac; \68 has_opt=no; \69 sane_makeflags=$$MAKEFLAGS; \70 if $(am__is_gnu_make); then \71 sane_makeflags=$$MFLAGS; \72 else \73 case $$MAKEFLAGS in \74 *\\[\ \ ]*) \75 bs=\\; \76 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \77 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \78 esac; \79 fi; \80 skip_next=no; \81 strip_trailopt () \82 { \83 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \84 }; \85 for flg in $$sane_makeflags; do \86 test $$skip_next = yes && { skip_next=no; continue; }; \87 case $$flg in \88 *=*|--*) continue;; \89 -*I) strip_trailopt 'I'; skip_next=yes;; \90 -*I?*) strip_trailopt 'I';; \91 -*O) strip_trailopt 'O'; skip_next=yes;; \92 -*O?*) strip_trailopt 'O';; \93 -*l) strip_trailopt 'l'; skip_next=yes;; \94 -*l?*) strip_trailopt 'l';; \95 -[dEDm]) skip_next=yes;; \96 -[JT]) skip_next=yes;; \97 esac; \98 case $$flg in \99 *$$target_option*) has_opt=yes; break;; \100 esac; \101 done; \102 test $$has_opt = yes103 am__make_dryrun = (target_option=n; $(am__make_running_with_option))104 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))105 61 pkgdatadir = $(datadir)/@PACKAGE@ 106 62 pkgincludedir = $(includedir)/@PACKAGE@ … … 122 78 $(srcdir)/Common/module.mk $(srcdir)/ControlStruct/module.mk \ 123 79 $(srcdir)/Designators/module.mk $(srcdir)/GenPoly/module.mk \ 124 $(srcdir)/InitTweak/module.mk $(srcdir)/Parser/module.mk \ 80 $(srcdir)/InitTweak/module.mk $(srcdir)/Makefile.am \ 81 $(srcdir)/Makefile.in $(srcdir)/Parser/module.mk \ 125 82 $(srcdir)/ResolvExpr/module.mk $(srcdir)/SymTab/module.mk \ 126 83 $(srcdir)/SynTree/module.mk $(srcdir)/Tuples/module.mk \ 127 $(srcdir)/Makefile.in $(srcdir)/Makefile.am Parser/parser.hh \ 128 Parser/parser.cc Parser/lex.cc $(top_srcdir)/automake/depcomp \ 129 $(top_srcdir)/automake/ylwrap 84 Parser/lex.cc Parser/parser.cc Parser/parser.h 130 85 cfa_cpplib_PROGRAMS = driver/cfa-cpp$(EXEEXT) 131 86 subdir = src … … 253 208 driver_cfa_cpp_LINK = $(CXXLD) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) \ 254 209 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 255 AM_V_P = $(am__v_P_@AM_V@)256 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)257 am__v_P_0 = false258 am__v_P_1 = :259 AM_V_GEN = $(am__v_GEN_@AM_V@)260 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)261 am__v_GEN_0 = @echo " GEN " $@;262 am__v_GEN_1 =263 AM_V_at = $(am__v_at_@AM_V@)264 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)265 am__v_at_0 = @266 am__v_at_1 =267 210 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 268 211 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp … … 272 215 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 273 216 am__v_lt_0 = --silent 274 am__v_lt_1 =275 217 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 276 218 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) 277 219 AM_V_CXX = $(am__v_CXX_@AM_V@) 278 220 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) 279 am__v_CXX_0 = @echo " CXX " $@; 280 am__v_CXX_1 = 221 am__v_CXX_0 = @echo " CXX " $@; 222 AM_V_at = $(am__v_at_@AM_V@) 223 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 224 am__v_at_0 = @ 281 225 CXXLD = $(CXX) 282 226 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ … … 284 228 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) 285 229 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) 286 am__v_CXXLD_0 = @echo " CXXLD " $@; 287 am__v_CXXLD_1 = 230 am__v_CXXLD_0 = @echo " CXXLD " $@; 288 231 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ || 289 232 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) 290 233 AM_V_LEX = $(am__v_LEX_@AM_V@) 291 234 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@) 292 am__v_LEX_0 = @echo " LEX " $@; 293 am__v_LEX_1 = 235 am__v_LEX_0 = @echo " LEX " $@; 294 236 YLWRAP = $(top_srcdir)/automake/ylwrap 295 237 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ || 296 am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \297 -e s/c++$$/h++/ -e s/c$$/h/298 238 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) 299 239 AM_V_YACC = $(am__v_YACC_@AM_V@) 300 240 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) 301 am__v_YACC_0 = @echo " YACC " $@; 302 am__v_YACC_1 = 241 am__v_YACC_0 = @echo " YACC " $@; 303 242 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 304 243 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 305 244 AM_V_CC = $(am__v_CC_@AM_V@) 306 245 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 307 am__v_CC_0 = @echo " CC " $@; 308 am__v_CC_1 = 246 am__v_CC_0 = @echo " CC " $@; 309 247 CCLD = $(CC) 310 248 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 311 249 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 312 250 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 313 am__v_CCLD_0 = @echo " CCLD " $@; 314 am__v_CCLD_1 = 251 am__v_CCLD_0 = @echo " CCLD " $@; 252 AM_V_GEN = $(am__v_GEN_@AM_V@) 253 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 254 am__v_GEN_0 = @echo " GEN " $@; 315 255 SOURCES = $(driver_cfa_cpp_SOURCES) 316 256 DIST_SOURCES = $(driver_cfa_cpp_SOURCES) 317 am__can_run_installinfo = \318 case $$AM_UPDATE_INFO_DIR in \319 n|no|NO) false;; \320 *) (install-info --version) >/dev/null 2>&1;; \321 esac322 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)323 # Read a list of newline-separated strings from the standard input,324 # and print each of them once, without duplicates. Input order is325 # *not* preserved.326 am__uniquify_input = $(AWK) '\327 BEGIN { nonempty = 0; } \328 { items[$$0] = 1; nonempty = 1; } \329 END { if (nonempty) { for (i in items) print i; }; } \330 '331 # Make sure the list of sources is unique. This is necessary because,332 # e.g., the same source file might be shared among _SOURCES variables333 # for different programs/libraries.334 am__define_uniq_tagged_files = \335 list='$(am__tagged_files)'; \336 unique=`for i in $$list; do \337 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \338 done | $(am__uniquify_input)`339 257 ETAGS = etags 340 258 CTAGS = ctags … … 549 467 install-cfa_cpplibPROGRAMS: $(cfa_cpplib_PROGRAMS) 550 468 @$(NORMAL_INSTALL) 469 test -z "$(cfa_cpplibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfa_cpplibdir)" 551 470 @list='$(cfa_cpplib_PROGRAMS)'; test -n "$(cfa_cpplibdir)" || list=; \ 552 if test -n "$$list"; then \553 echo " $(MKDIR_P) '$(DESTDIR)$(cfa_cpplibdir)'"; \554 $(MKDIR_P) "$(DESTDIR)$(cfa_cpplibdir)" || exit 1; \555 fi; \556 471 for p in $$list; do echo "$$p $$p"; done | \ 557 472 sed 's/$(EXEEXT)$$//' | \ 558 while read p p1; do if test -f $$p \559 ;then echo "$$p"; echo "$$p"; else :; fi; \473 while read p p1; do if test -f $$p; \ 474 then echo "$$p"; echo "$$p"; else :; fi; \ 560 475 done | \ 561 sed -e 'p;s,.*/,,;n;h' \ 562 -e 's|.*|.|' \ 476 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 563 477 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 564 478 sed 'N;N;N;s,\n, ,g' | \ … … 581 495 files=`for p in $$list; do echo "$$p"; done | \ 582 496 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 583 -e 's/$$/$(EXEEXT)/' \ 584 `; \ 497 -e 's/$$/$(EXEEXT)/' `; \ 585 498 test -n "$$list" || exit 0; \ 586 499 echo " ( cd '$(DESTDIR)$(cfa_cpplibdir)' && rm -f" $$files ")"; \ … … 692 605 InitTweak/driver_cfa_cpp-InitTweak.$(OBJEXT): \ 693 606 InitTweak/$(am__dirstamp) InitTweak/$(DEPDIR)/$(am__dirstamp) 694 Parser/parser.h h: Parser/parser.cc607 Parser/parser.h: Parser/parser.cc 695 608 @if test ! -f $@; then rm -f Parser/parser.cc; else :; fi 696 609 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) Parser/parser.cc; else :; fi … … 894 807 @$(MKDIR_P) driver 895 808 @: > driver/$(am__dirstamp) 896 897 809 driver/cfa-cpp$(EXEEXT): $(driver_cfa_cpp_OBJECTS) $(driver_cfa_cpp_DEPENDENCIES) $(EXTRA_driver_cfa_cpp_DEPENDENCIES) driver/$(am__dirstamp) 898 810 @rm -f driver/cfa-cpp$(EXEEXT) … … 901 813 mostlyclean-compile: 902 814 -rm -f *.$(OBJEXT) 903 -rm -f CodeGen/*.$(OBJEXT) 904 -rm -f Common/*.$(OBJEXT) 905 -rm -f ControlStruct/*.$(OBJEXT) 906 -rm -f Designators/*.$(OBJEXT) 907 -rm -f GenPoly/*.$(OBJEXT) 908 -rm -f InitTweak/*.$(OBJEXT) 909 -rm -f Parser/*.$(OBJEXT) 910 -rm -f ResolvExpr/*.$(OBJEXT) 911 -rm -f SymTab/*.$(OBJEXT) 912 -rm -f SynTree/*.$(OBJEXT) 913 -rm -f Tuples/*.$(OBJEXT) 815 -rm -f CodeGen/driver_cfa_cpp-CodeGenerator.$(OBJEXT) 816 -rm -f CodeGen/driver_cfa_cpp-FixNames.$(OBJEXT) 817 -rm -f CodeGen/driver_cfa_cpp-GenType.$(OBJEXT) 818 -rm -f CodeGen/driver_cfa_cpp-Generate.$(OBJEXT) 819 -rm -f CodeGen/driver_cfa_cpp-OperatorTable.$(OBJEXT) 820 -rm -f Common/driver_cfa_cpp-SemanticError.$(OBJEXT) 821 -rm -f Common/driver_cfa_cpp-UniqueName.$(OBJEXT) 822 -rm -f ControlStruct/driver_cfa_cpp-CaseRangeMutator.$(OBJEXT) 823 -rm -f ControlStruct/driver_cfa_cpp-ChooseMutator.$(OBJEXT) 824 -rm -f ControlStruct/driver_cfa_cpp-ForExprMutator.$(OBJEXT) 825 -rm -f ControlStruct/driver_cfa_cpp-LabelFixer.$(OBJEXT) 826 -rm -f ControlStruct/driver_cfa_cpp-LabelGenerator.$(OBJEXT) 827 -rm -f ControlStruct/driver_cfa_cpp-LabelTypeChecker.$(OBJEXT) 828 -rm -f ControlStruct/driver_cfa_cpp-MLEMutator.$(OBJEXT) 829 -rm -f ControlStruct/driver_cfa_cpp-Mutate.$(OBJEXT) 830 -rm -f Designators/driver_cfa_cpp-Processor.$(OBJEXT) 831 -rm -f GenPoly/driver_cfa_cpp-Box.$(OBJEXT) 832 -rm -f GenPoly/driver_cfa_cpp-CopyParams.$(OBJEXT) 833 -rm -f GenPoly/driver_cfa_cpp-DeclMutator.$(OBJEXT) 834 -rm -f GenPoly/driver_cfa_cpp-FindFunction.$(OBJEXT) 835 -rm -f GenPoly/driver_cfa_cpp-GenPoly.$(OBJEXT) 836 -rm -f GenPoly/driver_cfa_cpp-Lvalue.$(OBJEXT) 837 -rm -f GenPoly/driver_cfa_cpp-PolyMutator.$(OBJEXT) 838 -rm -f GenPoly/driver_cfa_cpp-ScrubTyVars.$(OBJEXT) 839 -rm -f GenPoly/driver_cfa_cpp-Specialize.$(OBJEXT) 840 -rm -f InitTweak/driver_cfa_cpp-FixGlobalInit.$(OBJEXT) 841 -rm -f InitTweak/driver_cfa_cpp-FixInit.$(OBJEXT) 842 -rm -f InitTweak/driver_cfa_cpp-GenInit.$(OBJEXT) 843 -rm -f InitTweak/driver_cfa_cpp-InitTweak.$(OBJEXT) 844 -rm -f Parser/driver_cfa_cpp-DeclarationNode.$(OBJEXT) 845 -rm -f Parser/driver_cfa_cpp-ExpressionNode.$(OBJEXT) 846 -rm -f Parser/driver_cfa_cpp-InitializerNode.$(OBJEXT) 847 -rm -f Parser/driver_cfa_cpp-LinkageSpec.$(OBJEXT) 848 -rm -f Parser/driver_cfa_cpp-ParseNode.$(OBJEXT) 849 -rm -f Parser/driver_cfa_cpp-Parser.$(OBJEXT) 850 -rm -f Parser/driver_cfa_cpp-StatementNode.$(OBJEXT) 851 -rm -f Parser/driver_cfa_cpp-TypeData.$(OBJEXT) 852 -rm -f Parser/driver_cfa_cpp-TypedefTable.$(OBJEXT) 853 -rm -f Parser/driver_cfa_cpp-lex.$(OBJEXT) 854 -rm -f Parser/driver_cfa_cpp-parser.$(OBJEXT) 855 -rm -f Parser/driver_cfa_cpp-parseutility.$(OBJEXT) 856 -rm -f ResolvExpr/driver_cfa_cpp-AdjustExprType.$(OBJEXT) 857 -rm -f ResolvExpr/driver_cfa_cpp-Alternative.$(OBJEXT) 858 -rm -f ResolvExpr/driver_cfa_cpp-AlternativeFinder.$(OBJEXT) 859 -rm -f ResolvExpr/driver_cfa_cpp-AlternativePrinter.$(OBJEXT) 860 -rm -f ResolvExpr/driver_cfa_cpp-CastCost.$(OBJEXT) 861 -rm -f ResolvExpr/driver_cfa_cpp-CommonType.$(OBJEXT) 862 -rm -f ResolvExpr/driver_cfa_cpp-ConversionCost.$(OBJEXT) 863 -rm -f ResolvExpr/driver_cfa_cpp-FindOpenVars.$(OBJEXT) 864 -rm -f ResolvExpr/driver_cfa_cpp-Occurs.$(OBJEXT) 865 -rm -f ResolvExpr/driver_cfa_cpp-PolyCost.$(OBJEXT) 866 -rm -f ResolvExpr/driver_cfa_cpp-PtrsAssignable.$(OBJEXT) 867 -rm -f ResolvExpr/driver_cfa_cpp-PtrsCastable.$(OBJEXT) 868 -rm -f ResolvExpr/driver_cfa_cpp-RenameVars.$(OBJEXT) 869 -rm -f ResolvExpr/driver_cfa_cpp-ResolveTypeof.$(OBJEXT) 870 -rm -f ResolvExpr/driver_cfa_cpp-Resolver.$(OBJEXT) 871 -rm -f ResolvExpr/driver_cfa_cpp-TypeEnvironment.$(OBJEXT) 872 -rm -f ResolvExpr/driver_cfa_cpp-Unify.$(OBJEXT) 873 -rm -f SymTab/driver_cfa_cpp-Autogen.$(OBJEXT) 874 -rm -f SymTab/driver_cfa_cpp-FixFunction.$(OBJEXT) 875 -rm -f SymTab/driver_cfa_cpp-ImplementationType.$(OBJEXT) 876 -rm -f SymTab/driver_cfa_cpp-Indexer.$(OBJEXT) 877 -rm -f SymTab/driver_cfa_cpp-Mangler.$(OBJEXT) 878 -rm -f SymTab/driver_cfa_cpp-TypeEquality.$(OBJEXT) 879 -rm -f SymTab/driver_cfa_cpp-Validate.$(OBJEXT) 880 -rm -f SynTree/driver_cfa_cpp-AddressExpr.$(OBJEXT) 881 -rm -f SynTree/driver_cfa_cpp-AggregateDecl.$(OBJEXT) 882 -rm -f SynTree/driver_cfa_cpp-ApplicationExpr.$(OBJEXT) 883 -rm -f SynTree/driver_cfa_cpp-ArrayType.$(OBJEXT) 884 -rm -f SynTree/driver_cfa_cpp-AttrType.$(OBJEXT) 885 -rm -f SynTree/driver_cfa_cpp-Attribute.$(OBJEXT) 886 -rm -f SynTree/driver_cfa_cpp-BasicType.$(OBJEXT) 887 -rm -f SynTree/driver_cfa_cpp-CommaExpr.$(OBJEXT) 888 -rm -f SynTree/driver_cfa_cpp-CompoundStmt.$(OBJEXT) 889 -rm -f SynTree/driver_cfa_cpp-Constant.$(OBJEXT) 890 -rm -f SynTree/driver_cfa_cpp-DeclStmt.$(OBJEXT) 891 -rm -f SynTree/driver_cfa_cpp-Declaration.$(OBJEXT) 892 -rm -f SynTree/driver_cfa_cpp-DeclarationWithType.$(OBJEXT) 893 -rm -f SynTree/driver_cfa_cpp-Expression.$(OBJEXT) 894 -rm -f SynTree/driver_cfa_cpp-FunctionDecl.$(OBJEXT) 895 -rm -f SynTree/driver_cfa_cpp-FunctionType.$(OBJEXT) 896 -rm -f SynTree/driver_cfa_cpp-Initializer.$(OBJEXT) 897 -rm -f SynTree/driver_cfa_cpp-Mutator.$(OBJEXT) 898 -rm -f SynTree/driver_cfa_cpp-NamedTypeDecl.$(OBJEXT) 899 -rm -f SynTree/driver_cfa_cpp-ObjectDecl.$(OBJEXT) 900 -rm -f SynTree/driver_cfa_cpp-PointerType.$(OBJEXT) 901 -rm -f SynTree/driver_cfa_cpp-ReferenceToType.$(OBJEXT) 902 -rm -f SynTree/driver_cfa_cpp-Statement.$(OBJEXT) 903 -rm -f SynTree/driver_cfa_cpp-TupleExpr.$(OBJEXT) 904 -rm -f SynTree/driver_cfa_cpp-TupleType.$(OBJEXT) 905 -rm -f SynTree/driver_cfa_cpp-Type.$(OBJEXT) 906 -rm -f SynTree/driver_cfa_cpp-TypeDecl.$(OBJEXT) 907 -rm -f SynTree/driver_cfa_cpp-TypeExpr.$(OBJEXT) 908 -rm -f SynTree/driver_cfa_cpp-TypeSubstitution.$(OBJEXT) 909 -rm -f SynTree/driver_cfa_cpp-TypeofType.$(OBJEXT) 910 -rm -f SynTree/driver_cfa_cpp-VarArgsType.$(OBJEXT) 911 -rm -f SynTree/driver_cfa_cpp-Visitor.$(OBJEXT) 912 -rm -f SynTree/driver_cfa_cpp-VoidType.$(OBJEXT) 913 -rm -f Tuples/driver_cfa_cpp-AssignExpand.$(OBJEXT) 914 -rm -f Tuples/driver_cfa_cpp-FunctionChecker.$(OBJEXT) 915 -rm -f Tuples/driver_cfa_cpp-FunctionFixer.$(OBJEXT) 916 -rm -f Tuples/driver_cfa_cpp-Mutate.$(OBJEXT) 917 -rm -f Tuples/driver_cfa_cpp-NameMatcher.$(OBJEXT) 918 -rm -f Tuples/driver_cfa_cpp-TupleAssignment.$(OBJEXT) 914 919 915 920 distclean-compile: … … 2527 2532 2528 2533 .yy.cc: 2529 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) 2530 2531 ID: $(am__tagged_files) 2532 $(am__define_uniq_tagged_files); mkid -fID $$unique 2533 tags: tags-am 2534 TAGS: tags 2535 2536 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 2534 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) 2535 2536 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 2537 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 2538 unique=`for i in $$list; do \ 2539 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 2540 done | \ 2541 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 2542 END { if (nonempty) { for (i in files) print i; }; }'`; \ 2543 mkid -fID $$unique 2544 tags: TAGS 2545 2546 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 2547 $(TAGS_FILES) $(LISP) 2537 2548 set x; \ 2538 2549 here=`pwd`; \ 2539 $(am__define_uniq_tagged_files); \ 2550 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 2551 unique=`for i in $$list; do \ 2552 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 2553 done | \ 2554 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 2555 END { if (nonempty) { for (i in files) print i; }; }'`; \ 2540 2556 shift; \ 2541 2557 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 2549 2565 fi; \ 2550 2566 fi 2551 ctags: ctags-am 2552 2553 CTAGS: ctags 2554 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 2555 $(am__define_uniq_tagged_files); \ 2567 ctags: CTAGS 2568 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 2569 $(TAGS_FILES) $(LISP) 2570 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 2571 unique=`for i in $$list; do \ 2572 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 2573 done | \ 2574 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 2575 END { if (nonempty) { for (i in files) print i; }; }'`; \ 2556 2576 test -z "$(CTAGS_ARGS)$$unique" \ 2557 2577 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 2562 2582 && $(am__cd) $(top_srcdir) \ 2563 2583 && gtags -i $(GTAGS_ARGS) "$$here" 2564 cscopelist: cscopelist-am2565 2566 cscopelist-am: $(am__tagged_files)2567 list='$(am__tagged_files)'; \2568 case "$(srcdir)" in \2569 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \2570 *) sdir=$(subdir)/$(srcdir) ;; \2571 esac; \2572 for i in $$list; do \2573 if test -f "$$i"; then \2574 echo "$(subdir)/$$i"; \2575 else \2576 echo "$$sdir/$$i"; \2577 fi; \2578 done >> $(top_builddir)/cscope.files2579 2584 2580 2585 distclean-tags: … … 2675 2680 -rm -f Parser/lex.cc 2676 2681 -rm -f Parser/parser.cc 2677 -rm -f Parser/parser.h h2682 -rm -f Parser/parser.h 2678 2683 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 2679 2684 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) … … 2749 2754 .MAKE: all check install install-am install-strip 2750 2755 2751 .PHONY: CTAGS GTAGS TAGSall all-am check check-am clean \2752 clean-cfa_cpplibPROGRAMS clean-generic c scopelist-am ctags\2753 ctags-am distclean distclean-compile distclean-generic\2754 d istclean-tags distdir dvi dvi-am html html-am info info-am \2755 install install-am install-cfa_cpplibPROGRAMS install-data\2756 install-d ata-am install-dvi install-dvi-am install-exec\2757 install- exec-am install-html install-html-am install-info\2758 install- info-am install-man install-pdf install-pdf-am\2759 install-ps install-ps-am install-strip installcheck\2760 install check-am installdirs maintainer-clean\2761 m aintainer-clean-generic mostlyclean mostlyclean-compile\2762 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall\2763 uninstall- am uninstall-cfa_cpplibPROGRAMS2756 .PHONY: CTAGS GTAGS all all-am check check-am clean \ 2757 clean-cfa_cpplibPROGRAMS clean-generic ctags distclean \ 2758 distclean-compile distclean-generic distclean-tags distdir dvi \ 2759 dvi-am html html-am info info-am install install-am \ 2760 install-cfa_cpplibPROGRAMS install-data install-data-am \ 2761 install-dvi install-dvi-am install-exec install-exec-am \ 2762 install-html install-html-am install-info install-info-am \ 2763 install-man install-pdf install-pdf-am install-ps \ 2764 install-ps-am install-strip installcheck installcheck-am \ 2765 installdirs maintainer-clean maintainer-clean-generic \ 2766 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 2767 ps ps-am tags uninstall uninstall-am \ 2768 uninstall-cfa_cpplibPROGRAMS 2764 2769 2765 2770 -
src/driver/Makefile.in
rc6467b6 rf2d51eb 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 19 20 20 21 VPATH = @srcdir@ 21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'22 am__make_running_with_option = \23 case $${target_option-} in \24 ?) ;; \25 *) echo "am__make_running_with_option: internal error: invalid" \26 "target option '$${target_option-}' specified" >&2; \27 exit 1;; \28 esac; \29 has_opt=no; \30 sane_makeflags=$$MAKEFLAGS; \31 if $(am__is_gnu_make); then \32 sane_makeflags=$$MFLAGS; \33 else \34 case $$MAKEFLAGS in \35 *\\[\ \ ]*) \36 bs=\\; \37 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \38 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \39 esac; \40 fi; \41 skip_next=no; \42 strip_trailopt () \43 { \44 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \45 }; \46 for flg in $$sane_makeflags; do \47 test $$skip_next = yes && { skip_next=no; continue; }; \48 case $$flg in \49 *=*|--*) continue;; \50 -*I) strip_trailopt 'I'; skip_next=yes;; \51 -*I?*) strip_trailopt 'I';; \52 -*O) strip_trailopt 'O'; skip_next=yes;; \53 -*O?*) strip_trailopt 'O';; \54 -*l) strip_trailopt 'l'; skip_next=yes;; \55 -*l?*) strip_trailopt 'l';; \56 -[dEDm]) skip_next=yes;; \57 -[JT]) skip_next=yes;; \58 esac; \59 case $$flg in \60 *$$target_option*) has_opt=yes; break;; \61 esac; \62 done; \63 test $$has_opt = yes64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))66 22 pkgdatadir = $(datadir)/@PACKAGE@ 67 23 pkgincludedir = $(includedir)/@PACKAGE@ … … 83 39 cc1lib_PROGRAMS = cc1$(EXEEXT) 84 40 subdir = src/driver 85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 86 $(top_srcdir)/automake/depcomp 41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 87 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 88 43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 101 56 cfa_OBJECTS = $(am_cfa_OBJECTS) 102 57 cfa_LDADD = $(LDADD) 103 AM_V_P = $(am__v_P_@AM_V@)104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)105 am__v_P_0 = false106 am__v_P_1 = :107 AM_V_GEN = $(am__v_GEN_@AM_V@)108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)109 am__v_GEN_0 = @echo " GEN " $@;110 am__v_GEN_1 =111 AM_V_at = $(am__v_at_@AM_V@)112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)113 am__v_at_0 = @114 am__v_at_1 =115 58 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 116 59 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp … … 121 64 AM_V_CXX = $(am__v_CXX_@AM_V@) 122 65 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@) 123 am__v_CXX_0 = @echo " CXX " $@; 124 am__v_CXX_1 = 66 am__v_CXX_0 = @echo " CXX " $@; 67 AM_V_at = $(am__v_at_@AM_V@) 68 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 69 am__v_at_0 = @ 125 70 CXXLD = $(CXX) 126 71 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \ … … 128 73 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@) 129 74 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@) 130 am__v_CXXLD_0 = @echo " CXXLD " $@; 131 am__v_CXXLD_1 = 75 am__v_CXXLD_0 = @echo " CXXLD " $@; 76 AM_V_GEN = $(am__v_GEN_@AM_V@) 77 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 78 am__v_GEN_0 = @echo " GEN " $@; 132 79 SOURCES = $(cc1_SOURCES) $(cfa_SOURCES) 133 80 DIST_SOURCES = $(cc1_SOURCES) $(cfa_SOURCES) 134 am__can_run_installinfo = \135 case $$AM_UPDATE_INFO_DIR in \136 n|no|NO) false;; \137 *) (install-info --version) >/dev/null 2>&1;; \138 esac139 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)140 # Read a list of newline-separated strings from the standard input,141 # and print each of them once, without duplicates. Input order is142 # *not* preserved.143 am__uniquify_input = $(AWK) '\144 BEGIN { nonempty = 0; } \145 { items[$$0] = 1; nonempty = 1; } \146 END { if (nonempty) { for (i in items) print i; }; } \147 '148 # Make sure the list of sources is unique. This is necessary because,149 # e.g., the same source file might be shared among _SOURCES variables150 # for different programs/libraries.151 am__define_uniq_tagged_files = \152 list='$(am__tagged_files)'; \153 unique=`for i in $$list; do \154 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \155 done | $(am__uniquify_input)`156 81 ETAGS = etags 157 82 CTAGS = ctags … … 307 232 install-binPROGRAMS: $(bin_PROGRAMS) 308 233 @$(NORMAL_INSTALL) 234 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 309 235 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 310 if test -n "$$list"; then \311 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \312 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \313 fi; \314 236 for p in $$list; do echo "$$p $$p"; done | \ 315 237 sed 's/$(EXEEXT)$$//' | \ 316 while read p p1; do if test -f $$p \317 ;then echo "$$p"; echo "$$p"; else :; fi; \238 while read p p1; do if test -f $$p; \ 239 then echo "$$p"; echo "$$p"; else :; fi; \ 318 240 done | \ 319 sed -e 'p;s,.*/,,;n;h' \ 320 -e 's|.*|.|' \ 241 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 321 242 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 322 243 sed 'N;N;N;s,\n, ,g' | \ … … 339 260 files=`for p in $$list; do echo "$$p"; done | \ 340 261 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 341 -e 's/$$/$(EXEEXT)/' \ 342 `; \ 262 -e 's/$$/$(EXEEXT)/' `; \ 343 263 test -n "$$list" || exit 0; \ 344 264 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ … … 349 269 install-cc1libPROGRAMS: $(cc1lib_PROGRAMS) 350 270 @$(NORMAL_INSTALL) 271 test -z "$(cc1libdir)" || $(MKDIR_P) "$(DESTDIR)$(cc1libdir)" 351 272 @list='$(cc1lib_PROGRAMS)'; test -n "$(cc1libdir)" || list=; \ 352 if test -n "$$list"; then \353 echo " $(MKDIR_P) '$(DESTDIR)$(cc1libdir)'"; \354 $(MKDIR_P) "$(DESTDIR)$(cc1libdir)" || exit 1; \355 fi; \356 273 for p in $$list; do echo "$$p $$p"; done | \ 357 274 sed 's/$(EXEEXT)$$//' | \ 358 while read p p1; do if test -f $$p \359 ;then echo "$$p"; echo "$$p"; else :; fi; \275 while read p p1; do if test -f $$p; \ 276 then echo "$$p"; echo "$$p"; else :; fi; \ 360 277 done | \ 361 sed -e 'p;s,.*/,,;n;h' \ 362 -e 's|.*|.|' \ 278 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 363 279 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 364 280 sed 'N;N;N;s,\n, ,g' | \ … … 381 297 files=`for p in $$list; do echo "$$p"; done | \ 382 298 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 383 -e 's/$$/$(EXEEXT)/' \ 384 `; \ 299 -e 's/$$/$(EXEEXT)/' `; \ 385 300 test -n "$$list" || exit 0; \ 386 301 echo " ( cd '$(DESTDIR)$(cc1libdir)' && rm -f" $$files ")"; \ … … 389 304 clean-cc1libPROGRAMS: 390 305 -test -z "$(cc1lib_PROGRAMS)" || rm -f $(cc1lib_PROGRAMS) 391 392 306 cc1$(EXEEXT): $(cc1_OBJECTS) $(cc1_DEPENDENCIES) $(EXTRA_cc1_DEPENDENCIES) 393 307 @rm -f cc1$(EXEEXT) 394 308 $(AM_V_CXXLD)$(CXXLINK) $(cc1_OBJECTS) $(cc1_LDADD) $(LIBS) 395 396 309 cfa$(EXEEXT): $(cfa_OBJECTS) $(cfa_DEPENDENCIES) $(EXTRA_cfa_DEPENDENCIES) 397 310 @rm -f cfa$(EXEEXT) … … 421 334 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 422 335 423 ID: $(am__tagged_files) 424 $(am__define_uniq_tagged_files); mkid -fID $$unique 425 tags: tags-am 426 TAGS: tags 427 428 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 336 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 337 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 338 unique=`for i in $$list; do \ 339 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 340 done | \ 341 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 342 END { if (nonempty) { for (i in files) print i; }; }'`; \ 343 mkid -fID $$unique 344 tags: TAGS 345 346 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 347 $(TAGS_FILES) $(LISP) 429 348 set x; \ 430 349 here=`pwd`; \ 431 $(am__define_uniq_tagged_files); \ 350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 351 unique=`for i in $$list; do \ 352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 353 done | \ 354 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 355 END { if (nonempty) { for (i in files) print i; }; }'`; \ 432 356 shift; \ 433 357 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 441 365 fi; \ 442 366 fi 443 ctags: ctags-am 444 445 CTAGS: ctags 446 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 447 $(am__define_uniq_tagged_files); \ 367 ctags: CTAGS 368 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 369 $(TAGS_FILES) $(LISP) 370 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 371 unique=`for i in $$list; do \ 372 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 373 done | \ 374 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 375 END { if (nonempty) { for (i in files) print i; }; }'`; \ 448 376 test -z "$(CTAGS_ARGS)$$unique" \ 449 377 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 454 382 && $(am__cd) $(top_srcdir) \ 455 383 && gtags -i $(GTAGS_ARGS) "$$here" 456 cscopelist: cscopelist-am457 458 cscopelist-am: $(am__tagged_files)459 list='$(am__tagged_files)'; \460 case "$(srcdir)" in \461 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \462 *) sdir=$(subdir)/$(srcdir) ;; \463 esac; \464 for i in $$list; do \465 if test -f "$$i"; then \466 echo "$(subdir)/$$i"; \467 else \468 echo "$$sdir/$$i"; \469 fi; \470 done >> $(top_builddir)/cscope.files471 384 472 385 distclean-tags: … … 613 526 .MAKE: install-am install-strip 614 527 615 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 616 clean-binPROGRAMS clean-cc1libPROGRAMS clean-generic \ 617 cscopelist-am ctags ctags-am distclean distclean-compile \ 618 distclean-generic distclean-tags distdir dvi dvi-am html \ 619 html-am info info-am install install-am install-binPROGRAMS \ 620 install-cc1libPROGRAMS install-data install-data-am \ 621 install-dvi install-dvi-am install-exec install-exec-am \ 622 install-html install-html-am install-info install-info-am \ 623 install-man install-pdf install-pdf-am install-ps \ 624 install-ps-am install-strip installcheck installcheck-am \ 625 installdirs maintainer-clean maintainer-clean-generic \ 626 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ 627 ps ps-am tags tags-am uninstall uninstall-am \ 628 uninstall-binPROGRAMS uninstall-cc1libPROGRAMS 528 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 529 clean-cc1libPROGRAMS clean-generic ctags distclean \ 530 distclean-compile distclean-generic distclean-tags distdir dvi \ 531 dvi-am html html-am info info-am install install-am \ 532 install-binPROGRAMS install-cc1libPROGRAMS install-data \ 533 install-data-am install-dvi install-dvi-am install-exec \ 534 install-exec-am install-html install-html-am install-info \ 535 install-info-am install-man install-pdf install-pdf-am \ 536 install-ps install-ps-am install-strip installcheck \ 537 installcheck-am installdirs maintainer-clean \ 538 maintainer-clean-generic mostlyclean mostlyclean-compile \ 539 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 540 uninstall-am uninstall-binPROGRAMS uninstall-cc1libPROGRAMS 629 541 630 542 -
src/examples/Attributes.c
rc6467b6 rf2d51eb 56 56 otype @widest(otype t); 57 57 @otype(x) *y; // gcc: otypeof(x) *y; 58 const @widest(double) *w; // gcc: const otypeof(x) *w;59 * @otype(3 + 4) z; // cfa declaration syntax58 // const @widest(double) *w; // gcc: const otypeof(x) *w; 59 // * @otype(3 + 4) z; // cfa declaration syntax 60 60 y = @max; 61 61 z = @max(x) + @size(int); -
src/examples/Initialization.c
rc6467b6 rf2d51eb 12 12 } a = { .w : [2] }; 13 13 14 struct { int a[3], b; } w [] = { [0].a : {1}, [0].b : 1, [1].a[0] : 2 };14 struct { int a[3], b; } w [] = { [0].a : {1}, [0].b : 3, [1].a[0] : 2 }; 15 15 16 16 struct { -
src/examples/Makefile.in
rc6467b6 rf2d51eb 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 19 20 20 21 VPATH = @srcdir@ 21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'22 am__make_running_with_option = \23 case $${target_option-} in \24 ?) ;; \25 *) echo "am__make_running_with_option: internal error: invalid" \26 "target option '$${target_option-}' specified" >&2; \27 exit 1;; \28 esac; \29 has_opt=no; \30 sane_makeflags=$$MAKEFLAGS; \31 if $(am__is_gnu_make); then \32 sane_makeflags=$$MFLAGS; \33 else \34 case $$MAKEFLAGS in \35 *\\[\ \ ]*) \36 bs=\\; \37 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \38 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \39 esac; \40 fi; \41 skip_next=no; \42 strip_trailopt () \43 { \44 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \45 }; \46 for flg in $$sane_makeflags; do \47 test $$skip_next = yes && { skip_next=no; continue; }; \48 case $$flg in \49 *=*|--*) continue;; \50 -*I) strip_trailopt 'I'; skip_next=yes;; \51 -*I?*) strip_trailopt 'I';; \52 -*O) strip_trailopt 'O'; skip_next=yes;; \53 -*O?*) strip_trailopt 'O';; \54 -*l) strip_trailopt 'l'; skip_next=yes;; \55 -*l?*) strip_trailopt 'l';; \56 -[dEDm]) skip_next=yes;; \57 -[JT]) skip_next=yes;; \58 esac; \59 case $$flg in \60 *$$target_option*) has_opt=yes; break;; \61 esac; \62 done; \63 test $$has_opt = yes64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))66 22 pkgdatadir = $(datadir)/@PACKAGE@ 67 23 pkgincludedir = $(includedir)/@PACKAGE@ … … 83 39 avl_test$(EXEEXT) 84 40 subdir = src/examples 85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 86 $(top_srcdir)/automake/depcomp 41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 87 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 88 43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 106 61 vector_test_OBJECTS = $(am_vector_test_OBJECTS) 107 62 vector_test_LDADD = $(LDADD) 108 AM_V_P = $(am__v_P_@AM_V@)109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)110 am__v_P_0 = false111 am__v_P_1 = :112 AM_V_GEN = $(am__v_GEN_@AM_V@)113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)114 am__v_GEN_0 = @echo " GEN " $@;115 am__v_GEN_1 =116 AM_V_at = $(am__v_at_@AM_V@)117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)118 am__v_at_0 = @119 am__v_at_1 =120 63 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 121 64 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp … … 125 68 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 126 69 am__v_lt_0 = --silent 127 am__v_lt_1 =128 70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 129 71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 130 72 AM_V_CC = $(am__v_CC_@AM_V@) 131 73 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 132 am__v_CC_0 = @echo " CC " $@; 133 am__v_CC_1 = 74 am__v_CC_0 = @echo " CC " $@; 75 AM_V_at = $(am__v_at_@AM_V@) 76 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 77 am__v_at_0 = @ 134 78 CCLD = $(CC) 135 79 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 136 80 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 137 81 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 138 am__v_CCLD_0 = @echo " CCLD " $@; 139 am__v_CCLD_1 = 82 am__v_CCLD_0 = @echo " CCLD " $@; 83 AM_V_GEN = $(am__v_GEN_@AM_V@) 84 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 85 am__v_GEN_0 = @echo " GEN " $@; 140 86 SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \ 141 87 $(vector_test_SOURCES) 142 88 DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \ 143 89 $(vector_test_SOURCES) 144 am__can_run_installinfo = \145 case $$AM_UPDATE_INFO_DIR in \146 n|no|NO) false;; \147 *) (install-info --version) >/dev/null 2>&1;; \148 esac149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)150 # Read a list of newline-separated strings from the standard input,151 # and print each of them once, without duplicates. Input order is152 # *not* preserved.153 am__uniquify_input = $(AWK) '\154 BEGIN { nonempty = 0; } \155 { items[$$0] = 1; nonempty = 1; } \156 END { if (nonempty) { for (i in items) print i; }; } \157 '158 # Make sure the list of sources is unique. This is necessary because,159 # e.g., the same source file might be shared among _SOURCES variables160 # for different programs/libraries.161 am__define_uniq_tagged_files = \162 list='$(am__tagged_files)'; \163 unique=`for i in $$list; do \164 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \165 done | $(am__uniquify_input)`166 90 ETAGS = etags 167 91 CTAGS = ctags … … 314 238 clean-noinstPROGRAMS: 315 239 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 316 317 240 avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES) 318 241 @rm -f avl_test$(EXEEXT) 319 242 $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS) 320 321 243 fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES) 322 244 @rm -f fstream_test$(EXEEXT) 323 245 $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS) 324 325 246 vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES) 326 247 @rm -f vector_test$(EXEEXT) … … 350 271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 351 272 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 352 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@$<273 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 353 274 354 275 .c.obj: … … 357 278 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 358 279 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 359 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@`$(CYGPATH_W) '$<'`280 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 360 281 361 282 avl_test.o: avltree/avl_test.c … … 457 378 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avl-private.obj `if test -f 'avltree/avl-private.c'; then $(CYGPATH_W) 'avltree/avl-private.c'; else $(CYGPATH_W) '$(srcdir)/avltree/avl-private.c'; fi` 458 379 459 ID: $(am__tagged_files) 460 $(am__define_uniq_tagged_files); mkid -fID $$unique 461 tags: tags-am 462 TAGS: tags 463 464 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 380 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 381 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 382 unique=`for i in $$list; do \ 383 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 384 done | \ 385 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 386 END { if (nonempty) { for (i in files) print i; }; }'`; \ 387 mkid -fID $$unique 388 tags: TAGS 389 390 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 391 $(TAGS_FILES) $(LISP) 465 392 set x; \ 466 393 here=`pwd`; \ 467 $(am__define_uniq_tagged_files); \ 394 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 395 unique=`for i in $$list; do \ 396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 397 done | \ 398 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 399 END { if (nonempty) { for (i in files) print i; }; }'`; \ 468 400 shift; \ 469 401 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 477 409 fi; \ 478 410 fi 479 ctags: ctags-am 480 481 CTAGS: ctags 482 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 483 $(am__define_uniq_tagged_files); \ 411 ctags: CTAGS 412 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 413 $(TAGS_FILES) $(LISP) 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; }; }'`; \ 484 420 test -z "$(CTAGS_ARGS)$$unique" \ 485 421 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 490 426 && $(am__cd) $(top_srcdir) \ 491 427 && gtags -i $(GTAGS_ARGS) "$$here" 492 cscopelist: cscopelist-am493 494 cscopelist-am: $(am__tagged_files)495 list='$(am__tagged_files)'; \496 case "$(srcdir)" in \497 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \498 *) sdir=$(subdir)/$(srcdir) ;; \499 esac; \500 for i in $$list; do \501 if test -f "$$i"; then \502 echo "$(subdir)/$$i"; \503 else \504 echo "$$sdir/$$i"; \505 fi; \506 done >> $(top_builddir)/cscope.files507 428 508 429 distclean-tags: … … 644 565 .MAKE: install-am install-strip 645 566 646 .PHONY: CTAGS GTAGS TAGSall all-am check check-am clean clean-generic \647 clean-noinstPROGRAMS c scopelist-am ctags ctags-am distclean\648 distclean- compile distclean-generic distclean-tags distdir dvi\649 dvi-am html html-am info info-am install install-am\650 install-data install-data-am install-dvi install-dvi-am\651 install-exec install-exec-am install-html install-html-am\652 install-info install-info-am install-man install-pdf\653 install-p df-am install-ps install-ps-am install-strip\654 installcheck installcheck-am installdirs maintainer-clean \567 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 568 clean-noinstPROGRAMS ctags distclean distclean-compile \ 569 distclean-generic distclean-tags distdir dvi dvi-am html \ 570 html-am info info-am install install-am install-data \ 571 install-data-am install-dvi install-dvi-am install-exec \ 572 install-exec-am install-html install-html-am install-info \ 573 install-info-am install-man install-pdf install-pdf-am \ 574 install-ps install-ps-am install-strip installcheck \ 575 installcheck-am installdirs maintainer-clean \ 655 576 maintainer-clean-generic mostlyclean mostlyclean-compile \ 656 mostlyclean-generic pdf pdf-am ps ps-am tags tags-amuninstall \577 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 657 578 uninstall-am 658 579 -
src/examples/Misc.c
rc6467b6 rf2d51eb 1 // interesting corner cases 2 1 3 int a; 2 4 int b; -
src/examples/abstype.c
rc6467b6 rf2d51eb 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Apr 6 22:16:08 201613 // Update Count : 812 // Last Modified On : Tue Jun 14 14:27:48 2016 13 // Update Count : 9 14 14 // 15 15 … … 21 21 } 22 22 23 forall( otype T ) lvalue T *?( T * );23 forall( otype T ) lvalue T *?( T * ); 24 24 int ?++( int * ); 25 25 int ?=?( int *, int ); 26 forall( dtype DT ) DT * ?=?( DT **, DT * );26 forall( dtype DT ) DT * ?=?( DT **, DT * ); 27 27 28 28 otype U = int *; -
src/libcfa/Makefile.in
rc6467b6 rf2d51eb 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 21 22 22 23 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 = yes66 am__make_dryrun = (target_option=n; $(am__make_running_with_option))67 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))68 24 pkgdatadir = $(datadir)/@PACKAGE@ 69 25 pkgincludedir = $(includedir)/@PACKAGE@ … … 83 39 POST_UNINSTALL = : 84 40 subdir = src/libcfa 85 DIST_COMMON = $( srcdir)/Makefile.in$(srcdir)/Makefile.am \86 $( top_srcdir)/automake/depcomp $(include_HEADERS)41 DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \ 42 $(srcdir)/Makefile.in 87 43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 88 44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 127 83 AM_V_AR = $(am__v_AR_@AM_V@) 128 84 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) 129 am__v_AR_0 = @echo " AR " $@; 130 am__v_AR_1 = 85 am__v_AR_0 = @echo " AR " $@; 86 AM_V_at = $(am__v_at_@AM_V@) 87 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 88 am__v_at_0 = @ 131 89 libcfa_a_AR = $(AR) $(ARFLAGS) 132 90 libcfa_a_LIBADD = … … 136 94 am_libcfa_a_OBJECTS = libcfa-prelude.$(OBJEXT) $(am__objects_1) 137 95 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 = false141 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 =150 96 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 151 97 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp … … 156 102 AM_V_CC = $(am__v_CC_@AM_V@) 157 103 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 158 am__v_CC_0 = @echo " CC " $@; 159 am__v_CC_1 = 104 am__v_CC_0 = @echo " CC " $@; 160 105 CCLD = $(CC) 161 106 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 162 107 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 163 108 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 164 am__v_CCLD_0 = @echo " CCLD " $@; 165 am__v_CCLD_1 = 109 am__v_CCLD_0 = @echo " CCLD " $@; 110 AM_V_GEN = $(am__v_GEN_@AM_V@) 111 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 112 am__v_GEN_0 = @echo " GEN " $@; 166 113 SOURCES = $(libcfa_a_SOURCES) 167 114 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 esac173 115 DATA = $(cfalib_DATA) 174 116 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 is178 # *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 variables186 # 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)`192 117 ETAGS = etags 193 118 CTAGS = ctags … … 209 134 CFA_LIBDIR = @CFA_LIBDIR@ 210 135 CFA_PREFIX = @CFA_PREFIX@ 211 CFLAGS = - g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t # TEMPORARY: does not build with -O2136 CFLAGS = -quiet -g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t # TEMPORARY: does not build with -O2 212 137 CPP = @CPP@ 213 138 CPPFLAGS = @CPPFLAGS@ … … 346 271 install-libLIBRARIES: $(lib_LIBRARIES) 347 272 @$(NORMAL_INSTALL) 273 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)" 348 274 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \ 349 275 list2=; for p in $$list; do \ … … 353 279 done; \ 354 280 test -z "$$list2" || { \ 355 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \356 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \357 281 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \ 358 282 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; } … … 375 299 clean-libLIBRARIES: 376 300 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES) 377 378 301 libcfa.a: $(libcfa_a_OBJECTS) $(libcfa_a_DEPENDENCIES) $(EXTRA_libcfa_a_DEPENDENCIES) 379 302 $(AM_V_at)-rm -f libcfa.a … … 401 324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 402 325 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 403 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@$<326 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 404 327 405 328 .c.obj: … … 408 331 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 409 332 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 410 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@`$(CYGPATH_W) '$<'`333 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 411 334 install-cfalibDATA: $(cfalib_DATA) 412 335 @$(NORMAL_INSTALL) 336 test -z "$(cfalibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfalibdir)" 413 337 @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; \418 338 for p in $$list; do \ 419 339 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ … … 432 352 install-includeHEADERS: $(include_HEADERS) 433 353 @$(NORMAL_INSTALL) 354 test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)" 434 355 @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; \439 356 for p in $$list; do \ 440 357 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ … … 452 369 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 453 370 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) 371 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 372 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 373 unique=`for i in $$list; do \ 374 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 375 done | \ 376 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 377 END { if (nonempty) { for (i in files) print i; }; }'`; \ 378 mkid -fID $$unique 379 tags: TAGS 380 381 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 382 $(TAGS_FILES) $(LISP) 460 383 set x; \ 461 384 here=`pwd`; \ 462 $(am__define_uniq_tagged_files); \ 385 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 386 unique=`for i in $$list; do \ 387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 388 done | \ 389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 390 END { if (nonempty) { for (i in files) print i; }; }'`; \ 463 391 shift; \ 464 392 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 472 400 fi; \ 473 401 fi 474 ctags: ctags-am 475 476 CTAGS: ctags 477 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 478 $(am__define_uniq_tagged_files); \ 402 ctags: CTAGS 403 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 404 $(TAGS_FILES) $(LISP) 405 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 406 unique=`for i in $$list; do \ 407 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 408 done | \ 409 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 410 END { if (nonempty) { for (i in files) print i; }; }'`; \ 479 411 test -z "$(CTAGS_ARGS)$$unique" \ 480 412 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 485 417 && $(am__cd) $(top_srcdir) \ 486 418 && gtags -i $(GTAGS_ARGS) "$$here" 487 cscopelist: cscopelist-am488 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.files502 419 503 420 distclean-tags: … … 645 562 .MAKE: install-am install-strip 646 563 647 .PHONY: CTAGS GTAGS TAGSall all-am check check-am clean clean-generic \648 clean-libLIBRARIES c scopelist-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-p df-am install-ps install-ps-am install-strip\656 installcheck installcheck-am installdirs maintainer-clean \564 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 565 clean-libLIBRARIES ctags distclean distclean-compile \ 566 distclean-generic distclean-tags distdir dvi dvi-am html \ 567 html-am info info-am install install-am install-cfalibDATA \ 568 install-data install-data-am install-dvi install-dvi-am \ 569 install-exec install-exec-am install-html install-html-am \ 570 install-includeHEADERS install-info install-info-am \ 571 install-libLIBRARIES install-man install-pdf install-pdf-am \ 572 install-ps install-ps-am install-strip installcheck \ 573 installcheck-am installdirs maintainer-clean \ 657 574 maintainer-clean-generic mostlyclean mostlyclean-compile \ 658 mostlyclean-generic pdf pdf-am ps ps-am tags tags-amuninstall \575 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 659 576 uninstall-am uninstall-cfalibDATA uninstall-includeHEADERS \ 660 577 uninstall-libLIBRARIES -
src/tests/Makefile.in
rc6467b6 rf2d51eb 1 # Makefile.in generated by automake 1.1 4.1from Makefile.am.1 # Makefile.in generated by automake 1.11.3 from Makefile.am. 2 2 # @configure_input@ 3 3 4 # Copyright (C) 1994-2013 Free Software Foundation, Inc. 5 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. 6 7 # This Makefile.in is free software; the Free Software Foundation 7 8 # gives unlimited permission to copy and/or distribute it, … … 19 20 20 21 VPATH = @srcdir@ 21 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'22 am__make_running_with_option = \23 case $${target_option-} in \24 ?) ;; \25 *) echo "am__make_running_with_option: internal error: invalid" \26 "target option '$${target_option-}' specified" >&2; \27 exit 1;; \28 esac; \29 has_opt=no; \30 sane_makeflags=$$MAKEFLAGS; \31 if $(am__is_gnu_make); then \32 sane_makeflags=$$MFLAGS; \33 else \34 case $$MAKEFLAGS in \35 *\\[\ \ ]*) \36 bs=\\; \37 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \38 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \39 esac; \40 fi; \41 skip_next=no; \42 strip_trailopt () \43 { \44 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \45 }; \46 for flg in $$sane_makeflags; do \47 test $$skip_next = yes && { skip_next=no; continue; }; \48 case $$flg in \49 *=*|--*) continue;; \50 -*I) strip_trailopt 'I'; skip_next=yes;; \51 -*I?*) strip_trailopt 'I';; \52 -*O) strip_trailopt 'O'; skip_next=yes;; \53 -*O?*) strip_trailopt 'O';; \54 -*l) strip_trailopt 'l'; skip_next=yes;; \55 -*l?*) strip_trailopt 'l';; \56 -[dEDm]) skip_next=yes;; \57 -[JT]) skip_next=yes;; \58 esac; \59 case $$flg in \60 *$$target_option*) has_opt=yes; break;; \61 esac; \62 done; \63 test $$has_opt = yes64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))66 22 pkgdatadir = $(datadir)/@PACKAGE@ 67 23 pkgincludedir = $(includedir)/@PACKAGE@ … … 83 39 avl_test$(EXEEXT) 84 40 subdir = src/tests 85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 86 $(top_srcdir)/automake/depcomp 41 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 87 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 88 43 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 106 61 vector_test_OBJECTS = $(am_vector_test_OBJECTS) 107 62 vector_test_LDADD = $(LDADD) 108 AM_V_P = $(am__v_P_@AM_V@)109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)110 am__v_P_0 = false111 am__v_P_1 = :112 AM_V_GEN = $(am__v_GEN_@AM_V@)113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)114 am__v_GEN_0 = @echo " GEN " $@;115 am__v_GEN_1 =116 AM_V_at = $(am__v_at_@AM_V@)117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)118 am__v_at_0 = @119 am__v_at_1 =120 63 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 121 64 depcomp = $(SHELL) $(top_srcdir)/automake/depcomp … … 125 68 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 126 69 am__v_lt_0 = --silent 127 am__v_lt_1 =128 70 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 129 71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 130 72 AM_V_CC = $(am__v_CC_@AM_V@) 131 73 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 132 am__v_CC_0 = @echo " CC " $@; 133 am__v_CC_1 = 74 am__v_CC_0 = @echo " CC " $@; 75 AM_V_at = $(am__v_at_@AM_V@) 76 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 77 am__v_at_0 = @ 134 78 CCLD = $(CC) 135 79 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 136 80 AM_V_CCLD = $(am__v_CCLD_@AM_V@) 137 81 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 138 am__v_CCLD_0 = @echo " CCLD " $@; 139 am__v_CCLD_1 = 82 am__v_CCLD_0 = @echo " CCLD " $@; 83 AM_V_GEN = $(am__v_GEN_@AM_V@) 84 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 85 am__v_GEN_0 = @echo " GEN " $@; 140 86 SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \ 141 87 $(vector_test_SOURCES) 142 88 DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \ 143 89 $(vector_test_SOURCES) 144 am__can_run_installinfo = \145 case $$AM_UPDATE_INFO_DIR in \146 n|no|NO) false;; \147 *) (install-info --version) >/dev/null 2>&1;; \148 esac149 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)150 # Read a list of newline-separated strings from the standard input,151 # and print each of them once, without duplicates. Input order is152 # *not* preserved.153 am__uniquify_input = $(AWK) '\154 BEGIN { nonempty = 0; } \155 { items[$$0] = 1; nonempty = 1; } \156 END { if (nonempty) { for (i in items) print i; }; } \157 '158 # Make sure the list of sources is unique. This is necessary because,159 # e.g., the same source file might be shared among _SOURCES variables160 # for different programs/libraries.161 am__define_uniq_tagged_files = \162 list='$(am__tagged_files)'; \163 unique=`for i in $$list; do \164 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \165 done | $(am__uniquify_input)`166 90 ETAGS = etags 167 91 CTAGS = ctags … … 314 238 clean-noinstPROGRAMS: 315 239 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) 316 317 240 avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES) 318 241 @rm -f avl_test$(EXEEXT) 319 242 $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS) 320 321 243 fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES) 322 244 @rm -f fstream_test$(EXEEXT) 323 245 $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS) 324 325 246 vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES) 326 247 @rm -f vector_test$(EXEEXT) … … 350 271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 351 272 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 352 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@$<273 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $< 353 274 354 275 .c.obj: … … 357 278 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 358 279 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 359 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@`$(CYGPATH_W) '$<'`280 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'` 360 281 361 282 avl_test.o: avltree/avl_test.c … … 457 378 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o avl-private.obj `if test -f 'avltree/avl-private.c'; then $(CYGPATH_W) 'avltree/avl-private.c'; else $(CYGPATH_W) '$(srcdir)/avltree/avl-private.c'; fi` 458 379 459 ID: $(am__tagged_files) 460 $(am__define_uniq_tagged_files); mkid -fID $$unique 461 tags: tags-am 462 TAGS: tags 463 464 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 380 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 381 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 382 unique=`for i in $$list; do \ 383 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 384 done | \ 385 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 386 END { if (nonempty) { for (i in files) print i; }; }'`; \ 387 mkid -fID $$unique 388 tags: TAGS 389 390 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 391 $(TAGS_FILES) $(LISP) 465 392 set x; \ 466 393 here=`pwd`; \ 467 $(am__define_uniq_tagged_files); \ 394 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 395 unique=`for i in $$list; do \ 396 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 397 done | \ 398 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 399 END { if (nonempty) { for (i in files) print i; }; }'`; \ 468 400 shift; \ 469 401 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ … … 477 409 fi; \ 478 410 fi 479 ctags: ctags-am 480 481 CTAGS: ctags 482 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 483 $(am__define_uniq_tagged_files); \ 411 ctags: CTAGS 412 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 413 $(TAGS_FILES) $(LISP) 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; }; }'`; \ 484 420 test -z "$(CTAGS_ARGS)$$unique" \ 485 421 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 490 426 && $(am__cd) $(top_srcdir) \ 491 427 && gtags -i $(GTAGS_ARGS) "$$here" 492 cscopelist: cscopelist-am493 494 cscopelist-am: $(am__tagged_files)495 list='$(am__tagged_files)'; \496 case "$(srcdir)" in \497 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \498 *) sdir=$(subdir)/$(srcdir) ;; \499 esac; \500 for i in $$list; do \501 if test -f "$$i"; then \502 echo "$(subdir)/$$i"; \503 else \504 echo "$$sdir/$$i"; \505 fi; \506 done >> $(top_builddir)/cscope.files507 428 508 429 distclean-tags: … … 644 565 .MAKE: install-am install-strip 645 566 646 .PHONY: CTAGS GTAGS TAGSall all-am check check-am clean clean-generic \647 clean-noinstPROGRAMS c scopelist-am ctags ctags-am distclean\648 distclean- compile distclean-generic distclean-tags distdir dvi\649 dvi-am html html-am info info-am install install-am\650 install-data install-data-am install-dvi install-dvi-am\651 install-exec install-exec-am install-html install-html-am\652 install-info install-info-am install-man install-pdf\653 install-p df-am install-ps install-ps-am install-strip\654 installcheck installcheck-am installdirs maintainer-clean \567 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ 568 clean-noinstPROGRAMS ctags distclean distclean-compile \ 569 distclean-generic distclean-tags distdir dvi dvi-am html \ 570 html-am info info-am install install-am install-data \ 571 install-data-am install-dvi install-dvi-am install-exec \ 572 install-exec-am install-html install-html-am install-info \ 573 install-info-am install-man install-pdf install-pdf-am \ 574 install-ps install-ps-am install-strip installcheck \ 575 installcheck-am installdirs maintainer-clean \ 655 576 maintainer-clean-generic mostlyclean mostlyclean-compile \ 656 mostlyclean-generic pdf pdf-am ps ps-am tags tags-amuninstall \577 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ 657 578 uninstall-am 658 579
Note:
See TracChangeset
for help on using the changeset viewer.