dependency fixes.
[swftools.git] / pdf2swf / ttf2pt1 / 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
44
45
46
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 CC = @CC@
61 CPP = @CPP@
62 CXX = @CXX@
63 EXEEXT = @EXEEXT@
64 HAVE_UNISTD_H = @HAVE_UNISTD_H@
65 JPEG2SWF = @JPEG2SWF@
66 LN_S = @LN_S@
67 RANLIB = @RANLIB@
68 SYSTEM_BACKTICKS = @SYSTEM_BACKTICKS@
69 UNCOMPRESS = @UNCOMPRESS@
70 WORDS_BIGENDIAN = @WORDS_BIGENDIAN@
71
72 noinst_LIBRARIES = ttf2pt1.a
73 ttf2pt1_a_SOURCES = ft.c ttf.c pt1.c ttf2pt1.c t1asm.c
74 ttf2pt1_a_LIBADD = 
75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76 CONFIG_HEADER = ../../config.h
77 CONFIG_CLEAN_FILES = 
78 LIBRARIES =  $(noinst_LIBRARIES)
79
80
81 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
82 CPPFLAGS = @CPPFLAGS@
83 LDFLAGS = @LDFLAGS@
84 LIBS = @LIBS@
85 ttf2pt1_a_DEPENDENCIES = 
86 ttf2pt1_a_OBJECTS =  ft.o ttf.o pt1.o ttf2pt1.o t1asm.o
87 AR = ar
88 CFLAGS = @CFLAGS@
89 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
90 CCLD = $(CC)
91 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
92 DIST_COMMON =  Makefile.in
93
94
95 PACKAGE = @PACKAGE@
96 VERSION = @VERSION@
97
98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
99
100 TAR = tar
101 GZIP_ENV = --best
102 SOURCES = $(ttf2pt1_a_SOURCES)
103 OBJECTS = $(ttf2pt1_a_OBJECTS)
104
105 all: all-redirect
106 .SUFFIXES:
107 .SUFFIXES: .S .c .o .s
108
109
110
111
112
113
114
115
116 mostlyclean-noinstLIBRARIES:
117
118 clean-noinstLIBRARIES:
119         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
120
121 distclean-noinstLIBRARIES:
122
123 maintainer-clean-noinstLIBRARIES:
124
125 .c.o:
126         $(COMPILE) -c $<
127
128 .s.o:
129         $(COMPILE) -c $<
130
131 .S.o:
132         $(COMPILE) -c $<
133
134 mostlyclean-compile:
135         -rm -f *.o core *.core
136
137 clean-compile:
138
139 distclean-compile:
140         -rm -f *.tab.c
141
142 maintainer-clean-compile:
143
144 ttf2pt1.a: $(ttf2pt1_a_OBJECTS) $(ttf2pt1_a_DEPENDENCIES)
145         -rm -f ttf2pt1.a
146         $(AR) cru ttf2pt1.a $(ttf2pt1_a_OBJECTS) $(ttf2pt1_a_LIBADD)
147         $(RANLIB) ttf2pt1.a
148
149 tags: TAGS
150
151 ID: $(HEADERS) $(SOURCES) $(LISP)
152         list='$(SOURCES) $(HEADERS)'; \
153         unique=`for i in $$list; do echo $$i; done | \
154           awk '    { files[$$0] = 1; } \
155                END { for (i in files) print i; }'`; \
156         here=`pwd` && cd $(srcdir) \
157           && mkid -f$$here/ID $$unique $(LISP)
158
159 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
160         tags=; \
161         here=`pwd`; \
162         list='$(SOURCES) $(HEADERS)'; \
163         unique=`for i in $$list; do echo $$i; done | \
164           awk '    { files[$$0] = 1; } \
165                END { for (i in files) print i; }'`; \
166         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
167           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
168
169 mostlyclean-tags:
170
171 clean-tags:
172
173 distclean-tags:
174         -rm -f TAGS ID
175
176 maintainer-clean-tags:
177
178 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
179
180 subdir = pdf2swf/ttf2pt1
181
182 distdir: $(DISTFILES)
183         @for file in $(DISTFILES); do \
184           d=$(srcdir); \
185           if test -d $$d/$$file; then \
186             cp -pr $$d/$$file $(distdir)/$$file; \
187           else \
188             test -f $(distdir)/$$file \
189             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
190             || cp -p $$d/$$file $(distdir)/$$file || :; \
191           fi; \
192         done
193 info-am:
194 info: info-am
195 dvi-am:
196 dvi: dvi-am
197 check-am: all-am
198 check: check-am
199 installcheck-am:
200 installcheck: installcheck-am
201 install-exec-am:
202 install-exec: install-exec-am
203
204 install-data-am:
205 install-data: install-data-am
206
207 install-am: all-am
208         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
209 install: install-am
210 uninstall-am:
211 uninstall: uninstall-am
212 all-am: Makefile $(LIBRARIES)
213 all-redirect: all-am
214 install-strip:
215         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
216 installdirs:
217
218
219 mostlyclean-generic:
220
221 clean-generic:
222
223 distclean-generic:
224         -rm -f Makefile $(CONFIG_CLEAN_FILES)
225         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
226
227 maintainer-clean-generic:
228 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
229                 mostlyclean-tags mostlyclean-generic
230
231 mostlyclean: mostlyclean-am
232
233 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
234                 mostlyclean-am
235
236 clean: clean-am
237
238 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
239                 distclean-tags distclean-generic clean-am
240
241 distclean: distclean-am
242
243 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
244                 maintainer-clean-compile maintainer-clean-tags \
245                 maintainer-clean-generic distclean-am
246         @echo "This command is intended for maintainers to use;"
247         @echo "it deletes files that may require special tools to rebuild."
248
249 maintainer-clean: maintainer-clean-am
250
251 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
252 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
253 mostlyclean-compile distclean-compile clean-compile \
254 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
255 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
256 check-am installcheck-am installcheck install-exec-am install-exec \
257 install-data-am install-data install-am install uninstall-am uninstall \
258 all-redirect all-am all installdirs mostlyclean-generic \
259 distclean-generic clean-generic maintainer-clean-generic clean \
260 mostlyclean distclean maintainer-clean
261
262
263 # Tell versions [3.59,3.63) of GNU make to not export all variables.
264 # Otherwise a system limit (for SysV at least) may be exceeded.
265 .NOEXPORT: