source: trunk/gc6.8/doc/Makefile.am@ 145

Last change on this file since 145 was 132, checked in by cinc, 19 years ago

Boehm-Demers-Weiser garbage collector. Single-threaded for OS/2.

File size: 1.1 KB
Line 
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 documentation
17#
18dist_pkgdata_DATA = barrett_diagram debugging.html gc.man \
19 gcdescr.html README README.amiga README.arm.cross \
20 README.autoconf README.changes README.contributors \
21 README.cords README.DGUX386 README.dj README.environment \
22 README.ews4800 README.hp README.linux README.Mac \
23 README.MacOSX README.macros README.OS2 README.rs6000 \
24 README.sgi README.solaris2 README.uts README.win32 \
25 tree.html leak.html gcinterface.html scale.html \
26 README.darwin simple_example.html
27
Note: See TracBrowser for help on using the repository browser.