Changeset 891790ef for src/libcfa/Makefile.am
- Timestamp:
- Jul 25, 2018, 6:17:37 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- d46ed6e
- Parents:
- c4f68dc
- File:
-
- 1 edited
-
src/libcfa/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.am
rc4f68dc r891790ef 11 11 ## Created On : Sun May 31 08:54:01 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : T hu Jul 12 08:04:35201814 ## Update Count : 2 3413 ## Last Modified On : Tue Jul 24 17:25:39 2018 14 ## Update Count : 240 15 15 ############################################################################### 16 16 … … 55 55 56 56 libobjs = ${headers:=.o} 57 libsrc = libcfa-prelude.c interpose.c bits/debug.c ${headers:=.c}\58 assert.c exception.c virtual.c57 libsrc = libcfa-prelude.c interpose.c bits/debug.c assert.c exception.c virtual.c heap.c startup.c \ 58 ${headers:=.c} 59 59 60 60 # not all platforms support concurrency, add option do disable it
Note:
See TracChangeset
for help on using the changeset viewer.