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

« back to all changes in this revision

Viewing changes to lib/gvc/Makefile.am

  • 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:
1
 
# $Id: Makefile.am,v 1.69 2007/10/03 19:00:06 ellson Exp $ $Revision: 1.69 $
 
1
# $Id: Makefile.am,v 1.74 2008/03/01 12:30:05 glenlow Exp $ $Revision: 1.74 $
2
2
## Process this file with automake to produce Makefile.in
3
3
 
4
4
pdfdir = $(pkgdatadir)/doc/pdf
13
13
        $(INCLTDL) -I$(top_srcdir)/libltdl \
14
14
        -DGVLIBDIR=\"$(pkglibdir)\"
15
15
 
16
 
LIBS = $(LIBLTDL) $(SOCKET_LIBS) $(Z_LIBS)
 
16
LIBS = $(LIBLTDL) $(SOCKET_LIBS) $(Z_LIBS) $(MATH_LIBS)
17
17
 
18
18
pkginclude_HEADERS = gvc.h gvcext.h gvplugin.h gvcjob.h \
19
19
        gvcommon.h gvplugin_render.h gvplugin_layout.h \
34
34
 
35
35
#For use with plugins.
36
36
#   so it is linked with an empty table of builtins.
37
 
libgvc_la_LDFLAGS = -version-info @VERSION_INFO@ 
 
37
libgvc_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
38
38
libgvc_la_SOURCES = $(libgvc_C_la_SOURCES) no_builtins.c demand_loading.c
39
39
libgvc_la_LIBADD = $(libgvc_C_la_LIBADD) \
40
40
        $(top_builddir)/lib/cdt/libcdt.la \
54
54
.3.pdf:
55
55
        -groff -Tps -man $< | ps2pdf - - > $@
56
56
 
57
 
EXTRA_DIST = $(man_MANS) $(pdf_DATA) Makefile.old
 
57
EXTRA_DIST = $(man_MANS) $(pdf_DATA) Makefile.old regex_win32.h regex_win32.c
58
58
 
59
59
DISTCLEANFILES = $(pdf_DATA)