Changeset 9498fe2d


Ignore:
Timestamp:
Aug 24, 2016, 12:27:42 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
memory
Children:
f4903df
Parents:
f39096c
Message:

first commit since my desktop doesn't support automake

Location:
src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/Common/module.mk

    rf39096c r9498fe2d  
    1717SRC += Common/SemanticError.cc \
    1818       Common/UniqueName.cc \
    19        Common/Assert.cc
     19       Common/Assert.cc \
     20       Common/Gc.cc
  • src/Makefile.in

    rf39096c r9498fe2d  
    106106        Common/driver_cfa_cpp-UniqueName.$(OBJEXT) \
    107107        Common/driver_cfa_cpp-Assert.$(OBJEXT) \
     108        Common/driver_cfa_cpp-Gc.$(OBJEXT) \
    108109        ControlStruct/driver_cfa_cpp-LabelGenerator.$(OBJEXT) \
    109110        ControlStruct/driver_cfa_cpp-LabelFixer.$(OBJEXT) \
     
    371372        CodeGen/FixNames.cc CodeGen/OperatorTable.cc \
    372373        Common/SemanticError.cc Common/UniqueName.cc Common/Assert.cc \
    373         ControlStruct/LabelGenerator.cc ControlStruct/LabelFixer.cc \
    374         ControlStruct/MLEMutator.cc ControlStruct/Mutate.cc \
    375         ControlStruct/ForExprMutator.cc \
     374        Common/Gc.cc ControlStruct/LabelGenerator.cc \
     375        ControlStruct/LabelFixer.cc ControlStruct/MLEMutator.cc \
     376        ControlStruct/Mutate.cc ControlStruct/ForExprMutator.cc \
    376377        ControlStruct/LabelTypeChecker.cc Designators/Processor.cc \
    377378        GenPoly/Box.cc GenPoly/GenPoly.cc GenPoly/PolyMutator.cc \
     
    528529        Common/$(DEPDIR)/$(am__dirstamp)
    529530Common/driver_cfa_cpp-Assert.$(OBJEXT): Common/$(am__dirstamp) \
     531        Common/$(DEPDIR)/$(am__dirstamp)
     532Common/driver_cfa_cpp-Gc.$(OBJEXT): Common/$(am__dirstamp) \
    530533        Common/$(DEPDIR)/$(am__dirstamp)
    531534ControlStruct/$(am__dirstamp):
     
    816819        -rm -f CodeGen/driver_cfa_cpp-OperatorTable.$(OBJEXT)
    817820        -rm -f Common/driver_cfa_cpp-Assert.$(OBJEXT)
     821        -rm -f Common/driver_cfa_cpp-Gc.$(OBJEXT)
    818822        -rm -f Common/driver_cfa_cpp-SemanticError.$(OBJEXT)
    819823        -rm -f Common/driver_cfa_cpp-UniqueName.$(OBJEXT)
     
    926930@AMDEP_TRUE@@am__include@ @am__quote@CodeGen/$(DEPDIR)/driver_cfa_cpp-OperatorTable.Po@am__quote@
    927931@AMDEP_TRUE@@am__include@ @am__quote@Common/$(DEPDIR)/driver_cfa_cpp-Assert.Po@am__quote@
     932@AMDEP_TRUE@@am__include@ @am__quote@Common/$(DEPDIR)/driver_cfa_cpp-Gc.Po@am__quote@
    928933@AMDEP_TRUE@@am__include@ @am__quote@Common/$(DEPDIR)/driver_cfa_cpp-SemanticError.Po@am__quote@
    929934@AMDEP_TRUE@@am__include@ @am__quote@Common/$(DEPDIR)/driver_cfa_cpp-UniqueName.Po@am__quote@
     
    11811186@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -c -o Common/driver_cfa_cpp-Assert.obj `if test -f 'Common/Assert.cc'; then $(CYGPATH_W) 'Common/Assert.cc'; else $(CYGPATH_W) '$(srcdir)/Common/Assert.cc'; fi`
    11821187
     1188Common/driver_cfa_cpp-Gc.o: Common/Gc.cc
     1189@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -MT Common/driver_cfa_cpp-Gc.o -MD -MP -MF Common/$(DEPDIR)/driver_cfa_cpp-Gc.Tpo -c -o Common/driver_cfa_cpp-Gc.o `test -f 'Common/Gc.cc' || echo '$(srcdir)/'`Common/Gc.cc
     1190@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) Common/$(DEPDIR)/driver_cfa_cpp-Gc.Tpo Common/$(DEPDIR)/driver_cfa_cpp-Gc.Po
     1191@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='Common/Gc.cc' object='Common/driver_cfa_cpp-Gc.o' libtool=no @AMDEPBACKSLASH@
     1192@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     1193@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -c -o Common/driver_cfa_cpp-Gc.o `test -f 'Common/Gc.cc' || echo '$(srcdir)/'`Common/Gc.cc
     1194
     1195Common/driver_cfa_cpp-Gc.obj: Common/Gc.cc
     1196@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -MT Common/driver_cfa_cpp-Gc.obj -MD -MP -MF Common/$(DEPDIR)/driver_cfa_cpp-Gc.Tpo -c -o Common/driver_cfa_cpp-Gc.obj `if test -f 'Common/Gc.cc'; then $(CYGPATH_W) 'Common/Gc.cc'; else $(CYGPATH_W) '$(srcdir)/Common/Gc.cc'; fi`
     1197@am__fastdepCXX_TRUE@   $(AM_V_at)$(am__mv) Common/$(DEPDIR)/driver_cfa_cpp-Gc.Tpo Common/$(DEPDIR)/driver_cfa_cpp-Gc.Po
     1198@AMDEP_TRUE@@am__fastdepCXX_FALSE@      $(AM_V_CXX)source='Common/Gc.cc' object='Common/driver_cfa_cpp-Gc.obj' libtool=no @AMDEPBACKSLASH@
     1199@AMDEP_TRUE@@am__fastdepCXX_FALSE@      DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
     1200@am__fastdepCXX_FALSE@  $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -c -o Common/driver_cfa_cpp-Gc.obj `if test -f 'Common/Gc.cc'; then $(CYGPATH_W) 'Common/Gc.cc'; else $(CYGPATH_W) '$(srcdir)/Common/Gc.cc'; fi`
     1201
    11831202ControlStruct/driver_cfa_cpp-LabelGenerator.o: ControlStruct/LabelGenerator.cc
    11841203@am__fastdepCXX_TRUE@   $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(driver_cfa_cpp_CXXFLAGS) $(CXXFLAGS) -MT ControlStruct/driver_cfa_cpp-LabelGenerator.o -MD -MP -MF ControlStruct/$(DEPDIR)/driver_cfa_cpp-LabelGenerator.Tpo -c -o ControlStruct/driver_cfa_cpp-LabelGenerator.o `test -f 'ControlStruct/LabelGenerator.cc' || echo '$(srcdir)/'`ControlStruct/LabelGenerator.cc
Note: See TracChangeset for help on using the changeset viewer.