Changeset 8abfdb4 for src/libcfa


Ignore:
Timestamp:
Jun 7, 2016, 4:52:05 PM (9 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, with_gc
Children:
38bfe32a
Parents:
d0f8b19 (diff), ac78e25 (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' into ctor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.am

    rd0f8b19 r8abfdb4  
    1111## Created On       : Sun May 31 08:54:01 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Tue May 31 13:24:15 2016
    14 ## Update Count     : 141
     13## Last Modified On : Tue Jun  7 14:38:18 2016
     14## Update Count     : 142
    1515###############################################################################
    1616
     
    5454
    5555headers = limits stdlib math iostream fstream iterator rational
    56 .SECONDARY : ${headers}                                 # stop implicit '.o' rules from removing extensionless headers
     56.PRECIOUS : ${headers}                                          # stop implicit '.o' rules from removing extensionless headers
     57
     58#.SECONDARY : ${headers}                                        # stop implicit '.o' rules from removing extensionless headers
     59
    5760
    5861libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c}
Note: See TracChangeset for help on using the changeset viewer.