~ubuntu-branches/ubuntu/lucid/graphviz/lucid-updates

« back to all changes in this revision

Viewing changes to plugin/ming/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 20:23:23 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080619202323-ls23h96ntj9ny94m
Tags: 2.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build depend on liblualib50-dev instead of liblua5.1-0-dev.
  - Drop libttf-dev (libttf-dev is in universe) (LP: #174749).
  - Replace gs-common with ghostscript.
  - Build-depend on python-dev instead of python2.4-dev or python2.5-dev.
  - Mention the correct python version for the python bindings in the
    package description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
# $Id: Makefile.am,v 1.9 2007/11/01 19:06:35 ellson Exp $ $Revision: 1.9 $
 
17
# $Id: Makefile.am,v 1.12 2008/03/01 12:28:54 glenlow Exp $ $Revision: 1.12 $
18
18
 
19
19
 
20
20
VPATH = @srcdir@
35
35
POST_UNINSTALL = :
36
36
build_triplet = @build@
37
37
host_triplet = @host@
 
38
@WITH_WIN32_TRUE@am__append_1 = -no-undefined
38
39
subdir = plugin/ming
39
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53
54
    *) f=$$p;; \
54
55
  esac;
55
56
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56
 
am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pkglibdir)"
 
57
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" \
 
58
        "$(DESTDIR)$(pkglibdir)"
 
59
libLTLIBRARIES_INSTALL = $(INSTALL)
57
60
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
58
 
LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
 
61
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
 
62
        $(pkglib_LTLIBRARIES)
59
63
libgvplugin_ming_la_DEPENDENCIES =
60
64
am__objects_1 = gvplugin_ming.lo gvrender_ming.lo
61
65
am_libgvplugin_ming_la_OBJECTS = $(am__objects_1)
63
67
libgvplugin_ming_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
64
68
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
65
69
        $(libgvplugin_ming_la_LDFLAGS) $(LDFLAGS) -o $@
66
 
@WITH_MING_TRUE@am_libgvplugin_ming_la_rpath = -rpath $(pkglibdir)
 
70
@WITH_MING_TRUE@@WITH_WIN32_FALSE@am_libgvplugin_ming_la_rpath =  \
 
71
@WITH_MING_TRUE@@WITH_WIN32_FALSE@      -rpath $(pkglibdir)
 
72
@WITH_MING_TRUE@@WITH_WIN32_TRUE@am_libgvplugin_ming_la_rpath =  \
 
73
@WITH_MING_TRUE@@WITH_WIN32_TRUE@       -rpath $(libdir)
67
74
libgvplugin_ming_C_la_LIBADD =
68
75
am_libgvplugin_ming_C_la_OBJECTS = gvplugin_ming.lo gvrender_ming.lo
69
76
libgvplugin_ming_C_la_OBJECTS = $(am_libgvplugin_ming_C_la_OBJECTS)
128
135
F77 = @F77@
129
136
FFLAGS = @FFLAGS@
130
137
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
138
FONTCONFIG_CONFIG = @FONTCONFIG_CONFIG@
131
139
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
132
140
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
133
141
FREETYPE2_LIBS = @FREETYPE2_LIBS@
 
142
FREETYPE_CONFIG = @FREETYPE_CONFIG@
 
143
GDIPLUS_CFLAGS = @GDIPLUS_CFLAGS@
 
144
GDIPLUS_HEADS = @GDIPLUS_HEADS@
 
145
GDIPLUS_LIBS = @GDIPLUS_LIBS@
134
146
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
135
147
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
136
148
GDLIB_CONFIG = @GDLIB_CONFIG@
137
149
GD_INCLUDES = @GD_INCLUDES@
138
150
GD_LIBS = @GD_LIBS@
139
151
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
152
GLADE_CFLAGS = @GLADE_CFLAGS@
 
153
GLADE_LIBS = @GLADE_LIBS@
140
154
GMOFILES = @GMOFILES@
141
155
GMSGFMT = @GMSGFMT@
142
156
GNOMEUI_CFLAGS = @GNOMEUI_CFLAGS@
143
157
GNOMEUI_LIBS = @GNOMEUI_LIBS@
144
158
GREP = @GREP@
 
159
GTKGLEXT_CFLAGS = @GTKGLEXT_CFLAGS@
 
160
GTKGLEXT_LIBS = @GTKGLEXT_LIBS@
 
161
GTKGL_CFLAGS = @GTKGL_CFLAGS@
 
162
GTKGL_LIBS = @GTKGL_LIBS@
145
163
GTK_CFLAGS = @GTK_CFLAGS@
146
164
GTK_LIBS = @GTK_LIBS@
147
165
GUILE = @GUILE@
203
221
OCAML = @OCAML@
204
222
OCAML_INCLUDES = @OCAML_INCLUDES@
205
223
OCAML_LIBS = @OCAML_LIBS@
 
