CIDFonts: look for external replacement.
[swftools.git] / pdf2swf / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p4 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
44
45
46
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 CC = @CC@
61 CPP = @CPP@
62 CXX = @CXX@
63 EXEEXT = @EXEEXT@
64 HAVE_UNISTD_H = @HAVE_UNISTD_H@
65 JPEG2SWF = @JPEG2SWF@
66 LN_S = @LN_S@
67 RANLIB = @RANLIB@
68 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
69 UNCOMPRESS = @UNCOMPRESS@
70 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
71
72 SUBDIRS = xpdf fonts ttf2pt1
73 bin_PROGRAMS = pdf2swf
74 LDADD = 
75 pdf2swf_SOURCES = encodings.cc pdf2swf.cc SWFOutputDev.cc SWFOutputDev.h swfoutput.cc swfoutput.h spline.cc spline.h
76 pdf2swf_LDADD = ../lib/librfxswf.a xpdf/libpdf.a ttf2pt1/ttf2pt1.a
77 INCLUDES = -I../lib -I./xpdf -I./ttf2pt1
78 man_MANS = pdf2swf.1
79 CXXCOMPILE = $(CXX) -DDATADIR=\"$(pkgdatadir)\" $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
80 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81 CONFIG_HEADER = ../config.h
82 CONFIG_CLEAN_FILES = 
83 bin_PROGRAMS =  pdf2swf$(EXEEXT)
84 PROGRAMS =  $(bin_PROGRAMS)
85
86
87 DEFS = @DEFS@ -I. -I$(srcdir) -I..
88 CPPFLAGS = @CPPFLAGS@
89 LDFLAGS = @LDFLAGS@
90 LIBS = @LIBS@
91 pdf2swf_OBJECTS =  encodings.o pdf2swf.o SWFOutputDev.o swfoutput.o \
92 spline.o
93 pdf2swf_DEPENDENCIES =  ../lib/librfxswf.a xpdf/libpdf.a \
94 ttf2pt1/ttf2pt1.a
95 pdf2swf_LDFLAGS = 
96 CXXFLAGS = @CXXFLAGS@
97 CXXLD = $(CXX)
98 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
99 CFLAGS = @CFLAGS@
100 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 CCLD = $(CC)
102 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
103 man1dir = $(mandir)/man1
104 MANS = $(man_MANS)
105
106 NROFF = nroff
107 DIST_COMMON =  Makefile.in
108
109
110 PACKAGE = @PACKAGE@
111 VERSION = @VERSION@
112
113 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
114
115 TAR = tar
116 GZIP_ENV = --best
117 SOURCES = $(pdf2swf_SOURCES)
118 OBJECTS = $(pdf2swf_OBJECTS)
119
120 all: all-redirect
121 .SUFFIXES:
122 .SUFFIXES: .S .c .cc .o .s
123
124
125
126
127
128
129
130
131 mostlyclean-binPROGRAMS:
132
133 clean-binPROGRAMS:
134         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
135
136 distclean-binPROGRAMS:
137
138 maintainer-clean-binPROGRAMS:
139
140 install-binPROGRAMS: $(bin_PROGRAMS)
141         @$(NORMAL_INSTALL)
142         $(mkinstalldirs) $(DESTDIR)$(bindir)
143         @list='$(bin_PROGRAMS)'; for p in $$list; do \
144           if test -f $$p; then \
145             echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
146              $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
147           else :; fi; \
148         done
149
150 uninstall-binPROGRAMS:
151         @$(NORMAL_UNINSTALL)
152         list='$(bin_PROGRAMS)'; for p in $$list; do \
153           rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
154         done
155
156 .c.o:
157         $(COMPILE) -c $<
158
159 .s.o:
160         $(COMPILE) -c $<
161
162 .S.o:
163         $(COMPILE) -c $<
164
165 mostlyclean-compile:
166         -rm -f *.o core *.core
167
168 clean-compile:
169
170 distclean-compile:
171         -rm -f *.tab.c
172
173 maintainer-clean-compile:
174
175 pdf2swf$(EXEEXT): $(pdf2swf_OBJECTS) $(pdf2swf_DEPENDENCIES)
176         @rm -f pdf2swf$(EXEEXT)
177         $(CXXLINK) $(pdf2swf_LDFLAGS) $(pdf2swf_OBJECTS) $(pdf2swf_LDADD) $(LIBS)
178 .cc.o:
179         $(CXXCOMPILE) -c $<
180
181 install-man1:
182         $(mkinstalldirs) $(DESTDIR)$(man1dir)
183         @list='$(man1_MANS)'; \
184         l2='$(man_MANS)'; for i in $$l2; do \
185           case "$$i" in \
186             *.1*) list="$$list $$i" ;; \
187           esac; \
188         done; \
189         for i in $$list; do \
190           if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
191           else file=$$i; fi; \
192           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
193           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
194           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
195           echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
196           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
197         done
198
199 uninstall-man1:
200         @list='$(man1_MANS)'; \
201         l2='$(man_MANS)'; for i in $$l2; do \
202           case "$$i" in \
203             *.1*) list="$$list $$i" ;; \
204           esac; \
205         done; \
206         for i in $$list; do \
207           ext=`echo $$i | sed -e 's/^.*\\.//'`; \
208           inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
209           inst=`echo $$inst | sed '$(transform)'`.$$ext; \
210           echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
211           rm -f $(DESTDIR)$(man1dir)/$$inst; \
212         done
213 install-man: $(MANS)
214         @$(NORMAL_INSTALL)
215         $(MAKE) $(AM_MAKEFLAGS) install-man1
216 uninstall-man:
217         @$(NORMAL_UNINSTALL)
218         $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
219
220 # This directory's subdirectories are mostly independent; you can cd
221 # into them and run `make' without going through this Makefile.
222 # To change the values of `make' variables: instead of editing Makefiles,
223 # (1) if the variable is set in `config.status', edit `config.status'
224 #     (which will cause the Makefiles to be regenerated when you run `make');
225 # (2) otherwise, pass the desired values on the `make' command line.
226
227 @SET_MAKE@
228
229 all-recursive install-data-recursive install-exec-recursive \
230 installdirs-recursive install-recursive uninstall-recursive  \
231 check-recursive installcheck-recursive info-recursive dvi-recursive:
232         @set fnord $(MAKEFLAGS); amf=$$2; \
233         dot_seen=no; \
234         target=`echo $@ | sed s/-recursive//`; \
235         list='$(SUBDIRS)'; for subdir in $$list; do \
236           echo "Making $$target in $$subdir"; \
237           if test "$$subdir" = "."; then \
238             dot_seen=yes; \
239             local_target="$$target-am"; \
240           else \
241             local_target="$$target"; \
242           fi; \
243           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
244            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
245         done; \
246         if test "$$dot_seen" = "no"; then \
247           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
248         fi; test -z "$$fail"
249
250 mostlyclean-recursive clean-recursive distclean-recursive \
251 maintainer-clean-recursive:
252         @set fnord $(MAKEFLAGS); amf=$$2; \
253         dot_seen=no; \
254         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
255           rev="$$subdir $$rev"; \
256           test "$$subdir" = "." && dot_seen=yes; \
257         done; \
258         test "$$dot_seen" = "no" && rev=". $$rev"; \
259         target=`echo $@ | sed s/-recursive//`; \
260         for subdir in $$rev; do \
261           echo "Making $$target in $$subdir"; \
262           if test "$$subdir" = "."; then \
263             local_target="$$target-am"; \
264           else \
265             local_target="$$target"; \
266           fi; \
267           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
268            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
269         done && test -z "$$fail"
270 tags-recursive:
271         list='$(SUBDIRS)'; for subdir in $$list; do \
272           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
273         done
274
275 tags: TAGS
276
277 ID: $(HEADERS) $(SOURCES) $(LISP)
278         list='$(SOURCES) $(HEADERS)'; \
279         unique=`for i in $$list; do echo $$i; done | \
280           awk '    { files[$$0] = 1; } \
281                END { for (i in files) print i; }'`; \
282         here=`pwd` && cd $(srcdir) \
283           && mkid -f$$here/ID $$unique $(LISP)
284
285 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
286         tags=; \
287         here=`pwd`; \
288         list='$(SUBDIRS)'; for subdir in $$list; do \
289    if test "$$subdir" = .; then :; else \
290             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
291    fi; \
292         done; \
293         list='$(SOURCES) $(HEADERS)'; \
294         unique=`for i in $$list; do echo $$i; done | \
295           awk '    { files[$$0] = 1; } \
296                END { for (i in files) print i; }'`; \
297         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
298           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
299
300 mostlyclean-tags:
301
302 clean-tags:
303
304 distclean-tags:
305         -rm -f TAGS ID
306
307 maintainer-clean-tags:
308
309 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
310
311 subdir = pdf2swf
312
313 distdir: $(DISTFILES)
314         @for file in $(DISTFILES); do \
315           d=$(srcdir); \
316           if test -d $$d/$$file; then \
317             cp -pr $$d/$$file $(distdir)/$$file; \
318           else \
319             test -f $(distdir)/$$file \
320             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
321             || cp -p $$d/$$file $(distdir)/$$file || :; \
322           fi; \
323         done
324         for subdir in $(SUBDIRS); do \
325           if test "$$subdir" = .; then :; else \
326             test -d $(distdir)/$$subdir \
327             || mkdir $(distdir)/$$subdir \
328             || exit 1; \
329             chmod 777 $(distdir)/$$subdir; \
330             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
331               || exit 1; \
332           fi; \
333         done
334 info-am:
335 info: info-recursive
336 dvi-am:
337 dvi: dvi-recursive
338 check-am: all-am
339 check: check-recursive
340 installcheck-am:
341 installcheck: installcheck-recursive
342 install-exec-am: install-binPROGRAMS
343 install-exec: install-exec-recursive
344
345 install-data-am: install-man
346 install-data: install-data-recursive
347
348 install-am: all-am
349         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
350 install: install-recursive
351 uninstall-am: uninstall-binPROGRAMS uninstall-man
352 uninstall: uninstall-recursive
353 all-am: Makefile $(PROGRAMS) $(MANS)
354 all-redirect: all-recursive
355 install-strip:
356         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
357 installdirs: installdirs-recursive
358 installdirs-am:
359         $(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
360
361
362 mostlyclean-generic:
363
364 clean-generic:
365
366 distclean-generic:
367         -rm -f Makefile $(CONFIG_CLEAN_FILES)
368         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
369
370 maintainer-clean-generic:
371 mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
372                 mostlyclean-tags mostlyclean-generic
373
374 mostlyclean: mostlyclean-recursive
375
376 clean-am:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
377                 mostlyclean-am
378
379 clean: clean-recursive
380
381 distclean-am:  distclean-binPROGRAMS distclean-compile distclean-tags \
382                 distclean-generic clean-am
383
384 distclean: distclean-recursive
385
386 maintainer-clean-am:  maintainer-clean-binPROGRAMS \
387                 maintainer-clean-compile maintainer-clean-tags \
388                 maintainer-clean-generic distclean-am
389         @echo "This command is intended for maintainers to use;"
390         @echo "it deletes files that may require special tools to rebuild."
391
392 maintainer-clean: maintainer-clean-recursive
393
394 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
395 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
396 mostlyclean-compile distclean-compile clean-compile \
397 maintainer-clean-compile install-man1 uninstall-man1 install-man \
398 uninstall-man install-data-recursive uninstall-data-recursive \
399 install-exec-recursive uninstall-exec-recursive installdirs-recursive \
400 uninstalldirs-recursive all-recursive check-recursive \
401 installcheck-recursive info-recursive dvi-recursive \
402 mostlyclean-recursive distclean-recursive clean-recursive \
403 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
404 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
405 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
406 install-exec install-data-am install-data install-am install \
407 uninstall-am uninstall all-redirect all-am all installdirs-am \
408 installdirs mostlyclean-generic distclean-generic clean-generic \
409 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
410
411
412 # Tell versions [3.59,3.63) of GNU make to not export all variables.
413 # Otherwise a system limit (for SysV at least) may be exceeded.
414 .NOEXPORT: