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

« back to all changes in this revision

Viewing changes to include/Makefile.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
 
 
14
 
## Process this file with automake to produce Makefile.in.
15
 
 
16
 
# installed headers
17
 
#
18
 
pkginclude_HEADERS = gc.h gc_typed.h gc_inl.h \
19
 
    gc_inline.h gc_mark.h gc_cpp.h \
20
 
    weakpointer.h gc_alloc.h new_gc_alloc.h \
21
 
    gc_allocator.h gc_backptr.h \
22
 
    gc_gcj.h gc_local_alloc.h leak_detector.h \
23
 
    gc_amiga_redirects.h gc_pthread_redirects.h \
24
 
    gc_config_macros.h
25
 
 
26
 
# headers which are not installed
27
 
#
28
 
dist_noinst_HEADERS = private/gc_hdrs.h \
29
 
    private/gc_priv.h private/gcconfig.h \
30
 
    private/gc_pmark.h private/gc_locks.h \
31
 
    private/solaris_threads.h private/dbg_mlc.h \
32
 
    private/specific.h private/cord_pos.h \
33
 
    private/pthread_support.h private/pthread_stop_world.h \
34
 
    private/darwin_semaphore.h private/darwin_stop_world.h \
35
 
    cord.h ec.h javaxfc.h