Changeset 949339b for libcfa/src/Makefile.am
- Timestamp:
- Sep 27, 2021, 2:09:55 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- cc287800
- Parents:
- 4e28d2e9 (diff), 056cbdb (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
r4e28d2e9 r949339b 48 48 math.hfa \ 49 49 time_t.hfa \ 50 bits/algorithm.hfa \ 50 51 bits/align.hfa \ 51 52 bits/containers.hfa \ … … 59 60 containers/array.hfa \ 60 61 concurrency/iofwd.hfa \ 61 concurrency/mutex_stmt.hfa \62 62 containers/list.hfa \ 63 63 containers/queueLockFree.hfa \ … … 78 78 memory.hfa \ 79 79 parseargs.hfa \ 80 parseconfig.hfa \ 80 81 rational.hfa \ 81 82 stdlib.hfa \ … … 86 87 containers/pair.hfa \ 87 88 containers/result.hfa \ 89 containers/string.hfa \ 90 containers/string_res.hfa \ 88 91 containers/vector.hfa \ 89 92 device/cpu.hfa … … 91 94 libsrc = ${inst_headers_src} ${inst_headers_src:.hfa=.cfa} \ 92 95 assert.cfa \ 93 bits/algorithm.hfa \94 96 bits/debug.cfa \ 95 97 exception.c \ … … 107 109 concurrency/invoke.h \ 108 110 concurrency/future.hfa \ 109 concurrency/kernel/fwd.hfa 111 concurrency/kernel/fwd.hfa \ 112 concurrency/mutex_stmt.hfa 110 113 111 114 inst_thread_headers_src = \ … … 193 196 $(CFACOMPILE) -quiet -XCFA,-l ${<} -c -o ${@} 194 197 198 concurrency/io/call.cfa: $(srcdir)/concurrency/io/call.cfa.in 199 ${AM_V_GEN}python3 $< > $@ 200 195 201 #---------------------------------------------------------------------------------------------------------------- 196 202 libcfa_la_SOURCES = ${libsrc}
Note:
See TracChangeset
for help on using the changeset viewer.