Changeset f2d51eb for src


Ignore:
Timestamp:
Jun 14, 2016, 3:45:56 PM (9 years ago)
Author:
Thierry Delisle <tdelisle@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

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.14.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.3 from Makefile.am.
    22# @configure_input@
    33
    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.
    67# This Makefile.in is free software; the Free Software Foundation
    78# gives unlimited permission to copy and/or distribute it,
     
    5859
    5960VPATH = @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 = yes
    103 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    104 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    10561pkgdatadir = $(datadir)/@PACKAGE@
    10662pkgincludedir = $(includedir)/@PACKAGE@
     
    12278        $(srcdir)/Common/module.mk $(srcdir)/ControlStruct/module.mk \
    12379        $(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 \
    12582        $(srcdir)/ResolvExpr/module.mk $(srcdir)/SymTab/module.mk \
    12683        $(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
    13085cfa_cpplib_PROGRAMS = driver/cfa-cpp$(EXEEXT)
    13186subdir = src
     
    253208driver_cfa_cpp_LINK = $(CXXLD) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) \
    254209        $(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 = false
    258 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 =
    267210DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    268211depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    272215am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    273216am__v_lt_0 = --silent
    274 am__v_lt_1 =
    275217CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
    276218        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
    277219AM_V_CXX = $(am__v_CXX_@AM_V@)
    278220am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
    279 am__v_CXX_0 = @echo "  CXX     " $@;
    280 am__v_CXX_1 =
     221am__v_CXX_0 = @echo "  CXX   " $@;
     222AM_V_at = $(am__v_at_@AM_V@)
     223am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     224am__v_at_0 = @
    281225CXXLD = $(CXX)
    282226CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     
    284228AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
    285229am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
    286 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
    287 am__v_CXXLD_1 =
     230am__v_CXXLD_0 = @echo "  CXXLD " $@;
    288231@MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
    289232LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
    290233AM_V_LEX = $(am__v_LEX_@AM_V@)
    291234am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
    292 am__v_LEX_0 = @echo "  LEX     " $@;
    293 am__v_LEX_1 =
     235am__v_LEX_0 = @echo "  LEX   " $@;
    294236YLWRAP = $(top_srcdir)/automake/ylwrap
    295237@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/
    298238YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
    299239AM_V_YACC = $(am__v_YACC_@AM_V@)
    300240am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
    301 am__v_YACC_0 = @echo "  YACC    " $@;
    302 am__v_YACC_1 =
     241am__v_YACC_0 = @echo "  YACC  " $@;
    303242COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    304243        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    305244AM_V_CC = $(am__v_CC_@AM_V@)
    306245am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    307 am__v_CC_0 = @echo "  CC      " $@;
    308 am__v_CC_1 =
     246am__v_CC_0 = @echo "  CC    " $@;
    309247CCLD = $(CC)
    310248LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    311249AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    312250am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    313 am__v_CCLD_0 = @echo "  CCLD    " $@;
    314 am__v_CCLD_1 =
     251am__v_CCLD_0 = @echo "  CCLD  " $@;
     252AM_V_GEN = $(am__v_GEN_@AM_V@)
     253am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     254am__v_GEN_0 = @echo "  GEN   " $@;
    315255SOURCES = $(driver_cfa_cpp_SOURCES)
    316256DIST_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   esac
    322 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 is
    325 # *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 variables
    333 # 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)`
    339257ETAGS = etags
    340258CTAGS = ctags
     
    549467install-cfa_cpplibPROGRAMS: $(cfa_cpplib_PROGRAMS)
    550468        @$(NORMAL_INSTALL)
     469        test -z "$(cfa_cpplibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfa_cpplibdir)"
    551470        @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; \
    556471        for p in $$list; do echo "$$p $$p"; done | \
    557472        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; \
    560475        done | \
    561         sed -e 'p;s,.*/,,;n;h' \
    562             -e 's|.*|.|' \
     476        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    563477            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    564478        sed 'N;N;N;s,\n, ,g' | \
     
    581495        files=`for p in $$list; do echo "$$p"; done | \
    582496          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    583               -e 's/$$/$(EXEEXT)/' \
    584         `; \
     497              -e 's/$$/$(EXEEXT)/' `; \
    585498        test -n "$$list" || exit 0; \
    586499        echo " ( cd '$(DESTDIR)$(cfa_cpplibdir)' && rm -f" $$files ")"; \
     
    692605InitTweak/driver_cfa_cpp-InitTweak.$(OBJEXT):  \
    693606        InitTweak/$(am__dirstamp) InitTweak/$(DEPDIR)/$(am__dirstamp)
    694 Parser/parser.hh: Parser/parser.cc
     607Parser/parser.h: Parser/parser.cc
    695608        @if test ! -f $@; then rm -f Parser/parser.cc; else :; fi
    696609        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) Parser/parser.cc; else :; fi
     
    894807        @$(MKDIR_P) driver
    895808        @: > driver/$(am__dirstamp)
    896 
    897809driver/cfa-cpp$(EXEEXT): $(driver_cfa_cpp_OBJECTS) $(driver_cfa_cpp_DEPENDENCIES) $(EXTRA_driver_cfa_cpp_DEPENDENCIES) driver/$(am__dirstamp)
    898810        @rm -f driver/cfa-cpp$(EXEEXT)
     
    901813mostlyclean-compile:
    902814        -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)
    914919
    915920distclean-compile:
     
    25272532
    25282533.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
     2536ID: $(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
     2544tags: TAGS
     2545
     2546TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     2547                $(TAGS_FILES) $(LISP)
    25372548        set x; \
    25382549        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; }; }'`; \
    25402556        shift; \
    25412557        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    25492565          fi; \
    25502566        fi
    2551 ctags: ctags-am
    2552 
    2553 CTAGS: ctags
    2554 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    2555         $(am__define_uniq_tagged_files); \
     2567ctags: CTAGS
     2568CTAGS:  $(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; }; }'`; \
    25562576        test -z "$(CTAGS_ARGS)$$unique" \
    25572577          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    25622582          && $(am__cd) $(top_srcdir) \
    25632583          && gtags -i $(GTAGS_ARGS) "$$here"
    2564 cscopelist: cscopelist-am
    2565 
    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.files
    25792584
    25802585distclean-tags:
     
    26752680        -rm -f Parser/lex.cc
    26762681        -rm -f Parser/parser.cc
    2677         -rm -f Parser/parser.hh
     2682        -rm -f Parser/parser.h
    26782683        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
    26792684        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
     
    27492754.MAKE: all check install install-am install-strip
    27502755
    2751 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
    2752         clean-cfa_cpplibPROGRAMS clean-generic cscopelist-am ctags \
    2753         ctags-am distclean distclean-compile distclean-generic \
    2754         distclean-tags distdir dvi dvi-am html html-am info info-am \
    2755         install install-am install-cfa_cpplibPROGRAMS install-data \
    2756         install-data-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         installcheck-am installdirs maintainer-clean \
    2761         maintainer-clean-generic mostlyclean mostlyclean-compile \
    2762         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
    2763         uninstall-am uninstall-cfa_cpplibPROGRAMS
     2756.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
    27642769
    27652770
  • src/driver/Makefile.in

    rc6467b6 rf2d51eb  
    1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.3 from Makefile.am.
    22# @configure_input@
    33
    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.
    67# This Makefile.in is free software; the Free Software Foundation
    78# gives unlimited permission to copy and/or distribute it,
     
    1920
    2021VPATH = @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 = yes
    64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    6622pkgdatadir = $(datadir)/@PACKAGE@
    6723pkgincludedir = $(includedir)/@PACKAGE@
     
    8339cc1lib_PROGRAMS = cc1$(EXEEXT)
    8440subdir = src/driver
    85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    86         $(top_srcdir)/automake/depcomp
     41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    8742ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    8843am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    10156cfa_OBJECTS = $(am_cfa_OBJECTS)
    10257cfa_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 = false
    106 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 =
    11558DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    11659depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    12164AM_V_CXX = $(am__v_CXX_@AM_V@)
    12265am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
    123 am__v_CXX_0 = @echo "  CXX     " $@;
    124 am__v_CXX_1 =
     66am__v_CXX_0 = @echo "  CXX   " $@;
     67AM_V_at = $(am__v_at_@AM_V@)
     68am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     69am__v_at_0 = @
    12570CXXLD = $(CXX)
    12671CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
     
    12873AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
    12974am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
    130 am__v_CXXLD_0 = @echo "  CXXLD   " $@;
    131 am__v_CXXLD_1 =
     75am__v_CXXLD_0 = @echo "  CXXLD " $@;
     76AM_V_GEN = $(am__v_GEN_@AM_V@)
     77am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     78am__v_GEN_0 = @echo "  GEN   " $@;
    13279SOURCES = $(cc1_SOURCES) $(cfa_SOURCES)
    13380DIST_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   esac
    139 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 is
    142 # *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 variables
    150 # 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)`
    15681ETAGS = etags
    15782CTAGS = ctags
     
    307232install-binPROGRAMS: $(bin_PROGRAMS)
    308233        @$(NORMAL_INSTALL)
     234        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
    309235        @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; \
    314236        for p in $$list; do echo "$$p $$p"; done | \
    315237        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; \
    318240        done | \
    319         sed -e 'p;s,.*/,,;n;h' \
    320             -e 's|.*|.|' \
     241        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    321242            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    322243        sed 'N;N;N;s,\n, ,g' | \
     
    339260        files=`for p in $$list; do echo "$$p"; done | \
    340261          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    341               -e 's/$$/$(EXEEXT)/' \
    342         `; \
     262              -e 's/$$/$(EXEEXT)/' `; \
    343263        test -n "$$list" || exit 0; \
    344264        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
     
    349269install-cc1libPROGRAMS: $(cc1lib_PROGRAMS)
    350270        @$(NORMAL_INSTALL)
     271        test -z "$(cc1libdir)" || $(MKDIR_P) "$(DESTDIR)$(cc1libdir)"
    351272        @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; \
    356273        for p in $$list; do echo "$$p $$p"; done | \
    357274        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; \
    360277        done | \
    361         sed -e 'p;s,.*/,,;n;h' \
    362             -e 's|.*|.|' \
     278        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
    363279            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
    364280        sed 'N;N;N;s,\n, ,g' | \
     
    381297        files=`for p in $$list; do echo "$$p"; done | \
    382298          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
    383               -e 's/$$/$(EXEEXT)/' \
    384         `; \
     299              -e 's/$$/$(EXEEXT)/' `; \
    385300        test -n "$$list" || exit 0; \
    386301        echo " ( cd '$(DESTDIR)$(cc1libdir)' && rm -f" $$files ")"; \
     
    389304clean-cc1libPROGRAMS:
    390305        -test -z "$(cc1lib_PROGRAMS)" || rm -f $(cc1lib_PROGRAMS)
    391 
    392306cc1$(EXEEXT): $(cc1_OBJECTS) $(cc1_DEPENDENCIES) $(EXTRA_cc1_DEPENDENCIES)
    393307        @rm -f cc1$(EXEEXT)
    394308        $(AM_V_CXXLD)$(CXXLINK) $(cc1_OBJECTS) $(cc1_LDADD) $(LIBS)
    395 
    396309cfa$(EXEEXT): $(cfa_OBJECTS) $(cfa_DEPENDENCIES) $(EXTRA_cfa_DEPENDENCIES)
    397310        @rm -f cfa$(EXEEXT)
     
    421334@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
    422335
    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)
     336ID: $(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
     344tags: TAGS
     345
     346TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     347                $(TAGS_FILES) $(LISP)
    429348        set x; \
    430349        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; }; }'`; \
    432356        shift; \
    433357        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    441365          fi; \
    442366        fi
    443 ctags: ctags-am
    444 
    445 CTAGS: ctags
    446 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    447         $(am__define_uniq_tagged_files); \
     367ctags: CTAGS
     368CTAGS:  $(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; }; }'`; \
    448376        test -z "$(CTAGS_ARGS)$$unique" \
    449377          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    454382          && $(am__cd) $(top_srcdir) \
    455383          && gtags -i $(GTAGS_ARGS) "$$here"
    456 cscopelist: cscopelist-am
    457 
    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.files
    471384
    472385distclean-tags:
     
    613526.MAKE: install-am install-strip
    614527
    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
    629541
    630542
  • src/examples/Attributes.c

    rc6467b6 rf2d51eb  
    5656    otype @widest(otype t);
    5757    @otype(x) *y;                                                                               // gcc: otypeof(x) *y;
    58     const @widest(double) *w;                                                   // gcc: const otypeof(x) *w;
    59     * @otype(3 + 4) z;                                                                  // cfa declaration syntax
     58//    const @widest(double) *w;                                                 // gcc: const otypeof(x) *w;
     59//    * @otype(3 + 4) z;                                                                        // cfa declaration syntax
    6060    y = @max;           
    6161    z = @max(x) + @size(int);
  • src/examples/Initialization.c

    rc6467b6 rf2d51eb  
    1212} a = { .w : [2] };
    1313
    14 struct { int a[3], b; } w [] = { [0].a : {1}, [0].b : 1, [1].a[0] : 2 };
     14struct { int a[3], b; } w [] = { [0].a : {1}, [0].b : 3, [1].a[0] : 2 };
    1515
    1616struct {
  • src/examples/Makefile.in

    rc6467b6 rf2d51eb  
    1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.3 from Makefile.am.
    22# @configure_input@
    33
    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.
    67# This Makefile.in is free software; the Free Software Foundation
    78# gives unlimited permission to copy and/or distribute it,
     
    1920
    2021VPATH = @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 = yes
    64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    6622pkgdatadir = $(datadir)/@PACKAGE@
    6723pkgincludedir = $(includedir)/@PACKAGE@
     
    8339        avl_test$(EXEEXT)
    8440subdir = src/examples
    85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    86         $(top_srcdir)/automake/depcomp
     41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    8742ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    8843am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    10661vector_test_OBJECTS = $(am_vector_test_OBJECTS)
    10762vector_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 = false
    111 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 =
    12063DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    12164depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    12568am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    12669am__v_lt_0 = --silent
    127 am__v_lt_1 =
    12870COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    12971        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    13072AM_V_CC = $(am__v_CC_@AM_V@)
    13173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    132 am__v_CC_0 = @echo "  CC      " $@;
    133 am__v_CC_1 =
     74am__v_CC_0 = @echo "  CC    " $@;
     75AM_V_at = $(am__v_at_@AM_V@)
     76am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     77am__v_at_0 = @
    13478CCLD = $(CC)
    13579LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    13680AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    13781am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    138 am__v_CCLD_0 = @echo "  CCLD    " $@;
    139 am__v_CCLD_1 =
     82am__v_CCLD_0 = @echo "  CCLD  " $@;
     83AM_V_GEN = $(am__v_GEN_@AM_V@)
     84am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     85am__v_GEN_0 = @echo "  GEN   " $@;
    14086SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    14187        $(vector_test_SOURCES)
    14288DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    14389        $(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   esac
    149 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 is
    152 # *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 variables
    160 # 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)`
    16690ETAGS = etags
    16791CTAGS = ctags
     
    314238clean-noinstPROGRAMS:
    315239        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    316 
    317240avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES)
    318241        @rm -f avl_test$(EXEEXT)
    319242        $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS)
    320 
    321243fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES)
    322244        @rm -f fstream_test$(EXEEXT)
    323245        $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS)
    324 
    325246vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES)
    326247        @rm -f vector_test$(EXEEXT)
     
    350271@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    351272@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 $<
    353274
    354275.c.obj:
     
    357278@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    358279@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) '$<'`
    360281
    361282avl_test.o: avltree/avl_test.c
     
    457378@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`
    458379
    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)
     380ID: $(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
     388tags: TAGS
     389
     390TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     391                $(TAGS_FILES) $(LISP)
    465392        set x; \
    466393        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; }; }'`; \
    468400        shift; \
    469401        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    477409          fi; \
    478410        fi
    479 ctags: ctags-am
    480 
    481 CTAGS: ctags
    482 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    483         $(am__define_uniq_tagged_files); \
     411ctags: CTAGS
     412CTAGS:  $(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; }; }'`; \
    484420        test -z "$(CTAGS_ARGS)$$unique" \
    485421          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    490426          && $(am__cd) $(top_srcdir) \
    491427          && gtags -i $(GTAGS_ARGS) "$$here"
    492 cscopelist: cscopelist-am
    493 
    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.files
    507428
    508429distclean-tags:
     
    644565.MAKE: install-am install-strip
    645566
    646 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    647         clean-noinstPROGRAMS cscopelist-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-pdf-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 \
    655576        maintainer-clean-generic mostlyclean mostlyclean-compile \
    656         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
     577        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    657578        uninstall-am
    658579
  • src/examples/Misc.c

    rc6467b6 rf2d51eb  
     1// interesting corner cases
     2
    13int a;
    24int b;
  • src/examples/abstype.c

    rc6467b6 rf2d51eb  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Apr  6 22:16:08 2016
    13 // Update Count     : 8
     12// Last Modified On : Tue Jun 14 14:27:48 2016
     13// Update Count     : 9
    1414//
    1515
     
    2121}
    2222
    23 forall( otype T ) lvalue T *?( T* );
     23forall( otype T ) lvalue T *?( T * );
    2424int ?++( int * );
    2525int ?=?( int *, int );
    26 forall( dtype DT ) DT * ?=?( DT **, DT* );
     26forall( dtype DT ) DT * ?=?( DT **, DT * );
    2727
    2828otype U = int *;
  • src/libcfa/Makefile.in

    rc6467b6 rf2d51eb  
    1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.3 from Makefile.am.
    22# @configure_input@
    33
    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.
    67# This Makefile.in is free software; the Free Software Foundation
    78# gives unlimited permission to copy and/or distribute it,
     
    2122
    2223VPATH = @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))
    6824pkgdatadir = $(datadir)/@PACKAGE@
    6925pkgincludedir = $(includedir)/@PACKAGE@
     
    8339POST_UNINSTALL = :
    8440subdir = src/libcfa
    85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    86         $(top_srcdir)/automake/depcomp $(include_HEADERS)
     41DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
     42        $(srcdir)/Makefile.in
    8743ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    8844am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    12783AM_V_AR = $(am__v_AR_@AM_V@)
    12884am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
    129 am__v_AR_0 = @echo "  AR      " $@;
    130 am__v_AR_1 =
     85am__v_AR_0 = @echo "  AR    " $@;
     86AM_V_at = $(am__v_at_@AM_V@)
     87am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     88am__v_at_0 = @
    13189libcfa_a_AR = $(AR) $(ARFLAGS)
    13290libcfa_a_LIBADD =
     
    13694am_libcfa_a_OBJECTS = libcfa-prelude.$(OBJEXT) $(am__objects_1)
    13795libcfa_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 =
    15096DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    15197depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    156102AM_V_CC = $(am__v_CC_@AM_V@)
    157103am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    158 am__v_CC_0 = @echo "  CC      " $@;
    159 am__v_CC_1 =
     104am__v_CC_0 = @echo "  CC    " $@;
    160105CCLD = $(CC)
    161106LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    162107AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    163108am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    164 am__v_CCLD_0 = @echo "  CCLD    " $@;
    165 am__v_CCLD_1 =
     109am__v_CCLD_0 = @echo "  CCLD  " $@;
     110AM_V_GEN = $(am__v_GEN_@AM_V@)
     111am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     112am__v_GEN_0 = @echo "  GEN   " $@;
    166113SOURCES = $(libcfa_a_SOURCES)
    167114DIST_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
    173115DATA = $(cfalib_DATA)
    174116HEADERS = $(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)`
    192117ETAGS = etags
    193118CTAGS = ctags
     
    209134CFA_LIBDIR = @CFA_LIBDIR@
    210135CFA_PREFIX = @CFA_PREFIX@
    211 CFLAGS = -g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t  # TEMPORARY: does not build with -O2
     136CFLAGS = -quiet -g -Wall -Wno-unused-function -B${abs_top_srcdir}/src/driver -XCFA -t  # TEMPORARY: does not build with -O2
    212137CPP = @CPP@
    213138CPPFLAGS = @CPPFLAGS@
     
    346271install-libLIBRARIES: $(lib_LIBRARIES)
    347272        @$(NORMAL_INSTALL)
     273        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
    348274        @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
    349275        list2=; for p in $$list; do \
     
    353279        done; \
    354280        test -z "$$list2" || { \
    355           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
    356           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
    357281          echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
    358282          $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
     
    375299clean-libLIBRARIES:
    376300        -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
    377 
    378301libcfa.a: $(libcfa_a_OBJECTS) $(libcfa_a_DEPENDENCIES) $(EXTRA_libcfa_a_DEPENDENCIES)
    379302        $(AM_V_at)-rm -f libcfa.a
     
    401324@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    402325@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 $<
    404327
    405328.c.obj:
     
    408331@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    409332@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) '$<'`
    411334install-cfalibDATA: $(cfalib_DATA)
    412335        @$(NORMAL_INSTALL)
     336        test -z "$(cfalibdir)" || $(MKDIR_P) "$(DESTDIR)$(cfalibdir)"
    413337        @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; \
    418338        for p in $$list; do \
    419339          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
     
    432352install-includeHEADERS: $(include_HEADERS)
    433353        @$(NORMAL_INSTALL)
     354        test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
    434355        @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; \
    439356        for p in $$list; do \
    440357          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
     
    452369        dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
    453370
    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)
     371ID: $(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
     379tags: TAGS
     380
     381TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     382                $(TAGS_FILES) $(LISP)
    460383        set x; \
    461384        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; }; }'`; \
    463391        shift; \
    464392        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    472400          fi; \
    473401        fi
    474 ctags: ctags-am
    475 
    476 CTAGS: ctags
    477 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    478         $(am__define_uniq_tagged_files); \
     402ctags: CTAGS
     403CTAGS:  $(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; }; }'`; \
    479411        test -z "$(CTAGS_ARGS)$$unique" \
    480412          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    485417          && $(am__cd) $(top_srcdir) \
    486418          && 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
    502419
    503420distclean-tags:
     
    645562.MAKE: install-am install-strip
    646563
    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 \
     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 \
    657574        maintainer-clean-generic mostlyclean mostlyclean-compile \
    658         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
     575        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    659576        uninstall-am uninstall-cfalibDATA uninstall-includeHEADERS \
    660577        uninstall-libLIBRARIES
  • src/tests/Makefile.in

    rc6467b6 rf2d51eb  
    1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
     1# Makefile.in generated by automake 1.11.3 from Makefile.am.
    22# @configure_input@
    33
    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.
    67# This Makefile.in is free software; the Free Software Foundation
    78# gives unlimited permission to copy and/or distribute it,
     
    1920
    2021VPATH = @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 = yes
    64 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
    65 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
    6622pkgdatadir = $(datadir)/@PACKAGE@
    6723pkgincludedir = $(includedir)/@PACKAGE@
     
    8339        avl_test$(EXEEXT)
    8440subdir = src/tests
    85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
    86         $(top_srcdir)/automake/depcomp
     41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
    8742ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    8843am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    10661vector_test_OBJECTS = $(am_vector_test_OBJECTS)
    10762vector_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 = false
    111 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 =
    12063DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    12164depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
     
    12568am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
    12669am__v_lt_0 = --silent
    127 am__v_lt_1 =
    12870COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
    12971        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
    13072AM_V_CC = $(am__v_CC_@AM_V@)
    13173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
    132 am__v_CC_0 = @echo "  CC      " $@;
    133 am__v_CC_1 =
     74am__v_CC_0 = @echo "  CC    " $@;
     75AM_V_at = $(am__v_at_@AM_V@)
     76am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
     77am__v_at_0 = @
    13478CCLD = $(CC)
    13579LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
    13680AM_V_CCLD = $(am__v_CCLD_@AM_V@)
    13781am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
    138 am__v_CCLD_0 = @echo "  CCLD    " $@;
    139 am__v_CCLD_1 =
     82am__v_CCLD_0 = @echo "  CCLD  " $@;
     83AM_V_GEN = $(am__v_GEN_@AM_V@)
     84am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
     85am__v_GEN_0 = @echo "  GEN   " $@;
    14086SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    14187        $(vector_test_SOURCES)
    14288DIST_SOURCES = $(avl_test_SOURCES) $(fstream_test_SOURCES) \
    14389        $(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   esac
    149 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 is
    152 # *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 variables
    160 # 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)`
    16690ETAGS = etags
    16791CTAGS = ctags
     
    314238clean-noinstPROGRAMS:
    315239        -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
    316 
    317240avl_test$(EXEEXT): $(avl_test_OBJECTS) $(avl_test_DEPENDENCIES) $(EXTRA_avl_test_DEPENDENCIES)
    318241        @rm -f avl_test$(EXEEXT)
    319242        $(AM_V_CCLD)$(LINK) $(avl_test_OBJECTS) $(avl_test_LDADD) $(LIBS)
    320 
    321243fstream_test$(EXEEXT): $(fstream_test_OBJECTS) $(fstream_test_DEPENDENCIES) $(EXTRA_fstream_test_DEPENDENCIES)
    322244        @rm -f fstream_test$(EXEEXT)
    323245        $(AM_V_CCLD)$(LINK) $(fstream_test_OBJECTS) $(fstream_test_LDADD) $(LIBS)
    324 
    325246vector_test$(EXEEXT): $(vector_test_OBJECTS) $(vector_test_DEPENDENCIES) $(EXTRA_vector_test_DEPENDENCIES)
    326247        @rm -f vector_test$(EXEEXT)
     
    350271@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    351272@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 $<
    353274
    354275.c.obj:
     
    357278@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
    358279@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) '$<'`
    360281
    361282avl_test.o: avltree/avl_test.c
     
    457378@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`
    458379
    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)
     380ID: $(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
     388tags: TAGS
     389
     390TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     391                $(TAGS_FILES) $(LISP)
    465392        set x; \
    466393        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; }; }'`; \
    468400        shift; \
    469401        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
     
    477409          fi; \
    478410        fi
    479 ctags: ctags-am
    480 
    481 CTAGS: ctags
    482 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
    483         $(am__define_uniq_tagged_files); \
     411ctags: CTAGS
     412CTAGS:  $(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; }; }'`; \
    484420        test -z "$(CTAGS_ARGS)$$unique" \
    485421          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
     
    490426          && $(am__cd) $(top_srcdir) \
    491427          && gtags -i $(GTAGS_ARGS) "$$here"
    492 cscopelist: cscopelist-am
    493 
    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.files
    507428
    508429distclean-tags:
     
    644565.MAKE: install-am install-strip
    645566
    646 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
    647         clean-noinstPROGRAMS cscopelist-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-pdf-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 \
    655576        maintainer-clean-generic mostlyclean mostlyclean-compile \
    656         mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
     577        mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
    657578        uninstall-am
    658579
Note: See TracChangeset for help on using the changeset viewer.