URI: 
       Makefile.am - enscript - GNU Enscript
  HTML git clone git://thinkerwim.org/enscript.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       Makefile.am (1183B)
       ---
            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 noinst_LIBRARIES = libafm.a
           25 libafm_a_SOURCES = afm.c afmparse.c strhash.c e_88591.c e_88592.c        \
           26 e_88593.c e_88594.c e_88595.c e_88597.c e_88599.c e_885915.c e_885910.c e_pc.c        \
           27 e_mac.c e_vms.c e_hp8.c e_koi8.c deffont.c
           28 
           29 noinst_HEADERS = afm.h afmint.h strhash.h
           30 
           31 INCLUDES_windelta = +-I../w32/
           32 
           33 EXTRA_DIST = ChangeLog.old Makefile-encodings make-encoding.pl
           34 
           35 noinst_PROGRAMS = afmtest
           36 
           37 afmtest_SOURCES = afmtest.c
           38 afmtest_LDADD = libafm.a