Changes in src/libcfa/Makefile.in [fd062a66:c2b9f21]
- File:
-
- 1 edited
-
src/libcfa/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.in
rfd062a66 rc2b9f21 263 263 containers/result containers/vector concurrency/coroutine \ 264 264 concurrency/thread concurrency/kernel concurrency/monitor \ 265 ${shell find stdhdr -type f -printf "%p "} math gmp \ 266 bits/align.h bits/containers.h bits/defs.h bits/debug.h \ 267 bits/locks.h concurrency/invoke.h 265 ${shell echo stdhdr/*} math gmp bits/align.h bits/containers.h \ 266 bits/defs.h bits/debug.h bits/locks.h concurrency/invoke.h 268 267 HEADERS = $(nobase_cfa_include_HEADERS) 269 268 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) … … 429 428 libcfa_d_a_SOURCES = ${libsrc} 430 429 libcfa_d_a_CFLAGS = -debug -O0 #No need for __CFA_DEBUG__ since we pass -debug 431 stdhdr = ${shell find stdhdr -type f -printf "%p "}430 stdhdr = ${shell echo stdhdr/*} 432 431 cfa_includedir = $(CFA_INCDIR) 433 432 nobase_cfa_include_HEADERS = \
Note:
See TracChangeset
for help on using the changeset viewer.