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

« back to all changes in this revision

Viewing changes to plugin/xlib/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.8 2007/10/11 18:14:10 ellson Exp $ $Revision: 1.8 $
 
17
# $Id: Makefile.am,v 1.10 2008/02/28 03:29:53 glenlow Exp $ $Revision: 1.10 $
18
18
 
19
19
VPATH = @srcdir@
20
20
pkgdatadir = $(datadir)/@PACKAGE@
34
34
POST_UNINSTALL = :
35
35
build_triplet = @build@
36
36
host_triplet = @host@
 
37
@WITH_WIN32_TRUE@am__append_1 = -no-undefined
37
38
subdir = plugin/xlib
38
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52
53
    *) f=$$p;; \
53
54
  esac;
54
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55
 
am__installdirs = "$(DESTDIR)$(pkglibdir)"
 
56
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)"
 
57
libLTLIBRARIES_INSTALL = $(INSTALL)
56
58
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
57
 
LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
 
59
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
 
60
        $(pkglib_LTLIBRARIES)
58
61
libgvplugin_xlib_la_DEPENDENCIES =
59
62
am__objects_1 = gvplugin_xlib.lo gvdevice_xlib.lo
60
63
am_libgvplugin_xlib_la_OBJECTS = $(am__objects_1)
62
65
libgvplugin_xlib_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
63
66
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
64
67
        $(libgvplugin_xlib_la_LDFLAGS) $(LDFLAGS) -o $@
65
 
@WITH_PANGOCAIRO_TRUE@@WITH_X_TRUE@am_libgvplugin_xlib_la_rpath =  \
66
 
@WITH_PANGOCAIRO_TRUE@@WITH_X_TRUE@     -rpath $(pkglibdir)
 
68
@WITH_PANGOCAIRO_TRUE@@WITH_WIN32_FALSE@@WITH_X_TRUE@am_libgvplugin_xlib_la_rpath =  \
 
69
@WITH_PANGOCAIRO_TRUE@@WITH_WIN32_FALSE@@WITH_X_TRUE@   -rpath \
 
70
@WITH_PANGOCAIRO_TRUE@@WITH_WIN32_FALSE@@WITH_X_TRUE@   $(pkglibdir)
 
71
@WITH_PANGOCAIRO_TRUE@@WITH_WIN32_TRUE@@WITH_X_TRUE@am_libgvplugin_xlib_la_rpath =  \
 
72
@WITH_PANGOCAIRO_TRUE@@WITH_WIN32_TRUE@@WITH_X_TRUE@    -rpath \
 
73
@WITH_PANGOCAIRO_TRUE@@WITH_WIN32_TRUE@@WITH_X_TRUE@    $(libdir)
67
74
libgvplugin_xlib_C_la_LIBADD =
68
75
am_libgvplugin_xlib_C_la_OBJECTS = gvplugin_xlib.lo gvdevice_xlib.lo
69
76
libgvplugin_xlib_C_la_OBJECTS = $(am_libgvplugin_xlib_C_la_OBJECTS)
126
133
F77 = @F77@
127
134
FFLAGS = @FFLAGS@
128
135
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
136
FONTCONFIG_CONFIG = @FONTCONFIG_CONFIG@
129
137
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
130
138
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
131
139
FREETYPE2_LIBS = @FREETYPE2_LIBS@
 
140
FREETYPE_CONFIG = @FREETYPE_CONFIG@
 
141
GDIPLUS_CFLAGS = @GDIPLUS_CFLAGS@
 
142
GDIPLUS_HEADS = @GDIPLUS_HEADS@
 
143
GDIPLUS_LIBS = @GDIPLUS_LIBS@
132
144
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
133
145
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
134
146
GDLIB_CONFIG = @GDLIB_CONFIG@
135
147
GD_INCLUDES = @GD_INCLUDES@
136
148
GD_LIBS = @GD_LIBS@
137
149
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
150
GLADE_CFLAGS = @GLADE_CFLAGS@
 
151
GLADE_LIBS = @GLADE_LIBS@
138
152
GMOFILES = @GMOFILES@
139
153
GMSGFMT = @GMSGFMT@
140
154
GNOMEUI_CFLAGS = @GNOMEUI_CFLAGS@
141
155
GNOMEUI_LIBS = @GNOMEUI_LIBS@
142
156
GREP = @GREP@
 
157
GTKGLEXT_CFLAGS = @GTKGLEXT_CFLAGS@
 
158
GTKGLEXT_LIBS = @GTKGLEXT_LIBS@
 
159
GTKGL_CFLAGS = @GTKGL_CFLAGS@
 
