1# -*- Makefile -*-
2#    catdvi - get text from DVI files
3#    Copyright (C) 1999 J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>
4#    Copyright (C) 1999 Antti-Juhani Kaijanaho <gaia@iki.fi>
5#    Copyright (C) 2001 Bjoern Brill <brill@fs.math.uni-frankfurt.de>
6#
7#    This program is free software; you can redistribute it and/or modify
8#    it under the terms of the GNU General Public License as published by
9#    the Free Software Foundation; either version 2 of the License, or
10#    (at your option) any later version.
11#
12#    This program is distributed in the hope that it will be useful,
13#    but WITHOUT ANY WARRANTY; without even the implied warranty of
14#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15#    GNU General Public License for more details.
16#
17#    You should have received a copy of the GNU General Public License
18#    along with this program; if not, write to the Free Software
19#    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
21package = @PACKAGE@
22version = @VERSION@
23
24CFG_HAS_GETOPT_LONG = @CFG_HAS_GETOPT_LONG@
25CFG_HAS_KPATHSEA = @CFG_HAS_KPATHSEA@
26CFG_KPATHSEA_HAS_GETOPT_LONG = @CFG_KPATHSEA_HAS_GETOPT_LONG@
27CFG_SHOW_PSE2UNIC_WARNINGS = @CFG_SHOW_PSETOUNIC_WARNINGS@
28
29CC = @CC@
30CFLAGS = @CFLAGS@
31CPPFLAGS = @CPPFLAGS@
32LDFLAGS = @LDFLAGS@
33
34prefix = @prefix@
35exec_prefix = @exec_prefix@
36bindir = @bindir@
37mandir = @mandir@
38man1dir = ${mandir}/man1
39
40INSTALL = install
41INSTALL_PROGRAM = $(INSTALL)
42INSTALL_DATA = $(INSTALL)
43
44CVS2CL = cvs2cl
45