~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to include/include.am

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
2
 
3
# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
 
4
# OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
 
5
 
6
# Permission is hereby granted to use or copy this program
 
7
# for any purpose,  provided the above notices are retained on all copies.
 
8
# Permission to modify the code and to distribute modified code is granted,
 
9
# provided the above notices are retained, and a notice that the code was
 
10
# modified is included with the above copyright notice.
 
11
#
 
12
# Modified by: Grzegorz Jakacki <jakacki at acm dot org>
 
13
# Modified by: Petter Urkedal <petter.urkedal@nordita.dk>
 
14
 
 
15
## Process this file with automake to produce part of Makefile.in.
 
16
 
 
17
# installed headers
 
18
#
 
19
pkginclude_HEADERS += \
 
20
        include/gc.h \
 
21
        include/gc_typed.h \
 
22
        include/gc_inline.h \
 
23
        include/gc_mark.h \
 
24
        include/gc_cpp.h \
 
25
        include/weakpointer.h \
 
26
        include/new_gc_alloc.h \
 
27
        include/gc_allocator.h \
 
28
        include/gc_backptr.h \
 
29
        include/gc_gcj.h \
 
30
        include/leak_detector.h \
 
31
        include/gc_amiga_redirects.h \
 
32
        include/gc_pthread_redirects.h \
 
33
        include/gc_config_macros.h \
 
34
        include/gc_tiny_fl.h \
 
35
        include/gc_version.h
 
36
 
 
37
# headers which are not installed
 
38
#
 
39
dist_noinst_HEADERS += \
 
40
        include/private/gc_hdrs.h \
 
41
        include/private/gc_priv.h \
 
42
        include/private/gcconfig.h \
 
43
        include/private/gc_pmark.h \
 
44
        include/private/gc_locks.h \
 
45
        include/private/dbg_mlc.h \
 
46
        include/private/specific.h \
 
47
        include/private/cord_pos.h \
 
48
        include/private/pthread_support.h \
 
49
        include/private/pthread_stop_world.h \
 
50
        include/private/darwin_semaphore.h \
 
51
        include/private/darwin_stop_world.h \
 
52
        include/private/thread_local_alloc.h \
 
53
        include/cord.h \
 
54
        include/ec.h \
 
55
        include/javaxfc.h 
 
56
 
 
57
# unprefixed header
 
58
include_HEADERS += \
 
59
        include/extra/gc.h \
 
60
        include/extra/gc_cpp.h