File: makefile

package info (click to toggle)
graphviz 2.26.3-5%2Bsqueeze2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 63,032 kB
  • ctags: 25,930
  • sloc: ansic: 212,134; sh: 20,316; cpp: 7,239; makefile: 4,211; yacc: 3,335; xml: 2,450; tcl: 1,900; cs: 1,890; objc: 1,149; perl: 829; lex: 363; awk: 171; python: 41; ruby: 35; php: 26
file content (27 lines) | stat: -rwxr-xr-x 1,264 bytes parent folder | download | duplicates (10)
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
:PACKAGE: graphviz

.SOURCE.h : ../../lib/ingraphs ../../lib/agraph ../../lib/graph ../../lib/neatogen ../../lib/common ../../lib/gvc
.SOURCE.a : ../../lib/ingraphs

all : acyclic bcomps ccomps dijkstra gc gvcolor gvpack gxl2dot nop sccmap \
	tred unflatten

acyclic :: acyclic.1 acyclic.c -lgraph -lcdt -lingraphs 
bcomps :: bcomps.1 bcomps.c -lgraph -lcdt -lingraphs 
ccomps :: ccomps.1 ccomps.c -lgraph -lcdt -lingraphs 
dijkstra :: dijkstra.1 dijkstra.c -lagraph -lcdt -lcommon -lingraphs 
gc :: gc.1 gc.c -lgraph -lcdt -lingraphs 
gvcolor :: gvcolor.1 gvcolor.c colxlate.c -lgraph -lcdt -lingraphs 
gvpack :: gvpack.1 gvpack.c -ldotgen -ltwopigen -lcircogen -lfdpgen -lgvc \
	-lingraphs -lgvplugin_core -lgvplugin_dot_layout \
	-lgvplugin_neato_layout -lgvplugin_gd -lgvplugin_pango
gxl2dot :: gxl2dot.1 gxl2dot.c dot2gxl.c cvtgxl.c -lagraph \
	-lgraph -lcdt -lcommon -lingraphs
nop :: nop.1 nop.c -lagraph -lcdt -lcommon -lingraphs 
sccmap :: sccmap.1 sccmap.c -lagraph -lcdt -lcommon -lingraphs 
tred :: tred.1 tred.c -lgraph -lcdt -lingraphs 
unflatten :: unflatten.1 unflatten.c -lagraph -lcdt -lcommon -lingraphs 

:: acyclic.pdf bcomps.pdf ccomps.pdf dijkstra.pdf gc.pdf gvcolor.pdf \
	gvpack.pdf gxl2dot.pdf nop.pdf sccmap.pdf tred.pdf unflatten.pdf