changed -f to -r option.
[swftools.git] / pdf2swf / fonts / 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 pkglibdir = $(libdir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38
39 top_builddir = ../..
40
41
42
43
44
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 transform = @program_transform_name@
51
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 CC = @CC@
59 CPP = @CPP@
60 CXX = @CXX@
61 EXEEXT = @EXEEXT@
62 HAVE_UNISTD_H = @HAVE_UNISTD_H@
63 JPEG2SWF = @JPEG2SWF@
64 LN_S = @LN_S@
65 RANLIB = @RANLIB@
66 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
67 UNCOMPRESS = @UNCOMPRESS@
68 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
69
70 pkgdata_DATA = n021003l.pfb  n021023l.pfb  n021004l.pfb  n021024l.pfb  n019003l.pfb  n019023l.pfb  n019004l.pfb  n019024l.pfb  n022003l.pfb  n022023l.pfb  n022004l.pfb  n022024l.pfb  s050000l.pfb  d050000l.pfb  n021003l.afm  n021023l.afm  n021004l.afm  n021024l.afm  n019003l.afm  n019023l.afm  n019004l.afm  n019024l.afm  n022003l.afm  n022023l.afm  n022004l.afm  n022024l.afm  s050000l.afm  d050000l.afm
71 pkgdatadir = $(datadir)/@PACKAGE@/fonts
72 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
73 CONFIG_HEADER = ../../config.h
74 CONFIG_CLEAN_FILES = 
75 DATA =  $(pkgdata_DATA)
76
77 DIST_COMMON =  Makefile.in
78
79
80 PACKAGE = @PACKAGE@
81 VERSION = @VERSION@
82
83 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
84
85 TAR = tar
86 GZIP_ENV = --best
87 all: all-redirect
88 .SUFFIXES:
89
90
91
92
93
94
95
96
97 install-pkgdataDATA: $(pkgdata_DATA)
98         @$(NORMAL_INSTALL)
99         $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
100         @list='$(pkgdata_DATA)'; for p in $$list; do \
101           if test -f $(srcdir)/$$p; then \
102             echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
103             $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
104           else if test -f $$p; then \
105             echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
106             $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
107           fi; fi; \
108         done
109
110 uninstall-pkgdataDATA:
111         @$(NORMAL_UNINSTALL)
112         list='$(pkgdata_DATA)'; for p in $$list; do \
113           rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
114         done
115 tags: TAGS
116 TAGS:
117
118
119 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
120
121 subdir = pdf2swf/fonts
122
123 distdir: $(DISTFILES)
124         @for file in $(DISTFILES); do \
125           d=$(srcdir); \
126           if test -d $$d/$$file; then \
127             cp -pr $$d/$$file $(distdir)/$$file; \
128           else \
129             test -f $(distdir)/$$file \
130             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
131             || cp -p $$d/$$file $(distdir)/$$file || :; \
132           fi; \
133         done
134 info-am:
135 info: info-am
136 dvi-am:
137 dvi: dvi-am
138 check-am: all-am
139 check: check-am
140 installcheck-am:
141 installcheck: installcheck-am
142 install-exec-am:
143 install-exec: install-exec-am
144
145 install-data-am: install-pkgdataDATA
146 install-data: install-data-am
147
148 install-am: all-am
149         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
150 install: install-am
151 uninstall-am: uninstall-pkgdataDATA
152 uninstall: uninstall-am
153 all-am: Makefile $(DATA)
154 all-redirect: all-am
155 install-strip:
156         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
157 installdirs:
158         $(mkinstalldirs)  $(DESTDIR)$(pkgdatadir)
159
160
161 mostlyclean-generic:
162
163 clean-generic:
164
165 distclean-generic:
166         -rm -f Makefile $(CONFIG_CLEAN_FILES)
167         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
168
169 maintainer-clean-generic:
170 mostlyclean-am:  mostlyclean-generic
171
172 mostlyclean: mostlyclean-am
173
174 clean-am:  clean-generic mostlyclean-am
175
176 clean: clean-am
177
178 distclean-am:  distclean-generic clean-am
179
180 distclean: distclean-am
181
182 maintainer-clean-am:  maintainer-clean-generic distclean-am
183         @echo "This command is intended for maintainers to use;"
184         @echo "it deletes files that may require special tools to rebuild."
185
186 maintainer-clean: maintainer-clean-am
187
188 .PHONY: uninstall-pkgdataDATA install-pkgdataDATA tags distdir info-am \
189 info dvi-am dvi check check-am installcheck-am installcheck \
190 install-exec-am install-exec install-data-am install-data install-am \
191 install uninstall-am uninstall all-redirect all-am all installdirs \
192 mostlyclean-generic distclean-generic clean-generic \
193 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
194
195
196 # Tell versions [3.59,3.63) of GNU make to not export all variables.
197 # Otherwise a system limit (for SysV at least) may be exceeded.
198 .NOEXPORT: