Changeset fd062a66


Ignore:
Timestamp:
Feb 12, 2018, 12:00:30 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Updated libcfa Makefile.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.in

    rd56ca354 rfd062a66  
    263263        containers/result containers/vector concurrency/coroutine \
    264264        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
    267268HEADERS = $(nobase_cfa_include_HEADERS)
    268269am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
     
    428429libcfa_d_a_SOURCES = ${libsrc}
    429430libcfa_d_a_CFLAGS = -debug -O0 #No need for __CFA_DEBUG__ since we pass -debug
    430 stdhdr = ${shell echo stdhdr/*}
     431stdhdr = ${shell find stdhdr -type f -printf "%p "}
    431432cfa_includedir = $(CFA_INCDIR)
    432433nobase_cfa_include_HEADERS = \
Note: See TracChangeset for help on using the changeset viewer.