File: Makefile.am

package info (click to toggle)
graphviz 2.2.1-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 24,184 kB
  • ctags: 37,810
  • sloc: ansic: 160,746; sh: 18,331; cpp: 13,782; objc: 3,971; yacc: 2,346; makefile: 1,589; tcl: 1,280; perl: 706; lex: 153; awk: 150
file content (39 lines) | stat: -rw-r--r-- 1,115 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS = -I m4

pkgindexdir = $(libdir)/@PACKAGE@
pkgindex_DATA = pkgIndex.tcl

txtdir = $(pkgdatadir)/doc

txt = AUTHORS COPYING ChangeLog NEWS cpl1.0.txt

txt_DATA = $(txt)

SUBDIRS = cdt agraph agutil doc pathplan graph gd dotneato \
	dotty graphs lefty lneato ns \
	tclstubs tclhandle gdtclft tcldot tclpathplan \
        tkstubs tkspline tools contrib dynagraph

#dag fdp geo grid incr shape tcldgr tcldgl

pkgIndex.tcl: @TCL_PKGINDEX@ @TK_PKGINDEX@
	echo "# end" >end
	cat @TCL_PKGINDEX@ @TK_PKGINDEX@ end >$@
	rm -f end

doxygen:
	doxygen

dist-hook:
	find $(distdir) -name CVS -type d -prune -exec rm -rf {} \;

EXTRA_DIST = $(txt) graphviz.spec.in graphviz.spec \
	autogen.sh config/depcomp config/config.rpath ast_common.h.in \
	Makefile.old Config.mk configure.old INSTALL.old README.cairo \
	Makeargs config.h.old compat_getopt.h iffe mkpkgindex.sh \
	m4/README m4/iconv.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 \
	makearch dot.demo features windows mac

DISTCLEANFILES = pkgIndex.tcl ast_common.h FEATURE/* graphviz-@VERSION@*