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