~ubuntu-branches/ubuntu/lucid/graphviz/lucid-security

« back to all changes in this revision

Viewing changes to dotneato/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Stephen M Moraco
  • Date: 2002-02-05 18:52:12 UTC
  • Revision ID: james.westby@ubuntu.com-20020205185212-8i04c70te00rc40y
Tags: upstream-1.7.16
ImportĀ upstreamĀ versionĀ 1.7.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
AUTOMAKE_OPTIONS = 1.4
 
4
 
 
5
LIBS=${FT_LIBS} ${PNG_LIBS} ${JPEG_LIBS} ${XPM_LIBS} ${Z_LIBS} ${ICONV_LIBS} @LIBS@
 
6
 
 
7
CFLAGS = @CFLAGS@ -DDATE="\"`date`\""
 
8
 
 
9
SUBDIRS = common dotgen neatogen twopigen
 
10
 
 
11
bin_PROGRAMS = dot neato twopi
 
12
 
 
13
noinst_PROGRAMS = dotmemtest neatomemtest twopimemtest
 
14
 
 
15
dot_SOURCES = dot.c
 
16
neato_SOURCES = neato.c
 
17
twopi_SOURCES = twopi.c
 
18
dotmemtest_SOURCES = dotmemtest.c
 
19
neatomemtest_SOURCES = neatomemtest.c
 
20
twopimemtest_SOURCES = twopimemtest.c
 
21
 
 
22
INCLUDES = \
 
23
        -I$(top_srcdir)/dotneato/common \
 
24
        -I$(top_srcdir)/dotneato/dotgen \
 
25
        -I$(top_srcdir)/dotneato/neatogen \
 
26
        -I$(top_srcdir)/dotneato/twopigen \
 
27
        -I$(top_srcdir)/graph \
 
28
        -I$(top_srcdir)/cdt \
 
29
        -I$(top_srcdir)/pathplan
 
30
 
 
31
dot_LDADD = \
 
32
        common/libdotneato.la \
 
33
        dotgen/libdot.la \
 
34
        common/libdotneato.la \
 
35
        ../pathplan/libpathplan.la \
 
36
        ../graph/libgraph.la \
 
37
        ../cdt/libcdt.la \
 
38
        ../gd/libgd.la
 
39
 
 
40
neato_LDADD = \
 
41
        common/libdotneato.la \
 
42
        neatogen/libneato.la \
 
43
        common/libdotneato.la \
 
44
        ../pathplan/libpathplan.la \
 
45
        ../graph/libgraph.la \
 
46
        ../cdt/libcdt.la \
 
47
        ../gd/libgd.la
 
48
 
 
49
twopi_LDADD = \
 
50
        common/libdotneato.la \
 
51
        twopigen/libtwopi.la \
 
52
        neatogen/libneato.la \
 
53
        common/libdotneato.la \
 
54
        ../pathplan/libpathplan.la \
 
55
        ../graph/libgraph.la \
 
56
        ../cdt/libcdt.la \
 
57
        ../gd/libgd.la
 
58
 
 
59
dotmemtest_LDADD = \
 
60
        common/libdotneato.la \
 
61
        dotgen/libdot.la \
 
62
        common/libdotneato.la \
 
63
        ../pathplan/libpathplan.la \
 
64
        ../graph/libgraph.la \
 
65
        ../cdt/libcdt.la \
 
66
        ../gd/libgd.la
 
67
 
 
68
neatomemtest_LDADD = \
 
69
        common/libdotneato.la \
 
70
        neatogen/libneato.la \
 
71
        common/libdotneato.la \
 
72
        ../pathplan/libpathplan.la \
 
73
        ../graph/libgraph.la \
 
74
        ../cdt/libcdt.la \
 
75
        ../gd/libgd.la
 
76
 
 
77
twopimemtest_LDADD = \
 
78
        common/libdotneato.la \
 
79
        twopigen/libtwopi.la \
 
80
        neatogen/libneato.la \
 
81
        common/libdotneato.la \
 
82
        ../pathplan/libpathplan.la \
 
83
        ../graph/libgraph.la \
 
84
        ../cdt/libcdt.la \
 
85
        ../gd/libgd.la
 
86
 
 
87
man_MANS = dot.1 neato.1 twopi.1
 
88
 
 
89
EXTRA_DIST = $(man_MANS) awk/*.awk XFIG_FORMAT3.2.txt \
 
90
        nmakefile Makefile.IN