File: Config.mk.old

package info (click to toggle)
graphviz 2.8-2.4
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 20,472 kB
  • ctags: 22,070
  • sloc: ansic: 163,260; cpp: 36,565; sh: 25,032; yacc: 2,354; tcl: 1,808; makefile: 1,745; cs: 805; perl: 801; ml: 649; awk: 160; lex: 153; python: 105; ruby: 32; php: 6
file content (57 lines) | stat: -rw-r--r-- 1,443 bytes parent folder | download | duplicates (2)
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# configuration for good old make.
# select an architecture from makearch/*
# ...one of:  sgi.mips3 sgi.mips2 sol.sun4 sol6.sun4 sun4 linux.i386
ARCH=linux.i386

# specify root directory for installation
INSTALLROOT=/usr/local/graphviz

# specify where to find tcl >= 8.0
TCLDIR=/usr/common/tcl8.3.3

# specify where to find tk >= 8.0
TKDIR=/usr/common/tcl8.3.3

# specify where to find expat.h
EXPAT_INC = 

# specify how to load expat library
EXPAT_LIB = -lexpat

# specify where to find bitmap packages (See INSTALL file.)
EXTLIB_INC=-I/usr/include/freetype2
EXTLIB_LIB=-ljpeg -lpng -lfontconfig -lfreetype -lz

# library for libtool dynamic loading
# to enable, uncomment this, and comment out "DISABLE_LTDL" in config.h.old
#LTDL_LIB=-lltdl

###################################################
#  Typically, nothing below should be changed.    #
###################################################

BINDIR=$(INSTALLROOT)/bin
LIBDIR=$(INSTALLROOT)/lib
INCDIR=$(INSTALLROOT)/include
XPLDIR=$(INSTALLROOT)/examples
DOCDIR=$(INSTALLROOT)/doc

MANDIR=$(INSTALLROOT)/man/man1
LIBMANDIR=$(INSTALLROOT)/man/man3
PKGMANDIR=$(INSTALLROOT)/man/mann

# postscipt and html docs
DOCDIR=$(INSTALLROOT)/doc

# location of libtcl.a
TCL_LIBDIR=$(TCLDIR)/lib
# location of tcl.h
TCL_INCDIR=$(TCLDIR)/include
# location to install tcl packages
TCL_PKGDIR=$(LIBDIR)

# location of libtk.a
TK_LIBDIR=$(TKDIR)/lib
# location of tk.h
TK_INCDIR=$(TKDIR)/include