224
OCAML_OPT = @OCAML_OPT@
206
225
PACKAGE = @PACKAGE@
207
226
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
208
227
PACKAGE_NAME = @PACKAGE_NAME@
214
233
PATH_SEPARATOR = @PATH_SEPARATOR@
215
234
PERL = @PERL@
216
235
PERL_INCLUDES = @PERL_INCLUDES@
 
236
PERL_INSTALL_DIR = @PERL_INSTALL_DIR@
217
237
PERL_LIBS = @PERL_LIBS@
218
238
PHP = @PHP@
219
239
PHP_INCLUDES = @PHP_INCLUDES@
 
240
PHP_INSTALL_DATADIR = @PHP_INSTALL_DATADIR@
 
241
PHP_INSTALL_DIR = @PHP_INSTALL_DIR@
220
242
PHP_LIBS = @PHP_LIBS@
221
243
PKGCONFIG = @PKGCONFIG@
222
244
PKG_CONFIG = @PKG_CONFIG@
 
245
PLATFORMSDKINCLUDE = @PLATFORMSDKINCLUDE@
 
246
PLATFORMSDKINCLUDE_ESCAPED = @PLATFORMSDKINCLUDE_ESCAPED@
 
247
PLATFORMSDKLIB = @PLATFORMSDKLIB@
223
248
PNG_INCLUDES = @PNG_INCLUDES@
224
249
PNG_LIBS = @PNG_LIBS@
225
250
POFILES = @POFILES@
229
254
PYTHON = @PYTHON@
230
255
PYTHON23 = @PYTHON23@
231
256
PYTHON23_INCLUDES = @PYTHON23_INCLUDES@
 
257
PYTHON23_INSTALL_DIR = @PYTHON23_INSTALL_DIR@
232
258
PYTHON23_LIBS = @PYTHON23_LIBS@
233
259
PYTHON24 = @PYTHON24@
234
260
PYTHON24_INCLUDES = @PYTHON24_INCLUDES@
 
261
PYTHON24_INSTALL_DIR = @PYTHON24_INSTALL_DIR@
235
262
PYTHON24_LIBS = @PYTHON24_LIBS@
236
263
PYTHON25 = @PYTHON25@
237
264
PYTHON25_INCLUDES = @PYTHON25_INCLUDES@
 
265
PYTHON25_INSTALL_DIR = @PYTHON25_INSTALL_DIR@
238
266
PYTHON25_LIBS = @PYTHON25_LIBS@
239
267
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
268
PYTHON_INSTALL_DIR = @PYTHON_INSTALL_DIR@
240
269
PYTHON_LIBS = @PYTHON_LIBS@
 
270
QUARTZ_CFLAGS = @QUARTZ_CFLAGS@
 
271
QUARTZ_LIBS = @QUARTZ_LIBS@
241
272
RANLIB = @RANLIB@
 
273
RC = @RC@
 
274
RSVG_CFLAGS = @RSVG_CFLAGS@
 
275
RSVG_LIBS = @RSVG_LIBS@
242
276
RUBY = @RUBY@
243
277
RUBY_INCLUDES = @RUBY_INCLUDES@
 
278
RUBY_INSTALL_DIR = @RUBY_INSTALL_DIR@
244
279
RUBY_LIBS = @RUBY_LIBS@
 
280
R_CFLAGS = @R_CFLAGS@
 
281
R_LIBS = @R_LIBS@
245
282
SED = @SED@
246
283
SET_MAKE = @SET_MAKE@
247
284
SHARP = @SHARP@
258
295
TCL_CFLAGS = @TCL_CFLAGS@
259
296
TCL_DEFS = @TCL_DEFS@
260
297
TCL_INCLUDES = @TCL_INCLUDES@
 
298
TCL_INSTALL_DIR = @TCL_INSTALL_DIR@
261
299
TCL_LIBS = @TCL_LIBS@
262
300
TCL_MAJOR_VERSION = @TCL_MAJOR_VERSION@
263
301
TCL_MINOR_VERSION = @TCL_MINOR_VERSION@
362
400
        $(MING_CFLAGS)
363
401
 
364
402
@WITH_MING_TRUE@noinst_LTLIBRARIES = libgvplugin_ming_C.la
365
 
@WITH_MING_TRUE@pkglib_LTLIBRARIES = libgvplugin_ming.la
 
403
@WITH_MING_TRUE@@WITH_WIN32_TRUE@lib_LTLIBRARIES = libgvplugin_ming.la
 
