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