mirror of
https://github.com/encounter/bdwgc.git
synced 2026-07-09 18:19:35 -07:00
a1467f2140
* include/private/cord_pos.h: Rename to include/cord_pos.h. * BCC_MAKEFILE (de_win.obj): Rename "private/cord_pos.h" entry to "cord_pos.h". * Makefile.direct (CORD_SRCS, CORD_INCLUDE_FILES): Likewise. * Makefile.dj (CORD_SRCS, CORD_INCLUDE_FILES): Likewise. * NT_MAKEFILE (de_win.obj): Likewise. * NT_STATIC_THREADS_MAKEFILE (de_win.obj): Likewise. * NT_X64_STATIC_THREADS_MAKEFILE (de_win.obj): Likewise. * NT_X64_THREADS_MAKEFILE (de_win.obj): Likewise. * OS2_MAKEFILE (cordbscs.obj, cordxtra.obj, cordprnt.obj, cordtest.exe): Likewise. * gc.mak (DEP_CPP_DE_WI, DEP_CPP_DE_C2e, DEP_CPP_CORDX, DEP_CPP_CORDB): Likewise. * include/include.am (dist_noinst_HEADERS): Likewise. * include/cord.h: Include "private/cord_pos.h" instead of "cord_pos.h". * include/cord_pos.h (CORD_H): Test (skip the file if undefined). * include/cord_pos.h (CORD_POSITION_H): Define.
55 lines
1.7 KiB
Plaintext
55 lines
1.7 KiB
Plaintext
#
|
|
# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
|
|
# OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
|
|
#
|
|
# Permission is hereby granted to use or copy this program
|
|
# for any purpose, provided the above notices are retained on all copies.
|
|
# Permission to modify the code and to distribute modified code is granted,
|
|
# provided the above notices are retained, and a notice that the code was
|
|
# modified is included with the above copyright notice.
|
|
|
|
## Process this file with automake to produce part of Makefile.in.
|
|
|
|
# installed headers
|
|
#
|
|
pkginclude_HEADERS += \
|
|
include/gc.h \
|
|
include/gc_allocator.h \
|
|
include/gc_backptr.h \
|
|
include/gc_config_macros.h \
|
|
include/gc_disclaim.h \
|
|
include/gc_gcj.h \
|
|
include/gc_inline.h \
|
|
include/gc_mark.h \
|
|
include/gc_pthread_redirects.h \
|
|
include/gc_tiny_fl.h \
|
|
include/gc_typed.h \
|
|
include/gc_version.h \
|
|
include/javaxfc.h \
|
|
include/leak_detector.h \
|
|
include/weakpointer.h
|
|
|
|
# headers which are not installed
|
|
#
|
|
dist_noinst_HEADERS += \
|
|
include/cord.h \
|
|
include/cord_pos.h \
|
|
include/ec.h \
|
|
include/new_gc_alloc.h \
|
|
include/private/darwin_semaphore.h \
|
|
include/private/darwin_stop_world.h \
|
|
include/private/dbg_mlc.h \
|
|
include/private/gc_hdrs.h \
|
|
include/private/gc_locks.h \
|
|
include/private/gc_pmark.h \
|
|
include/private/gc_priv.h \
|
|
include/private/gcconfig.h \
|
|
include/private/pthread_stop_world.h \
|
|
include/private/pthread_support.h \
|
|
include/private/specific.h \
|
|
include/private/thread_local_alloc.h
|
|
|
|
# unprefixed header
|
|
include_HEADERS += \
|
|
include/extra/gc.h
|