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