~ubuntu-branches/ubuntu/hardy/libgdiplus/hardy

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2007-12-18 13:08:10 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20071218130810-hlmitxfddf6h511j
Tags: 1.2.6-1ubuntu1
* Sync with Debian:
  - debian/control:
    + Add lpia and sparc to the architectures. We support them.
    + Change Maintainer to Ubuntu Mono Team.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  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.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
64
60
        imageattributes.lo lineargradientbrush.lo matrix.lo \
65
61
        metafile.lo pathgradientbrush.lo pen.lo print.lo region.lo \
66
62
        region-bitmap.lo region-path-tree.lo solidbrush.lo \
67
 
        stringformat.lo text.lo text-cairo.lo text-metafile.lo \
68
 
        texturebrush.lo bmpcodec.lo emfcodec.lo emfplus.lo gifcodec.lo \
69
 
        jpegcodec.lo pngcodec.lo tiffcodec.lo wmfcodec.lo
 
63
        stringformat.lo text.lo text-cairo.lo text-pango.lo \
 
64
        text-metafile.lo texturebrush.lo bmpcodec.lo emfcodec.lo \
 
65
        emfplus.lo gifcodec.lo jpegcodec.lo pngcodec.lo tiffcodec.lo \
 
66
        wmfcodec.lo
70
67
libgdiplus_la_OBJECTS = $(am_libgdiplus_la_OBJECTS)
71
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
68
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
72
69
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
70
am__depfiles_maybe = depfiles
74
71
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
75
72
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
76
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
77
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
78
 
        $(AM_CFLAGS) $(CFLAGS)
 
73
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
74
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
75
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
79
76
CCLD = $(CC)
80
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
81
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
77
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
78
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
79
        $(LDFLAGS) -o $@
82
80
SOURCES = $(libgdiplus_la_SOURCES)
83
81
DIST_SOURCES = $(libgdiplus_la_SOURCES)
84
82
ETAGS = etags
85
83
CTAGS = ctags
86
84
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
87
85
ACLOCAL = @ACLOCAL@
88
 
AMDEP_FALSE = @AMDEP_FALSE@
89
 
AMDEP_TRUE = @AMDEP_TRUE@
90
86
AMTAR = @AMTAR@
91
87
AR = @AR@
92
88
AUTOCONF = @AUTOCONF@
95
91
AWK = @AWK@
96
92
BASE_DEPENDENCIES_CFLAGS = @BASE_DEPENDENCIES_CFLAGS@
97
93
BASE_DEPENDENCIES_LIBS = @BASE_DEPENDENCIES_LIBS@
 
94
CAIRO_CFLAGS = @CAIRO_CFLAGS@
 
95
CAIRO_DIR = @CAIRO_DIR@
 
96
CAIRO_LIBS = @CAIRO_LIBS@
98
97
CC = @CC@
99
98
CCDEPMODE = @CCDEPMODE@
100
99
CFLAGS = @CFLAGS@
123
122
GDIPLUS_LIBS = @GDIPLUS_LIBS@
124
123
GDIPLUS_PKG_CFLAGS = @GDIPLUS_PKG_CFLAGS@
125
124
GDIPLUS_PKG_LIBS = @GDIPLUS_PKG_LIBS@
 
125
GDIPLUS_PKG_REQ = @GDIPLUS_PKG_REQ@
126
126
GREP = @GREP@
127
 
HAVE_LIBEXIF_FALSE = @HAVE_LIBEXIF_FALSE@
128
 
HAVE_LIBEXIF_TRUE = @HAVE_LIBEXIF_TRUE@
 
127
INSTALL = @INSTALL@
129
128
INSTALL_DATA = @INSTALL_DATA@
130
129
INSTALL_PROGRAM = @INSTALL_PROGRAM@
131
130
INSTALL_SCRIPT = @INSTALL_SCRIPT@
139
138
LN_S = @LN_S@
140
139
LTLIBOBJS = @LTLIBOBJS@
141
140
MAINT = @MAINT@
142
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
143
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
144
141
MAKEINFO = @MAKEINFO@
 
