Changeset 61f9356 for src/InitTweak


Ignore:
Timestamp:
Jan 11, 2016, 2:52:51 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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, string, with_gc
Children:
15db1ab, 36874e4, 803deb1, a56767c
Parents:
784deab
Message:

removed Rodolfo's InitTweak? code from the build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/InitTweak/module.mk

    r784deab r61f9356  
    66## file "LICENCE" distributed with Cforall.
    77##
    8 ## module.mk -- 
     8## module.mk --
    99##
    1010## Author           : Richard C. Bilson
    1111## Created On       : Mon Jun  1 17:49:17 2015
    12 ## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon Jun  1 17:52:49 2015
    14 ## Update Count     : 1
     12## Last Modified By : Rob Schluntz
     13## Last Modified On : Mon Jan 11 14:40:16 2016
     14## Update Count     : 2
    1515###############################################################################
    1616
    17 SRC += InitTweak/InitModel.cc \
    18        InitTweak/InitExpander.cc \
    19        InitTweak/Mutate.cc \
    20        InitTweak/Association.cc \
    21        InitTweak/RemoveInit.cc
     17SRC += InitTweak/RemoveInit.cc
    2218
Note: See TracChangeset for help on using the changeset viewer.