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

« back to all changes in this revision

Viewing changes to plugin/neato_layout/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.4 2007/10/11 18:14:10 ellson Exp $ $Revision: 1.4 $
 
17
# $Id: Makefile.am,v 1.9 2008/02/28 03:29:53 glenlow Exp $ $Revision: 1.9 $
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
 
38
@WITH_WIN32_TRUE@am__append_2 = $(top_builddir)/lib/graph/libgraph.la $(top_builddir)/lib/cdt/libcdt.la
37
39
subdir = plugin/neato_layout
38
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
52
54
    *) f=$$p;; \
53
55
  esac;
54
56
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55
 
am__installdirs = "$(DESTDIR)$(pkglibdir)"
 
57
am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)"
 
58
libLTLIBRARIES_INSTALL = $(INSTALL)
56
59
pkglibLTLIBRARIES_INSTALL = $(INSTALL)
57
 
LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkglib_LTLIBRARIES)
 
60
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
 
61
        $(pkglib_LTLIBRARIES)
58
62
libgvplugin_neato_layout_la_DEPENDENCIES =  \
59
63
        $(libgvplugin_neato_layout_C_la_LIBADD) \
60
64
        $(top_builddir)/lib/gvc/libgvc.la \
61
 
        $(top_builddir)/lib/pathplan/libpathplan.la
 
65
        $(top_builddir)/lib/pathplan/libpathplan.la $(am__append_2)
62
66
am__objects_1 = gvplugin_neato_layout.lo gvlayout_neato_layout.lo
63
67
am_libgvplugin_neato_layout_la_OBJECTS = $(am__objects_1)
64
68
libgvplugin_neato_layout_la_OBJECTS =  \
67
71
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
68
72
        $(AM_CFLAGS) $(CFLAGS) $(libgvplugin_neato_layout_la_LDFLAGS) \
69
73
        $(LDFLAGS) -o $@
 
74
@WITH_WIN32_FALSE@am_libgvplugin_neato_layout_la_rpath = -rpath \
 
75
@WITH_WIN32_FALSE@      $(pkglibdir)
 
76
@WITH_WIN32_TRUE@am_libgvplugin_neato_layout_la_rpath = -rpath \
 
77
@WITH_WIN32_TRUE@       $(libdir)
70
78
libgvplugin_neato_layout_C_la_DEPENDENCIES =  \
71
79
        $(top_builddir)/lib/neatogen/libneatogen_C.la \
72
80
        $(top_builddir)/lib/twopigen/libtwopigen_C.la \
134
142
F77 = @F77@
135
143
FFLAGS = @FFLAGS@
136
144
FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@
 
145
FONTCONFIG_CONFIG = @FONTCONFIG_CONFIG@
137
146
FONTCONFIG_LIBS = @FONTCONFIG_LIBS@
138
147
FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@
139
148
FREETYPE2_LIBS = @FREETYPE2_LIBS@
 
149
FREETYPE_CONFIG = @FREETYPE_CONFIG@
 
150
GDIPLUS_CFLAGS = @GDIPLUS_CFLAGS@
 
151
GDIPLUS_HEADS = @GDIPLUS_HEADS@
 
152
GDIPLUS_LIBS = @GDIPLUS_LIBS@
140
153
GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
141
154
GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
142
155
GDLIB_CONFIG = @GDLIB_CONFIG@
143
156
GD_INCLUDES = @GD_INCLUDES@
144
157
GD_LIBS = @GD_LIBS@
145
158
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
159
GLADE_CFLAGS = @GLADE_CFLAGS@
 
160
GLADE_LIBS = @GLADE_LIBS@
146
161
GMOFILES = @GMOFILES@
147
162
GMSGFMT = @GMSGFMT@
148
163
GNOMEUI_CFLAGS = @GNOMEUI_CFLAGS@
149
164
GNOMEUI_LIBS = @GNOMEUI_LIBS@
150
165
GREP = @GREP@
 
166
GTKGLEXT_CFLAGS = @GTKGLEXT_CFLAGS@
 
167
GTKGLEXT_LIBS = @GTKGLEXT_LIBS@
 
168
GTKGL_CFLAGS = @GTKGL_CFLAGS@
 
169
GTKGL_LIBS = @GTKGL_LIBS@
151
170
GTK_CFLAGS = @GTK_CFLAGS@
152
171
GTK_LIBS = @GTK_LIBS@
153
172
GUILE = @GUILE@
209
228
OCAML = @OCAML@
210
229
OCAML_INCLUDES = @OCAML_INCLUDES@
211
230
OCAML_LIBS = @OCAML_LIBS@
 
231
OCAML_OPT = @OCAML_OPT@
212
232
PACKAGE = @PACKAGE@
213
233
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
214
234
PACKAGE_NAME = @PACKAGE_NAME@
220
240
PATH_SEPARATOR = @PATH_SEPARATOR@
221
241
PERL = @PERL@
222
242
PERL_INCLUDES = @PERL_INCLUDES@
 
243
PERL_INSTALL_DIR = @PERL_INSTALL_DIR@
223
244
PERL_LIBS = @PERL_LIBS@
224
245
PHP = @PHP@
225
246
PHP_INCLUDES = @PHP_INCLUDES@
 