404
@WITH_MING_TRUE@@WITH_WIN32_FALSE@pkglib_LTLIBRARIES = libgvplugin_ming.la
366
405
@WITH_MING_TRUE@pkglib_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
367
406
libgvplugin_ming_C_la_SOURCES = \
368
407
        gvplugin_ming.c \
369
408
        gvrender_ming.c
370
409
 
371
 
libgvplugin_ming_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@
 
410
libgvplugin_ming_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@ \
 
411
        $(am__append_1)
372
412
libgvplugin_ming_la_SOURCES = $(libgvplugin_ming_C_la_SOURCES)
373
413
libgvplugin_ming_la_LIBADD = @MING_LIBS@ @MATH_LIBS@
374
414
EXTRA_DIST = Makefile.old Bitstream_Vera_Sans.fdb Bitstream_Vera_Serif.fdb
405
445
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406
446
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
407
447
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
448
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
449
        @$(NORMAL_INSTALL)
 
450
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
451
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
452
          if test -f $$p; then \
 
453
            f=$(am__strip_dir) \
 
454
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
455
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
456
          else :; fi; \
 
457
        done
 
458
 
 
459
uninstall-libLTLIBRARIES:
 
460
        @$(NORMAL_UNINSTALL)
 
461
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
462
          p=$(am__strip_dir) \
 
463
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
464
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
465
        done
 
466
 
 
467
clean-libLTLIBRARIES:
 
468
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
469
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
470
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
471
          test "$$dir" != "$$p" || dir=.; \
 
472
          echo "rm -f \"$${dir}/so_locations\""; \
 
473
          rm -f "$${dir}/so_locations"; \
 
474
        done
408
475
 
409
476
clean-noinstLTLIBRARIES:
410
477
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
577
644
check: check-am
578
645
all-am: Makefile $(LTLIBRARIES) $(DATA)
579
646
installdirs:
580
 
        for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pkglibdir)"; do \
 
647
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(pkglibdir)"; do \
581
648
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
582
649
        done
583
650
install: install-am
606
673
        @echo "it deletes files that may require special tools to rebuild."
607
674
clean: clean-am
608
675
 
609
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
610
 
        clean-pkglibLTLIBRARIES mostlyclean-am
 
676
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
677
        clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
611
678
 
612
679
distclean: distclean-am
613
680
        -rm -rf ./$(DEPDIR)
629
696
 
630
697
install-dvi: install-dvi-am
631
698
 
632
 
install-exec-am: install-pkglibDATA install-pkglibLTLIBRARIES
 
699
install-exec-am: install-libLTLIBRARIES install-pkglibDATA \
 
700
        install-pkglibLTLIBRARIES
633
701
 
634
702
install-html: install-html-am
635
703
 
661
729
 
662
730
ps-am:
663
731
 
664
 
uninstall-am: uninstall-pkglibDATA uninstall-pkglibLTLIBRARIES
 
732
uninstall-am: uninstall-libLTLIBRARIES uninstall-pkglibDATA \
 
733
        uninstall-pkglibLTLIBRARIES
665
734
 
666
735
.MAKE: install-am install-strip
667
736
 
668
737
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
669
 
        clean-libtool clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
670
 
        ctags distclean distclean-compile distclean-generic \
671
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
672
 
        html-am info info-am install install-am install-data \
673
 
        install-data-am install-dvi install-dvi-am install-exec \
674
 
        install-exec-am install-html install-html-am install-info \
675
 
        install-info-am install-man install-pdf install-pdf-am \
676
 
        install-pkglibDATA install-pkglibLTLIBRARIES install-ps \
677
 
        install-ps-am install-strip installcheck installcheck-am \
678
 
        installdirs maintainer-clean maintainer-clean-generic \
679
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
680
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
681
 
        uninstall-am uninstall-pkglibDATA uninstall-pkglibLTLIBRARIES
 
738
        clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
 
739
        clean-pkglibLTLIBRARIES ctags distclean distclean-compile \
 
740
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
741
        dvi-am html html-am info info-am install install-am \
 
742
        install-data install-data-am install-dvi install-dvi-am \
 
743
        install-exec install-exec-am install-html install-html-am \
 
744
        install-info install-info-am install-libLTLIBRARIES \
 
745
        install-man install-pdf install-pdf-am install-pkglibDATA \
 
746
        install-pkglibLTLIBRARIES install-ps install-ps-am \
 
747
        install-strip installcheck installcheck-am installdirs \
 
748
        maintainer-clean maintainer-clean-generic mostlyclean \
 
749
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
750
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
751
        uninstall-libLTLIBRARIES uninstall-pkglibDATA \
 
752
        uninstall-pkglibLTLIBRARIES
682
753
 
683
754
# Tell versions [3.59,3.63) of GNU make to not export all variables.
684
755
# Otherwise a system limit (for SysV at least) may be exceeded.