~ubuntu-branches/ubuntu/edgy/libxfont/edgy-updates

« back to all changes in this revision

Viewing changes to src/Type1/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-19 16:05:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719160502-f769vluylmsem3vz
Tags: 1:1.2.0-0ubuntu1
* New Upstream version
* Dropped (empty) patch directory
* Re-Dropped libfontcache.so.0 from libxfont1.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.9 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
 
# Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
21
21
pkglibdir = $(libdir)/@PACKAGE@
22
22
pkgincludedir = $(includedir)/@PACKAGE@
23
23
top_builddir = ../..
24
 
 
25
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26
25
INSTALL = @INSTALL@
27
26
install_sh_DATA = $(install_sh) -c -m 644
35
34
NORMAL_UNINSTALL = :
36
35
PRE_UNINSTALL = :
37
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
38
38
host_triplet = @host@
 
39
subdir = src/Type1
 
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/config.h \
 
47
        $(top_builddir)/include/X11/fonts/fontconf.h
 
48
CONFIG_CLEAN_FILES =
 
49
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
50
libtype1_la_LIBADD =
 
51
am_libtype1_la_OBJECTS = afm.lo arith.lo cidchar.lo curves.lo \
 
52
        fontfcn.lo hints.lo lines.lo objects.lo paths.lo regions.lo \
 
53
        scanfont.lo spaces.lo t1funcs.lo t1info.lo t1io.lo t1malloc.lo \
 
54
        t1snap.lo t1stub.lo t1unicode.lo token.lo type1.lo util.lo
 
55
libtype1_la_OBJECTS = $(am_libtype1_la_OBJECTS)
 
56
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/include/X11/fonts
 
57
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
58
am__depfiles_maybe = depfiles
 
59
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
60
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
61
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
 
62
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
63
        $(AM_CFLAGS) $(CFLAGS)
 
64
CCLD = $(CC)
 
65
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
66
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
67
SOURCES = $(libtype1_la_SOURCES)
 
68
DIST_SOURCES = $(libtype1_la_SOURCES)
 
69
ETAGS = etags
 
70
CTAGS = ctags
 
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
39
72
ACLOCAL = @ACLOCAL@
40
73
AMDEP_FALSE = @AMDEP_FALSE@
41
74
AMDEP_TRUE = @AMDEP_TRUE@
139
172
am__include = @am__include@
140
173
am__leading_dot = @am__leading_dot@
141
174
am__quote = @am__quote@
 
175
am__tar = @am__tar@
 
176
am__untar = @am__untar@
142
177
bindir = @bindir@
143
178
build = @build@
144
179
build_alias = @build_alias@
160
195
libexecdir = @libexecdir@
161
196
localstatedir = @localstatedir@
162
197
mandir = @mandir@
 
198
mkdir_p = @mkdir_p@
163
199
oldincludedir = @oldincludedir@
164
200
prefix = @prefix@
165
201
program_transform_name = @program_transform_name@
170
206
INCLUDES = \
171
207
        -I${top_srcdir}/include
172
208
 
173
 
 
174
209
noinst_LTLIBRARIES = libtype1.la
175
 
 
176
210
libtype1_la_SOURCES = \
177
211
                afm.c                   \
178
212
                AFM.h                   \
224
258
                util.c                  \
225
259
                util.h
226
260
 
227
 
subdir = src/Type1
228
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
229
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
230
 
CONFIG_HEADER = $(top_builddir)/config.h \
231
 
        $(top_builddir)/include/X11/fonts/fontconf.h
232
 
CONFIG_CLEAN_FILES =
233
 
LTLIBRARIES = $(noinst_LTLIBRARIES)
234
 
 
235
 
libtype1_la_LDFLAGS =
236
 
libtype1_la_LIBADD =
237
 
am_libtype1_la_OBJECTS = afm.lo arith.lo cidchar.lo curves.lo fontfcn.lo \
238
 
        hints.lo lines.lo objects.lo paths.lo regions.lo scanfont.lo \