160
GTKGL_LIBS = @GTKGL_LIBS@
143
161
GTK_CFLAGS = @GTK_CFLAGS@
144
162
GTK_LIBS = @GTK_LIBS@
145
163
GUILE = @GUILE@
201
219
OCAML = @OCAML@
202
220
OCAML_INCLUDES = @OCAML_INCLUDES@
203
221
OCAML_LIBS = @OCAML_LIBS@
 
222
OCAML_OPT = @OCAML_OPT@
204
223
PACKAGE = @PACKAGE@
205
224
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
206
225
PACKAGE_NAME = @PACKAGE_NAME@
212
231
PATH_SEPARATOR = @PATH_SEPARATOR@
213
232
PERL = @PERL@
214
233
PERL_INCLUDES = @PERL_INCLUDES@
 
234
PERL_INSTALL_DIR = @PERL_INSTALL_DIR@
215
235
PERL_LIBS = @PERL_LIBS@
216
236
PHP = @PHP@
217
237
PHP_INCLUDES = @PHP_INCLUDES@
 
238
PHP_INSTALL_DATADIR = @PHP_INSTALL_DATADIR@
 
239
PHP_INSTALL_DIR = @PHP_INSTALL_DIR@
218
240
PHP_LIBS = @PHP_LIBS@
219
241
PKGCONFIG = @PKGCONFIG@
220
242
PKG_CONFIG = @PKG_CONFIG@
 
243
PLATFORMSDKINCLUDE = @PLATFORMSDKINCLUDE@
 
244
PLATFORMSDKINCLUDE_ESCAPED = @PLATFORMSDKINCLUDE_ESCAPED@
 
245
PLATFORMSDKLIB = @PLATFORMSDKLIB@
221
246
PNG_INCLUDES = @PNG_INCLUDES@
222
247
PNG_LIBS = @PNG_LIBS@
223
248
POFILES = @POFILES@
227
252
PYTHON = @PYTHON@
228
253
PYTHON23 = @PYTHON23@
229
254
PYTHON23_INCLUDES = @PYTHON23_INCLUDES@
 
255
PYTHON23_INSTALL_DIR = @PYTHON23_INSTALL_DIR@
230
256
PYTHON23_LIBS = @PYTHON23_LIBS@
231
257
PYTHON24 = @PYTHON24@
232
258
PYTHON24_INCLUDES = @PYTHON24_INCLUDES@
 
259
PYTHON24_INSTALL_DIR = @PYTHON24_INSTALL_DIR@
233
260
PYTHON24_LIBS = @PYTHON24_LIBS@
234
261
PYTHON25 = @PYTHON25@
235
262
PYTHON25_INCLUDES = @PYTHON25_INCLUDES@
 
263
PYTHON25_INSTALL_DIR = @PYTHON25_INSTALL_DIR@
236
264
PYTHON25_LIBS = @PYTHON25_LIBS@
237
265
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
266
PYTHON_INSTALL_DIR = @PYTHON_INSTALL_DIR@
238
267
PYTHON_LIBS = @PYTHON_LIBS@
 
268
QUARTZ_CFLAGS = @QUARTZ_CFLAGS@
 
269
QUARTZ_LIBS = @QUARTZ_LIBS@
239
270
RANLIB = @RANLIB@
 
271
RC = @RC@
 
272
RSVG_CFLAGS = @RSVG_CFLAGS@
 
273
RSVG_LIBS = @RSVG_LIBS@
240
274
RUBY = @RUBY@
241
275
RUBY_INCLUDES = @RUBY_INCLUDES@
 
276
RUBY_INSTALL_DIR = @RUBY_INSTALL_DIR@
242
277
RUBY_LIBS = @RUBY_LIBS@
 
278
R_CFLAGS = @R_CFLAGS@
 
279
R_LIBS = @R_LIBS@
243
280
SED = @SED@
244
281
SET_MAKE = @SET_MAKE@
245
282
SHARP = @SHARP@
256
293
TCL_CFLAGS = @TCL_CFLAGS@
257
294
TCL_DEFS = @TCL_DEFS@
258
295
TCL_INCLUDES = @TCL_INCLUDES@
 
296
TCL_INSTALL_DIR = @TCL_INSTALL_DIR@
259
297
TCL_LIBS = @TCL_LIBS@
260
298
TCL_MAJOR_VERSION = @TCL_MAJOR_VERSION@
261
299
TCL_MINOR_VERSION = @TCL_MINOR_VERSION@
360
398
        $(PANGOCAIRO_CFLAGS)
361
399
 
362
400
@WITH_PANGOCAIRO_TRUE@@WITH_X_TRUE@noinst_LTLIBRARIES = libgvplugin_xlib_C.la
363
 
