| 1 |
# Makefile.in generated automatically by automake 1.4 from Makefile.am |
| 2 |
|
| 3 |
# Copyright (C) 1994, 1995-8, 1999 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 |
host_alias = @host_alias@ |
| 61 |
host_triplet = @host@ |
| 62 |
AS = @AS@ |
| 63 |
CC = @CC@ |
| 64 |
DLLTOOL = @DLLTOOL@ |
| 65 |
IMAGEMAGICK = @IMAGEMAGICK@ |
| 66 |
INT_16_BIT = @INT_16_BIT@ |
| 67 |
INT_32_BIT = @INT_32_BIT@ |
| 68 |
INT_8_BIT = @INT_8_BIT@ |
| 69 |
LIBTOOL = @LIBTOOL@ |
| 70 |
LIB_MAGICK = @LIB_MAGICK@ |
| 71 |
LN_S = @LN_S@ |
| 72 |
MAKEINFO = @MAKEINFO@ |
| 73 |
OBJDUMP = @OBJDUMP@ |
| 74 |
PACKAGE = @PACKAGE@ |
| 75 |
RANLIB = @RANLIB@ |
| 76 |
VERSION = @VERSION@ |
| 77 |
cflags_set = @cflags_set@ |
| 78 |
|
| 79 |
SUBDIRS = psiconv |
| 80 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| 81 |
CONFIG_HEADER = ../config.h |
| 82 |
CONFIG_CLEAN_FILES = |
| 83 |
DIST_COMMON = Makefile.am Makefile.in |
| 84 |
|
| 85 |
|
| 86 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| 87 |
|
| 88 |
TAR = tar |
| 89 |
GZIP_ENV = --best |
| 90 |
all: all-redirect |
| 91 |
.SUFFIXES: |
| 92 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
| 93 |
cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile |
| 94 |
|
| 95 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
| 96 |
cd $(top_builddir) \ |
| 97 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
| 98 |
|
| 99 |
|
| 100 |
# This directory's subdirectories are mostly independent; you can cd |
| 101 |
# into them and run `make' without going through this Makefile. |
| 102 |
# To change the values of `make' variables: instead of editing Makefiles, |
| 103 |
# (1) if the variable is set in `config.status', edit `config.status' |
| 104 |
# (which will cause the Makefiles to be regenerated when you run `make'); |
| 105 |
# (2) otherwise, pass the desired values on the `make' command line. |
| 106 |
|
| 107 |
@SET_MAKE@ |
| 108 |
|
| 109 |
all-recursive install-data-recursive install-exec-recursive \ |
| 110 |
installdirs-recursive install-recursive uninstall-recursive \ |
| 111 |
check-recursive installcheck-recursive info-recursive dvi-recursive: |
| 112 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
| 113 |
dot_seen=no; \ |
| 114 |
target=`echo $@ | sed s/-recursive//`; \ |
| 115 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 116 |
echo "Making $$target in $$subdir"; \ |
| 117 |
if test "$$subdir" = "."; then \ |
| 118 |
dot_seen=yes; \ |
| 119 |
local_target="$$target-am"; \ |
| 120 |
else \ |
| 121 |
local_target="$$target"; \ |
| 122 |
fi; \ |
| 123 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 124 |
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
| 125 |
done; \ |
| 126 |
if test "$$dot_seen" = "no"; then \ |
| 127 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
| 128 |
fi; test -z "$$fail" |
| 129 |
|
| 130 |
mostlyclean-recursive clean-recursive distclean-recursive \ |
| 131 |
maintainer-clean-recursive: |
| 132 |
@set fnord $(MAKEFLAGS); amf=$$2; \ |
| 133 |
dot_seen=no; \ |
| 134 |
rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 135 |
rev="$$subdir $$rev"; \ |
| 136 |
test "$$subdir" = "." && dot_seen=yes; \ |
| 137 |
done; \ |
| 138 |
test "$$dot_seen" = "no" && rev=". $$rev"; \ |
| 139 |
target=`echo $@ | sed s/-recursive//`; \ |
| 140 |
for subdir in $$rev; do \ |
| 141 |
echo "Making $$target in $$subdir"; \ |
| 142 |
if test "$$subdir" = "."; then \ |
| 143 |
local_target="$$target-am"; \ |
| 144 |
else \ |
| 145 |
local_target="$$target"; \ |
| 146 |
fi; \ |
| 147 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
| 148 |
|| case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
| 149 |
done && test -z "$$fail" |
| 150 |
tags-recursive: |
| 151 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 152 |
test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
| 153 |
done |
| 154 |
|
| 155 |
tags: TAGS |
| 156 |
|
| 157 |
ID: $(HEADERS) $(SOURCES) $(LISP) |
| 158 |
list='$(SOURCES) $(HEADERS)'; \ |
| 159 |
unique=`for i in $$list; do echo $$i; done | \ |
| 160 |
awk ' { files[$$0] = 1; } \ |
| 161 |
END { for (i in files) print i; }'`; \ |
| 162 |
here=`pwd` && cd $(srcdir) \ |
| 163 |
&& mkid -f$$here/ID $$unique $(LISP) |
| 164 |
|
| 165 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
| 166 |
tags=; \ |
| 167 |
here=`pwd`; \ |
| 168 |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
| 169 |
if test "$$subdir" = .; then :; else \ |
| 170 |
test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \ |
| 171 |
fi; \ |
| 172 |
done; \ |
| 173 |
list='$(SOURCES) $(HEADERS)'; \ |
| 174 |
unique=`for i in $$list; do echo $$i; done | \ |
| 175 |
awk ' { files[$$0] = 1; } \ |
| 176 |
END { for (i in files) print i; }'`; \ |
| 177 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
| 178 |
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
| 179 |
|
| 180 |
mostlyclean-tags: |
| 181 |
|
| 182 |
clean-tags: |
| 183 |
|
| 184 |
distclean-tags: |
| 185 |
-rm -f TAGS ID |
| 186 |
|
| 187 |
maintainer-clean-tags: |
| 188 |
|
| 189 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| 190 |
|
| 191 |
subdir = lib |
| 192 |
|
| 193 |
distdir: $(DISTFILES) |
| 194 |
here=`cd $(top_builddir) && pwd`; \ |
| 195 |
top_distdir=`cd $(top_distdir) && pwd`; \ |
| 196 |
distdir=`cd $(distdir) && pwd`; \ |
| 197 |
cd $(top_srcdir) \ |
| 198 |
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu lib/Makefile |
| 199 |
@for file in $(DISTFILES); do \ |
| 200 |
d=$(srcdir); \ |
| 201 |
if test -d $$d/$$file; then \ |
| 202 |
cp -pr $$/$$file $(distdir)/$$file; \ |
| 203 |
else \ |
| 204 |
test -f $(distdir)/$$file \ |
| 205 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| 206 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
| 207 |
fi; \ |
| 208 |
done |
| 209 |
for subdir in $(SUBDIRS); do \ |
| 210 |
if test "$$subdir" = .; then :; else \ |
| 211 |
test -d $(distdir)/$$subdir \ |
| 212 |
|| mkdir $(distdir)/$$subdir \ |
| 213 |
|| exit 1; \ |
| 214 |
chmod 777 $(distdir)/$$subdir; \ |
| 215 |
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \ |
| 216 |
|| exit 1; \ |
| 217 |
fi; \ |
| 218 |
done |
| 219 |
info-am: |
| 220 |
info: info-recursive |
| 221 |
dvi-am: |
| 222 |
dvi: dvi-recursive |
| 223 |
check-am: all-am |
| 224 |
check: check-recursive |
| 225 |
installcheck-am: |
| 226 |
installcheck: installcheck-recursive |
| 227 |
install-exec-am: |
| 228 |
install-exec: install-exec-recursive |
| 229 |
|
| 230 |
install-data-am: |
| 231 |
install-data: install-data-recursive |
| 232 |
|
| 233 |
install-am: all-am |
| 234 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 235 |
install: install-recursive |
| 236 |
uninstall-am: |
| 237 |
uninstall: uninstall-recursive |
| 238 |
all-am: Makefile |
| 239 |
all-redirect: all-recursive |
| 240 |
install-strip: |
| 241 |
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
| 242 |
installdirs: installdirs-recursive |
| 243 |
installdirs-am: |
| 244 |
|
| 245 |
|
| 246 |
mostlyclean-generic: |
| 247 |
|
| 248 |
clean-generic: |
| 249 |
|
| 250 |
distclean-generic: |
| 251 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
| 252 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
| 253 |
|
| 254 |
maintainer-clean-generic: |
| 255 |
mostlyclean-am: mostlyclean-tags mostlyclean-generic |
| 256 |
|
| 257 |
mostlyclean: mostlyclean-recursive |
| 258 |
|
| 259 |
clean-am: clean-tags clean-generic mostlyclean-am |
| 260 |
|
| 261 |
clean: clean-recursive |
| 262 |
|
| 263 |
distclean-am: distclean-tags distclean-generic clean-am |
| 264 |
-rm -f libtool |
| 265 |
|
| 266 |
distclean: distclean-recursive |
| 267 |
|
| 268 |
maintainer-clean-am: maintainer-clean-tags maintainer-clean-generic \ |
| 269 |
distclean-am |
| 270 |
@echo "This command is intended for maintainers to use;" |
| 271 |
@echo "it deletes files that may require special tools to rebuild." |
| 272 |
|
| 273 |
maintainer-clean: maintainer-clean-recursive |
| 274 |
|
| 275 |
.PHONY: install-data-recursive uninstall-data-recursive \ |
| 276 |
install-exec-recursive uninstall-exec-recursive installdirs-recursive \ |
| 277 |
uninstalldirs-recursive all-recursive check-recursive \ |
| 278 |
installcheck-recursive info-recursive dvi-recursive \ |
| 279 |
mostlyclean-recursive distclean-recursive clean-recursive \ |
| 280 |
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \ |
| 281 |
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \ |
| 282 |
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \ |
| 283 |
install-exec install-data-am install-data install-am install \ |
| 284 |
uninstall-am uninstall all-redirect all-am all installdirs-am \ |
| 285 |
installdirs mostlyclean-generic distclean-generic clean-generic \ |
| 286 |
maintainer-clean-generic clean mostlyclean distclean maintainer-clean |
| 287 |
|
| 288 |
|
| 289 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 290 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 291 |
.NOEXPORT: |