247
PHP_INSTALL_DATADIR = @PHP_INSTALL_DATADIR@
 
248
PHP_INSTALL_DIR = @PHP_INSTALL_DIR@
226
249
PHP_LIBS = @PHP_LIBS@
227
250
PKGCONFIG = @PKGCONFIG@
228
251
PKG_CONFIG = @PKG_CONFIG@
 
252
PLATFORMSDKINCLUDE = @PLATFORMSDKINCLUDE@
 
253
PLATFORMSDKINCLUDE_ESCAPED = @PLATFORMSDKINCLUDE_ESCAPED@
 
254
PLATFORMSDKLIB = @PLATFORMSDKLIB@
229
255
PNG_INCLUDES = @PNG_INCLUDES@
230
256
PNG_LIBS = @PNG_LIBS@
231
257
POFILES = @POFILES@
235
261
PYTHON = @PYTHON@
236
262
PYTHON23 = @PYTHON23@
237
263
PYTHON23_INCLUDES = @PYTHON23_INCLUDES@
 
264
PYTHON23_INSTALL_DIR = @PYTHON23_INSTALL_DIR@
238
265
PYTHON23_LIBS = @PYTHON23_LIBS@
239
266
PYTHON24 = @PYTHON24@
240
267
PYTHON24_INCLUDES = @PYTHON24_INCLUDES@
 
268
PYTHON24_INSTALL_DIR = @PYTHON24_INSTALL_DIR@
241
269
PYTHON24_LIBS = @PYTHON24_LIBS@
242
270
PYTHON25 = @PYTHON25@
243
271
PYTHON25_INCLUDES = @PYTHON25_INCLUDES@
 
272
PYTHON25_INSTALL_DIR = @PYTHON25_INSTALL_DIR@
244
273
PYTHON25_LIBS = @PYTHON25_LIBS@
245
274
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
275
PYTHON_INSTALL_DIR = @PYTHON_INSTALL_DIR@
246
276
PYTHON_LIBS = @PYTHON_LIBS@
 
277
QUARTZ_CFLAGS = @QUARTZ_CFLAGS@
 
278
QUARTZ_LIBS = @QUARTZ_LIBS@
247
279
RANLIB = @RANLIB@
 
280
RC = @RC@
 
281
RSVG_CFLAGS = @RSVG_CFLAGS@
 
282
RSVG_LIBS = @RSVG_LIBS@
248
283
RUBY = @RUBY@
249
284
RUBY_INCLUDES = @RUBY_INCLUDES@
 
285
RUBY_INSTALL_DIR = @RUBY_INSTALL_DIR@
250
286
RUBY_LIBS = @RUBY_LIBS@
 
287
R_CFLAGS = @R_CFLAGS@
 
288
R_LIBS = @R_LIBS@
251
289
SED = @SED@
252
290
SET_MAKE = @SET_MAKE@
253
291
SHARP = @SHARP@
264
302
TCL_CFLAGS = @TCL_CFLAGS@
265
303
TCL_DEFS = @TCL_DEFS@
266
304
TCL_INCLUDES = @TCL_INCLUDES@
 
305
TCL_INSTALL_DIR = @TCL_INSTALL_DIR@
267
306
TCL_LIBS = @TCL_LIBS@
268
307
TCL_MAJOR_VERSION = @TCL_MAJOR_VERSION@
269
308
TCL_MINOR_VERSION = @TCL_MINOR_VERSION@
368
407
        $(LIBGVC_CFLAGS)
369
408
 
370
409
noinst_LTLIBRARIES = libgvplugin_neato_layout_C.la
371
 
pkglib_LTLIBRARIES = libgvplugin_neato_layout.la
 
410
@WITH_WIN32_TRUE@lib_LTLIBRARIES = libgvplugin_neato_layout.la
 
411
@WITH_WIN32_FALSE@pkglib_LTLIBRARIES = libgvplugin_neato_layout.la
372
412
libgvplugin_neato_layout_C_la_SOURCES = \
373
413
        gvplugin_neato_layout.c \
374
414
        gvlayout_neato_layout.c
379
419
        $(top_builddir)/lib/fdpgen/libfdpgen_C.la \
380
420
        $(top_builddir)/lib/circogen/libcircogen_C.la
381
421
 
382
 
libgvplugin_neato_layout_la_LDFLAGS = -version-info @GVPLUGIN_VERSION_INFO@
 
422
libgvplugin_neato_layout_la_LDFLAGS = -version-info \
 
423
        @GVPLUGIN_VERSION_INFO@ $(am__append_1)
383
424
libgvplugin_neato_layout_la_SOURCES = $(libgvplugin_neato_layout_C_la_SOURCES)
384
 
libgvplugin_neato_layout_la_LIBADD = $(libgvplugin_neato_layout_C_la_LIBADD) \
 
425
libgvplugin_neato_layout_la_LIBADD =  \
 
426
        $(libgvplugin_neato_layout_C_la_LIBADD) \
385
427
        $(top_builddir)/lib/gvc/libgvc.la \