142
MKDIR_P = @MKDIR_P@
145
143
OBJEXT = @OBJEXT@
146
144
PACKAGE = @PACKAGE@
147
145
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
149
147
PACKAGE_STRING = @PACKAGE_STRING@
150
148
PACKAGE_TARNAME = @PACKAGE_TARNAME@
151
149
PACKAGE_VERSION = @PACKAGE_VERSION@
 
150
PANGO_CFLAGS = @PANGO_CFLAGS@
 
151
PANGO_LIBS = @PANGO_LIBS@
152
152
PATH_SEPARATOR = @PATH_SEPARATOR@
153
153
PKG_CONFIG = @PKG_CONFIG@
154
154
RANLIB = @RANLIB@
 
155
SED = @SED@
155
156
SET_MAKE = @SET_MAKE@
156
157
SHELL = @SHELL@
157
158
STRIP = @STRIP@
158
159
VERSION = @VERSION@
 
160
abs_builddir = @abs_builddir@
 
161
abs_srcdir = @abs_srcdir@
 
162
abs_top_builddir = @abs_top_builddir@
 
163
abs_top_srcdir = @abs_top_srcdir@
159
164
ac_ct_CC = @ac_ct_CC@
160
165
ac_ct_CXX = @ac_ct_CXX@
161
166
ac_ct_F77 = @ac_ct_F77@
162
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
163
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
164
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
165
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
166
167
am__include = @am__include@
167
168
am__leading_dot = @am__leading_dot@
168
169
am__quote = @am__quote@
174
175
build_cpu = @build_cpu@
175
176
build_os = @build_os@
176
177
build_vendor = @build_vendor@
 
178
builddir = @builddir@
177
179
datadir = @datadir@
178
180
datarootdir = @datarootdir@
179
181
docdir = @docdir@
201
203
psdir = @psdir@
202
204
sbindir = @sbindir@
203
205
sharedstatedir = @sharedstatedir@
 
206
srcdir = @srcdir@
204
207
subdirs = @subdirs@
205
208
sysconfdir = @sysconfdir@
206
209
target = @target@
208
211
target_cpu = @target_cpu@
209
212
target_os = @target_os@
210
213
target_vendor = @target_vendor@
 
214
top_builddir = @top_builddir@
 
215
top_srcdir = @top_srcdir@
211
216
lib_LTLIBRARIES = libgdiplus.la
212
217
libgdiplus_la_SOURCES = \
213
218
        adjustablearrowcap.c            \
300
305
        text.h                          \
301
306
        text-cairo.c                    \
302
307
        text-cairo-private.h            \
 
308
        text-pango.c                    \
 
309
        text-pango-private.h            \
303
310
        text-metafile.c                 \
304
311
        text-metafile-private.h         \
305
312
        texturebrush.c                  \
360
367
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361
368
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
362
369
        @$(NORMAL_INSTALL)
363
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
370
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
364
371
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
365
372
          if test -f $$p; then \
366
373
            f=$(am__strip_dir) \
371
378
 
372
379
uninstall-libLTLIBRARIES:
373
380
        @$(NORMAL_UNINSTALL)
374
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
381
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
375
382
          p=$(am__strip_dir) \
376
383
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
377
384
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
386
393
          rm -f "$${dir}/so_locations"; \
387
394
        done
388
395
libgdiplus.la: $(libgdiplus_la_OBJECTS) $(libgdiplus_la_DEPENDENCIES) 
389
 
        $(LINK) -rpath $(libdir) $(libgdiplus_la_LDFLAGS) $(libgdiplus_la_OBJECTS) $(libgdiplus_la_LIBADD) $(LIBS)
 
396
        $(LINK) -rpath $(libdir) $(libgdiplus_la_OBJECTS) $(libgdiplus_la_LIBADD) $(LIBS)
390
397
 
391
398
mostlyclean-compile:
392
399
        -rm -f *.$(OBJEXT)
429
436
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stringformat.Plo@am__quote@
430
437
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-cairo.Plo@am__quote@
431
438
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-metafile.Plo@am__quote@
 
439
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text-pango.Plo@am__quote@
432
440
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/text.Plo@am__quote@
433
441
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texturebrush.Plo@am__quote@
434
442
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tiffcodec.Plo@am__quote@
435
443
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/wmfcodec.Plo@am__quote@
436
444
 
