]> git.donarmstrong.com Git - xournal.git/blob - src/ttsubset/Makefile.in
minor fixes, increase version to 0.4.5, remove install-binary, add configure
[xournal.git] / src / ttsubset / Makefile.in
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 subdir = src/ttsubset
36 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/configure.in
39 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40         $(ACLOCAL_M4)
41 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
42 CONFIG_HEADER = $(top_builddir)/config.h
43 CONFIG_CLEAN_FILES =
44 CONFIG_CLEAN_VPATH_FILES =
45 LIBRARIES = $(noinst_LIBRARIES)
46 AR = ar
47 ARFLAGS = cru
48 libttsubset_a_AR = $(AR) $(ARFLAGS)
49 libttsubset_a_LIBADD =
50 am_libttsubset_a_OBJECTS = sft.$(OBJEXT) list.$(OBJEXT) ttcr.$(OBJEXT)
51 libttsubset_a_OBJECTS = $(am_libttsubset_a_OBJECTS)
52 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
53 depcomp = $(SHELL) $(top_srcdir)/depcomp
54 am__depfiles_maybe = depfiles
55 am__mv = mv -f
56 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
57         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
58 CCLD = $(CC)
59 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
60 SOURCES = $(libttsubset_a_SOURCES)
61 DIST_SOURCES = $(libttsubset_a_SOURCES)
62 ETAGS = etags
63 CTAGS = ctags
64 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
65 ACLOCAL = @ACLOCAL@
66 AMTAR = @AMTAR@
67 AUTOCONF = @AUTOCONF@
68 AUTOHEADER = @AUTOHEADER@
69 AUTOMAKE = @AUTOMAKE@
70 AWK = @AWK@
71 CATALOGS = @CATALOGS@
72 CATOBJEXT = @CATOBJEXT@
73 CC = @CC@
74 CCDEPMODE = @CCDEPMODE@
75 CFLAGS = @CFLAGS@
76 CPP = @CPP@
77 CPPFLAGS = @CPPFLAGS@
78 CYGPATH_W = @CYGPATH_W@
79 DATADIRNAME = @DATADIRNAME@
80 DEFS = @DEFS@
81 DEPDIR = @DEPDIR@
82 ECHO_C = @ECHO_C@
83 ECHO_N = @ECHO_N@
84 ECHO_T = @ECHO_T@
85 EGREP = @EGREP@
86 EXEEXT = @EXEEXT@
87 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
88 GMOFILES = @GMOFILES@
89 GMSGFMT = @GMSGFMT@
90 GREP = @GREP@
91 INSTALL = @INSTALL@
92 INSTALL_DATA = @INSTALL_DATA@
93 INSTALL_PROGRAM = @INSTALL_PROGRAM@
94 INSTALL_SCRIPT = @INSTALL_SCRIPT@
95 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
96 INSTOBJEXT = @INSTOBJEXT@
97 INTLLIBS = @INTLLIBS@
98 LDFLAGS = @LDFLAGS@
99 LIBOBJS = @LIBOBJS@
100 LIBS = @LIBS@
101 LTLIBOBJS = @LTLIBOBJS@
102 MAINT = @MAINT@
103 MAKEINFO = @MAKEINFO@
104 MKDIR_P = @MKDIR_P@
105 MKINSTALLDIRS = @MKINSTALLDIRS@
106 MSGFMT = @MSGFMT@
107 MSGFMT_OPTS = @MSGFMT_OPTS@
108 OBJEXT = @OBJEXT@
109 PACKAGE = @PACKAGE@
110 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
111 PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
112 PACKAGE_LIBS = @PACKAGE_LIBS@
113 PACKAGE_NAME = @PACKAGE_NAME@
114 PACKAGE_STRING = @PACKAGE_STRING@
115 PACKAGE_TARNAME = @PACKAGE_TARNAME@
116 PACKAGE_VERSION = @PACKAGE_VERSION@
117 PATH_SEPARATOR = @PATH_SEPARATOR@
118 PKG_CONFIG = @PKG_CONFIG@
119 POFILES = @POFILES@
120 POSUB = @POSUB@
121 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
122 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
123 RANLIB = @RANLIB@
124 SET_MAKE = @SET_MAKE@
125 SHELL = @SHELL@
126 STRIP = @STRIP@
127 USE_NLS = @USE_NLS@
128 VERSION = @VERSION@
129 XGETTEXT = @XGETTEXT@
130 abs_builddir = @abs_builddir@
131 abs_srcdir = @abs_srcdir@
132 abs_top_builddir = @abs_top_builddir@
133 abs_top_srcdir = @abs_top_srcdir@
134 ac_ct_CC = @ac_ct_CC@
135 am__include = @am__include@
136 am__leading_dot = @am__leading_dot@
137 am__quote = @am__quote@
138 am__tar = @am__tar@
139 am__untar = @am__untar@
140 bindir = @bindir@
141 build_alias = @build_alias@
142 builddir = @builddir@
143 datadir = @datadir@
144 datarootdir = @datarootdir@
145 docdir = @docdir@
146 dvidir = @dvidir@
147 exec_prefix = @exec_prefix@
148 host_alias = @host_alias@
149 htmldir = @htmldir@
150 includedir = @includedir@
151 infodir = @infodir@
152 install_sh = @install_sh@
153 libdir = @libdir@
154 libexecdir = @libexecdir@
155 localedir = @localedir@
156 localstatedir = @localstatedir@
157 mandir = @mandir@
158 mkdir_p = @mkdir_p@
159 oldincludedir = @oldincludedir@
160 pdfdir = @pdfdir@
161 prefix = @prefix@
162 program_transform_name = @program_transform_name@
163 psdir = @psdir@
164 sbindir = @sbindir@
165 sharedstatedir = @sharedstatedir@
166 srcdir = @srcdir@
167 sysconfdir = @sysconfdir@
168 target_alias = @target_alias@
169 top_build_prefix = @top_build_prefix@
170 top_builddir = @top_builddir@
171 top_srcdir = @top_srcdir@
172 INCLUDES = \
173         @PACKAGE_CFLAGS@ -DNO_MAPPERS -DNO_TYPE3 -DNO_TYPE42
174
175 noinst_LIBRARIES = libttsubset.a
176 libttsubset_a_SOURCES = \
177         sft.c sft.h \
178         list.c list.h \
179         ttcr.c ttcr.h
180
181 all: all-am
182
183 .SUFFIXES:
184 .SUFFIXES: .c .o .obj
185 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
186         @for dep in $?; do \
187           case '$(am__configure_deps)' in \
188             *$$dep*) \
189               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
190                 && { if test -f $@; then exit 0; else break; fi; }; \
191               exit 1;; \
192           esac; \
193         done; \
194         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/ttsubset/Makefile'; \
195         $(am__cd) $(top_srcdir) && \
196           $(AUTOMAKE) --gnu src/ttsubset/Makefile
197 .PRECIOUS: Makefile
198 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
199         @case '$?' in \
200           *config.status*) \
201             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
202           *) \
203             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
204             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
205         esac;
206
207 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
208         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
209
210 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
211         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
212 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
213         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
214 $(am__aclocal_m4_deps):
215
216 clean-noinstLIBRARIES:
217         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
218 libttsubset.a: $(libttsubset_a_OBJECTS) $(libttsubset_a_DEPENDENCIES) 
219         -rm -f libttsubset.a
220         $(libttsubset_a_AR) libttsubset.a $(libttsubset_a_OBJECTS) $(libttsubset_a_LIBADD)
221         $(RANLIB) libttsubset.a
222
223 mostlyclean-compile:
224         -rm -f *.$(OBJEXT)
225
226 distclean-compile:
227         -rm -f *.tab.c
228
229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
230 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sft.Po@am__quote@
231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ttcr.Po@am__quote@
232
233 .c.o:
234 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
235 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
236 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
237 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
238 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
239
240 .c.obj:
241 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
242 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
243 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
244 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
246
247 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
248         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
249         unique=`for i in $$list; do \
250             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
251           done | \
252           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
253               END { if (nonempty) { for (i in files) print i; }; }'`; \
254         mkid -fID $$unique
255 tags: TAGS
256
257 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
258                 $(TAGS_FILES) $(LISP)
259         set x; \
260         here=`pwd`; \
261         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
262         unique=`for i in $$list; do \
263             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264           done | \
265           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
266               END { if (nonempty) { for (i in files) print i; }; }'`; \
267         shift; \
268         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
269           test -n "$$unique" || unique=$$empty_fix; \
270           if test $$# -gt 0; then \
271             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
272               "$$@" $$unique; \
273           else \
274             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
275               $$unique; \
276           fi; \
277         fi
278 ctags: CTAGS
279 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
280                 $(TAGS_FILES) $(LISP)
281         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
282         unique=`for i in $$list; do \
283             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
284           done | \
285           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
286               END { if (nonempty) { for (i in files) print i; }; }'`; \
287         test -z "$(CTAGS_ARGS)$$unique" \
288           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
289              $$unique
290
291 GTAGS:
292         here=`$(am__cd) $(top_builddir) && pwd` \
293           && $(am__cd) $(top_srcdir) \
294           && gtags -i $(GTAGS_ARGS) "$$here"
295
296 distclean-tags:
297         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
298
299 distdir: $(DISTFILES)
300         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
301         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
302         list='$(DISTFILES)'; \
303           dist_files=`for file in $$list; do echo $$file; done | \
304           sed -e "s|^$$srcdirstrip/||;t" \
305               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
306         case $$dist_files in \
307           */*) $(MKDIR_P) `echo "$$dist_files" | \
308                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
309                            sort -u` ;; \
310         esac; \
311         for file in $$dist_files; do \
312           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
313           if test -d $$d/$$file; then \
314             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
315             if test -d "$(distdir)/$$file"; then \
316               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
317             fi; \
318             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
319               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
320               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
321             fi; \
322             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
323           else \
324             test -f "$(distdir)/$$file" \
325             || cp -p $$d/$$file "$(distdir)/$$file" \
326             || exit 1; \
327           fi; \
328         done
329 check-am: all-am
330 check: check-am
331 all-am: Makefile $(LIBRARIES)
332 installdirs:
333 install: install-am
334 install-exec: install-exec-am
335 install-data: install-data-am
336 uninstall: uninstall-am
337
338 install-am: all-am
339         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
340
341 installcheck: installcheck-am
342 install-strip:
343         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
344           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
345           `test -z '$(STRIP)' || \
346             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
347 mostlyclean-generic:
348
349 clean-generic:
350
351 distclean-generic:
352         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
353         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
354
355 maintainer-clean-generic:
356         @echo "This command is intended for maintainers to use"
357         @echo "it deletes files that may require special tools to rebuild."
358 clean: clean-am
359
360 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
361
362 distclean: distclean-am
363         -rm -rf ./$(DEPDIR)
364         -rm -f Makefile
365 distclean-am: clean-am distclean-compile distclean-generic \
366         distclean-tags
367
368 dvi: dvi-am
369
370 dvi-am:
371
372 html: html-am
373
374 html-am:
375
376 info: info-am
377
378 info-am:
379
380 install-data-am:
381
382 install-dvi: install-dvi-am
383
384 install-dvi-am:
385
386 install-exec-am:
387
388 install-html: install-html-am
389
390 install-html-am:
391
392 install-info: install-info-am
393
394 install-info-am:
395
396 install-man:
397
398 install-pdf: install-pdf-am
399
400 install-pdf-am:
401
402 install-ps: install-ps-am
403
404 install-ps-am:
405
406 installcheck-am:
407
408 maintainer-clean: maintainer-clean-am
409         -rm -rf ./$(DEPDIR)
410         -rm -f Makefile
411 maintainer-clean-am: distclean-am maintainer-clean-generic
412
413 mostlyclean: mostlyclean-am
414
415 mostlyclean-am: mostlyclean-compile mostlyclean-generic
416
417 pdf: pdf-am
418
419 pdf-am:
420
421 ps: ps-am
422
423 ps-am:
424
425 uninstall-am:
426
427 .MAKE: install-am install-strip
428
429 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
430         clean-noinstLIBRARIES ctags distclean distclean-compile \
431         distclean-generic distclean-tags distdir dvi dvi-am html \
432         html-am info info-am install install-am install-data \
433         install-data-am install-dvi install-dvi-am install-exec \
434         install-exec-am install-html install-html-am install-info \
435         install-info-am install-man install-pdf install-pdf-am \
436         install-ps install-ps-am install-strip installcheck \
437         installcheck-am installdirs maintainer-clean \
438         maintainer-clean-generic mostlyclean mostlyclean-compile \
439         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
440         uninstall-am
441
442
443 # Tell versions [3.59,3.63) of GNU make to not export all variables.
444 # Otherwise a system limit (for SysV at least) may be exceeded.
445 .NOEXPORT: