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

« back to all changes in this revision

Viewing changes to doc/doc.am

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-03-02 13:43:18 UTC
  • mfrom: (1.2.5 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110302134318-82ful0us5ce82qe8
Tags: 1:7.1-7
* Add ppc64 symbol file (Closes: #615469)
* Add sh4 symbol file (Closes: #614744)
* Add armhf symbol file
* Add powerpcspe symbol file
* Handle sparc64 the same as sparc
* Clear non-arch symbol file to support building on not yet captured
  architectures
* add -pthread to fix build with --no-add-needed

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 Makefile.in.
 
16
 
 
17
# installed documentation
 
18
#
 
19
dist_pkgdata_DATA = \
 
20
        doc/barrett_diagram \
 
21
        doc/debugging.html \
 
22
        doc/gc.man \
 
23
        doc/gcdescr.html \
 
24
        doc/README \
 
25
        doc/README.amiga \
 
26
        doc/README.arm.cross \
 
27
        doc/README.autoconf \
 
28
        doc/README.changes \
 
29
        doc/README.contributors \
 
30
        doc/README.cords \
 
31
        doc/README.DGUX386 \
 
32
        doc/README.dj \
 
33
        doc/README.environment \
 
34
        doc/README.ews4800 \
 
35
        doc/README.hp \
 
36
        doc/README.linux \
 
37
        doc/README.Mac \
 
38
        doc/README.MacOSX \
 
39
        doc/README.macros \
 
40
        doc/README.OS2 \
 
41
        doc/README.rs6000 \
 
42
        doc/README.sgi \
 
43
        doc/README.solaris2 \
 
44
        doc/README.uts \
 
45
        doc/README.win32 \
 
46
        doc/README.win64 \
 
47
        doc/overview.html \
 
48
        doc/tree.html \
 
49
        doc/leak.html \
 
50
        doc/gcinterface.html \
 
51
        doc/scale.html \
 
52
        doc/README.darwin \
 
53
        doc/simple_example.html \
 
54
        doc/porting.html
 
55