437
445
.c.o:
438
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
439
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
446
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
447
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
440
448
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
441
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
442
450
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
443
451
 
444
452
.c.obj:
445
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
446
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
453
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
454
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
447
455
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
448
456
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449
457
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
450
458
 
451
459
.c.lo:
452
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
453
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
460
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
461
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
454
462
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
455
463
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456
464
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
461
469
clean-libtool:
462
470
        -rm -rf .libs _libs
463
471
 
464
 
distclean-libtool:
465
 
        -rm -f libtool
466
 
uninstall-info-am:
467
 
 
468
472
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
469
473
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
470
474
        unique=`for i in $$list; do \
514
518
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
515
519
 
516
520
distdir: $(DISTFILES)
517
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
518
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
519
 
        list='$(DISTFILES)'; for file in $$list; do \
520
 
          case $$file in \
521
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
522
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
523
 
          esac; \
 
521
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
522
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
523
        list='$(DISTFILES)'; \
 
524
          dist_files=`for file in $$list; do echo $$file; done | \
 
525
          sed -e "s|^$$srcdirstrip/||;t" \
 
526
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
527
        case $$dist_files in \
 
528
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
529
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
530
                           sort -u` ;; \
 
531
        esac; \
 
532
        for file in $$dist_files; do \
524
533
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
525
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
526
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
527
 
            dir="/$$dir"; \
528
 
            $(mkdir_p) "$(distdir)$$dir"; \
529
 
          else \
530
 
            dir=''; \
531
 
          fi; \
532
534
          if test -d $$d/$$file; then \
 
535
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
533
536
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
534
537
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
535
538
            fi; \
545
548
all-am: Makefile $(LTLIBRARIES)
546
549
installdirs:
547
550
        for dir in "$(DESTDIR)$(libdir)"; do \
548
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
551
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
549
552
        done
550
553
install: install-am
551
554
install-exec: install-exec-am
580
583
        -rm -rf ./$(DEPDIR)
581
584
        -rm -f Makefile
582
585
distclean-am: clean-am distclean-compile distclean-generic \
583
 
        distclean-libtool distclean-tags
 
586
        distclean-tags
584
587
 
585
588
dvi: dvi-am
586
589
 
594
597
 
595
598
install-data-am:
596
599
 
 
600
install-dvi: install-dvi-am
 
601
 
597
602
install-exec-am: install-libLTLIBRARIES
598
603
 
 
604
install-html: install-html-am
 
605
 
599
606
install-info: install-info-am
600
607
 
601
608
install-man:
602
609
 
 
610
install-pdf: install-pdf-am
 
611
 
 
612
install-ps: install-ps-am
 
613
 
603
614
installcheck-am:
604
615
 
605
616
maintainer-clean: maintainer-clean-am
620
631
 
621
632
ps-am:
622
633
 
623
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
634
uninstall-am: uninstall-libLTLIBRARIES
 
635
 
 
636
.MAKE: install-am install-strip
624
637
 
625
638
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
626
639
        clean-libLTLIBRARIES clean-libtool ctags distclean \
627
640
        distclean-compile distclean-generic distclean-libtool \
628
641
        distclean-tags distdir dvi dvi-am html html-am info info-am \
629
 
        install install-am install-data install-data-am install-exec \
630
 
        install-exec-am install-info install-info-am \
631
 
        install-libLTLIBRARIES install-man install-strip installcheck \
 
642
        install install-am install-data install-data-am install-dvi \
 
643
        install-dvi-am install-exec install-exec-am install-html \
 
644
        install-html-am install-info install-info-am \
 
645
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
646
        install-ps install-ps-am install-strip installcheck \
632
647
        installcheck-am installdirs maintainer-clean \
633
648
        maintainer-clean-generic mostlyclean mostlyclean-compile \
634
649
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
635
 
        tags uninstall uninstall-am uninstall-info-am \
636
 
        uninstall-libLTLIBRARIES
 
650
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
637
651
 
638
652
# Tell versions [3.59,3.63) of GNU make to not export all variables.
639
653
# Otherwise a system limit (for SysV at least) may be exceeded.