File: include.am

package info (click to toggle)
libgc 1%3A8.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,128 kB
  • sloc: ansic: 40,056; sh: 4,449; cpp: 1,066; makefile: 200; asm: 77
file content (47 lines) | stat: -rw-r--r-- 1,574 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#
# 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_backptr.h \
        include/gc_config_macros.h \
        include/gc_inline.h \
        include/gc_mark.h \
        include/gc_tiny_fl.h \
        include/gc_typed.h \
        include/gc_version.h \
        include/javaxfc.h \
        include/leak_detector.h

# headers which are not installed
#
dist_noinst_HEADERS += \
        include/private/darwin_semaphore.h \
        include/private/darwin_stop_world.h \
        include/private/dbg_mlc.h \
        include/private/gc_alloc_ptrs.h \
        include/private/gc_atomic_ops.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