239
 
        spaces.lo t1funcs.lo t1info.lo t1io.lo t1malloc.lo t1snap.lo \
240
 
        t1stub.lo t1unicode.lo token.lo type1.lo util.lo
241
 
libtype1_la_OBJECTS = $(am_libtype1_la_OBJECTS)
242
 
 
243
 
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/include/X11/fonts
244
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
245
 
am__depfiles_maybe = depfiles
246
 
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/afm.Plo ./$(DEPDIR)/arith.Plo \
247
 
@AMDEP_TRUE@    ./$(DEPDIR)/cidchar.Plo ./$(DEPDIR)/curves.Plo \
248
 
@AMDEP_TRUE@    ./$(DEPDIR)/fontfcn.Plo ./$(DEPDIR)/hints.Plo \
249
 
@AMDEP_TRUE@    ./$(DEPDIR)/lines.Plo ./$(DEPDIR)/objects.Plo \
250
 
@AMDEP_TRUE@    ./$(DEPDIR)/paths.Plo ./$(DEPDIR)/regions.Plo \
251
 
@AMDEP_TRUE@    ./$(DEPDIR)/scanfont.Plo ./$(DEPDIR)/spaces.Plo \
252
 
@AMDEP_TRUE@    ./$(DEPDIR)/t1funcs.Plo ./$(DEPDIR)/t1info.Plo \
253
 
@AMDEP_TRUE@    ./$(DEPDIR)/t1io.Plo ./$(DEPDIR)/t1malloc.Plo \
254
 
@AMDEP_TRUE@    ./$(DEPDIR)/t1snap.Plo ./$(DEPDIR)/t1stub.Plo \
255
 
@AMDEP_TRUE@    ./$(DEPDIR)/t1unicode.Plo ./$(DEPDIR)/token.Plo \
256
 
@AMDEP_TRUE@    ./$(DEPDIR)/type1.Plo ./$(DEPDIR)/util.Plo
257
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
258
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
259
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
260
 
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
261
 
CCLD = $(CC)
262
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
263
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
264
 
DIST_SOURCES = $(libtype1_la_SOURCES)
265
 
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
266
 
SOURCES = $(libtype1_la_SOURCES)
267
 
 
268
261
all: all-am
269
262
 
270
263
.SUFFIXES:
271
264
.SUFFIXES: .c .lo .o .obj
272
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
265
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
266
        @for dep in $?; do \
 
267
          case '$(am__configure_deps)' in \
 
268
            *$$dep*) \
 
269
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
270
                && exit 0; \
 
271
              exit 1;; \
 
272
          esac; \
 
273
        done; \
 
274
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Type1/Makefile'; \
273
275
        cd $(top_srcdir) && \
274
276
          $(AUTOMAKE) --foreign  src/Type1/Makefile
275
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
276
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
 
277
.PRECIOUS: Makefile
 
278
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
279
        @case '$?' in \
 
280
          *config.status*) \
 
281
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
282
          *) \
 
283
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
284
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
285
        esac;
 
286
 
 
287
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
288
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
289
 
 
290
$(top_srcdir)/configure:  $(am__configure_deps)
 
291
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
292
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
293
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
294
 
278
295
clean-noinstLTLIBRARIES:
279
296
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
280
297
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
281
298
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
282
 
          test "$$dir" = "$$p" && dir=.; \
 
299
          test "$$dir" != "$$p" || dir=.; \
283
300
          echo "rm -f \"$${dir}/so_locations\""; \
284
301
          rm -f "$${dir}/so_locations"; \
285
302
        done
287
304
        $(LINK)  $(libtype1_la_LDFLAGS) $(libtype1_la_OBJECTS) $(libtype1_la_LIBADD) $(LIBS)
288
305
 
289
306
mostlyclean-compile:
290
 
        -rm -f *.$(OBJEXT) core *.core
 
307
        -rm -f *.$(OBJEXT)
291
308
 
