Changeset 8d70648 for src/Makefile.in


Ignore:
Timestamp:
May 30, 2019, 4:15:08 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
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:
a935892, f474e91
Parents:
d76c588 (diff), d88f8b3b (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.in

    rd76c588 r8d70648  
    235235        $(am__objects_7) Tuples/TupleAssignment.$(OBJEXT) \
    236236        Tuples/TupleExpansion.$(OBJEXT) Tuples/Explode.$(OBJEXT) \
    237         Validate/HandleAttributes.$(OBJEXT)
     237        Validate/HandleAttributes.$(OBJEXT) \
     238        Validate/FindSpecialDecls.$(OBJEXT)
    238239am_libdemangle_a_OBJECTS = $(am__objects_8)
    239240libdemangle_a_OBJECTS = $(am_libdemangle_a_OBJECTS)
     
    266267        Tuples/TupleExpansion.$(OBJEXT) Tuples/Explode.$(OBJEXT) \
    267268        Validate/HandleAttributes.$(OBJEXT) \
     269        Validate/FindSpecialDecls.$(OBJEXT) \
    268270        Virtual/ExpandCasts.$(OBJEXT)
    269271am____driver_cfa_cpp_OBJECTS = $(am__objects_9)
     
    556558        $(SRC_SYMTAB) $(SRC_SYNTREE) Tuples/TupleAssignment.cc \
    557559        Tuples/TupleExpansion.cc Tuples/Explode.cc \
    558         Validate/HandleAttributes.cc Virtual/ExpandCasts.cc
     560        Validate/HandleAttributes.cc Validate/FindSpecialDecls.cc \
     561        Virtual/ExpandCasts.cc
    559562SRCDEMANGLE = CompilationState.cc $(SRC_AST) $(SRC_CODEGEN) \
    560563        Concurrency/Keywords.cc $(SRC_COMMON) $(SRC_CONTROLSTRUCT) \
     
    563566        $(SRC_SYMTAB) SymTab/Demangle.cc $(SRC_SYNTREE) \
    564567        Tuples/TupleAssignment.cc Tuples/TupleExpansion.cc \
    565         Tuples/Explode.cc Validate/HandleAttributes.cc
     568        Tuples/Explode.cc Validate/HandleAttributes.cc \
     569        Validate/FindSpecialDecls.cc
    566570MAINTAINERCLEANFILES = ${libdir}/${notdir ${cfa_cpplib_PROGRAMS}}
    567571MOSTLYCLEANFILES = Parser/lex.cc Parser/parser.cc Parser/parser.hh \
     
    688692AM_LDFLAGS = @HOST_FLAGS@ -Xlinker -export-dynamic
    689693ARFLAGS = cr
    690 demangler_SOURCES = SymTab/demangler.cc
     694demangler_SOURCES = SymTab/demangler.cc # test driver for the demangler, also useful as a sanity check that libdemangle.a is complete
    691695demangler_LDADD = libdemangle.a -ldl                    # yywrap
    692696noinst_LIBRARIES = libdemangle.a
     
    10161020Validate/HandleAttributes.$(OBJEXT): Validate/$(am__dirstamp) \
    10171021        Validate/$(DEPDIR)/$(am__dirstamp)
     1022Validate/FindSpecialDecls.$(OBJEXT): Validate/$(am__dirstamp) \
     1023        Validate/$(DEPDIR)/$(am__dirstamp)
    10181024
    10191025libdemangle.a: $(libdemangle_a_OBJECTS) $(libdemangle_a_DEPENDENCIES) $(EXTRA_libdemangle_a_DEPENDENCIES)
     
    13101316@AMDEP_TRUE@@am__include@ @am__quote@Tuples/$(DEPDIR)/TupleAssignment.Po@am__quote@
    13111317@AMDEP_TRUE@@am__include@ @am__quote@Tuples/$(DEPDIR)/TupleExpansion.Po@am__quote@
     1318@AMDEP_TRUE@@am__include@ @am__quote@Validate/$(DEPDIR)/FindSpecialDecls.Po@am__quote@
    13121319@AMDEP_TRUE@@am__include@ @am__quote@Validate/$(DEPDIR)/HandleAttributes.Po@am__quote@
    13131320@AMDEP_TRUE@@am__include@ @am__quote@Virtual/$(DEPDIR)/ExpandCasts.Po@am__quote@
Note: See TracChangeset for help on using the changeset viewer.