| 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 |
INCLUDES = -I.. -I../lib -I../compat |
| 80 |
|
| 81 |
bin_PROGRAMS = psiconv |
| 82 |
psiconv_SOURCES = psiconv.c gen_html.c gen_html4.c gen_txt.c gen_rtf.c gen_image.c magick-aux.c |
| 83 |
|
| 84 |
psiconv_LDADD = ../lib/libpsiconv.la @LIB_MAGICK@ |
| 85 |
psiconv_noinstHEADERS = gen.h psiconv.h magick-aux.h |
| 86 |
|
| 87 |
EXTRA_DIST = gen.h psiconv.h magick-aux.h |
| 88 |
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| 89 |
CONFIG_HEADER = ../config.h |
| 90 |
CONFIG_CLEAN_FILES = |
| 91 |
PROGRAMS = $(bin_PROGRAMS) |
| 92 |
|
| 93 |
|
| 94 |
DEFS = @DEFS@ -I. -I$(srcdir) -I.. |
| 95 |
CPPFLAGS = @CPPFLAGS@ |
| 96 |
LDFLAGS = @LDFLAGS@ |
| 97 |
LIBS = @LIBS@ |
| 98 |
psiconv_OBJECTS = psiconv.o gen_html.o gen_html4.o gen_txt.o gen_rtf.o \ |
| 99 |
gen_image.o magick-aux.o |
| 100 |
psiconv_DEPENDENCIES = ../lib/libpsiconv.la |
| 101 |
psiconv_LDFLAGS = |
| 102 |
CFLAGS = @CFLAGS@ |
| 103 |
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 104 |
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 105 |
CCLD = $(CC) |
| 106 |
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ |
| 107 |
DIST_COMMON = Makefile.am Makefile.in |
| 108 |
|
| 109 |
|
| 110 |
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) |
| 111 |
|
| 112 |
TAR = tar |
| 113 |
GZIP_ENV = --best |
| 114 |
DEP_FILES = .deps/gen_html.P .deps/gen_html4.P .deps/gen_image.P \ |
| 115 |
.deps/gen_rtf.P .deps/gen_txt.P .deps/magick-aux.P .deps/psiconv.P |
| 116 |
SOURCES = $(psiconv_SOURCES) |
| 117 |
OBJECTS = $(psiconv_OBJECTS) |
| 118 |
|
| 119 |
all: all-redirect |
| 120 |
.SUFFIXES: |
| 121 |
.SUFFIXES: .S .c .lo .o .s |
| 122 |
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) |
| 123 |
cd $(top_srcdir) && $(AUTOMAKE) --gnu psiconv/Makefile |
| 124 |
|
| 125 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) |
| 126 |
cd $(top_builddir) \ |
| 127 |
&& CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status |
| 128 |
|
| 129 |
|
| 130 |
mostlyclean-binPROGRAMS: |
| 131 |
|
| 132 |
clean-binPROGRAMS: |
| 133 |
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
| 134 |
|
| 135 |
distclean-binPROGRAMS: |
| 136 |
|
| 137 |
maintainer-clean-binPROGRAMS: |
| 138 |
|
| 139 |
install-binPROGRAMS: $(bin_PROGRAMS) |
| 140 |
@$(NORMAL_INSTALL) |
| 141 |
$(mkinstalldirs) $(DESTDIR)$(bindir) |
| 142 |
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
| 143 |
if test -f $$p; then \ |
| 144 |
echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ |
| 145 |
$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
| 146 |
else :; fi; \ |
| 147 |
done |
| 148 |
|
| 149 |
uninstall-binPROGRAMS: |
| 150 |
@$(NORMAL_UNINSTALL) |
| 151 |
list='$(bin_PROGRAMS)'; for p in $$list; do \ |
| 152 |
rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ |
| 153 |
done |
| 154 |
|
| 155 |
.s.o: |
| 156 |
$(COMPILE) -c $< |
| 157 |
|
| 158 |
.S.o: |
| 159 |
$(COMPILE) -c $< |
| 160 |
|
| 161 |
mostlyclean-compile: |
| 162 |
-rm -f *.o core *.core |
| 163 |
|
| 164 |
clean-compile: |
| 165 |
|
| 166 |
distclean-compile: |
| 167 |
-rm -f *.tab.c |
| 168 |
|
| 169 |
maintainer-clean-compile: |
| 170 |
|
| 171 |
.s.lo: |
| 172 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
| 173 |
|
| 174 |
.S.lo: |
| 175 |
$(LIBTOOL) --mode=compile $(COMPILE) -c $< |
| 176 |
|
| 177 |
mostlyclean-libtool: |
| 178 |
-rm -f *.lo |
| 179 |
|
| 180 |
clean-libtool: |
| 181 |
-rm -rf .libs _libs |
| 182 |
|
| 183 |
distclean-libtool: |
| 184 |
|
| 185 |
maintainer-clean-libtool: |
| 186 |
|
| 187 |
psiconv: $(psiconv_OBJECTS) $(psiconv_DEPENDENCIES) |
| 188 |
@rm -f psiconv |
| 189 |
$(LINK) $(psiconv_LDFLAGS) $(psiconv_OBJECTS) $(psiconv_LDADD) $(LIBS) |
| 190 |
|
| 191 |
tags: TAGS |
| 192 |
|
| 193 |
ID: $(HEADERS) $(SOURCES) $(LISP) |
| 194 |
list='$(SOURCES) $(HEADERS)'; \ |
| 195 |
unique=`for i in $$list; do echo $$i; done | \ |
| 196 |
awk ' { files[$$0] = 1; } \ |
| 197 |
END { for (i in files) print i; }'`; \ |
| 198 |
here=`pwd` && cd $(srcdir) \ |
| 199 |
&& mkid -f$$here/ID $$unique $(LISP) |
| 200 |
|
| 201 |
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) |
| 202 |
tags=; \ |
| 203 |
here=`pwd`; \ |
| 204 |
list='$(SOURCES) $(HEADERS)'; \ |
| 205 |
unique=`for i in $$list; do echo $$i; done | \ |
| 206 |
awk ' { files[$$0] = 1; } \ |
| 207 |
END { for (i in files) print i; }'`; \ |
| 208 |
test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ |
| 209 |
|| (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) |
| 210 |
|
| 211 |
mostlyclean-tags: |
| 212 |
|
| 213 |
clean-tags: |
| 214 |
|
| 215 |
distclean-tags: |
| 216 |
-rm -f TAGS ID |
| 217 |
|
| 218 |
maintainer-clean-tags: |
| 219 |
|
| 220 |
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) |
| 221 |
|
| 222 |
subdir = psiconv |
| 223 |
|
| 224 |
distdir: $(DISTFILES) |
| 225 |
here=`cd $(top_builddir) && pwd`; \ |
| 226 |
top_distdir=`cd $(top_distdir) && pwd`; \ |
| 227 |
distdir=`cd $(distdir) && pwd`; \ |
| 228 |
cd $(top_srcdir) \ |
| 229 |
&& $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu psiconv/Makefile |
| 230 |
@for file in $(DISTFILES); do \ |
| 231 |
d=$(srcdir); \ |
| 232 |
if test -d $$d/$$file; then \ |
| 233 |
cp -pr $$/$$file $(distdir)/$$file; \ |
| 234 |
else \ |
| 235 |
test -f $(distdir)/$$file \ |
| 236 |
|| ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| 237 |
|| cp -p $$d/$$file $(distdir)/$$file || :; \ |
| 238 |
fi; \ |
| 239 |
done |
| 240 |
|
| 241 |
DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) |
| 242 |
|
| 243 |
-include $(DEP_FILES) |
| 244 |
|
| 245 |
mostlyclean-depend: |
| 246 |
|
| 247 |
clean-depend: |
| 248 |
|
| 249 |
distclean-depend: |
| 250 |
-rm -rf .deps |
| 251 |
|
| 252 |
maintainer-clean-depend: |
| 253 |
|
| 254 |
%.o: %.c |
| 255 |
@echo '$(COMPILE) -c $<'; \ |
| 256 |
$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< |
| 257 |
@-cp .deps/$(*F).pp .deps/$(*F).P; \ |
| 258 |
tr ' ' '\012' < .deps/$(*F).pp \ |
| 259 |
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| 260 |
>> .deps/$(*F).P; \ |
| 261 |
rm .deps/$(*F).pp |
| 262 |
|
| 263 |
%.lo: %.c |
| 264 |
@echo '$(LTCOMPILE) -c $<'; \ |
| 265 |
$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< |
| 266 |
@-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ |
| 267 |
< .deps/$(*F).pp > .deps/$(*F).P; \ |
| 268 |
tr ' ' '\012' < .deps/$(*F).pp \ |
| 269 |
| sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ |
| 270 |
>> .deps/$(*F).P; \ |
| 271 |
rm -f .deps/$(*F).pp |
| 272 |
info-am: |
| 273 |
info: info-am |
| 274 |
dvi-am: |
| 275 |
dvi: dvi-am |
| 276 |
check-am: all-am |
| 277 |
check: check-am |
| 278 |
installcheck-am: |
| 279 |
installcheck: installcheck-am |
| 280 |
install-exec-am: install-binPROGRAMS |
| 281 |
install-exec: install-exec-am |
| 282 |
|
| 283 |
install-data-am: |
| 284 |
install-data: install-data-am |
| 285 |
|
| 286 |
install-am: all-am |
| 287 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
| 288 |
install: install-am |
| 289 |
uninstall-am: uninstall-binPROGRAMS |
| 290 |
uninstall: uninstall-am |
| 291 |
all-am: Makefile $(PROGRAMS) |
| 292 |
all-redirect: all-am |
| 293 |
install-strip: |
| 294 |
$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install |
| 295 |
installdirs: |
| 296 |
$(mkinstalldirs) $(DESTDIR)$(bindir) |
| 297 |
|
| 298 |
|
| 299 |
mostlyclean-generic: |
| 300 |
|
| 301 |
clean-generic: |
| 302 |
|
| 303 |
distclean-generic: |
| 304 |
-rm -f Makefile $(CONFIG_CLEAN_FILES) |
| 305 |
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
| 306 |
|
| 307 |
maintainer-clean-generic: |
| 308 |
mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \ |
| 309 |
mostlyclean-libtool mostlyclean-tags mostlyclean-depend \ |
| 310 |
mostlyclean-generic |
| 311 |
|
| 312 |
mostlyclean: mostlyclean-am |
| 313 |
|
| 314 |
clean-am: clean-binPROGRAMS clean-compile clean-libtool clean-tags \ |
| 315 |
clean-depend clean-generic mostlyclean-am |
| 316 |
|
| 317 |
clean: clean-am |
| 318 |
|
| 319 |
distclean-am: distclean-binPROGRAMS distclean-compile distclean-libtool \ |
| 320 |
distclean-tags distclean-depend distclean-generic \ |
| 321 |
clean-am |
| 322 |
-rm -f libtool |
| 323 |
|
| 324 |
distclean: distclean-am |
| 325 |
|
| 326 |
maintainer-clean-am: maintainer-clean-binPROGRAMS \ |
| 327 |
maintainer-clean-compile maintainer-clean-libtool \ |
| 328 |
maintainer-clean-tags maintainer-clean-depend \ |
| 329 |
maintainer-clean-generic distclean-am |
| 330 |
@echo "This command is intended for maintainers to use;" |
| 331 |
@echo "it deletes files that may require special tools to rebuild." |
| 332 |
|
| 333 |
maintainer-clean: maintainer-clean-am |
| 334 |
|
| 335 |
.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ |
| 336 |
maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ |
| 337 |
mostlyclean-compile distclean-compile clean-compile \ |
| 338 |
maintainer-clean-compile mostlyclean-libtool distclean-libtool \ |
| 339 |
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \ |
| 340 |
distclean-tags clean-tags maintainer-clean-tags distdir \ |
| 341 |
mostlyclean-depend distclean-depend clean-depend \ |
| 342 |
maintainer-clean-depend info-am info dvi-am dvi check check-am \ |
| 343 |
installcheck-am installcheck install-exec-am install-exec \ |
| 344 |
install-data-am install-data install-am install uninstall-am uninstall \ |
| 345 |
all-redirect all-am all installdirs mostlyclean-generic \ |
| 346 |
distclean-generic clean-generic maintainer-clean-generic clean \ |
| 347 |
mostlyclean distclean maintainer-clean |
| 348 |
|
| 349 |
|
| 350 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
| 351 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
| 352 |
.NOEXPORT: |