292
309
distclean-compile:
293
310
        -rm -f *.tab.c
316
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
317
334
 
318
335
.c.o:
319
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
320
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
321
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
322
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
323
 
@am__fastdepCC_TRUE@    fi
 
336
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
337
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
324
338
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
325
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
326
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
 
339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
340
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
328
341
 
329
342
.c.obj:
330
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
331
 
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
332
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
333
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
334
 
@am__fastdepCC_TRUE@    fi
 
343
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
 
344
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
335
345
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
336
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
337
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338
 
@am__fastdepCC_FALSE@   $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
 
346
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
347
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
339
348
 
340
349
.c.lo:
341
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
342
 
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
343
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
344
 
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
345
 
@am__fastdepCC_TRUE@    fi
 
350
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
 
351
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
346
352
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
347
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
348
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
353
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
354
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
350
355
 
351
356
mostlyclean-libtool:
352
357
        -rm -f *.lo
358
363
        -rm -f libtool
359
364
uninstall-info-am:
360
365
 
361
 
ETAGS = etags
362
 
ETAGSFLAGS =
363
 
 
364
 
CTAGS = ctags
365
 
CTAGSFLAGS =
366
 
 
367
 
tags: TAGS
368
 
 
369
366
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
370
367
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
371
368
        unique=`for i in $$list; do \
374
371
          $(AWK) '    { files[$$0] = 1; } \
375
372
               END { for (i in files) print i; }'`; \
376
373
        mkid -fID $$unique
 
374
tags: TAGS
377
375
 
378
376
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
379
377
                $(TAGS_FILES) $(LISP)
385
383
          done | \
386
384
          $(AWK) '    { files[$$0] = 1; } \
387
385
               END { for (i in files) print i; }'`; \
388
 
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
389
 
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390
 
             $$tags $$unique
391
 
 
 
386
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
387
          test -n "$$unique" || unique=$$empty_fix; \
 
388
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
389
            $$tags $$unique; \
 
390
        fi
392
391
ctags: CTAGS
393
392
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
394
393
                $(TAGS_FILES) $(LISP)
411
410
 
412
411
distclean-tags:
413
412
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
414
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
415
 
 
416
 
top_distdir = ../..
417
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
418
413
 
419
414
distdir: $(DISTFILES)
420
415
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
428
423
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
429
424
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
430
425
            dir="/$$dir"; \
431
 
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
426
            $(mkdir_p) "$(distdir)$$dir"; \
432
427
          else \
433
428
            dir=''; \
434
429
          fi; \
446
441
check-am: all-am
447
442
check: check-am
448
443
all-am: Makefile $(LTLIBRARIES)
449
 
 
450
444
installdirs:
451
445
install: install-am
452
446
install-exec: install-exec-am
467
461
clean-generic:
468
462
 
469
463
distclean-generic:
470
 
        -rm -f $(CONFIG_CLEAN_FILES)
 
464
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
471
465
 
472
466
maintainer-clean-generic:
473
467
        @echo "This command is intended for maintainers to use"
487
481
 
488
482
dvi-am:
489
483
 
 
484
html: html-am
 
485
 
490
486
info: info-am
491
487
 
492
488
info-am:
524
520
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
525
521
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
526
522
        distclean-compile distclean-generic distclean-libtool \
527
 
        distclean-tags distdir dvi dvi-am info info-am install \
528
 
        install-am install-data install-data-am install-exec \
 
523
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
524
        install install-am install-data install-data-am install-exec \
529
525
        install-exec-am install-info install-info-am install-man \
530
526
        install-strip installcheck installcheck-am installdirs \
531
527
        maintainer-clean maintainer-clean-generic mostlyclean \
532
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool pdf \
533
 
        pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
 
528
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
529
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
530
        uninstall-info-am
534
531
 
535
532
# Tell versions [3.59,3.63) of GNU make to not export all variables.
536
533
# Otherwise a system limit (for SysV at least) may be exceeded.