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