Changes in libcfa/src/Makefile.am [fdc3f9d:f450f2f]
- File:
-
- 1 edited
-
libcfa/src/Makefile.am (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
rfdc3f9d rf450f2f 48 48 math.hfa \ 49 49 time_t.hfa \ 50 bits/algorithm.hfa \ 50 51 bits/align.hfa \ 51 52 bits/containers.hfa \ … … 77 78 memory.hfa \ 78 79 parseargs.hfa \ 80 parseconfig.hfa \ 79 81 rational.hfa \ 80 82 stdlib.hfa \ … … 85 87 containers/pair.hfa \ 86 88 containers/result.hfa \ 89 containers/string.hfa \ 90 containers/string_res.hfa \ 87 91 containers/vector.hfa \ 88 92 device/cpu.hfa … … 90 94 libsrc = ${inst_headers_src} ${inst_headers_src:.hfa=.cfa} \ 91 95 assert.cfa \ 92 bits/algorithm.hfa \93 96 bits/debug.cfa \ 94 97 exception.c \ … … 106 109 concurrency/invoke.h \ 107 110 concurrency/future.hfa \ 108 concurrency/kernel/fwd.hfa 111 concurrency/kernel/fwd.hfa \ 112 concurrency/mutex_stmt.hfa 109 113 110 114 inst_thread_headers_src = \ … … 192 196 $(CFACOMPILE) -quiet -XCFA,-l ${<} -c -o ${@} 193 197 194 concurrency/io/call.cfa: $(srcdir)/concurrency/io/call.cfa.in195 ${AM_V_GEN}python3 $< > $@196 197 198 #---------------------------------------------------------------------------------------------------------------- 198 199 libcfa_la_SOURCES = ${libsrc}
Note:
See TracChangeset
for help on using the changeset viewer.