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

« back to all changes in this revision

Viewing changes to 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
pkgindexdir = $(libdir)/@PACKAGE@
 
4
pkgindex_DATA = pkgIndex.tcl
 
5
 
 
6
# cdt must be built first to create ast_common.h which agraph uses
 
7
SUBDIRS = cdt agraph agutil contrib dag doc pathplan graph gd dotneato \
 
8
        dotty fdp geo graphs grid incr @X_SUBDIRS@ lneato ns shape \
 
9
        @TCL_SUBDIRS@ @TK_SUBDIRS@ tools
 
10
 
 
11
#dynagraph
 
12
 
 
13
pkgIndex.tcl: @TCL_PKGINDEX@ @TK_PKGINDEX@
 
14
        echo "# end" >end
 
15
        cat @TCL_PKGINDEX@ @TK_PKGINDEX@ end >$@
 
16
        rm -f end
 
17
 
 
18
doxygen:
 
19
        doxygen
 
20
 
 
21
EXTRA_DIST = graphviz.spec.in graphviz.spec FAQ.* MINTERMS.txt \
 
22
        nmakefile Makefile.IN Config.mk.linux.i386 CONFIGURE \
 
23
        Makeargs Config.mk.sgi.mips3 makearch/* autogen.sh \
 
24
        contrib/* contrib/lefty-grace/* gvconfig.h.IN getopt.h
 
25
 
 
26
CLEANFILES = pkgIndex.tcl
 
27
 
 
28
DISTCLEANFILES = graphviz-@VERSION@*