is now "complete" automake/autoconf Makefile.
[swftools.git] / pdf2swf / ttf2pt1 / 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@
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 noinst_LIBRARIES = ttf2pt1.a
68 ttf2pt1_a_SOURCES = ft.c ttf.c pt1.c ttf2pt1.c t1asm.c
69
70 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71 CONFIG_HEADER = ../../config.h
72 CONFIG_CLEAN_FILES = 
73 LIBRARIES =  $(noinst_LIBRARIES)
74
75
76 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
77 CPPFLAGS = @CPPFLAGS@
78 LDFLAGS = @LDFLAGS@
79 LIBS = @LIBS@
80 ttf2pt1_a_LIBADD = 
81 ttf2pt1_a_OBJECTS = ft.o ttf.o pt1.o ttf2pt1.o t1asm.o
82 AR = ar
83 CFLAGS = @CFLAGS@
84 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
85 CXXFLAGS = @CXXFLAGS@
86 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
87 CXXLD = $(CXX)
88 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
89 DIST_COMMON =  Makefile.in
90
91
92 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
93
94 TAR = gtar
95 GZIP_ENV = --best
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)
99
100 all: all-redirect
101 .SUFFIXES:
102 .SUFFIXES: .S .c .cc .o .s
103
104 mostlyclean-noinstLIBRARIES:
105
106 clean-noinstLIBRARIES:
107         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
108
109 distclean-noinstLIBRARIES:
110
111 maintainer-clean-noinstLIBRARIES:
112
113 .s.o:
114         $(COMPILE) -c $<
115
116 .S.o:
117         $(COMPILE) -c $<
118
119 mostlyclean-compile:
120         -rm -f *.o core *.core
121
122 clean-compile:
123
124 distclean-compile:
125         -rm -f *.tab.c
126
127 maintainer-clean-compile:
128
129 ttf2pt1.a: $(ttf2pt1_a_OBJECTS) $(ttf2pt1_a_DEPENDENCIES)
130         -rm -f ttf2pt1.a
131         $(AR) cru ttf2pt1.a $(ttf2pt1_a_OBJECTS) $(ttf2pt1_a_LIBADD)
132         $(RANLIB) ttf2pt1.a
133 .cc.o:
134         $(CXXCOMPILE) -c $<
135
136 tags: TAGS
137
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)
145
146 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
147         tags=; \
148         here=`pwd`; \
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)
155
156 mostlyclean-tags:
157
158 clean-tags:
159
160 distclean-tags:
161         -rm -f TAGS ID
162
163 maintainer-clean-tags:
164
165 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
166
167 subdir = pdf2swf/ttf2pt1
168
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 \
174           d=$(srcdir); \
175           if test -d $$d/$$file; then \
176             cp -pr $$d/$$file $(distdir)/$$file; \
177           else \
178             test -f $(distdir)/$$file \
179             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
180             || cp -p $$d/$$file $(distdir)/$$file || :; \
181           fi; \
182         done
183
184 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
185
186 -include $(DEP_FILES)
187
188 mostlyclean-depend:
189
190 clean-depend:
191
192 distclean-depend:
193         -rm -rf .deps
194
195 maintainer-clean-depend:
196
197 %.o: %.c
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/$$/ :/' \
203             >> .deps/$(*F).P; \
204         rm .deps/$(*F).pp
205
206 %.lo: %.c
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/$$/ :/' \
213             >> .deps/$(*F).P; \
214         rm -f .deps/$(*F).pp
215
216 %.o: %.cc
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/$$/ :/' \
222             >> .deps/$(*F).P; \
223         rm .deps/$(*F).pp
224
225 %.lo: %.cc
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/$$/ :/' \
232             >> .deps/$(*F).P; \
233         rm -f .deps/$(*F).pp
234 info-am:
235 info: info-am
236 dvi-am:
237 dvi: dvi-am
238 check-am: all-am
239 check: check-am
240 installcheck-am:
241 installcheck: installcheck-am
242 install-exec-am:
243 install-exec: install-exec-am
244
245 install-data-am:
246 install-data: install-data-am
247
248 install-am: all-am
249         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
250 install: install-am
251 uninstall-am:
252 uninstall: uninstall-am
253 all-am: Makefile $(LIBRARIES)
254 all-redirect: all-am
255 install-strip:
256         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
257 installdirs:
258
259
260 mostlyclean-generic:
261
262 clean-generic:
263
264 distclean-generic:
265         -rm -f Makefile $(CONFIG_CLEAN_FILES)
266         -rm -f config.cache config.log
267
268 maintainer-clean-generic:
269 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
270                 mostlyclean-tags mostlyclean-depend mostlyclean-generic
271
272 mostlyclean: mostlyclean-am
273
274 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-depend \
275                 clean-generic mostlyclean-am
276
277 clean: clean-am
278
279 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
280                 distclean-tags distclean-depend distclean-generic \
281                 clean-am
282
283 distclean: distclean-am
284
285 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
286                 maintainer-clean-compile maintainer-clean-tags \
287                 maintainer-clean-depend maintainer-clean-generic \
288                 distclean-am
289         @echo "This command is intended for maintainers to use;"
290         @echo "it deletes files that may require special tools to rebuild."
291
292 maintainer-clean: maintainer-clean-am
293
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
305
306
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.
309 .NOEXPORT: