File: Config.mk.linux.i386

package info (click to toggle)
graphviz 1.7.16-2
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 11,124 kB
  • ctags: 12,650
  • sloc: ansic: 131,002; sh: 7,483; makefile: 1,954; tcl: 1,760; yacc: 1,758; perl: 253; awk: 150; lex: 96
file content (47 lines) | stat: -rw-r--r-- 1,248 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
40
41
42
43
44
45
46
47
# 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=/home/erg/src/gviz

# specify where to find tcl 8.0
TCLDIR=/usr/common/tcl

# specify where to find tk 8.0
TKDIR=/usr/common/tcl

# specify where to find non-tcl/tk packages (See INSTALL file.)
EXTLIB_INC=-I/home/north/arch/$(ARCH)/include -I/usr/include/freetype2
EXTLIB_LIB=-L/home/north/arch/$(ARCH)/lib -ljpeg -lpng -lfreetype -lz

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

BINDIR=$(INSTALLROOT)/build/$(ARCH)/bin
LIBDIR=$(INSTALLROOT)/build/$(ARCH)/lib
INCDIR=$(INSTALLROOT)/include

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

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

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

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