Ignore:
Timestamp:
Nov 30, 2017, 2:12:51 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:
3d560060
Parents:
35bae526
Message:

Removed libhdr, moved its content to bits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.in

    r35bae526 rc2b9f21  
    263263        containers/result containers/vector concurrency/coroutine \
    264264        concurrency/thread concurrency/kernel concurrency/monitor \
    265         ${shell echo stdhdr/*} math gmp bits/containers.h bits/defs.h \
    266         bits/debug.h bits/locks.h concurrency/invoke.h libhdr.h \
    267         libhdr/libalign.h libhdr/libtools.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
    268267HEADERS = $(nobase_cfa_include_HEADERS)
    269268am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
     
    436435        math                            \
    437436        gmp                             \
     437        bits/align.h            \
    438438        bits/containers.h               \
    439439        bits/defs.h             \
    440440        bits/debug.h            \
    441441        bits/locks.h            \
    442         concurrency/invoke.h    \
    443         libhdr.h                        \
    444         libhdr/libalign.h       \
    445         libhdr/libtools.h
     442        concurrency/invoke.h
    446443
    447444CLEANFILES = libcfa-prelude.c
Note: See TracChangeset for help on using the changeset viewer.