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 noinst_LIBRARIES = ttf2pt1.a
68 ttf2pt1_a_SOURCES = ft.c ttf.c pt1.c ttf2pt1.c t1asm.c
70 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71 CONFIG_HEADER = ../../config.h
73 LIBRARIES = $(noinst_LIBRARIES)
76 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
81 ttf2pt1_a_OBJECTS = ft.o ttf.o pt1.o ttf2pt1.o t1asm.o
84 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
86 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
88 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
89 DIST_COMMON = Makefile.in
92 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
96 DEP_FILES = .deps/ft.P .deps/ttf.P .deps/pt1.P .deps/ttf2pt1.P .deps/t1asm.P
97 SOURCES = $(ttf2pt1_a_SOURCES)
98 OBJECTS = $(ttf2pt1_a_OBJECTS)
102 .SUFFIXES: .S .c .cc .o .s
104 mostlyclean-noinstLIBRARIES:
106 clean-noinstLIBRARIES:
107 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
109 distclean-noinstLIBRARIES:
111 maintainer-clean-noinstLIBRARIES:
120 -rm -f *.o core *.core
127 maintainer-clean-compile:
129 ttf2pt1.a: $(ttf2pt1_a_OBJECTS) $(ttf2pt1_a_DEPENDENCIES)
131 $(AR) cru ttf2pt1.a $(ttf2pt1_a_OBJECTS) $(ttf2pt1_a_LIBADD)
138 ID: $(HEADERS) $(SOURCES) $(LISP)
139 list='$(SOURCES) $(HEADERS)'; \
140 unique=`for i in $$list; do echo $$i; done | \
141 awk ' { files[$$0] = 1; } \
142 END { for (i in files) print i; }'`; \
143 here=`pwd` && cd $(srcdir) \
144 && mkid -f$$here/ID $$unique $(LISP)
146 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
149 list='$(SOURCES) $(HEADERS)'; \
150 unique=`for i in $$list; do echo $$i; done | \
151 awk ' { files[$$0] = 1; } \
152 END { for (i in files) print i; }'`; \
153 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
154 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
163 maintainer-clean-tags:
165 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
167 subdir = pdf2swf/ttf2pt1
169 distdir: $(DISTFILES)
170 here=`cd $(top_builddir) && pwd`; \
171 top_distdir=`cd $(top_distdir) && pwd`; \
172 distdir=`cd $(distdir) && pwd`; \
173 @for file in $(DISTFILES); do \
175 if test -d $$d/$$file; then \
176 cp -pr $$d/$$file $(distdir)/$$file; \
178 test -f $(distdir)/$$file \
179 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
180 || cp -p $$d/$$file $(distdir)/$$file || :; \
184 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
186 -include $(DEP_FILES)
195 maintainer-clean-depend:
198 @echo '$(COMPILE) -c $<'; \
199 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
200 @-cp .deps/$(*F).pp .deps/$(*F).P; \
201 tr ' ' '\012' < .deps/$(*F).pp \
202 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
207 @echo '$(LTCOMPILE) -c $<'; \
208 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
209 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
210 < .deps/$(*F).pp > .deps/$(*F).P; \
211 tr ' ' '\012' < .deps/$(*F).pp \
212 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
217 @echo '$(CXXCOMPILE) -c $<'; \
218 $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
219 @-cp .deps/$(*F).pp .deps/$(*F).P; \
220 tr ' ' '\012' < .deps/$(*F).pp \
221 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
226 @echo '$(LTCXXCOMPILE) -c $<'; \
227 $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
228 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
229 < .deps/$(*F).pp > .deps/$(*F).P; \
230 tr ' ' '\012' < .deps/$(*F).pp \
231 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
241 installcheck: installcheck-am
243 install-exec: install-exec-am
246 install-data: install-data-am
249 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
252 uninstall: uninstall-am
253 all-am: Makefile $(LIBRARIES)
256 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
265 -rm -f Makefile $(CONFIG_CLEAN_FILES)
266 -rm -f config.cache config.log
268 maintainer-clean-generic:
269 mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
270 mostlyclean-tags mostlyclean-depend mostlyclean-generic
272 mostlyclean: mostlyclean-am
274 clean-am: clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
275 clean-generic mostlyclean-am
279 distclean-am: distclean-noinstLIBRARIES distclean-compile \
280 distclean-tags distclean-depend distclean-generic \
283 distclean: distclean-am
285 maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
286 maintainer-clean-compile maintainer-clean-tags \
287 maintainer-clean-depend maintainer-clean-generic \
289 @echo "This command is intended for maintainers to use;"
290 @echo "it deletes files that may require special tools to rebuild."
292 maintainer-clean: maintainer-clean-am
294 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
295 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
296 mostlyclean-compile distclean-compile clean-compile \
297 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
298 clean-tags maintainer-clean-tags distdir mostlyclean-depend \
299 distclean-depend clean-depend maintainer-clean-depend info-am info \
300 dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
301 install-exec install-data-am install-data install-am install \
302 uninstall-am uninstall all-redirect all-am all installdirs \
303 mostlyclean-generic distclean-generic clean-generic \
304 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
307 # Tell versions [3.59,3.63) of GNU make to not export all variables.
308 # Otherwise a system limit (for SysV at least) may be exceeded.