configure.ac: Add AM_GNU_GETTEXT_VERSION([0.17]). Remove ALL_LINGUAS.
[enscript.git] / afmlib / Makefile.am
1 #
2 # Automakefile for AFM library.
3 # Copyright (c) 1995-1999 Markku Rossi
4 #
5 # Author: Markku Rossi <mtr@iki.fi>
6 #
7
8 #
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; either version 2, or (at your option)
12 # any later version.
13 #
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 # GNU General Public License for more details.
18 #
19 # You should have received a copy of the GNU General Public License
20 #
21 # along with this program; see the file COPYING.  If not, write to
22 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
23 # Boston, MA 02110-1301, USA.
24 #
25
26 AUTOMAKE_OPTIONS = ansi2knr
27
28 noinst_LIBRARIES = libafm.a
29 libafm_a_SOURCES = afm.c afmparse.c strhash.c e_88591.c e_88592.c       \
30 e_88593.c e_88594.c e_88595.c e_88597.c e_88599.c e_885910.c e_pc.c     \
31 e_mac.c e_vms.c e_hp8.c e_koi8.c deffont.c
32
33 noinst_HEADERS = afm.h afmint.h strhash.h
34
35 INCLUDES_windelta = +-I../w32/
36
37 EXTRA_DIST = ansi2knr.c ansi2knr.1 Makefile-encodings make-encoding.pl
38
39 noinst_PROGRAMS = afmtest
40
41 afmtest_SOURCES = afmtest.c
42 afmtest_LDADD = libafm.a