File: Makefile.am

package info (click to toggle)
gpp 2.24-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 656 kB
  • ctags: 198
  • sloc: ansic: 2,416; sh: 791; makefile: 66
file content (16 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: Makefile.am,v 1.4 2004/07/11 16:15:18 psy Exp $
#
# Copyright (C) 2003 Tristan Miller <psychonaut@nothingisreal.com>
#  
# This file is free software; the author gives unlimited permission to
# copy and/or distribute it, with or without modifications.
# 
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even
# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
# PURPOSE.

AUTOMAKE_OPTIONS = dist-bzip2
SUBDIRS = src
man_MANS = doc/gpp.1
EXTRA_DIST = BUGS TODO doc/gpp.html doc/gpp.pp $(man_MANS)