1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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
17 top_srcdir = @top_srcdir@
20 exec_prefix = @exec_prefix@
24 libexecdir = @libexecdir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
44 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
45 INSTALL_DATA = @INSTALL_DATA@
46 INSTALL_SCRIPT = @INSTALL_SCRIPT@
47 transform = @program_transform_name@
60 HAVE_UNISTD_H = @HAVE_UNISTD_H@
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
69 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
70 CONFIG_HEADER = ../../config.h
72 DATA = $(pkgdata_DATA)
74 DIST_COMMON = Makefile.in
77 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
84 install-pkgdataDATA: $(pkgdata_DATA)
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; \
97 uninstall-pkgdataDATA:
99 list='$(pkgdata_DATA)'; for p in $$list; do \
100 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
106 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
108 subdir = pdf2swf/fonts
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 \
116 if test -d $$d/$$file; then \
117 cp -pr $$d/$$file $(distdir)/$$file; \
119 test -f $(distdir)/$$file \
120 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
121 || cp -p $$d/$$file $(distdir)/$$file || :; \
131 installcheck: installcheck-am
133 install-exec: install-exec-am
135 install-data-am: install-pkgdataDATA
136 install-data: install-data-am
139 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
141 uninstall-am: uninstall-pkgdataDATA
142 uninstall: uninstall-am
143 all-am: Makefile $(DATA)
146 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
148 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
156 -rm -f Makefile $(CONFIG_CLEAN_FILES)
157 -rm -f config.cache config.log
159 maintainer-clean-generic:
160 mostlyclean-am: mostlyclean-generic
162 mostlyclean: mostlyclean-am
164 clean-am: clean-generic mostlyclean-am
168 distclean-am: distclean-generic clean-am
170 distclean: distclean-am
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."
176 maintainer-clean: maintainer-clean-am
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
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.