File: Makefile.am

package info (click to toggle)
nntpcache 2.3.3b4-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 8,512 kB
  • ctags: 6,333
  • sloc: ansic: 37,340; perl: 4,873; sh: 1,789; makefile: 255
file content (15 lines) | stat: -rw-r--r-- 400 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile.am,v 1.1.1.1 1998/07/29 15:14:26 proff Exp $
# $Smallcopyright:$

# order IS important here

SUBDIRS = mk scripts common mmap libmmalloc libproff libconfused confused cf libdbz src filters http doc pgp contrib innreport

EXTRA_DIST = FAQ FAQ.html LICENSING README.INN VERSION HACKING cleaner

VERSION:
	echo @VERSION@ > $@

dist-hook:
	cp -r -p HTML $(distdir)
	cp -r -p GD $(distdir)