~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to lib/gvpr/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile.am,v 1.9 2009/08/31 19:40:58 arif Exp $Revision: 
 
2
## Process this file with automake to produce Makefile.in
 
3
 
 
4
pkgconfigdir = $(libdir)/pkgconfig
 
5
 
 
6
GVPR_VERSION="1:0:0"
 
7
 
 
8
AM_CPPFLAGS = \
 
9
        -I$(top_srcdir) \
 
10
        -I$(top_srcdir)/lib/expr \
 
11
        -I$(top_builddir)/lib/expr \
 
12
        -I$(top_srcdir)/lib/vmalloc \
 
13
        -I$(top_srcdir)/lib/sfio \
 
14
        -I$(top_srcdir)/lib/ast \
 
15
        -I$(top_srcdir)/lib/ingraphs \
 
16
        -I$(top_srcdir)/lib/common \
 
17
        -I$(top_srcdir)/lib/cgraph \
 
18
        -I$(top_srcdir)/lib/cdt
 
19
 
 
20
pkginclude_HEADERS = gvpr.h
 
21
noinst_PROGRAMS = mkdefs
 
22
noinst_HEADERS = actions.h compile.h gprstate.h parse.h queue.h trieFA.h trie.c
 
23
noinst_LTLIBRARIES = libgvpr_C.la
 
24
lib_LTLIBRARIES = libgvpr.la
 
25
pkgconfig_DATA = libgvpr.pc
 
26
 
 
27
libgvpr_C_la_SOURCES = actions.c compile.c gvpr.c gprstate.c parse.c queue.c 
 
28
$(libgvpr_C_la_OBJECTS): gdefs.h
 
29
libgvpr_C_la_DEPENDENCIES = \
 
30
        $(top_builddir)/lib/expr/libexpr_C.la \
 
31
        $(top_builddir)/lib/common/libcommon_C.la \
 
32
        $(top_builddir)/lib/ingraphs/libingraphs_C.la
 
33
 
 
34
 
 
35
libgvpr_la_LDFLAGS = -version-info $(GVPR_VERSION) -no-undefined
 
36
libgvpr_la_SOURCES = $(libgvpr_C_la_SOURCES)
 
37
libgvpr_la_LIBADD = $(libgvpr_C_la_LIBADD) \
 
38
        $(top_builddir)/lib/ingraphs/libingraphs_C.la \
 
39
        $(top_builddir)/lib/expr/libexpr_C.la \
 
40
        $(top_builddir)/lib/cdt/libcdt.la \
 
41
        $(top_builddir)/lib/cgraph/libcgraph.la \
 
42
        $(MATH_LIBS)
 
43
libgvpr_la_DEPENDENCIES = $(libgvpr_C_la_DEPENDENCIES)
 
44
 
 
45
mkdefs_SOURCES = mkdefs.c
 
46
 
 
47
gdefs.h: $(top_srcdir)/lib/gvpr/gprdata mkdefs
 
48
        ./mkdefs gdefs.h < $(top_srcdir)/lib/gvpr/gprdata
 
49
 
 
50
EXTRA_DIST = $(man_MANS) $(pdf_DATA) Makefile.old gprdata mkdefs.c gdefs.h trie.c gvprlib.vcproj
 
51
 
 
52
DISTCLEANFILES = $(pdf_DATA) gdefs.h mkdefs