File: Makefile.am

package info (click to toggle)
qhull 2003.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,344 kB
  • ctags: 1,895
  • sloc: ansic: 18,185; sh: 8,792; makefile: 314; cpp: 49
file content (27 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (10)
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
### Makefile.am for the qhull package (main)
### Author: Rafael Laboissiere <rafael@debian.org>
### Created: Mon Dec  3 21:36:21 CET 2001

### Documentation files

# to:
docdir = $(prefix)/share/doc/$(PACKAGE)

# which:
doc_DATA =     \
  index.htm    \
  Announce.txt \
  COPYING.txt  \
  README.txt   \
  REGISTER.txt

### Extra files to be included in the tarball

EXTRA_DIST =   \
  $(doc_DATA)  \
  File_id.diz  \
  QHULL-GO.pif

### Subdirectories for Automaking

SUBDIRS = src html eg config