summaryrefslogtreecommitdiff
path: root/apps/gperf/Makefile.am
blob: 308d0ce01b5533b87a2a4e95a62eb885dbe08e16 (plain)
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
##---------------------------------------------------------------------------
##       $Id$
##
##       Top-level Makefile for gperf
##
##---------------------------------------------------------------------------

##
##  Process this file with automake to create Makefile.in
##

## The number in AUTOMAKE_OPTIONS is the minimum required version automake
## needed to process this file.
AUTOMAKE_OPTIONS = 1.4

SUBDIRS = src ##tests

GPERF_VERSION = 2.0

VERSION = $(GPERF_VERSION)

info_TEXINFOS = gperf.texi

man_MANS = gperf.1

EXTRA_DIST = $(man_MANS) gperf.info