386
 
        $(top_builddir)/lib/pathplan/libpathplan.la @IPSEPCOLA_LIBS@
387
 
 
 
428
        $(top_builddir)/lib/pathplan/libpathplan.la @IPSEPCOLA_LIBS@ \
 
429
        $(am__append_2)
388
430
EXTRA_DIST = Makefile.old
389
431
all: all-am
390
432
 
419
461
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
462
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
421
463
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
464
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
465
        @$(NORMAL_INSTALL)
 
466
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
467
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
468
          if test -f $$p; then \
 
469
            f=$(am__strip_dir) \
 
470
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
471
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
472
          else :; fi; \
 
473
        done
 
474
 
 
475
uninstall-libLTLIBRARIES:
 
476
        @$(NORMAL_UNINSTALL)
 
477
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
478
          p=$(am__strip_dir) \
 
479
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
480
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
481
        done
 
482
 
 
483
clean-libLTLIBRARIES:
 
484
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
485
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
486
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
487
          test "$$dir" != "$$p" || dir=.; \
 
488
          echo "rm -f \"$${dir}/so_locations\""; \
 
489
          rm -f "$${dir}/so_locations"; \
 
490
        done
422
491
 
423
492
clean-noinstLTLIBRARIES:
424
493
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
456
525
          rm -f "$${dir}/so_locations"; \
457
526
        done
458
527
libgvplugin_neato_layout.la: $(libgvplugin_neato_layout_la_OBJECTS) $(libgvplugin_neato_layout_la_DEPENDENCIES) 
459
 
        $(libgvplugin_neato_layout_la_LINK) -rpath $(pkglibdir) $(libgvplugin_neato_layout_la_OBJECTS) $(libgvplugin_neato_layout_la_LIBADD) $(LIBS)
 
528
        $(libgvplugin_neato_layout_la_LINK) $(am_libgvplugin_neato_layout_la_rpath) $(libgvplugin_neato_layout_la_OBJECTS) $(libgvplugin_neato_layout_la_LIBADD) $(LIBS)
460
529
libgvplugin_neato_layout_C.la: $(libgvplugin_neato_layout_C_la_OBJECTS) $(libgvplugin_neato_layout_C_la_DEPENDENCIES) 
461
530
        $(LINK)  $(libgvplugin_neato_layout_C_la_OBJECTS) $(libgvplugin_neato_layout_C_la_LIBADD) $(LIBS)
462
531
 
574
643
check: check-am
575
644
all-am: Makefile $(LTLIBRARIES)
576
645
installdirs:
577
 
        for dir in "$(DESTDIR)$(pkglibdir)"; do \
 
646
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkglibdir)"; do \
578
647
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
579
648
        done
580
649
install: install-am
603
672
        @echo "it deletes files that may require special tools to rebuild."
604
673
clean: clean-am
605
674
 
606
 
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
607
 
        clean-pkglibLTLIBRARIES mostlyclean-am
 
675
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
676
        clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES mostlyclean-am
608
677
 
609
678
distclean: distclean-am
610
679
        -rm -rf ./$(DEPDIR)
626
695
 
627
696
install-dvi: install-dvi-am
628
697
 
629
 
install-exec-am: install-pkglibLTLIBRARIES
 
698
install-exec-am: install-libLTLIBRARIES install-pkglibLTLIBRARIES
630
699
 
631
700
install-html: install-html-am
632
701
 
658
727
 
659
728
ps-am:
660
729
 
661
 
uninstall-am: uninstall-pkglibLTLIBRARIES
 
730
uninstall-am: uninstall-libLTLIBRARIES uninstall-pkglibLTLIBRARIES
662
731
 
663
732
.MAKE: install-am install-strip
664
733
 
665
734
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
666
 
        clean-libtool clean-noinstLTLIBRARIES clean-pkglibLTLIBRARIES \
667
 
        ctags distclean distclean-compile distclean-generic \
668
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
669
 
        html-am info info-am install install-am install-data \
670
 
        install-data-am install-dvi install-dvi-am install-exec \
671
 
        install-exec-am install-html install-html-am install-info \
672
 
        install-info-am install-man install-pdf install-pdf-am \
 
735
        clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
 
736
        clean-pkglibLTLIBRARIES ctags distclean distclean-compile \
 
737
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
738
        dvi-am html html-am info info-am install install-am \
 
739
        install-data install-data-am install-dvi install-dvi-am \
 
740
        install-exec install-exec-am install-html install-html-am \
 
741
        install-info install-info-am install-libLTLIBRARIES \
 
742
        install-man install-pdf install-pdf-am \
673
743
        install-pkglibLTLIBRARIES install-ps install-ps-am \
674
744
        install-strip installcheck installcheck-am installdirs \
675
745
        maintainer-clean maintainer-clean-generic mostlyclean \
676
746
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
677
747
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
678
 
        uninstall-pkglibLTLIBRARIES
 
748
        uninstall-libLTLIBRARIES uninstall-pkglibLTLIBRARIES
679
749
 
680
750
# Tell versions [3.59,3.63) of GNU make to not export all variables.
681
751
# Otherwise a system limit (for SysV at least) may be exceeded.