| 1 | # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
|
|---|
| 2 |
|
|---|
| 3 | # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
|
|---|
| 4 | # This Makefile.in is free software; the Free Software Foundation
|
|---|
| 5 | # gives unlimited permission to copy and/or distribute it,
|
|---|
| 6 | # with or without modifications, as long as this notice is preserved.
|
|---|
| 7 |
|
|---|
| 8 | # This program is distributed in the hope that it will be useful,
|
|---|
| 9 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|---|
| 10 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|---|
| 11 | # PARTICULAR PURPOSE.
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | SHELL = @SHELL@
|
|---|
| 15 |
|
|---|
| 16 | srcdir = @srcdir@
|
|---|
| 17 | top_srcdir = @top_srcdir@
|
|---|
| 18 | VPATH = @srcdir@
|
|---|
| 19 | prefix = @prefix@
|
|---|
| 20 | exec_prefix = @exec_prefix@
|
|---|
| 21 |
|
|---|
| 22 | bindir = @bindir@
|
|---|
| 23 | sbindir = @sbindir@
|
|---|
| 24 | libexecdir = @libexecdir@
|
|---|
| 25 | datadir = @datadir@
|
|---|
| 26 | sysconfdir = @sysconfdir@
|
|---|
| 27 | sharedstatedir = @sharedstatedir@
|
|---|
| 28 | localstatedir = @localstatedir@
|
|---|
| 29 | libdir = @libdir@
|
|---|
| 30 | infodir = @infodir@
|
|---|
| 31 | mandir = @mandir@
|
|---|
| 32 | includedir = @includedir@
|
|---|
| 33 | oldincludedir = /usr/include
|
|---|
| 34 |
|
|---|
| 35 | DESTDIR =
|
|---|
| 36 |
|
|---|
| 37 | pkgdatadir = $(datadir)/@PACKAGE@
|
|---|
| 38 | pkglibdir = $(libdir)/@PACKAGE@
|
|---|
| 39 | pkgincludedir = $(includedir)/@PACKAGE@
|
|---|
| 40 |
|
|---|
| 41 | top_builddir = .
|
|---|
| 42 |
|
|---|
| 43 | ACLOCAL = @ACLOCAL@
|
|---|
| 44 | AUTOCONF = @AUTOCONF@
|
|---|
| 45 | AUTOMAKE = @AUTOMAKE@
|
|---|
| 46 | AUTOHEADER = @AUTOHEADER@
|
|---|
| 47 |
|
|---|
| 48 | INSTALL = @INSTALL@
|
|---|
| 49 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
|
|---|
| 50 | INSTALL_DATA = @INSTALL_DATA@
|
|---|
| 51 | INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
|---|
| 52 | transform = @program_transform_name@
|
|---|
| 53 |
|
|---|
| 54 | NORMAL_INSTALL = :
|
|---|
| 55 | PRE_INSTALL = :
|
|---|
| 56 | POST_INSTALL = :
|
|---|
| 57 | NORMAL_UNINSTALL = :
|
|---|
| 58 | PRE_UNINSTALL = :
|
|---|
| 59 | POST_UNINSTALL = :
|
|---|
| 60 | APIVERSION = @APIVERSION@
|
|---|
| 61 | LN = @LN@
|
|---|
| 62 | MAKEINFO = @MAKEINFO@
|
|---|
| 63 | PACKAGE = @PACKAGE@
|
|---|
| 64 | PERL = @PERL@
|
|---|
| 65 | TAR = @TAR@
|
|---|
| 66 | VERSION = @VERSION@
|
|---|
| 67 | pkgvdatadir = @pkgvdatadir@
|
|---|
| 68 |
|
|---|
| 69 | AUTOMAKE_OPTIONS = 1.4
|
|---|
| 70 | MAINT_CHARSET = latin1
|
|---|
|
|---|