Changes in libcfa/src/Makefile.am [5b7c8b5:fdc3f9d]
- File:
-
- 1 edited
-
libcfa/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/Makefile.am
r5b7c8b5 rfdc3f9d 59 59 containers/array.hfa \ 60 60 concurrency/iofwd.hfa \ 61 concurrency/mutex_stmt.hfa \62 61 containers/list.hfa \ 63 62 containers/queueLockFree.hfa \ … … 193 192 $(CFACOMPILE) -quiet -XCFA,-l ${<} -c -o ${@} 194 193 194 concurrency/io/call.cfa: $(srcdir)/concurrency/io/call.cfa.in 195 ${AM_V_GEN}python3 $< > $@ 196 195 197 #---------------------------------------------------------------------------------------------------------------- 196 198 libcfa_la_SOURCES = ${libsrc}
Note:
See TracChangeset
for help on using the changeset viewer.