(file) Return to Makefile.am CVS log (file) (dir) Up to [RizwankCVS] / testProject / afmlib

 1 rizwank 1.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 rizwank 1.1 # the Free Software Foundation, 59 Temple Place - Suite 330,
23             # Boston, MA 02111-1307, 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

Rizwan Kassim
Powered by
ViewCVS 0.9.2