Changeset fd062a66
- Timestamp:
- Feb 12, 2018, 12:00:30 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 2fdbb3b
- Parents:
- d56ca354
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/Makefile.in
rd56ca354 rfd062a66 263 263 containers/result containers/vector concurrency/coroutine \ 264 264 concurrency/thread concurrency/kernel concurrency/monitor \ 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 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 267 268 HEADERS = $(nobase_cfa_include_HEADERS) 268 269 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) … … 428 429 libcfa_d_a_SOURCES = ${libsrc} 429 430 libcfa_d_a_CFLAGS = -debug -O0 #No need for __CFA_DEBUG__ since we pass -debug 430 stdhdr = ${shell echo stdhdr/*}431 stdhdr = ${shell find stdhdr -type f -printf "%p "} 431 432 cfa_includedir = $(CFA_INCDIR) 432 433 nobase_cfa_include_HEADERS = \
Note: See TracChangeset
for help on using the changeset viewer.