Changeset f57dd25 for src/Makefile.in


Ignore:
Timestamp:
May 29, 2019, 3:45:00 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0aedb01
Parents:
157a816 (diff), ebc0a85 (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 'cleanup-dtors'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.in

    r157a816 rf57dd25  
    234234        $(am__objects_7) Tuples/TupleAssignment.$(OBJEXT) \
    235235        Tuples/TupleExpansion.$(OBJEXT) Tuples/Explode.$(OBJEXT) \
    236         Validate/HandleAttributes.$(OBJEXT)
     236        Validate/HandleAttributes.$(OBJEXT) \
     237        Validate/FindSpecialDecls.$(OBJEXT)
    237238am_libdemangle_a_OBJECTS = $(am__objects_8)
    238239libdemangle_a_OBJECTS = $(am_libdemangle_a_OBJECTS)
     
    265266        Tuples/TupleExpansion.$(OBJEXT) Tuples/Explode.$(OBJEXT) \
    266267        Validate/HandleAttributes.$(OBJEXT) \
     268        Validate/FindSpecialDecls.$(OBJEXT) \
    267269        Virtual/ExpandCasts.$(OBJEXT)
    268270am____driver_cfa_cpp_OBJECTS = $(am__objects_9)
     
    555557        $(SRC_SYMTAB) $(SRC_SYNTREE) Tuples/TupleAssignment.cc \
    556558        Tuples/TupleExpansion.cc Tuples/Explode.cc \
    557         Validate/HandleAttributes.cc Virtual/ExpandCasts.cc
     559        Validate/HandleAttributes.cc Validate/FindSpecialDecls.cc \
     560        Virtual/ExpandCasts.cc
    558561SRCDEMANGLE = CompilationState.cc $(SRC_AST) $(SRC_CODEGEN) \
    559562        Concurrency/Keywords.cc $(SRC_COMMON) $(SRC_CONTROLSTRUCT) \
     
    562565        $(SRC_SYMTAB) SymTab/Demangle.cc $(SRC_SYNTREE) \
    563566        Tuples/TupleAssignment.cc Tuples/TupleExpansion.cc \
    564         Tuples/Explode.cc Validate/HandleAttributes.cc
     567        Tuples/Explode.cc Validate/HandleAttributes.cc \
     568        Validate/FindSpecialDecls.cc
    565569MAINTAINERCLEANFILES = ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}}
    566570MOSTLYCLEANFILES = Parser/lex.cc Parser/parser.cc Parser/parser.hh \
     
    685689AM_LDFLAGS = @HOST_FLAGS@ -Xlinker -export-dynamic
    686690ARFLAGS = cr
    687 demangler_SOURCES = SymTab/demangler.cc
     691demangler_SOURCES = SymTab/demangler.cc # test driver for the demangler, also useful as a sanity check that libdemangle.a is complete
    688692demangler_LDADD = libdemangle.a -ldl                    # yywrap
    689693noinst_LIBRARIES = libdemangle.a
     
    10081012        @: > Validate/$(DEPDIR)/$(am__dirstamp)
    10091013Validate/HandleAttributes.$(OBJEXT): Validate/$(am__dirstamp) \
     1014        Validate/$(DEPDIR)/$(am__dirstamp)
     1015Validate/FindSpecialDecls.$(OBJEXT): Validate/$(am__dirstamp) \
    10101016        Validate/$(DEPDIR)/$(am__dirstamp)
    10111017
     
    13011307@AMDEP_TRUE@@am__include@ @am__quote@Tuples/$(DEPDIR)/TupleAssignment.Po@am__quote@
    13021308@AMDEP_TRUE@@am__include@ @am__quote@Tuples/$(DEPDIR)/TupleExpansion.Po@am__quote@
     1309@AMDEP_TRUE@@am__include@ @am__quote@Validate/$(DEPDIR)/FindSpecialDecls.Po@am__quote@
    13031310@AMDEP_TRUE@@am__include@ @am__quote@Validate/$(DEPDIR)/HandleAttributes.Po@am__quote@
    13041311@AMDEP_TRUE@@am__include@ @am__quote@Virtual/$(DEPDIR)/ExpandCasts.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.