@WITH_PANGOCAIRO_TRUE@@WITH_X_TRUE@pkglib_LTLIBRARIES = libgvplugin_xlib.la
 
401
@WITH_PANGOCAIRO_TRUE@@WITH_WIN32_TRUE@@WITH_X_TRUE@lib_LTLIBRARIES = libgvplugin_xlib.la
 
402
@WITH_PANGOCAIRO_TRUE@@WITH_WIN32_FALSE@@WITH_X_TRUE@pkglib_LTLIBRARIES = libgvplugin_xlib.la
364
403
libgvplugin_xlib_C_la_SOURCES = \
365
404
        gvplugin_xlib.c \
366
405
        gvdevice_xlib.c
367
406
 
368
 
libgvplugin_xlib_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@
 
407
libgvplugin_xlib_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@ \
 
408
        $(am__append_1)
369
409
libgvplugin_xlib_la_SOURCES = $(libgvplugin_xlib_C_la_SOURCES)
370
410
libgvplugin_xlib_la_LIBADD = @PANGOCAIRO_LIBS@ @X_LIBS@ -lX11 @SOCKET_LIBS@ @MATH_LIBS@
371
411
all: all-am
401
441
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
402
442
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
403
443
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
444
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
445
        @$(NORMAL_INSTALL)
 
446
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
447
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
448
          if test -f $$p; then \
 
449
            f=$(am__strip_dir) \
 
450
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
451
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
452
          else :; fi; \
 
453
        done
 
454
 
 
455
uninstall-libLTLIBRARIES:
 
456
        @$(NORMAL_UNINSTALL)
 
457
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
458
          p=$(am__strip_dir) \
 
459
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
460
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
461
        done
 
462
 
 
463
clean-libLTLIBRARIES:
 
464
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
465
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
466
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
467
          test "$$dir" != "$$p" || dir=.; \
 
468
          echo "rm -f \"$${dir}/so_locations\""; \
 
469
          rm -f "$${dir}/so_locations"; \
 
470
        done
404
471
 
405
472
clean-noinstLTLIBRARIES:
406
473
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
556
623
check: check-am
557
624
all-am: Makefile $(LTLIBRARIES)
558
625
installdirs:
559
 
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
626
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)"; do \
560
627
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
561
628
        done
562
629
install: install-am
585
652
        @echo "it deletes files that may require special tools to rebuild."
586
653
clean: clean-am
587
654
 
588
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
589
 
        clean-pkglibLTLIBRARIES mostlyclean-am
 
655
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
656
        clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
590
657
 
591
658
distclean: distclean-am
592
659
        -rm -rf ./$(DEPDIR)
608
675
 
609
676
install-dvi: install-dvi-am
610
677
 
611
 
install-exec-am: install-pkglibLTLIBRARIES
 
678
install-exec-am: install-libLTLIBRARIES install-pkglibLTLIBRARIES
612
679
 
613
680
install-html: install-html-am
614
681
 
640
707
 
641
708
ps-am:
642
709
 
643
 
uninstall-am: uninstall-pkglibLTLIBRARIES
 
710
uninstall-am: uninstall-libLTLIBRARIES uninstall-pkglibLTLIBRARIES
644
711
 
645
712
.MAKE: install-am install-strip
646
713
 
647
714
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
648
 
        clean-libtool clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
649
 
        ctags distclean distclean-compile distclean-generic \
650
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
651
 
        html-am info info-am install install-am install-data \
652
 
        install-data-am install-dvi install-dvi-am install-exec \
653
 
        install-exec-am install-html install-html-am install-info \
654
 
        install-info-am install-man install-pdf install-pdf-am \
 
715
        clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
 
716
        clean-pkglibLTLIBRARIES ctags distclean distclean-compile \
 
717
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
718
        dvi-am html html-am info info-am install install-am \
 
719
        install-data install-data-am install-dvi install-dvi-am \
 
720
        install-exec install-exec-am install-html install-html-am \
 
721
        install-info install-info-am install-libLTLIBRARIES \
 
722
        install-man install-pdf install-pdf-am \
655
723
        install-pkglibLTLIBRARIES install-ps install-ps-am \
656
724
        install-strip installcheck installcheck-am installdirs \
657
725
        maintainer-clean maintainer-clean-generic mostlyclean \
658
726
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
659
727
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
660
 
        uninstall-pkglibLTLIBRARIES
 
728
        uninstall-libLTLIBRARIES uninstall-pkglibLTLIBRARIES
661
729
 
662
730
# Tell versions [3.59,3.63) of GNU make to not export all variables.
663
731
# Otherwise a system limit (for SysV at least) may be exceeded.