Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/Makefile.am

    r5b7c8b5 rfdc3f9d  
    5959        containers/array.hfa \
    6060        concurrency/iofwd.hfa \
    61         concurrency/mutex_stmt.hfa \
    6261        containers/list.hfa \
    6362        containers/queueLockFree.hfa \
     
    193192        $(CFACOMPILE) -quiet -XCFA,-l ${<} -c -o ${@}
    194193
     194concurrency/io/call.cfa: $(srcdir)/concurrency/io/call.cfa.in
     195        ${AM_V_GEN}python3 $< > $@
     196
    195197#----------------------------------------------------------------------------------------------------------------
    196198libcfa_la_SOURCES = ${libsrc}
Note: See TracChangeset for help on using the changeset viewer.