Remove flex/bison-generated states files from repository.
[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 # Enscript 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 3 of the License, or
12 # (at your option) any later version.
13 #
14 # Enscript 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 Enscript.  If not, see <http://www.gnu.org/licenses/>.
22 #
23
24 AUTOMAKE_OPTIONS = ansi2knr
25
26 noinst_LIBRARIES = libafm.a
27 libafm_a_SOURCES = afm.c afmparse.c strhash.c e_88591.c e_88592.c       \
28 e_88593.c e_88594.c e_88595.c e_88597.c e_88599.c e_885910.c e_pc.c     \
29 e_mac.c e_vms.c e_hp8.c e_koi8.c deffont.c
30
31 noinst_HEADERS = afm.h afmint.h strhash.h
32
33 INCLUDES_windelta = +-I../w32/
34
35 EXTRA_DIST = ansi2knr.c ansi2knr.1 Makefile-encodings make-encoding.pl
36
37 noinst_PROGRAMS = afmtest
38
39 afmtest_SOURCES = afmtest.c
40 afmtest_LDADD = libafm.a