Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 251617
Collapse All | Expand All

(-)staden-src-1-7-0.ori/course/texi/Makefile (-1 / +1 lines)
Lines 55-61 Link Here
55
#-----------------------------------------------------------------------------
55
#-----------------------------------------------------------------------------
56
# The main make targets.
56
# The main make targets.
57
57
58
all: unix windows
58
all: windows
59
59
60
unix: course_unix.ps course_unix.pdf
60
unix: course_unix.ps course_unix.pdf
61
61
(-)staden-src-1-7-0.ori/doc/manual/manpages-t.texi (-5 lines)
Lines 74-84 Link Here
74
_include(hash_tar.1.texi)
74
_include(hash_tar.1.texi)
75
75
76
@page
76
@page
77
@node Man-init_tar
78
@chapter Init_tar
79
_include(init_tar.1.texi)
80
81
@page
82
@node Man-makeSCF
77
@node Man-makeSCF
83
@chapter MakeSCF
78
@chapter MakeSCF
84
_include(makeSCF.1.texi)
79
_include(makeSCF.1.texi)
(-)staden-src-1-7-0.ori/mklinks (-8 lines)
Lines 47-60 Link Here
47
	ln -s ../src/mutscan/$i-binaries/mutscan .
47
	ln -s ../src/mutscan/$i-binaries/mutscan .
48
	ln -s ../src/polyA_clip/$i-binaries/polyA_clip .
48
	ln -s ../src/polyA_clip/$i-binaries/polyA_clip .
49
	ln -s ../src/qclip/$i-binaries/qclip .
49
	ln -s ../src/qclip/$i-binaries/qclip .
50
	ln -s ../src/io_lib/progs/$i-binaries/convert_trace .
51
	ln -s ../src/io_lib/progs/$i-binaries/extract_seq .
52
	ln -s ../src/io_lib/progs/$i-binaries/index_tar .
53
	ln -s ../src/io_lib/progs/$i-binaries/makeSCF .
54
	ln -s ../src/io_lib/progs/$i-binaries/scf_dump .
55
	ln -s ../src/io_lib/progs/$i-binaries/scf_info .
56
	ln -s ../src/io_lib/progs/$i-binaries/scf_update .
57
	ln -s ../src/io_lib/progs/$i-binaries/trace_dump .
58
	ln -s ../src/screen_seq/$i-binaries/screen_seq .
50
	ln -s ../src/screen_seq/$i-binaries/screen_seq .
59
	ln -s ../src/tk_utils/$i-binaries/stash .
51
	ln -s ../src/tk_utils/$i-binaries/stash .
60
	ln -s ../src/tracediff/$i-binaries/tracediff .
52
	ln -s ../src/tracediff/$i-binaries/tracediff .
(-)staden-src-1-7-0.ori/src/Makefile (-6 lines)
Lines 12-18 Link Here
12
include	 mk/global.mk
12
include	 mk/global.mk
13
13
14
DIRS =	Misc\
14
DIRS =	Misc\
15
	io_lib\
16
	tk_utils\
15
	tk_utils\
17
	text_utils\
16
	text_utils\
18
	seq_utils\
17
	seq_utils\
Lines 108-118 Link Here
108
# have been manually hacked/bug fixed.
107
# have been manually hacked/bug fixed.
109
distunix:
108
distunix:
110
	-mkdir $(DIST)/lib/$(MACHINE)-binaries 
109
	-mkdir $(DIST)/lib/$(MACHINE)-binaries 
111
	-cp -R lib/$(MACHINE)-binaries/libpng* $(DIST)/lib/$(MACHINE)-binaries
112
	-cp -R lib/$(MACHINE)-binaries/libtcl* $(DIST)/lib/$(MACHINE)-binaries
113
	-cp -R lib/$(MACHINE)-binaries/libtk* $(DIST)/lib/$(MACHINE)-binaries
114
	-cp -R lib/$(MACHINE)-binaries/libitcl* $(DIST)/lib/$(MACHINE)-binaries
115
	-cp -R lib/$(MACHINE)-binaries/libitk* $(DIST)/lib/$(MACHINE)-binaries
116
110
117
111
118
distwindows:
112
distwindows:
(-)staden-src-1-7-0.ori/src/Misc/dependencies (-18 / +17 lines)
Lines 1-43 Link Here
1
1
2
$O/array_arith.o: misc.h
2
# DO NOT DELETE
3
$O/array_arith.o: xalloc.h
3
$O/FtoC.o: os.h
4
$O/array.o: array.h xerror.h xalloc.h
4
$O/array_arith.o: os.h
5
$O/array_arith.o: os.h
5
$O/array.o: array.h xerror.h
6
$O/array_arith.o: xalloc.h
6
$O/array.o: xalloc.h
7
$O/array_arith.o: misc.h
7
$O/bitmap.o: bitmap.h os.h
8
$O/bitmap.o: xerror.h xalloc.h
8
$O/bitmap.o: xerror.h xalloc.h
9
$O/crash.o: misc.h
9
$O/bitmap.o: bitmap.h os.h
10
$O/crash.o: xalloc.h
10
$O/crash.o: xalloc.h
11
$O/crash.o: os.h
11
$O/crash.o: os.h
12
$O/date.o: misc.h
12
$O/crash.o: misc.h
13
$O/date.o: xalloc.h
13
$O/date.o: xalloc.h
14
$O/date.o: os.h
14
$O/date.o: os.h
15
# DO NOT DELETE
15
$O/date.o: misc.h
16
$O/dstring.o: vlen.h
16
$O/dstring.o: vlen.h
17
$O/dstring.o: ./dstring.h
17
$O/dstring.o: ./dstring.h
18
$O/filenames.o: misc.h
19
$O/filenames.o: xalloc.h
18
$O/filenames.o: xalloc.h
19
$O/filenames.o: misc.h
20
$O/filenames.o: os.h
20
$O/filenames.o: os.h
21
$O/files.o: misc.h
22
$O/files.o: xalloc.h
21
$O/files.o: xalloc.h
23
$O/files.o: os.h
22
$O/files.o: os.h
24
$O/find.o: misc.h
23
$O/files.o: misc.h
25
$O/find.o: xalloc.h
24
$O/find.o: xalloc.h
26
$O/find.o: os.h
25
$O/find.o: os.h
27
$O/FtoC.o: os.h
26
$O/find.o: misc.h
28
$O/getfile.o: misc.h os.h
27
$O/getfile.o: misc.h os.h
29
$O/getfile.o: xalloc.h getfile.h
28
$O/getfile.o: xalloc.h getfile.h
30
$O/locks.o: locks.h
29
$O/locks.o: locks.h
31
$O/parse_db.o: os.h
30
$O/parse_db.o: xalloc.h parse_db.h
32
$O/parse_db.o: parse_db.h misc.h
31
$O/parse_db.o: misc.h os.h
33
$O/parse_db.o: xalloc.h
34
$O/shell.o: misc.h
35
$O/shell.o: xalloc.h
32
$O/shell.o: xalloc.h
36
$O/shell.o: os.h
33
$O/shell.o: os.h
37
$O/strings.o: misc.h
34
$O/shell.o: misc.h
38
$O/strings.o: xalloc.h
35
$O/strings.o: xalloc.h
39
$O/strings.o: os.h
36
$O/strings.o: os.h
37
$O/strings.o: misc.h
40
$O/vlen.o: vlen.h
38
$O/vlen.o: vlen.h
41
$O/xalloc.o: error.h
39
$O/xalloc.o: error.h
40
$O/xerror.o: os.h
42
$O/xerror.o: xalloc.h
41
$O/xerror.o: xalloc.h
43
$O/xerror.o: xerror.h misc.h os.h
42
$O/xerror.o: xerror.h misc.h
(-)staden-src-1-7-0.ori/src/abi/dependencies (-8 / +3 lines)
Lines 1-12 Link Here
1
1
2
$O/abiIO.o: $(SRCROOT)/io_lib/include/fpoint.h
3
$O/abiIO.o: $(SRCROOT)/Misc/os.h
4
$O/abiIO.o: abiIO.h
5
# DO NOT DELETE
2
# DO NOT DELETE
6
$O/getABIcomment.o: $(SRCROOT)/io_lib/include/fpoint.h
3
$O/abiIO.o: abiIO.h $(SRCROOT)/Misc/os.h
7
$O/getABIcomment.o: abiIO.h $(SRCROOT)/Misc/os.h
8
$O/getABIdate.o: $(SRCROOT)/io_lib/include/fpoint.h
9
$O/getABIdate.o: abiIO.h $(SRCROOT)/Misc/os.h
10
$O/getABISampleName.o: $(SRCROOT)/io_lib/include/fpoint.h
11
$O/getABISampleName.o: $(SRCROOT)/Misc/os.h
4
$O/getABISampleName.o: $(SRCROOT)/Misc/os.h
12
$O/getABISampleName.o: abiIO.h
5
$O/getABISampleName.o: abiIO.h
6
$O/getABIcomment.o: abiIO.h $(SRCROOT)/Misc/os.h
7
$O/getABIdate.o: abiIO.h $(SRCROOT)/Misc/os.h
(-)staden-src-1-7-0.ori/src/alf/dependencies (-1 / +1 lines)
Lines 1-3 Link Here
1
1
2
$O/alfsplit.o: $(SRCROOT)/Misc/os.h
3
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/alfsplit.o: $(SRCROOT)/Misc/os.h
(-)staden-src-1-7-0.ori/src/convert/dependencies (-120 / +113 lines)
Lines 1-167 Link Here
1
1
2
$O/bapDB.o: $(SRCROOT)/Misc/xalloc.h
3
$O/bapDB.o: $(SRCROOT)/Misc/misc.h
4
$O/bapDB.o: process.h list.h bapIO.h newtypes.h $(SRCROOT)/Misc/os.h
5
$O/bapIO.o: $(SRCROOT)/Misc/xalloc.h
6
$O/bapIO.o: $(SRCROOT)/Misc/misc.h
7
$O/bapIO.o: bapIO.h newtypes.h $(SRCROOT)/Misc/os.h
8
$O/dapDB.o: $(SRCROOT)/Misc/xalloc.h
9
$O/dapDB.o: dapDB.h $(SRCROOT)/Misc/misc.h
10
$O/dapDB.o: process.h list.h dapIO.h newtypes.h $(SRCROOT)/Misc/os.h
11
$O/dapIO.o: $(SRCROOT)/Misc/xalloc.h
12
$O/dapIO.o: $(SRCROOT)/Misc/misc.h
13
$O/dapIO.o: dapIO.h newtypes.h $(SRCROOT)/Misc/os.h
14
# DO NOT DELETE
2
# DO NOT DELETE
15
$O/flat_sd.o: process.h $(SRCROOT)/Misc/misc.h
3
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/tman_display.h $(SRCROOT)/Misc/FtoC.h
16
$O/flat_sd.o: $(SRCROOT)/Misc/xalloc.h
4
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/g/g-error.h
17
$O/flat_sd.o: $(SRCROOT)/Misc/os.h
5
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/gap-init.h $(SRCROOT)/gap4/gap-dbstruct.h
18
$O/flat_sd.o: list.h
6
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
19
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/fort.h $(SRCROOT)/Misc/os.h
7
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/actf.h $(SRCROOT)/gap4/edUtils.h $(SRCROOT)/gap4/qual.h
8
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/edStructs.h $(SRCROOT)/gap4/fort.h $(SRCROOT)/gap4/tkEditor.h
9
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/gap-create.h $(SRCROOT)/gap4/gap-io.h $(SRCROOT)/gap4/gap-error.h
10
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-os.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
11
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/notes.h
12
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/primlib.h $(SRCROOT)/gap4/template.h list.h $(SRCROOT)/gap4/undo.h
13
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
14
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/array.h
15
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
16
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/tkEdNames.h $(SRCROOT)/gap4/io-reg.h
17
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h $(SRCROOT)/g/g-os.h
18
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
19
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
20
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/actf.h
20
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
21
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
22
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
21
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/io_utils.h
23
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/io_utils.h
22
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
23
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
24
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h $(SRCROOT)/g/g-os.h
25
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/gap4/actf.h
26
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
27
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
28
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/IO.h
24
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/IO.h
29
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/gap4/gap-create.h $(SRCROOT)/gap4/gap-dbstruct.h
25
$O/$(SRCROOT)/gap4/actf.o: $(SRCROOT)/gap4/fort.h $(SRCROOT)/Misc/os.h
30
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/gap4/gap-defaults.h $(SRCROOT)/Misc/FtoC.h
26
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/Misc/os.h
31
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/gap4/gap-init.h $(SRCROOT)/gap4/gap-io.h
27
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h $(SRCROOT)/g/g-io.h
32
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-defs.h
28
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-defs.h
33
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/g/g-misc.h $(SRCROOT)/gap4/gap-error.h $(SRCROOT)/gap4/gap-if.h
29
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/g/g-misc.h $(SRCROOT)/gap4/gap-error.h $(SRCROOT)/gap4/gap-if.h
34
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/Misc/array.h
30
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/Misc/array.h
35
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/Misc/os.h
31
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/gap4/gap-create.h $(SRCROOT)/gap4/gap-dbstruct.h
36
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h $(SRCROOT)/g/g-io.h
32
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/gap4/gap-defaults.h $(SRCROOT)/Misc/FtoC.h
33
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/gap4/gap-init.h $(SRCROOT)/gap4/gap-io.h
37
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/Misc/bitmap.h
34
$O/$(SRCROOT)/gap4/gap-create.o: $(SRCROOT)/Misc/bitmap.h
38
$O/$(SRCROOT)/gap4/gap-dbstruct.o: $(SRCROOT)/gap4/gap-dbstruct.h
39
$O/$(SRCROOT)/gap4/gap-dbstruct.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
35
$O/$(SRCROOT)/gap4/gap-dbstruct.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
40
$O/$(SRCROOT)/gap4/gap-dbstruct.o: $(SRCROOT)/Misc/os.h
36
$O/$(SRCROOT)/gap4/gap-dbstruct.o: $(SRCROOT)/gap4/gap-dbstruct.h
41
$O/$(SRCROOT)/gap4/gap-dbstruct.o: $(SRCROOT)/g/g-os.h
37
$O/$(SRCROOT)/gap4/gap-dbstruct.o: $(SRCROOT)/g/g-os.h
42
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/gap4/stack_dump.h
38
$O/$(SRCROOT)/gap4/gap-dbstruct.o: $(SRCROOT)/Misc/os.h
43
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/Misc/os.h
39
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/Misc/os.h
44
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/gap4/gap-error.h $(SRCROOT)/g/g-error.h
40
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/gap4/gap-error.h $(SRCROOT)/g/g-error.h
45
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/bitmap.h
41
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/bitmap.h
42
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/gap4/stack_dump.h
46
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/Misc/misc.h
43
$O/$(SRCROOT)/gap4/gap-error.o: $(SRCROOT)/Misc/misc.h
44
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
45
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/gap4/gap-local.h
47
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-os.h
46
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-os.h
48
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/gap4/gap-local.h $(SRCROOT)/gap4/gap-remote.h $(SRCROOT)/gap4/gap-init.h
47
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/gap4/gap-remote.h $(SRCROOT)/gap4/gap-init.h
49
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
48
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/g/g-struct.h
50
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/Misc/os.h
49
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/Misc/os.h
51
$O/$(SRCROOT)/gap4/gap-if.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h
50
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
52
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/gap4/gap-io.h
51
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/gap4/gap-io.h
53
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/g/g-os.h
52
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/g/g-os.h
54
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
53
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/g/g-struct.h
55
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/Misc/os.h
54
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/Misc/os.h
56
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h
57
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/gap4/gap-init.h $(SRCROOT)/gap4/gap-if.h
55
$O/$(SRCROOT)/gap4/gap-init.o: $(SRCROOT)/gap4/gap-init.h $(SRCROOT)/gap4/gap-if.h
58
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/gap4/gap-error.h $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/Misc/xalloc.h
56
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
59
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h
57
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/gap4/gap-error.h
60
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-struct.h
61
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/g/g-os.h
58
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/g/g-os.h
59
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/Misc/xalloc.h
60
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/g/g-error.h
62
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/Misc/os.h
61
$O/$(SRCROOT)/gap4/gap-io.o: $(SRCROOT)/Misc/os.h
63
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/gap4/gap-dbstruct.h
62
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/g/g-connect.h $(SRCROOT)/g/g-db.h
64
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/g/g-db.h $(SRCROOT)/gap4/gap-local.h $(SRCROOT)/gap4/gap-if.h
65
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/g/g-connect.h
66
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
67
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h
68
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/g/g-request.h
69
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/Misc/os.h
63
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/Misc/os.h
64
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h
65
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
66
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/gap4/gap-dbstruct.h
67
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/gap4/gap-local.h $(SRCROOT)/gap4/gap-if.h
68
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/g/g-filedefs.h
70
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/Misc/xalloc.h
69
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/Misc/xalloc.h
71
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/gap4/gap-dbstruct.h
70
$O/$(SRCROOT)/gap4/gap-local.o: $(SRCROOT)/g/g-request.h
72
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/gap4/gap-if.h
71
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/g/g-connect.h $(SRCROOT)/gap4/gap-dbstruct.h
73
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/g/g-connect.h
72
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/Misc/os.h
74
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
75
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h
73
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h
74
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
75
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/gap4/gap-remote.h $(SRCROOT)/gap4/gap-if.h
76
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/g/g-filedefs.h
77
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/g/g-db.h
76
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/g/g-request.h
78
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/g/g-request.h
77
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/Misc/os.h
79
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
78
$O/$(SRCROOT)/gap4/gap-remote.o: $(SRCROOT)/g/g-db.h $(SRCROOT)/gap4/gap-remote.h
79
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/edStructs.h $(SRCROOT)/gap4/fort.h $(SRCROOT)/gap4/tkEditor.h
80
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/gap-dbstruct.h $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
81
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
82
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/io_utils.h
83
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
84
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/template.h list.h $(SRCROOT)/gap4/undo.h
85
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/tkEdNames.h $(SRCROOT)/gap4/io-reg.h $(SRCROOT)/gap4/primlib.h
86
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
87
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
88
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
89
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/tman_display.h
90
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
91
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
92
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/edUtils.h $(SRCROOT)/gap4/qual.h
93
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
94
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/gap-dbstruct.h $(SRCROOT)/gap4/gap-create.h $(SRCROOT)/gap4/gap-io.h
95
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/gap-error.h $(SRCROOT)/gap4/IO.h $(SRCROOT)/gap4/io_handle.h
96
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/io_utils.h $(SRCROOT)/gap4/actf.h $(SRCROOT)/gap4/edUtils.h
97
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/notes.h
98
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/primlib.h $(SRCROOT)/gap4/template.h list.h $(SRCROOT)/gap4/undo.h
99
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/edStructs.h $(SRCROOT)/gap4/fort.h
100
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
101
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/gap4/tkEditor.h $(SRCROOT)/gap4/tkEdNames.h $(SRCROOT)/gap4/io-reg.h
102
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/gap-init.h
103
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-os.h $(SRCROOT)/g/g-struct.h
104
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/g/g-defs.h
105
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/tman_display.h $(SRCROOT)/Misc/FtoC.h
106
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
107
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
108
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/Misc/xalloc.h
109
$O/$(SRCROOT)/gap4/IO.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
110
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
111
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/io_utils.h
112
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/tk-io-reg.h
113
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
114
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
115
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/Misc/bitmap.h
116
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
80
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
117
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
81
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/Misc/os.h
118
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
82
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
83
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
84
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
85
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/tk-io-reg.h
119
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/io-reg.h
86
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/io-reg.h
87
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/g/g-os.h
120
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/gap-dbstruct.h
88
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/gap-dbstruct.h
121
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
89
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
122
$O/$(SRCROOT)/gap4/io-reg.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
90
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
123
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/gap4/gap-dbstruct.h
91
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/Misc/os.h
124
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/gap4/io_utils.h
92
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/g/g-filedefs.h
93
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
94
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/edUtils.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/edStructs.h
95
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/fort.h $(SRCROOT)/gap4/tkEditor.h
96
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/gap-dbstruct.h $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
97
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/io-reg.h $(SRCROOT)/gap4/primlib.h $(SRCROOT)/gap4/template.h
98
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
99
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h $(SRCROOT)/Misc/dstring.h
100
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/tman_display.h
101
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
102
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
103
$O/$(SRCROOT)/gap4/io_handle.o: $(SRCROOT)/gap4/tkEdNames.h
104
$O/$(SRCROOT)/gap4/io_handle.o: list.h $(SRCROOT)/gap4/undo.h $(SRCROOT)/gap4/tagUtils.h
105
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/Misc/FtoC.h
106
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
125
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
107
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
126
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
108
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/g/g-filedefs.h
127
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
109
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
128
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
110
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/gap4/gap-dbstruct.h $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
129
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/FtoC.h
111
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
130
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
112
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/gap4/io_utils.h
131
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
132
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/gap4/IO.h
113
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/gap4/IO.h
133
$O/$(SRCROOT)/gap4/io_utils.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
134
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/gap4/stack_dump.h
135
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/Misc/os.h
114
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/Misc/os.h
136
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/gap4/gap-error.h $(SRCROOT)/g/g-error.h
115
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/gap4/gap-error.h $(SRCROOT)/g/g-error.h
137
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/bitmap.h
116
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/bitmap.h
117
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/gap4/stack_dump.h
138
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/Misc/misc.h
118
$O/$(SRCROOT)/gap4/stack_dump.o: $(SRCROOT)/Misc/misc.h
139
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
140
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/gap4/io_utils.h
141
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
142
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h
143
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
119
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
144
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
120
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
145
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
121
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
146
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
122
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
123
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
124
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/g/g-os.h
147
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/gap4/gap-dbstruct.h
125
$O/$(SRCROOT)/gap4/text-io-reg.o: $(SRCROOT)/gap4/gap-dbstruct.h
148
$O/gapDB.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
126
$O/bapDB.o: $(SRCROOT)/Misc/os.h
149
$O/gapDB.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
127
$O/bapDB.o: $(SRCROOT)/Misc/xalloc.h
150
$O/gapDB.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
128
$O/bapDB.o: $(SRCROOT)/Misc/misc.h
151
$O/gapDB.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
129
$O/bapDB.o: process.h list.h bapIO.h newtypes.h
130
$O/bapIO.o: $(SRCROOT)/Misc/xalloc.h
131
$O/bapIO.o: $(SRCROOT)/Misc/misc.h
132
$O/bapIO.o: bapIO.h newtypes.h $(SRCROOT)/Misc/os.h
133
$O/dapDB.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
134
$O/dapDB.o: $(SRCROOT)/Misc/os.h
135
$O/dapDB.o: dapDB.h
136
$O/dapDB.o: process.h list.h dapIO.h newtypes.h
137
$O/dapIO.o: $(SRCROOT)/Misc/xalloc.h
138
$O/dapIO.o: $(SRCROOT)/Misc/misc.h
139
$O/dapIO.o: dapIO.h newtypes.h $(SRCROOT)/Misc/os.h
140
$O/flat_sd.o: $(SRCROOT)/Misc/os.h
141
$O/flat_sd.o: list.h
142
$O/flat_sd.o: $(SRCROOT)/Misc/xalloc.h
143
$O/flat_sd.o: process.h $(SRCROOT)/Misc/misc.h
152
$O/gapDB.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
144
$O/gapDB.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
153
$O/gapDB.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
145
$O/gapDB.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h $(SRCROOT)/g/g-os.h
154
$O/gapDB.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
146
$O/gapDB.o: $(SRCROOT)/g/g-filedefs.h
147
$O/gapDB.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
155
$O/gapDB.o: process.h list.h gapDB.h
148
$O/gapDB.o: process.h list.h gapDB.h
156
$O/gapDB.o: $(SRCROOT)/Misc/array.h
149
$O/gapDB.o: $(SRCROOT)/Misc/array.h
157
$O/gapDB.o: $(SRCROOT)/gap4/IO.h
150
$O/gapDB.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
158
$O/gapDB.o: $(SRCROOT)/g/g-os.h
151
$O/gapDB.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
159
$O/list.o: list.h
152
$O/list.o: list.h
160
$O/main.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-os.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
161
$O/main.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h
153
$O/main.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h
154
$O/main.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-os.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
162
$O/main.o: $(SRCROOT)/Misc/xalloc.h
155
$O/main.o: $(SRCROOT)/Misc/xalloc.h
163
$O/main.o: list.h process.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
156
$O/main.o: list.h process.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
164
$O/process.o: process.h dapDB.h bapDB.h gapDB.h flat_sd.h $(SRCROOT)/Misc/misc.h
165
$O/process.o: $(SRCROOT)/Misc/xalloc.h
166
$O/process.o: $(SRCROOT)/Misc/os.h
157
$O/process.o: $(SRCROOT)/Misc/os.h
167
$O/process.o: list.h
158
$O/process.o: list.h
159
$O/process.o: $(SRCROOT)/Misc/xalloc.h
160
$O/process.o: process.h dapDB.h bapDB.h gapDB.h flat_sd.h $(SRCROOT)/Misc/misc.h
(-)staden-src-1-7-0.ori/src/copy_reads/dependencies (-25 / +16 lines)
Lines 1-37 Link Here
1
1
2
$O/copy_reads_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
2
# DO NOT DELETE
3
$O/copy_reads_globals.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
3
$O/copy_reads.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
4
$O/copy_reads_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
4
$O/copy_reads.o: $(SRCROOT)/Misc/os.h
5
$O/copy_reads.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
6
$O/copy_reads.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/io_handle.h
7
$O/copy_reads.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
5
$O/copy_reads.o: $(SRCROOT)/gap4/active_tags.h $(SRCROOT)/gap4/tagdb.h $(SRCROOT)/gap4/list_proc.h
8
$O/copy_reads.o: $(SRCROOT)/gap4/active_tags.h $(SRCROOT)/gap4/tagdb.h $(SRCROOT)/gap4/list_proc.h
6
$O/copy_reads.o: $(SRCROOT)/gap4/complement.h copy_reads.h $(SRCROOT)/gap4/gap_cli_arg.h
9
$O/copy_reads.o: $(SRCROOT)/gap4/complement.h copy_reads.h $(SRCROOT)/gap4/gap_cli_arg.h
7
$O/copy_reads.o: $(SRCROOT)/gap4/consen.h $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/assemble_direct.h
10
$O/copy_reads.o: $(SRCROOT)/gap4/consen.h $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/assemble_direct.h
8
$O/copy_reads.o: $(SRCROOT)/gap4/edStructs.h $(SRCROOT)/gap4/fort.h $(SRCROOT)/gap4/tkEditor.h
11
$O/copy_reads.o: $(SRCROOT)/gap4/fort.h $(SRCROOT)/gap4/tkEditor.h
12
$O/copy_reads.o: $(SRCROOT)/gap4/io-reg.h $(SRCROOT)/gap4/primlib.h $(SRCROOT)/primer3/src/primer3.h
9
$O/copy_reads.o: $(SRCROOT)/gap4/io_utils.h $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h
13
$O/copy_reads.o: $(SRCROOT)/gap4/io_utils.h $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h
10
$O/copy_reads.o: $(SRCROOT)/gap4/seqInfo.h $(SRCROOT)/io_lib/include/expFileIO.h
14
$O/copy_reads.o: $(SRCROOT)/gap4/seqInfo.h $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/edStructs.h
11
$O/copy_reads.o: $(SRCROOT)/gap4/tkEdNames.h $(SRCROOT)/gap4/io-reg.h $(SRCROOT)/gap4/primlib.h
15
$O/copy_reads.o: $(SRCROOT)/gap4/tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
12
$O/copy_reads.o: $(SRCROOT)/gap4/tman_display.h $(SRCROOT)/io_lib/include/Read.h
13
$O/copy_reads.o: $(SRCROOT)/gap4/undo.h $(SRCROOT)/gap4/edUtils.h $(SRCROOT)/gap4/qual.h
16
$O/copy_reads.o: $(SRCROOT)/gap4/undo.h $(SRCROOT)/gap4/edUtils.h $(SRCROOT)/gap4/qual.h
14
$O/copy_reads.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/io_handle.h
15
$O/copy_reads.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
16
$O/copy_reads.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
17
$O/copy_reads.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/gap4/tagUtils.h
18
$O/copy_reads.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/translate.h
19
$O/copy_reads.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
20
$O/copy_reads.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
21
$O/copy_reads.o: $(SRCROOT)/primer3/src/dpal.h $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h
17
$O/copy_reads.o: $(SRCROOT)/primer3/src/dpal.h $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h
22
$O/copy_reads.o: $(SRCROOT)/primer3/src/primer3.h
23
$O/copy_reads.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/seq_utils/align_lib_old.h
18
$O/copy_reads.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/seq_utils/align_lib_old.h
24
$O/copy_reads.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/fij.h
19
$O/copy_reads.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/fij.h
25
$O/copy_reads.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
26
$O/copy_reads.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
27
$O/copy_reads.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/Misc/os.h
28
$O/copy_reads.o: $(SRCROOT)/tk8.4.6/generic/tk.h
29
$O/copy_reads.o: $(SRCROOT)/tk_utils/licence.h
20
$O/copy_reads.o: $(SRCROOT)/tk_utils/licence.h
30
$O/copy_reads.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
21
$O/copy_reads.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
31
$O/copy_reads.o: $(SRCROOT)/tk_utils/tcl_utils.h copy_reads_globals.h $(SRCROOT)/Misc/misc.h
22
$O/copy_reads.o: $(SRCROOT)/tk_utils/sheet.h
32
$O/copy_reads.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
23
$O/copy_reads.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/gap4/tkEdNames.h
33
$O/copy_reads.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
24
$O/copy_reads.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
25
$O/copy_reads.o: $(SRCROOT)/tk_utils/tcl_utils.h
34
$O/copy_reads.o: $(SRCROOT)/gap4/gap_globals.h
26
$O/copy_reads.o: $(SRCROOT)/gap4/gap_globals.h
35
$O/copy_reads.o: $(SRCROOT)/Misc/xalloc.h
27
$O/copy_reads.o: $(SRCROOT)/tk_utils/tkSheet.h
36
$O/copy_reads.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
28
$O/copy_reads.o: copy_reads_globals.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
37
# DO NOT DELETE
(-)staden-src-1-7-0.ori/src/eba/dependencies (-13 / +6 lines)
Lines 1-15 Link Here
1
1
2
$O/conf.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
3
$O/conf.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
4
$O/conf.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
5
$O/conf.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/os.h
6
$O/conf.o: $(SRCROOT)/io_lib/include/scf.h
7
$O/conf.o: conf.h
8
# DO NOT DELETE
2
# DO NOT DELETE
9
$O/qual.o: $(SRCROOT)/io_lib/include/compress.h conf.h
3
$O/conf.o: $(SRCROOT)/Misc/misc.h
10
$O/qual.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
4
$O/conf.o: $(SRCROOT)/Misc/os.h
11
$O/qual.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
5
$O/conf.o: $(SRCROOT)/Misc/xalloc.h
12
$O/qual.o: $(SRCROOT)/io_lib/include/open_trace_file.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
6
$O/conf.o: conf.h
13
$O/qual.o: $(SRCROOT)/io_lib/include/os.h
7
$O/qual.o: conf.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
14
$O/qual.o: $(SRCROOT)/io_lib/include/Read.h
8
$O/qual.o: $(SRCROOT)/Misc/xalloc.h
15
$O/qual.o: $(SRCROOT)/io_lib/include/scf.h
(-)staden-src-1-7-0.ori/src/find_renz/dependencies (-3 / +3 lines)
Lines 1-8 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/find_renz.o: $(SRCROOT)/Misc/misc.h
3
$O/find_renz.o: $(SRCROOT)/Misc/misc.h
4
$O/find_renz.o: $(SRCROOT)/Misc/os.h
4
$O/find_renz.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/genetic_code.h
5
$O/find_renz.o: $(SRCROOT)/seq_utils/genetic_code.h
6
$O/find_renz.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/seq_utils/sequence_formats.h
5
$O/find_renz.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/seq_utils/sequence_formats.h
6
$O/find_renz.o: $(SRCROOT)/Misc/os.h
7
$O/find_renz.o: $(SRCROOT)/Misc/xalloc.h
7
$O/find_renz.o: $(SRCROOT)/Misc/xalloc.h
8
$O/find_renz.o: $(SRCROOT)/Misc/getfile.h $(SRCROOT)/seq_utils/dna_utils.h
8
$O/find_renz.o: $(SRCROOT)/Misc/getfile.h
(-)staden-src-1-7-0.ori/src/g/dependencies (-16 / +12 lines)
Lines 1-37 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/freetree.o: freetree.h g-error.h $(SRCROOT)/Misc/xerror.h g-os.h
4
$O/freetree.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
3
$O/freetree.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
5
$O/freetree.o: $(SRCROOT)/Misc/os.h
4
$O/freetree.o: $(SRCROOT)/Misc/os.h
5
$O/freetree.o: freetree.h g-error.h $(SRCROOT)/Misc/xerror.h g-os.h
6
$O/g-connect.o: g-filedefs.h $(SRCROOT)/Misc/array.h
7
$O/g-connect.o: $(SRCROOT)/Misc/os.h
6
$O/g-connect.o: g-connect.h g-struct.h freetree.h g-error.h $(SRCROOT)/Misc/xerror.h
8
$O/g-connect.o: g-connect.h g-struct.h freetree.h g-error.h $(SRCROOT)/Misc/xerror.h
9
$O/g-connect.o: g-defs.h g-db.h
7
$O/g-connect.o: g-os.h
10
$O/g-connect.o: g-os.h
8
$O/g-connect.o: $(SRCROOT)/Misc/array.h g-defs.h g-db.h
9
$O/g-connect.o: g-filedefs.h
10
$O/g-connect.o: $(SRCROOT)/Misc/os.h
11
$O/g-db.o: g-defs.h g-files.h g-io.h g-request.h
12
$O/g-db.o: $(SRCROOT)/Misc/xerror.h g-db.h g-struct.h freetree.h g-error.h g-os.h
11
$O/g-db.o: $(SRCROOT)/Misc/xerror.h g-db.h g-struct.h freetree.h g-error.h g-os.h
13
$O/g-db.o: $(SRCROOT)/Misc/os.h
12
$O/g-db.o: $(SRCROOT)/Misc/os.h
14
$O/g-db.o: $(SRCROOT)/Misc/array.h
13
$O/g-db.o: $(SRCROOT)/Misc/array.h
15
$O/g-db.o: g-filedefs.h
14
$O/g-db.o: g-filedefs.h g-defs.h g-files.h g-io.h g-request.h
16
$O/g-error.o: g-error.h $(SRCROOT)/Misc/xerror.h g-misc.h
15
$O/g-error.o: g-error.h $(SRCROOT)/Misc/xerror.h g-misc.h
17
$O/g-files.o: g-struct.h g-filedefs.h g-io.h g-db.h g-defs.h $(SRCROOT)/Misc/xalloc.h
16
$O/g-files.o: $(SRCROOT)/Misc/xalloc.h
18
$O/g-files.o: $(SRCROOT)/Misc/xerror.h freetree.h g-error.h g-os.h
17
$O/g-files.o: $(SRCROOT)/Misc/xerror.h freetree.h g-error.h g-os.h
19
$O/g-files.o: $(SRCROOT)/Misc/array.h
18
$O/g-files.o: $(SRCROOT)/Misc/array.h
20
$O/g-files.o: $(SRCROOT)/Misc/os.h
19
$O/g-files.o: $(SRCROOT)/Misc/os.h
21
$O/g-files.o: g-files.h
20
$O/g-files.o: g-files.h g-struct.h g-filedefs.h g-io.h g-db.h g-defs.h
22
$O/g-io.o: g-struct.h freetree.h g-error.h $(SRCROOT)/Misc/xerror.h g-os.h
23
$O/g-io.o: $(SRCROOT)/Misc/array.h g-io.h
24
$O/g-io.o: g-files.h
21
$O/g-io.o: g-files.h
25
$O/g-io.o: $(SRCROOT)/Misc/os.h
22
$O/g-io.o: $(SRCROOT)/Misc/os.h
26
$O/g-io.o: g-filedefs.h
23
$O/g-io.o: g-filedefs.h $(SRCROOT)/Misc/array.h g-io.h
27
$O/g-request.o: g-struct.h g-filedefs.h g-files.h g-defs.h g-db.h g-misc.h
24
$O/g-io.o: g-struct.h freetree.h g-error.h $(SRCROOT)/Misc/xerror.h g-os.h
28
$O/g-request.o: $(SRCROOT)/Misc/xalloc.h
29
$O/g-request.o: $(SRCROOT)/Misc/xerror.h freetree.h g-error.h g-os.h
25
$O/g-request.o: $(SRCROOT)/Misc/xerror.h freetree.h g-error.h g-os.h
30
$O/g-request.o: $(SRCROOT)/Misc/array.h
26
$O/g-request.o: $(SRCROOT)/Misc/array.h
31
$O/g-request.o: $(SRCROOT)/Misc/os.h
27
$O/g-request.o: $(SRCROOT)/Misc/os.h
32
$O/g-request.o: g-request.h
28
$O/g-request.o: g-misc.h $(SRCROOT)/Misc/xalloc.h
33
$O/g-struct.o: g-struct.h g-filedefs.h g-io.h $(SRCROOT)/Misc/xalloc.h
29
$O/g-request.o: g-request.h g-struct.h g-filedefs.h g-files.h g-defs.h g-db.h
34
$O/g-struct.o: $(SRCROOT)/Misc/xerror.h freetree.h g-error.h g-os.h
30
$O/g-struct.o: $(SRCROOT)/Misc/xerror.h freetree.h g-error.h g-os.h
35
$O/g-struct.o: $(SRCROOT)/Misc/array.h
31
$O/g-struct.o: $(SRCROOT)/Misc/array.h
36
$O/g-struct.o: $(SRCROOT)/Misc/os.h
32
$O/g-struct.o: $(SRCROOT)/Misc/os.h
37
$O/g-struct.o: g-files.h
33
$O/g-struct.o: g-files.h g-struct.h g-filedefs.h g-io.h $(SRCROOT)/Misc/xalloc.h
(-)staden-src-1-7-0.ori/src/gap4/Makefile (+3 lines)
Lines 165-170 Link Here
165
	$(P3_LIB)
165
	$(P3_LIB)
166
166
167
GAP4SH_LIBS=\
167
GAP4SH_LIBS=\
168
	$(ZLIB_LIB) \
169
	$(PNG_LIB) \
170
	$(CURL_LIB) \
168
	$(IOLIB_LIB) \
171
	$(IOLIB_LIB) \
169
	$(G_LIB) \
172
	$(G_LIB) \
170
	$(SEQUTILS_LIB) \
173
	$(SEQUTILS_LIB) \
(-)staden-src-1-7-0.ori/src/gap4/dependencies (-1407 / +1029 lines)
Lines 1-1796 Link Here
1
1
2
$O/actf.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
2
# DO NOT DELETE
3
$O/actf.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
3
$O/IO.o: $(SRCROOT)/Misc/FtoC.h $(SRCROOT)/tk_utils/text_output.h notes.h
4
$O/actf.o: io_handle.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h actf.h
4
$O/IO.o: $(SRCROOT)/Misc/os.h
5
$O/IO.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/tk_utils/licence.h $(SRCROOT)/g/g-defs.h
6
$O/IO.o: $(SRCROOT)/g/g-error.h gap-if.h $(SRCROOT)/g/g-os.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
7
$O/IO.o: $(SRCROOT)/g/g-filedefs.h gap-init.h gap-dbstruct.h gap-create.h gap-io.h
8
$O/IO.o: $(SRCROOT)/primer3/src/primer3.h
9
$O/IO.o: $(SRCROOT)/tk_utils/sheet.h
10
$O/IO.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
11
$O/IO.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
12
$O/IO.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
13
$O/IO.o: $(SRCROOT)/tk_utils/tkSheet.h
14
$O/IO.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
15
$O/IO.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/array.h
16
$O/IO.o: $(SRCROOT)/Misc/misc.h
17
$O/IO.o: edStructs.h fort.h tkEditor.h
18
$O/IO.o: gap-error.h IO.h io_handle.h io_utils.h actf.h edUtils.h qual.h
19
$O/IO.o: undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
20
$O/IO2.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
21
$O/IO2.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
22
$O/IO2.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h
23
$O/IO2.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h
24
$O/IO2.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
25
$O/IO2.o: clones.h
26
$O/IO2.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
27
$O/IO2.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
28
$O/IO2.o: $(SRCROOT)/Misc/array.h
29
$O/IO2.o: fort.h tkEditor.h
30
$O/IO2.o: IO2.h tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h
31
$O/IO2.o: io_handle.h
32
$O/IO2.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
33
$O/IO2.o: contig_selector.h cs-object.h $(SRCROOT)/tk_utils/canvas_box.h
34
$O/IO2.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
35
$O/IO2.o: io_utils.h
36
$O/IO2.o: seqInfo.h notes.h $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/text_output.h
37
$O/IO2.o: tagDefs.h fortran.h $(SRCROOT)/Misc/misc.h gap-create.h $(SRCROOT)/Misc/FtoC.h
38
$O/IO2.o: undo.h edUtils.h qual.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
39
$O/IO3.o: $(SRCROOT)/Misc/os.h
40
$O/IO3.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
41
$O/IO3.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
42
$O/IO3.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h
43
$O/IO3.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
44
$O/IO3.o: IO.h $(SRCROOT)/g/g-defs.h
45
$O/IO3.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
46
$O/IO3.o: $(SRCROOT)/Misc/array.h
47
$O/IO3.o: edUtils.h qual.h
48
$O/IO3.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
49
$O/IO3.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
50
$O/IO3.o: edStructs.h fort.h tkEditor.h
51
$O/IO3.o: gap-error.h $(SRCROOT)/Misc/FtoC.h
52
$O/IO3.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
53
$O/IO3.o: io_handle.h io_utils.h
54
$O/IO3.o: undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
5
$O/actf.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
55
$O/actf.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
56
$O/actf.o: $(SRCROOT)/Misc/misc.h actf.h $(SRCROOT)/tk_utils/text_output.h
6
$O/actf.o: $(SRCROOT)/Misc/os.h
57
$O/actf.o: $(SRCROOT)/Misc/os.h
7
$O/actf.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
58
$O/actf.o: $(SRCROOT)/g/g-filedefs.h
8
$O/actf.o: $(SRCROOT)/tk_utils/text_output.h
59
$O/actf.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
9
$O/actf.o: IO.h $(SRCROOT)/g/g-defs.h
60
$O/actf.o: IO.h $(SRCROOT)/g/g-defs.h
10
$O/actf.o: fort.h
61
$O/actf.o: fort.h
11
$O/actf.o: io_utils.h
62
$O/actf.o: io_utils.h
12
$O/active_tags.o: edStructs.h $(SRCROOT)/Misc/xalloc.h tkEditor.h
63
$O/actf.o: io_handle.h $(SRCROOT)/Misc/xalloc.h
13
$O/active_tags.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
64
$O/active_tags.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
14
$O/active_tags.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
15
$O/active_tags.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
16
$O/active_tags.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
17
$O/active_tags.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
18
$O/active_tags.o: list.h undo.h edUtils.h qual.h tagUtils.h tagDefs.h fortran.h
19
$O/active_tags.o: $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
20
$O/active_tags.o: $(SRCROOT)/Misc/os.h
65
$O/active_tags.o: $(SRCROOT)/Misc/os.h
21
$O/active_tags.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
66
$O/active_tags.o: $(SRCROOT)/Misc/xalloc.h
22
$O/active_tags.o: tagdb.h
67
$O/active_tags.o: $(SRCROOT)/g/g-filedefs.h
23
$O/active_tags.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
68
$O/active_tags.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
24
$O/active_tags.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h contigEditor.h
69
$O/active_tags.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
25
$O/active_tags.o: $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tk8.4.6/generic/tkDecls.h fort.h
70
$O/active_tags.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h
26
$O/active_tags.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
27
$O/active_tags.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h
28
$O/active_tags.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
29
$O/active_tags.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
71
$O/active_tags.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
30
$O/active_tags.o: IO.h $(SRCROOT)/g/g-defs.h
72
$O/active_tags.o: IO.h $(SRCROOT)/g/g-defs.h
31
$O/active_tags.o: $(SRCROOT)/primer3/src/dpal.h template.h
73
$O/active_tags.o: tagdb.h
32
$O/active_tags.o: $(SRCROOT)/Misc/array.h
74
$O/active_tags.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
75
$O/active_tags.o: io_handle.h contigEditor.h
76
$O/active_tags.o: fort.h edStructs.h
33
$O/active_tags.o: list_proc.h io_utils.h
77
$O/active_tags.o: list_proc.h io_utils.h
34
$O/alter_rel.o: dis_readings.h
78
$O/active_tags.o: qual.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
35
$O/alter_rel.o: gap-error.h fort.h tagUtils.h edStructs.h tkEditor.h
79
$O/active_tags.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
36
$O/alter_rel.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
80
$O/active_tags.o: tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
37
$O/alter_rel.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
81
$O/active_tags.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
38
$O/alter_rel.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
82
$O/alter_rel.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
39
$O/alter_rel.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
40
$O/alter_rel.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
41
$O/alter_rel.o: list.h undo.h edUtils.h qual.h tman_display.h
42
$O/alter_rel.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
83
$O/alter_rel.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
43
$O/alter_rel.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
84
$O/alter_rel.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
44
$O/alter_rel.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
85
$O/alter_rel.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
45
$O/alter_rel.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
86
$O/alter_rel.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
46
$O/alter_rel.o: $(SRCROOT)/tk8.4.6/generic/tk.h
87
$O/alter_rel.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
47
$O/alter_rel.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
48
$O/alter_rel.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
88
$O/alter_rel.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
49
$O/alter_rel.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
89
$O/alter_rel.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
50
$O/alter_rel.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
90
$O/alter_rel.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
51
$O/alter_rel.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
91
$O/alter_rel.o: gap-error.h fort.h tagUtils.h edStructs.h
52
$O/alter_rel.o: io-reg.h alter_rel.h
92
$O/alter_rel.o: io-reg.h alter_rel.h
53
$O/alter_rel.o: $(SRCROOT)/primer3/src/dpal.h template.h
93
$O/alter_rel.o: IO.h
54
$O/alter_rel.o: $(SRCROOT)/Misc/array.h
94
$O/alter_rel.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
55
$O/alter_rel.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
95
$O/alter_rel.o: io_handle.h
56
$O/alter_rel.o: $(SRCROOT)/g/g-os.h
96
$O/alter_rel.o: dis_readings.h
57
$O/alter_rel.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
97
$O/alter_rel.o: io_utils.h
58
$O/assemble_direct.o: assemble_direct.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/misc.h
98
$O/alter_rel.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
59
$O/assemble_direct.o: consen.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
99
$O/alter_rel.o: tkEditor.h
60
$O/assemble_direct.o: fort.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
100
$O/alter_rel.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
61
$O/assemble_direct.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
62
$O/assemble_direct.o: $(SRCROOT)/g/g-filedefs.h io_handle.h list_proc.h
63
$O/assemble_direct.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
64
$O/assemble_direct.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/mFILE.h
65
$O/assemble_direct.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/translate.h
66
$O/assemble_direct.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
101
$O/assemble_direct.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
67
$O/assemble_direct.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
68
$O/assemble_direct.o: $(SRCROOT)/Misc/os.h
102
$O/assemble_direct.o: $(SRCROOT)/Misc/os.h
69
$O/assemble_direct.o: $(SRCROOT)/Misc/xalloc.h
103
$O/assemble_direct.o: $(SRCROOT)/Misc/xalloc.h
70
$O/assemble_direct.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
104
$O/assemble_direct.o: $(SRCROOT)/g/g-filedefs.h io_handle.h list_proc.h
71
$O/assemble_direct.o: primlib.h $(SRCROOT)/primer3/src/primer3.h
105
$O/assemble_direct.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
72
$O/assemble_direct.o: qual.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
106
$O/assemble_direct.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h
73
$O/assemble_direct.o: $(SRCROOT)/seq_utils/align_lib_old.h seqInfo.h
74
$O/assemble_direct.o: $(SRCROOT)/seq_utils/dna_utils.h clones.h notes.h dis_readings.h
75
$O/assemble_direct.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
76
$O/assemble_direct.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
77
$O/assemble_direct.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_utils.h
78
$O/assemble_direct.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
79
$O/assemble_direct.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
80
$O/assemble_direct.o: $(SRCROOT)/tk_utils/sheet.h
107
$O/assemble_direct.o: $(SRCROOT)/tk_utils/sheet.h
81
$O/assemble_direct.o: $(SRCROOT)/tk_utils/text_output.h IO2.h tagUtils.h edStructs.h
108
$O/assemble_direct.o: $(SRCROOT)/tk_utils/text_output.h IO2.h tagUtils.h edStructs.h
82
$O/assemble_direct.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h
109
$O/assemble_direct.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h
110
$O/assemble_direct.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
111
$O/assemble_direct.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
112
$O/assemble_direct.o: $(SRCROOT)/seq_utils/align_lib_old.h
83
$O/assemble_direct.o: IO.h $(SRCROOT)/g/g-defs.h
113
$O/assemble_direct.o: IO.h $(SRCROOT)/g/g-defs.h
114
$O/assemble_direct.o: $(SRCROOT)/g/g-os.h gap-if.h
115
$O/assemble_direct.o: $(SRCROOT)/primer3/src/dpal.h
84
$O/assemble_direct.o: gap-dbstruct.h
116
$O/assemble_direct.o: gap-dbstruct.h
85
$O/assemble_direct.o: $(SRCROOT)/g/g-os.h
117
$O/assemble_direct.o: io_utils.h
86
$O/assemble_direct.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
118
$O/assemble_direct.o: $(SRCROOT)/tk_utils/tkSheet.h
87
$O/auto_assemble.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h fort.h complement.h
119
$O/assemble_direct.o: assemble_direct.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/misc.h
88
$O/auto_assemble.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
120
$O/assemble_direct.o: dis_readings.h
89
$O/auto_assemble.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
121
$O/assemble_direct.o: fort.h tkEditor.h
122
$O/assemble_direct.o: fortran.h $(SRCROOT)/seq_utils/dna_utils.h clones.h notes.h
123
$O/assemble_direct.o: primlib.h $(SRCROOT)/primer3/src/primer3.h
124
$O/assemble_direct.o: seqInfo.h consen.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
125
$O/assemble_direct.o: template.h list.h undo.h edUtils.h qual.h tman_display.h
90
$O/auto_assemble.o: $(SRCROOT)/Misc/bitmap.h
126
$O/auto_assemble.o: $(SRCROOT)/Misc/bitmap.h
91
$O/auto_assemble.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
92
$O/auto_assemble.o: $(SRCROOT)/Misc/os.h
127
$O/auto_assemble.o: $(SRCROOT)/Misc/os.h
93
$O/auto_assemble.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
128
$O/auto_assemble.o: $(SRCROOT)/Misc/xalloc.h
94
$O/auto_assemble.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h
129
$O/auto_assemble.o: $(SRCROOT)/g/g-filedefs.h
95
$O/auto_assemble.o: IO.h $(SRCROOT)/g/g-defs.h
130
$O/auto_assemble.o: IO.h $(SRCROOT)/g/g-defs.h
96
$O/auto_assemble.o: list_proc.h io_utils.h
131
$O/auto_assemble.o: list_proc.h io_utils.h
97
$O/auto_assemble.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h
132
$O/auto_assemble.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h
98
$O/auto_assemble.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
133
$O/auto_assemble.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
99
$O/break_contig.o: gap-dbstruct.h
134
$O/auto_assemble.o: io_handle.h $(SRCROOT)/Misc/misc.h
100
$O/break_contig.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
135
$O/auto_assemble.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
101
$O/break_contig.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
136
$O/auto_assemble.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h fort.h complement.h
102
$O/break_contig.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
103
$O/break_contig.o: io-reg.h fort.h dis_readings.h
104
$O/break_contig.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
137
$O/break_contig.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
105
$O/break_contig.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
138
$O/break_contig.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
106
$O/break_contig.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
139
$O/break_contig.o: $(SRCROOT)/g/g-filedefs.h
107
$O/break_contig.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
140
$O/break_contig.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
141
$O/break_contig.o: io-reg.h fort.h dis_readings.h
142
$O/break_contig.o: $(SRCROOT)/g/g-os.h gap-if.h
143
$O/break_contig.o: io_handle.h io_utils.h
144
$O/break_contig.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
145
$O/break_contig.o: gap-dbstruct.h
108
$O/bubbl3.o: $(SRCROOT)/Misc/os.h
146
$O/bubbl3.o: $(SRCROOT)/Misc/os.h
109
$O/check_assembly.o: contigEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
110
$O/check_assembly.o: contig_selector.h $(SRCROOT)/tk_utils/canvas_box.h
111
$O/check_assembly.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
112
$O/check_assembly.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
113
$O/check_assembly.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
114
$O/check_assembly.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
115
$O/check_assembly.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
116
$O/check_assembly.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
117
$O/check_assembly.o: io-reg.h cs-object.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
118
$O/check_assembly.o: list.h undo.h edUtils.h tagUtils.h tagDefs.h fortran.h
119
$O/check_assembly.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
147
$O/check_assembly.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
120
$O/check_assembly.o: $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
148
$O/check_assembly.o: $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
121
$O/check_assembly.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
149
$O/check_assembly.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
122
$O/check_assembly.o: qual.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/seq_utils/align_lib_old.h
150
$O/check_assembly.o: $(SRCROOT)/g/g-filedefs.h
151
$O/check_assembly.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
152
$O/check_assembly.o: $(SRCROOT)/primer3/src/primer3.h
153
$O/check_assembly.o: $(SRCROOT)/seq_utils/align_lib_old.h contig_selector.h
123
$O/check_assembly.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/text_output.h
154
$O/check_assembly.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/text_output.h
124
$O/check_assembly.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
155
$O/check_assembly.o: $(SRCROOT)/tk_utils/canvas_box.h
125
$O/check_assembly.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
126
$O/check_assembly.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h fort.h edStructs.h tkEditor.h
127
$O/check_assembly.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
128
$O/check_assembly.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
156
$O/check_assembly.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
157
$O/check_assembly.o: $(SRCROOT)/tk_utils/sheet.h
129
$O/check_assembly.o: $(SRCROOT)/tk_utils/tclXkeylist.h consen.h
158
$O/check_assembly.o: $(SRCROOT)/tk_utils/tclXkeylist.h consen.h
130
$O/check_assembly.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
159
$O/check_assembly.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
131
$O/check_assembly.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
160
$O/check_assembly.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
161
$O/check_assembly.o: fort.h
162
$O/check_assembly.o: qual.h $(SRCROOT)/seq_utils/align.h
163
$O/check_assembly.o: contigEditor.h
164
$O/check_assembly.o: $(SRCROOT)/g/g-os.h gap-if.h
132
$O/check_assembly.o: $(SRCROOT)/primer3/src/dpal.h template.h
165
$O/check_assembly.o: $(SRCROOT)/primer3/src/dpal.h template.h
133
$O/check_assembly.o: gap-dbstruct.h
166
$O/check_assembly.o: gap-dbstruct.h
134
$O/check_assembly.o: $(SRCROOT)/g/g-os.h
167
$O/check_assembly.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
135
$O/clip.o: gap_globals.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
168
$O/check_assembly.o: edStructs.h tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h
136
$O/clip.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
169
$O/check_assembly.o: io-reg.h cs-object.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
137
$O/clip.o: io_handle.h io_utils.h
170
$O/check_assembly.o: io_handle.h io_utils.h
138
$O/clip.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
171
$O/check_assembly.o: list.h undo.h edUtils.h tagUtils.h tagDefs.h fortran.h
139
$O/clip.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
172
$O/clip.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
140
$O/clip.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h dis_readings.h
173
$O/clip.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
141
$O/clip.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h qual.h
174
$O/clip.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
175
$O/clip.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h
176
$O/clip.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h
177
$O/clip.o: qual.h $(SRCROOT)/seq_utils/dna_utils.h tagUtils.h
178
$O/clip.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
179
$O/clip.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
180
$O/clip.o: $(SRCROOT)/tk_utils/tcl_utils.h clip.h IO.h
142
$O/clip.o: $(SRCROOT)/Misc/os.h
181
$O/clip.o: $(SRCROOT)/Misc/os.h
143
$O/clip.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
182
$O/clip.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
144
$O/clip.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
183
$O/clip.o: edStructs.h fort.h tkEditor.h
145
$O/clip.o: $(SRCROOT)/primer3/src/primer3.h
184
$O/clip.o: gap-dbstruct.h
146
$O/clip.o: $(SRCROOT)/seq_utils/dna_utils.h tagUtils.h edStructs.h fort.h tkEditor.h
185
$O/clip.o: gap_globals.h
147
$O/clip.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
186
$O/clip.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
148
$O/clip.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
187
$O/clip.o: io_utils.h
149
$O/clip.o: $(SRCROOT)/tk8.4.6/generic/tk.h
188
$O/clip.o: tagDefs.h fortran.h dis_readings.h
150
$O/clip.o: $(SRCROOT)/tk_utils/sheet.h
189
$O/clip.o: undo.h edUtils.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
151
$O/clip.o: $(SRCROOT)/tk_utils/tcl_utils.h clip.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h
190
$O/clones.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
152
$O/clip.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
191
$O/clones.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
153
$O/clip.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
192
$O/clones.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
154
$O/clip.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
193
$O/clones.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
155
$O/clip.o: $(SRCROOT)/g/g-os.h gap-if.h
156
$O/clip.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
157
$O/clones.o: clones.h notes.h $(SRCROOT)/tk8.4.6/generic/tk.h
158
$O/clones.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
159
$O/clones.o: gap-dbstruct.h
160
$O/clones.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
161
$O/clones.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
162
$O/clones.o: io_handle.h io_utils.h
163
$O/clones.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
164
$O/clones.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
165
$O/clones.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/translate.h
166
$O/clones.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
167
$O/clones.o: seqInfo.h $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/mFILE.h
168
$O/clones.o: tagDefs.h fortran.h
169
$O/clones.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
170
$O/clones.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
171
$O/clones.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h
172
$O/clones.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
173
$O/clones.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
194
$O/clones.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
174
$O/clones.o: undo.h edUtils.h qual.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
195
$O/clones.o: $(SRCROOT)/Misc/array.h
175
$O/clones.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
196
$O/clones.o: io_handle.h
176
$O/clones.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h tagUtils.h
197
$O/clones.o: tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h
177
$O/clones.o: gap-defaults.h
198
$O/clones.o: fort.h tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
178
$O/complement.o: complement.h gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h io-reg.h
199
$O/clones.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
179
$O/complement.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
200
$O/clones.o: gap-defaults.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
180
$O/complement.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
201
$O/clones.o: io_utils.h
181
$O/complement.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
202
$O/clones.o: seqInfo.h clones.h notes.h
182
$O/complement.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
203
$O/clones.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
183
$O/complement.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
204
$O/clones.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
184
$O/complement.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
185
$O/complement.o: list.h undo.h edUtils.h qual.h tman_display.h
186
$O/complement.o: $(SRCROOT)/Misc/bitmap.h
205
$O/complement.o: $(SRCROOT)/Misc/bitmap.h
187
$O/complement.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h list_proc.h
206
$O/complement.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h list_proc.h
188
$O/complement.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
207
$O/complement.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
208
$O/complement.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
209
$O/complement.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
210
$O/complement.o: $(SRCROOT)/primer3/src/primer3.h
189
$O/complement.o: $(SRCROOT)/seq_utils/dna_utils.h
211
$O/complement.o: $(SRCROOT)/seq_utils/dna_utils.h
190
$O/complement.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
212
$O/complement.o: $(SRCROOT)/tk_utils/sheet.h
191
$O/complement.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
213
$O/complement.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
192
$O/complement.o: $(SRCROOT)/tk8.4.6/generic/tk.h
193
$O/complement.o: tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
194
$O/complement.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
195
$O/complement.o: $(SRCROOT)/tk_utils/tcl_utils.h fort.h tagUtils.h edStructs.h
196
$O/complement.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
197
$O/complement.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
214
$O/complement.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
215
$O/complement.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
216
$O/complement.o: IO.h
217
$O/complement.o: $(SRCROOT)/tk_utils/tcl_utils.h fort.h tagUtils.h
198
$O/complement.o: $(SRCROOT)/primer3/src/dpal.h template.h
218
$O/complement.o: $(SRCROOT)/primer3/src/dpal.h template.h
199
$O/complement.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
219
$O/complement.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
200
$O/complement.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h IO.h
220
$O/complement.o: complement.h gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h io-reg.h
201
$O/confidence_graph.o: confidence_graph.h $(SRCROOT)/tk_utils/tclXkeylist.h
221
$O/complement.o: edStructs.h tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h
202
$O/confidence_graph.o: consistency_display.h ruler_display.h
222
$O/complement.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
223
$O/complement.o: io_utils.h
224
$O/complement.o: list.h undo.h edUtils.h qual.h tman_display.h
225
$O/confidence_graph.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
203
$O/confidence_graph.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
226
$O/confidence_graph.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
204
$O/confidence_graph.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
227
$O/confidence_graph.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
205
$O/confidence_graph.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
228
$O/confidence_graph.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
206
$O/confidence_graph.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
207
$O/confidence_graph.o: newgap_cmds.h list.h gap_globals.h
208
$O/confidence_graph.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
209
$O/confidence_graph.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
210
$O/confidence_graph.o: $(SRCROOT)/tk8.4.6/generic/tk.h
211
$O/confidence_graph.o: $(SRCROOT)/tk_utils/canvas_box.h
229
$O/confidence_graph.o: $(SRCROOT)/tk_utils/canvas_box.h
212
$O/confidence_graph.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
230
$O/confidence_graph.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
213
$O/confidence_graph.o: $(SRCROOT)/tk_utils/text_output.h consen.h qual.h
231
$O/confidence_graph.o: $(SRCROOT)/tk_utils/text_output.h consen.h qual.h
214
$O/confidence_graph.o: io-reg.h
232
$O/confidence_graph.o: io-reg.h
215
$O/confidence_graph.o: gap_canvas_box.h
233
$O/confidence_graph.o: gap_canvas_box.h
216
$O/confidence_graph.o: gap-dbstruct.h
234
$O/confidence_graph.o: gap-dbstruct.h
217
$O/confidence_graph.o: $(SRCROOT)/Misc/array.h
218
$O/confidence_graph.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
219
$O/confidence_graph.o: IO.h
235
$O/confidence_graph.o: IO.h
220
$O/consen.o: fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
236
$O/confidence_graph.o: confidence_graph.h $(SRCROOT)/tk_utils/tclXkeylist.h
221
$O/consen.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/seq_utils/dna_utils.h
237
$O/confidence_graph.o: consistency_display.h ruler_display.h
222
$O/consen.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
238
$O/confidence_graph.o: newgap_cmds.h list.h gap_globals.h
223
$O/consen.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
239
$O/consen.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
224
$O/consen.o: io_handle.h fort.h $(SRCROOT)/Misc/FtoC.h $(SRCROOT)/io_lib/include/expFileIO.h
240
$O/consen.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h edUtils.h qual.h edStructs.h
225
$O/consen.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
241
$O/consen.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
226
$O/consen.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h edUtils.h
242
$O/consen.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
227
$O/consen.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/translate.h
228
$O/consen.o: io_utils.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
229
$O/consen.o: list_proc.h extract.h $(SRCROOT)/seq_utils/align_lib.h
230
$O/consen.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
231
$O/consen.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h tagDefs.h
243
$O/consen.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h tagDefs.h
232
$O/consen.o: $(SRCROOT)/primer3/src/primer3.h
233
$O/consen.o: qual.h edStructs.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
234
$O/consen.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
235
$O/consen.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
236
$O/consen.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h consen.h
244
$O/consen.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h consen.h
237
$O/consen.o: $(SRCROOT)/tk_utils/sheet.h
245
$O/consen.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
238
$O/consen.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
246
$O/consen.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
239
$O/consen.o: $(SRCROOT)/Misc/array.h
247
$O/consen.o: io_utils.h IO.h
240
$O/consen.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
248
$O/consen.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
241
$O/consistency_canvas_box.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
249
$O/consen.o: io_handle.h fort.h $(SRCROOT)/Misc/FtoC.h
242
$O/consistency_canvas_box.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
250
$O/consen.o: fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
243
$O/consistency_canvas_box.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
251
$O/consen.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/seq_utils/dna_utils.h
252
$O/consen.o: list_proc.h extract.h $(SRCROOT)/seq_utils/align_lib.h
253
$O/consen.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
254
$O/consen.o: tkEditor.h
244
$O/consistency_canvas_box.o: $(SRCROOT)/Misc/os.h
255
$O/consistency_canvas_box.o: $(SRCROOT)/Misc/os.h
245
$O/consistency_canvas_box.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
256
$O/consistency_canvas_box.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
246
$O/consistency_canvas_box.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
257
$O/consistency_canvas_box.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
247
$O/consistency_canvas_box.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io-reg.h
248
$O/consistency_canvas_box.o: $(SRCROOT)/tk_utils/canvas_box.h
258
$O/consistency_canvas_box.o: $(SRCROOT)/tk_utils/canvas_box.h
249
$O/consistency_canvas_box.o: consistency_display.h
259
$O/consistency_canvas_box.o: consistency_display.h
260
$O/consistency_canvas_box.o: $(SRCROOT)/g/g-os.h
250
$O/consistency_canvas_box.o: gap-dbstruct.h
261
$O/consistency_canvas_box.o: gap-dbstruct.h
251
$O/consistency_canvas_box.o: IO.h $(SRCROOT)/g/g-defs.h
262
$O/consistency_canvas_box.o: IO.h $(SRCROOT)/g/g-defs.h
263
$O/consistency_canvas_box.o: $(SRCROOT)/Misc/array.h
252
$O/consistency_canvas_box.o: gap_canvas_box.h
264
$O/consistency_canvas_box.o: gap_canvas_box.h
253
$O/consistency_canvas_box.o: $(SRCROOT)/g/g-os.h gap-if.h
265
$O/consistency_canvas_box.o: io-reg.h
254
$O/consistency_display.o: consistency_canvas_box.h consistency_display.h
266
$O/consistency_canvas_box.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
255
$O/consistency_display.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
267
$O/consistency_canvas_box.o: io_utils.h
256
$O/consistency_display.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
257
$O/consistency_display.o: io_handle.h io_utils.h
258
$O/consistency_display.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
268
$O/consistency_display.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
259
$O/consistency_display.o: $(SRCROOT)/Misc/xalloc.h io-reg.h IO.h $(SRCROOT)/g/g-defs.h
269
$O/consistency_display.o: $(SRCROOT)/Misc/xalloc.h io-reg.h IO.h $(SRCROOT)/g/g-defs.h
260
$O/consistency_display.o: ruler_display.h $(SRCROOT)/tk_utils/ruler_tick.h
270
$O/consistency_display.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
261
$O/consistency_display.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
262
$O/consistency_display.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
263
$O/consistency_display.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/Misc/misc.h
264
$O/consistency_display.o: template_display.h hash.h list.h template.h
265
$O/consistency_display.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
266
$O/consistency_display.o: $(SRCROOT)/tk8.4.6/generic/tk.h
267
$O/consistency_display.o: $(SRCROOT)/tk_utils/canvas_box.h
271
$O/consistency_display.o: $(SRCROOT)/tk_utils/canvas_box.h
268
$O/consistency_display.o: $(SRCROOT)/tk_utils/tcl_utils.h gap_globals.h
272
$O/consistency_display.o: $(SRCROOT)/tk_utils/tcl_utils.h gap_globals.h
273
$O/consistency_display.o: $(SRCROOT)/Misc/misc.h
269
$O/consistency_display.o: $(SRCROOT)/Misc/os.h
274
$O/consistency_display.o: $(SRCROOT)/Misc/os.h
270
$O/consistency_display.o: gap_canvas_box.h
275
$O/consistency_display.o: gap_canvas_box.h
271
$O/contigEditor.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
276
$O/consistency_display.o: consistency_canvas_box.h consistency_display.h
272
$O/contigEditor.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
277
$O/consistency_display.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
273
$O/contigEditor.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
278
$O/consistency_display.o: io_handle.h io_utils.h
274
$O/contigEditor.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
279
$O/consistency_display.o: ruler_display.h $(SRCROOT)/tk_utils/ruler_tick.h
275
$O/contigEditor.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
280
$O/consistency_display.o: template_display.h hash.h list.h template.h
276
$O/contigEditor.o: io-reg.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
277
$O/contigEditor.o: list_proc.h
278
$O/contigEditor.o: $(SRCROOT)/Misc/bitmap.h
281
$O/contigEditor.o: $(SRCROOT)/Misc/bitmap.h
279
$O/contigEditor.o: $(SRCROOT)/Misc/locks.h gap_cli_arg.h gap_globals.h $(SRCROOT)/Misc/misc.h
282
$O/contigEditor.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
280
$O/contigEditor.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
283
$O/contigEditor.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
281
$O/contigEditor.o: $(SRCROOT)/primer3/src/primer3.h
284
$O/contigEditor.o: $(SRCROOT)/tk_utils/cli_arg.h contigEditor.h $(SRCROOT)/Misc/locks.h
282
$O/contigEditor.o: qual.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
283
$O/contigEditor.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
284
$O/contigEditor.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
285
$O/contigEditor.o: $(SRCROOT)/tk8.4.6/generic/tk.h
286
$O/contigEditor.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h contigEditor.h
287
$O/contigEditor.o: $(SRCROOT)/tk_utils/sheet.h
288
$O/contigEditor.o: $(SRCROOT)/tk_utils/tcl_utils.h edStructs.h $(SRCROOT)/Misc/xalloc.h
289
$O/contigEditor.o: $(SRCROOT)/tk_utils/tclXkeylist.h select.h tman_interface.h
285
$O/contigEditor.o: $(SRCROOT)/tk_utils/tclXkeylist.h select.h tman_interface.h
290
$O/contigEditor.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
286
$O/contigEditor.o: $(SRCROOT)/tk_utils/tcl_utils.h edStructs.h $(SRCROOT)/Misc/xalloc.h
291
$O/contigEditor.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h
287
$O/contigEditor.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
288
$O/contigEditor.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
289
$O/contigEditor.o: io-reg.h
292
$O/contigEditor.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
290
$O/contigEditor.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
293
$O/contigEditor.o: fort.h tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h
291
$O/contigEditor.o: fort.h tkEditor.h
294
$O/contigEditor.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
292
$O/contigEditor.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
295
$O/contigEditor.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
293
$O/contigEditor.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
296
$O/contig_order.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
294
$O/contigEditor.o: gap_cli_arg.h gap_globals.h $(SRCROOT)/Misc/misc.h
297
$O/contig_order.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
295
$O/contigEditor.o: io_utils.h
298
$O/contig_order.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
296
$O/contigEditor.o: list_proc.h
299
$O/contig_order.o: SeqQueueTypes.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h IO.h
297
$O/contigEditor.o: qual.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
300
$O/contig_order.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
298
$O/contigEditor.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
301
$O/contig_order.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h QueueInterface.h
299
$O/contigEditor.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
302
$O/contig_order.o: template.h list.h io-reg.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
300
$O/contig_order.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h IO.h $(SRCROOT)/g/g-defs.h
301
$O/contig_order.o: $(SRCROOT)/Misc/os.h
302
$O/contig_order.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
303
$O/contig_order.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
303
$O/contig_order.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
304
$O/contig_order.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
304
$O/contig_order.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
305
$O/contig_order.o: QueueInterface.h SeqQueueTypes.h
305
$O/contig_order.o: $(SRCROOT)/g/g-os.h
306
$O/contig_order.o: template.h list.h io-reg.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
306
$O/contig_selector.o: active_tags.h template_display.h hash.h ruler_display.h
307
$O/contig_selector.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
307
$O/contig_selector.o: contigEditor.h fort.h edStructs.h tkEditor.h
308
$O/contig_selector.o: $(SRCROOT)/Misc/xalloc.h
308
$O/contig_selector.o: cs-object.h newgap_cmds.h list.h gap_globals.h
309
$O/contig_selector.o: fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
310
$O/contig_selector.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
311
$O/contig_selector.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
309
$O/contig_selector.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
312
$O/contig_selector.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
310
$O/contig_selector.o: $(SRCROOT)/primer3/src/primer3.h
313
$O/contig_selector.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
311
$O/contig_selector.o: $(SRCROOT)/tk_utils/canvas_box.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
314
$O/contig_selector.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
315
$O/contig_selector.o: $(SRCROOT)/Misc/bitmap.h
316
$O/contig_selector.o: $(SRCROOT)/Misc/os.h
317
$O/contig_selector.o: $(SRCROOT)/Misc/xalloc.h io-reg.h
318
$O/contig_selector.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
319
$O/contig_selector.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
320
$O/contig_selector.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h IO.h $(SRCROOT)/g/g-defs.h
321
$O/contig_selector.o: template.h undo.h edUtils.h qual.h tagUtils.h tagDefs.h
322
$O/contig_selector.o: $(SRCROOT)/tk8.4.6/generic/tk.h
323
$O/contig_selector.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
324
$O/contig_selector.o: $(SRCROOT)/tk_utils/cli_arg.h tagdb.h $(SRCROOT)/tk_utils/text_output.h
312
$O/contig_selector.o: $(SRCROOT)/tk_utils/cli_arg.h tagdb.h $(SRCROOT)/tk_utils/text_output.h
325
$O/contig_selector.o: $(SRCROOT)/tk_utils/tcl_utils.h contig_selector.h complement.h
313
$O/contig_selector.o: $(SRCROOT)/tk_utils/sheet.h
326
$O/contig_selector.o: $(SRCROOT)/tk_utils/tclXkeylist.h
314
$O/contig_selector.o: $(SRCROOT)/tk_utils/tclXkeylist.h
327
$O/contig_selector.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
315
$O/contig_selector.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
328
$O/contig_selector.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
329
$O/contig_selector.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
316
$O/contig_selector.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
317
$O/contig_selector.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
318
$O/contig_selector.o: io-reg.h cs-object.h newgap_cmds.h
330
$O/contig_selector.o: $(SRCROOT)/Misc/misc.h
319
$O/contig_selector.o: $(SRCROOT)/Misc/misc.h
331
$O/contig_selector.o: $(SRCROOT)/primer3/src/dpal.h
320
$O/contig_selector.o: $(SRCROOT)/primer3/src/dpal.h
332
$O/contig_selector.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h
321
$O/contig_selector.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h
333
$O/contig_selector.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
322
$O/contig_selector.o: active_tags.h template_display.h hash.h ruler_display.h
334
$O/contig_selector.o: $(SRCROOT)/tk_utils/canvas_box.h
323
$O/contig_selector.o: contig_selector.h complement.h contigEditor.h fort.h
335
$O/contig_selector.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
324
$O/contig_selector.o: edStructs.h tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h
336
$O/copy_db_main.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
325
$O/contig_selector.o: fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
337
$O/copy_db_main.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
326
$O/contig_selector.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
327
$O/contig_selector.o: list.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
328
$O/contig_selector.o: template.h undo.h edUtils.h qual.h tagUtils.h tagDefs.h
329
$O/copy_db.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
330
$O/copy_db.o: $(SRCROOT)/g/g-filedefs.h
331
$O/copy_db.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/Misc/misc.h
332
$O/copy_db.o: $(SRCROOT)/Misc/os.h
333
$O/copy_db.o: $(SRCROOT)/Misc/xalloc.h copy_db.h
334
$O/copy_db.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h
335
$O/copy_db.o: io_handle.h io_utils.h
336
$O/copy_db.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
337
$O/copy_db_main.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
338
$O/copy_db_main.o: $(SRCROOT)/Misc/os.h
338
$O/copy_db_main.o: $(SRCROOT)/Misc/os.h
339
$O/copy_db_main.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/tk_utils/licence.h gap-create.h
339
$O/copy_db_main.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/tk_utils/licence.h gap-create.h
340
$O/copy_db_main.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
340
$O/copy_db_main.o: $(SRCROOT)/g/g-filedefs.h
341
$O/copy_db_main.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
341
$O/copy_db_main.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
342
$O/copy_db_main.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
343
$O/copy_db_main.o: $(SRCROOT)/Misc/misc.h
342
$O/copy_db_main.o: $(SRCROOT)/Misc/misc.h
343
$O/copy_db_main.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
344
$O/copy_db_main.o: copy_db.h IO.h $(SRCROOT)/g/g-defs.h
344
$O/copy_db_main.o: copy_db.h IO.h $(SRCROOT)/g/g-defs.h
345
$O/copy_db_main.o: $(SRCROOT)/Misc/array.h
345
$O/copy_db_main.o: io_handle.h io_utils.h
346
$O/copy_db_main.o: $(SRCROOT)/g/g-os.h
346
$O/cs-object.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
347
$O/copy_db.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
348
$O/copy_db.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
349
$O/copy_db.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
350
$O/copy_db.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
351
$O/copy_db.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/Misc/misc.h
352
$O/copy_db.o: $(SRCROOT)/Misc/xalloc.h copy_db.h
353
$O/copy_db.o: IO.h $(SRCROOT)/g/g-defs.h
354
$O/copy_db.o: $(SRCROOT)/Misc/os.h
355
$O/copy_db.o: $(SRCROOT)/g/g-os.h gap-if.h
356
$O/cs-object.o: cs-object.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
357
$O/cs-object.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
358
$O/cs-object.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
359
$O/cs-object.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
347
$O/cs-object.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
360
$O/cs-object.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
348
$O/cs-object.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/tk_utils/text_output.h
361
$O/cs-object.o: $(SRCROOT)/Misc/os.h
362
$O/cs-object.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
363
$O/cs-object.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h IO.h $(SRCROOT)/g/g-defs.h
364
$O/cs-object.o: $(SRCROOT)/tk8.4.6/generic/tk.h
365
$O/cs-object.o: $(SRCROOT)/tk_utils/canvas_box.h
366
$O/cs-object.o: $(SRCROOT)/tk_utils/text_output.h contig_selector.h
367
$O/cs-object.o: io-reg.h newgap_cmds.h
349
$O/cs-object.o: io-reg.h newgap_cmds.h
368
$O/cs-object.o: tk-io-reg.h
350
$O/cs-object.o: tk-io-reg.h
369
$O/cs-object.o: $(SRCROOT)/Misc/xalloc.h
351
$O/cs-object.o: $(SRCROOT)/Misc/array.h
370
$O/cs-object.o: $(SRCROOT)/g/g-os.h
352
$O/cs-object.o: $(SRCROOT)/Misc/xalloc.h cs-object.h
371
$O/cs-object.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h list.h
353
$O/cs-object.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
372
$O/dbcheck.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/text_output.h
354
$O/cs-object.o: list.h gap_globals.h
373
$O/dbcheck.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
355
$O/cs-object.o: contig_selector.h $(SRCROOT)/tk_utils/canvas_box.h
356
$O/cs-object.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
374
$O/dbcheck.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
357
$O/dbcheck.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
375
$O/dbcheck.o: $(SRCROOT)/Misc/xalloc.h gap-error.h dbcheck.h
358
$O/dbcheck.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
376
$O/dbcheck.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
359
$O/dbcheck.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
377
$O/dbcheck.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h $(SRCROOT)/Misc/misc.h
360
$O/dbcheck.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
361
$O/dbcheck.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/text_output.h
362
$O/dbcheck.o: gap-error.h dbcheck.h gap_globals.h
378
$O/dbcheck.o: IO.h $(SRCROOT)/g/g-defs.h
363
$O/dbcheck.o: IO.h $(SRCROOT)/g/g-defs.h
379
$O/dbcheck.o: fortran.h fort.h $(SRCROOT)/Misc/os.h
364
$O/dbcheck.o: fortran.h
380
$O/dbcheck.o: io_utils.h
365
$O/dbcheck.o: io_utils.h
381
$O/dbcheck.o: $(SRCROOT)/g/g-os.h gap-if.h
366
$O/dbcheck.o: io_handle.h
382
$O/dis_readings.o: edStructs.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
367
$O/dbcheck.o: fort.h $(SRCROOT)/Misc/os.h
383
$O/dis_readings.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
368
$O/dis_readings.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
384
$O/dis_readings.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
385
$O/dis_readings.o: IO2.h fort.h list_proc.h dis_readings.h tagUtils.h
386
$O/dis_readings.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
387
$O/dis_readings.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
388
$O/dis_readings.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
389
$O/dis_readings.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
390
$O/dis_readings.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h notes.h dbcheck.h
391
$O/dis_readings.o: $(SRCROOT)/Misc/misc.h
369
$O/dis_readings.o: $(SRCROOT)/Misc/misc.h
392
$O/dis_readings.o: $(SRCROOT)/Misc/xalloc.h IO.h $(SRCROOT)/g/g-defs.h
370
$O/dis_readings.o: $(SRCROOT)/Misc/os.h
393
$O/dis_readings.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
371
$O/dis_readings.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
372
$O/dis_readings.o: $(SRCROOT)/g/g-filedefs.h
373
$O/dis_readings.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
394
$O/dis_readings.o: $(SRCROOT)/primer3/src/primer3.h
374
$O/dis_readings.o: $(SRCROOT)/primer3/src/primer3.h
395
$O/dis_readings.o: qual.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
375
$O/dis_readings.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
396
$O/dis_readings.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
397
$O/dis_readings.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
398
$O/dis_readings.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
399
$O/dis_readings.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
400
$O/dis_readings.o: $(SRCROOT)/tk_utils/sheet.h
376
$O/dis_readings.o: $(SRCROOT)/tk_utils/sheet.h
401
$O/dis_readings.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
377
$O/dis_readings.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
402
$O/dis_readings.o: $(SRCROOT)/Misc/os.h
378
$O/dis_readings.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
403
$O/dis_readings.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
379
$O/dis_readings.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
380
$O/dis_readings.o: $(SRCROOT)/primer3/src/dpal.h template.h
381
$O/dis_readings.o: $(SRCROOT)/Misc/xalloc.h
382
$O/dis_readings.o: IO.h
383
$O/dis_readings.o: io_handle.h io_utils.h
384
$O/dis_readings.o: $(SRCROOT)/tk_utils/tkSheet.h
385
$O/dis_readings.o: IO2.h fort.h list_proc.h dis_readings.h tagUtils.h
386
$O/dis_readings.o: edStructs.h tkEditor.h
387
$O/dis_readings.o: list.h undo.h edUtils.h qual.h tman_display.h
388
$O/dis_readings.o: notes.h dbcheck.h
389
$O/do_fij.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
390
$O/do_fij.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
404
$O/do_fij.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
391
$O/do_fij.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
405
$O/do_fij.o: $(SRCROOT)/Misc/os.h
406
$O/do_fij.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
407
$O/do_fij.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
392
$O/do_fij.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
408
$O/do_fij.o: $(SRCROOT)/seq_utils/dna_utils.h
393
$O/do_fij.o: $(SRCROOT)/seq_utils/dna_utils.h
409
$O/do_fij.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
394
$O/do_fij.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
410
$O/do_fij.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h consen.h hash_lib.h
395
$O/do_fij.o: fij.h io_utils.h IO.h
411
$O/do_fij.o: fij.h io_utils.h IO.h $(SRCROOT)/g/g-defs.h
396
$O/do_fij.o: io_handle.h consen.h hash_lib.h
412
$O/do_fij.o: $(SRCROOT)/Misc/array.h
413
$O/do_fij.o: $(SRCROOT)/g/g-os.h gap-if.h
414
# DO NOT DELETE
415
$O/dstrand.o: complement.h
416
$O/dstrand.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
417
$O/dstrand.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
418
$O/dstrand.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
419
$O/dstrand.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
420
$O/dstrand.o: $(SRCROOT)/Misc/os.h
397
$O/dstrand.o: $(SRCROOT)/Misc/os.h
421
$O/dstrand.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
398
$O/dstrand.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
399
$O/dstrand.o: $(SRCROOT)/g/g-filedefs.h
400
$O/dstrand.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
422
$O/dstrand.o: $(SRCROOT)/seq_utils/align_lib_old.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
401
$O/dstrand.o: $(SRCROOT)/seq_utils/align_lib_old.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
423
$O/dstrand.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
424
$O/dstrand.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h qual.h edUtils.h
425
$O/dstrand.o: $(SRCROOT)/tk8.4.6/generic/tk.h
426
$O/dstrand.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
427
$O/dstrand.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/misc.h
402
$O/dstrand.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/misc.h
428
$O/dstrand.o: $(SRCROOT)/tk_utils/text_output.h dstrand.h $(SRCROOT)/Misc/FtoC.h IO2.h
403
$O/dstrand.o: $(SRCROOT)/tk_utils/text_output.h dstrand.h $(SRCROOT)/Misc/FtoC.h IO2.h
429
$O/dstrand.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
430
$O/dstrand.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
404
$O/dstrand.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
431
$O/dstrand.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
405
$O/dstrand.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
432
$O/dstrand.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
406
$O/dstrand.o: io_utils.h
433
$O/dstrand.o: undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
434
$O/dstrand.o: IO.h $(SRCROOT)/g/g-defs.h
407
$O/dstrand.o: IO.h $(SRCROOT)/g/g-defs.h
435
$O/dstrand.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
436
$O/dstrand.o: $(SRCROOT)/Misc/array.h
408
$O/dstrand.o: $(SRCROOT)/Misc/array.h
437
$O/dstrand.o: io_utils.h
409
$O/dstrand.o: io_handle.h qual.h edUtils.h
438
$O/dstrand.o: $(SRCROOT)/g/g-os.h gap-if.h
410
$O/dstrand.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
439
$O/dstrand.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
411
$O/dstrand.o: complement.h
440
$O/edCommands.o: gap-dbstruct.h
412
$O/dstrand.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
441
$O/edCommands.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
413
$O/dstrand.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
442
$O/edCommands.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
414
$O/dstrand.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
443
$O/edCommands.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
415
$O/dstrand.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
444
$O/edCommands.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
445
$O/edCommands.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
446
$O/edCommands.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
447
$O/edCommands.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
448
$O/edCommands.o: $(SRCROOT)/Misc/bitmap.h
416
$O/edCommands.o: $(SRCROOT)/Misc/bitmap.h
417
$O/edCommands.o: $(SRCROOT)/Misc/xalloc.h
418
$O/edCommands.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
419
$O/edCommands.o: $(SRCROOT)/primer3/src/primer3.h
449
$O/edCommands.o: $(SRCROOT)/seq_utils/align_lib_old.h select.h tman_interface.h
420
$O/edCommands.o: $(SRCROOT)/seq_utils/align_lib_old.h select.h tman_interface.h
450
$O/edCommands.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
451
$O/edCommands.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEditor.h
452
$O/edCommands.o: $(SRCROOT)/tk8.4.6/generic/tk.h
453
$O/edCommands.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
454
$O/edCommands.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/misc.h
421
$O/edCommands.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/misc.h
455
$O/edCommands.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
422
$O/edCommands.o: $(SRCROOT)/tk_utils/sheet.h
456
$O/edCommands.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
423
$O/edCommands.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
457
$O/edCommands.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
424
$O/edCommands.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
458
$O/edCommands.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
459
$O/edCommands.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
425
$O/edCommands.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
426
$O/edCommands.o: fort.h
460
$O/edCommands.o: $(SRCROOT)/primer3/src/dpal.h template.h
427
$O/edCommands.o: $(SRCROOT)/primer3/src/dpal.h template.h
461
$O/edCommands.o: edStructs.h $(SRCROOT)/Misc/xalloc.h
428
$O/edCommands.o: edStructs.h
462
$O/edCommands.o: fort.h io_utils.h
429
$O/edCommands.o: io_handle.h tkEditor.h
463
$O/edCommands.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
430
$O/edCommands.o: $(SRCROOT)/tk_utils/tkSheet.h
464
$O/edExtend.o: gap-dbstruct.h
431
$O/edCommands.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
432
$O/edCommands.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
433
$O/edCommands.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
434
$O/edCommands.o: io_utils.h
435
$O/edCommands.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
436
$O/edCommands.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
437
$O/edExtend.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
465
$O/edExtend.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
438
$O/edExtend.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
466
$O/edExtend.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
467
$O/edExtend.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
468
$O/edExtend.o: io_handle.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
469
$O/edExtend.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
470
$O/edExtend.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
471
$O/edExtend.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
472
$O/edExtend.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
473
$O/edExtend.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
439
$O/edExtend.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
474
$O/edExtend.o: $(SRCROOT)/primer3/src/primer3.h
475
$O/edExtend.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
476
$O/edExtend.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
477
$O/edExtend.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
478
$O/edExtend.o: $(SRCROOT)/tk_utils/cli_arg.h contigEditor.h select.h extend.h
440
$O/edExtend.o: $(SRCROOT)/tk_utils/cli_arg.h contigEditor.h select.h extend.h
479
$O/edExtend.o: $(SRCROOT)/tk_utils/sheet.h
441
$O/edExtend.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
480
$O/edExtend.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
481
$O/edExtend.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
442
$O/edExtend.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
482
$O/edExtend.o: IO.h
443
$O/edExtend.o: IO.h
483
$O/edExtend.o: edStructs.h
444
$O/edExtend.o: edUtils.h
484
$O/edExtend.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
445
$O/edExtend.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h
485
$O/edExtend.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
446
$O/edExtend.o: io_handle.h tkEditor.h
486
$O/edInterface.o: extend.h active_tags.h tagdb.h $(SRCROOT)/Misc/misc.h
447
$O/edExtend.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
487
$O/edInterface.o: fort.h io_utils.h
448
$O/edExtend.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
488
$O/edInterface.o: gap-dbstruct.h
449
$O/edExtend.o: io_utils.h
489
$O/edInterface.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
450
$O/edExtend.o: qual.h $(SRCROOT)/Misc/os.h
490
$O/edInterface.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
451
$O/edExtend.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
491
$O/edInterface.o: hash.h ruler_display.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
452
$O/edExtend.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
492
$O/edInterface.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
493
$O/edInterface.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
494
$O/edInterface.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
495
$O/edInterface.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
496
$O/edInterface.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
453
$O/edInterface.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
497
$O/edInterface.o: qual.h edStructs.h $(SRCROOT)/Misc/xalloc.h
454
$O/edInterface.o: $(SRCROOT)/g/g-filedefs.h
498
$O/edInterface.o: qualIO.h notes.h tman_interface.h
455
$O/edInterface.o: $(SRCROOT)/g/g-os.h
499
$O/edInterface.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
456
$O/edInterface.o: $(SRCROOT)/primer3/src/primer3.h
500
$O/edInterface.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEditor.h
457
$O/edInterface.o: $(SRCROOT)/tk_utils/canvas_box.h
501
$O/edInterface.o: template_display.h $(SRCROOT)/tk_utils/canvas_box.h
458
$O/edInterface.o: $(SRCROOT)/tk_utils/cli_arg.h contigEditor.h extend.h active_tags.h
502
$O/edInterface.o: $(SRCROOT)/tk8.4.6/generic/tk.h
459
$O/edInterface.o: $(SRCROOT)/tk_utils/sheet.h
503
$O/edInterface.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
460
$O/edInterface.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
504
$O/edInterface.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h contigEditor.h
461
$O/edInterface.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
505
$O/edInterface.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
506
$O/edInterface.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
507
$O/edInterface.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h
508
$O/edInterface.o: IO.h $(SRCROOT)/g/g-defs.h
462
$O/edInterface.o: IO.h $(SRCROOT)/g/g-defs.h
463
$O/edInterface.o: hash.h ruler_display.h
509
$O/edInterface.o: $(SRCROOT)/primer3/src/dpal.h template.h
464
$O/edInterface.o: $(SRCROOT)/primer3/src/dpal.h template.h
510
$O/edInterface.o: $(SRCROOT)/g/g-os.h
511
$O/edInterface.o: $(SRCROOT)/Misc/os.h
465
$O/edInterface.o: $(SRCROOT)/Misc/os.h
512
$O/edInterface.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
466
$O/edInterface.o: fort.h io_utils.h
513
$O/edInterface.o: edUtils.h
467
$O/edInterface.o: io_handle.h tkEditor.h
514
$O/edMutations.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
468
$O/edInterface.o: $(SRCROOT)/tk_utils/tkSheet.h
515
$O/edMutations.o: $(SRCROOT)/g/g-filedefs.h io_handle.h tkEditor.h
469
$O/edInterface.o: edUtils.h qual.h edStructs.h $(SRCROOT)/Misc/xalloc.h
516
$O/edMutations.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
470
$O/edInterface.o: gap-dbstruct.h
517
$O/edMutations.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
471
$O/edInterface.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
518
$O/edMutations.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
472
$O/edInterface.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h qualIO.h notes.h
519
$O/edMutations.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
473
$O/edInterface.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
520
$O/edMutations.o: io_utils.h
474
$O/edInterface.o: tagdb.h $(SRCROOT)/Misc/misc.h template_display.h
521
$O/edMutations.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
475
$O/edInterface.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
476
$O/edInterface.o: tman_interface.h
522
$O/edMutations.o: $(SRCROOT)/Misc/bitmap.h
477
$O/edMutations.o: $(SRCROOT)/Misc/bitmap.h
523
$O/edMutations.o: $(SRCROOT)/Misc/os.h
478
$O/edMutations.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
524
$O/edMutations.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/genetic_code.h
479
$O/edMutations.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
525
$O/edMutations.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
480
$O/edMutations.o: $(SRCROOT)/seq_utils/genetic_code.h tman_interface.h
526
$O/edMutations.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
481
$O/edMutations.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/seq_utils/dna_utils.h
527
$O/edMutations.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h edUtils.h qual.h
528
$O/edMutations.o: $(SRCROOT)/tk8.4.6/generic/tk.h
529
$O/edMutations.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
530
$O/edMutations.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h
531
$O/edMutations.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
482
$O/edMutations.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
532
$O/edMutations.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
483
$O/edMutations.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
533
$O/edMutations.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h
484
$O/edMutations.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
534
$O/edMutations.o: tman_interface.h
535
$O/edMutations.o: parse_ft.h
485
$O/edMutations.o: parse_ft.h
536
$O/edMutations.o: $(SRCROOT)/primer3/src/dpal.h template.h
537
$O/edMutations.o: gap-dbstruct.h
538
$O/edMutations.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h
486
$O/edMutations.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h
539
$O/edMutations.o: $(SRCROOT)/g/g-os.h
487
$O/edMutations.o: edUtils.h
540
$O/edMutations.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
488
$O/edMutations.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
541
$O/edUtils2.o: active_tags.h tagdb.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
489
$O/edMutations.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
542
$O/edUtils2.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
490
$O/edMutations.o: io_utils.h
543
$O/edUtils2.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
491
$O/edMutations.o: qual.h $(SRCROOT)/Misc/os.h
544
$O/edUtils2.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
492
$O/edMutations.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
545
$O/edUtils2.o: io_handle.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
493
$O/edMutations.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
546
$O/edUtils2.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
494
$O/edMutations.o: tkEditor.h
547
$O/edUtils2.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
548
$O/edUtils2.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
549
$O/edUtils2.o: $(SRCROOT)/Misc/misc.h tman_interface.h $(SRCROOT)/Misc/locks.h IO2.h
495
$O/edUtils2.o: $(SRCROOT)/Misc/misc.h tman_interface.h $(SRCROOT)/Misc/locks.h IO2.h
550
$O/edUtils2.o: $(SRCROOT)/Misc/os.h
496
$O/edUtils2.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
551
$O/edUtils2.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
497
$O/edUtils2.o: $(SRCROOT)/g/g-filedefs.h
552
$O/edUtils2.o: notes.h
498
$O/edUtils2.o: $(SRCROOT)/g/g-os.h edUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h
553
$O/edUtils2.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
499
$O/edUtils2.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
554
$O/edUtils2.o: $(SRCROOT)/primer3/src/primer3.h
555
$O/edUtils2.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
556
$O/edUtils2.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
557
$O/edUtils2.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
558
$O/edUtils2.o: $(SRCROOT)/tk_utils/cli_arg.h contigEditor.h select.h extend.h
500
$O/edUtils2.o: $(SRCROOT)/tk_utils/cli_arg.h contigEditor.h select.h extend.h
559
$O/edUtils2.o: $(SRCROOT)/tk_utils/sheet.h
501
$O/edUtils2.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
560
$O/edUtils2.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
561
$O/edUtils2.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
502
$O/edUtils2.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
562
$O/edUtils2.o: IO.h
503
$O/edUtils2.o: IO.h
504
$O/edUtils2.o: qual.h $(SRCROOT)/Misc/os.h
563
$O/edUtils2.o: gap-dbstruct.h
505
$O/edUtils2.o: gap-dbstruct.h
564
$O/edUtils2.o: qual.h
506
$O/edUtils2.o: fort.h io_utils.h
565
$O/edUtils2.o: $(SRCROOT)/g/g-os.h edUtils.h edStructs.h
507
$O/edUtils2.o: io_handle.h tkEditor.h
566
$O/edUtils2.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
508
$O/edUtils2.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
567
$O/extract.o: edStructs.h $(SRCROOT)/Misc/xalloc.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
509
$O/edUtils2.o: active_tags.h tagdb.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
568
$O/extract.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
510
$O/edUtils2.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
569
$O/extract.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
511
$O/edUtils2.o: notes.h
570
$O/extract.o: io_handle.h io_utils.h fort.h $(SRCROOT)/Misc/FtoC.h edUtils.h qual.h
512
$O/edUtils2.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
571
$O/extract.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
513
$O/edUtils2.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
572
$O/extract.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
514
$O/extract.o: $(SRCROOT)/Misc/FtoC.h edUtils.h qual.h edStructs.h $(SRCROOT)/Misc/xalloc.h
573
$O/extract.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
574
$O/extract.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
515
$O/extract.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
516
$O/extract.o: $(SRCROOT)/g/g-filedefs.h
575
$O/extract.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
517
$O/extract.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
576
$O/extract.o: $(SRCROOT)/primer3/src/primer3.h
577
$O/extract.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
578
$O/extract.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
579
$O/extract.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
580
$O/extract.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h extract.h
518
$O/extract.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h extract.h
581
$O/extract.o: $(SRCROOT)/tk_utils/sheet.h
582
$O/extract.o: $(SRCROOT)/tk_utils/text_output.h notes.h
519
$O/extract.o: $(SRCROOT)/tk_utils/text_output.h notes.h
583
$O/extract.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
520
$O/extract.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
521
$O/extract.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
584
$O/extract.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
522
$O/extract.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
585
$O/extract.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
523
$O/extract.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
586
$O/extract.o: $(SRCROOT)/Misc/array.h
524
$O/extract.o: $(SRCROOT)/Misc/array.h
587
$O/extract.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
525
$O/extract.o: io_handle.h io_utils.h fort.h
588
$O/f2c.o: $(SRCROOT)/Misc/misc.h
526
$O/extract.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
589
$O/f2c.o: $(SRCROOT)/Misc/os.h
527
$O/extract.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
528
$O/extract.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
529
$O/extract.o: tkEditor.h
590
$O/f2c.o: $(SRCROOT)/Misc/xalloc.h f2c.h
530
$O/f2c.o: $(SRCROOT)/Misc/xalloc.h f2c.h
591
$O/fij.o: consen.h hash_lib.h $(SRCROOT)/seq_utils/align_lib.h io-reg.h
531
$O/f2c.o: $(SRCROOT)/Misc/os.h
592
$O/fij.o: contig_selector.h cs-object.h $(SRCROOT)/tk_utils/canvas_box.h
532
$O/f2c.o: $(SRCROOT)/Misc/misc.h
593
$O/fij.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
594
$O/fij.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
595
$O/fij.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
596
$O/fij.o: io_handle.h fort.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h fij.h
597
$O/fij.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
598
$O/fij.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
599
$O/fij.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
600
$O/fij.o: $(SRCROOT)/Misc/bitmap.h
533
$O/fij.o: $(SRCROOT)/Misc/bitmap.h
601
$O/fij.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/tk_utils/text_output.h complement.h
534
$O/fij.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
602
$O/fij.o: newgap_cmds.h list.h contigEditor.h edStructs.h $(SRCROOT)/Misc/xalloc.h
535
$O/fij.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h fort.h gap_globals.h
603
$O/fij.o: $(SRCROOT)/primer3/src/dpal.h template.h undo.h edUtils.h qual.h tagUtils.h
604
$O/fij.o: $(SRCROOT)/primer3/src/primer3.h
536
$O/fij.o: $(SRCROOT)/primer3/src/primer3.h
605
$O/fij.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
537
$O/fij.o: $(SRCROOT)/seq_utils/align_lib.h io-reg.h contig_selector.h cs-object.h
606
$O/fij.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
538
$O/fij.o: $(SRCROOT)/tk_utils/canvas_box.h
607
$O/fij.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h io_utils.h
539
$O/fij.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/tk_utils/text_output.h
608
$O/fij.o: $(SRCROOT)/tk8.4.6/generic/tk.h
609
$O/fij.o: $(SRCROOT)/tk_utils/sheet.h
540
$O/fij.o: $(SRCROOT)/tk_utils/sheet.h
610
$O/fij.o: $(SRCROOT)/tk_utils/tclXkeylist.h
541
$O/fij.o: $(SRCROOT)/tk_utils/tcl_utils.h fij.h consen.h hash_lib.h
611
$O/fij.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
542
$O/fij.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
612
$O/fij.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
543
$O/fij.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
544
$O/fij.o: tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h
613
$O/fij.o: IO.h
545
$O/fij.o: IO.h
546
$O/fij.o: newgap_cmds.h list.h contigEditor.h
547
$O/fij.o: $(SRCROOT)/primer3/src/dpal.h template.h undo.h
614
$O/fij.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
548
$O/fij.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
615
$O/fij.o: tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h
549
$O/fij.o: io_utils.h
616
$O/fij.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
550
$O/fij.o: complement.h $(SRCROOT)/tk_utils/tclXkeylist.h
617
$O/find_fragments.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
551
$O/fij.o: edStructs.h $(SRCROOT)/Misc/xalloc.h
618
$O/find_fragments.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
552
$O/fij.o: edUtils.h qual.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
619
$O/find_fragments.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
553
$O/fij.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
554
$O/fij.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
555
$O/find_fragments.o: $(SRCROOT)/Misc/bitmap.h
620
$O/find_fragments.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h find_fragments.h qual.h
556
$O/find_fragments.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h find_fragments.h qual.h
621
$O/find_fragments.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
557
$O/find_fragments.o: $(SRCROOT)/Misc/os.h
622
$O/find_fragments.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
558
$O/find_fragments.o: $(SRCROOT)/g/g-filedefs.h
623
$O/find_fragments.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
559
$O/find_fragments.o: IO.h $(SRCROOT)/g/g-defs.h
624
$O/find_fragments.o: gap-dbstruct.h
560
$O/find_fragments.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h
625
$O/find_fragments.o: $(SRCROOT)/Misc/array.h
561
$O/find_fragments.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
626
$O/find_fragments.o: $(SRCROOT)/g/g-os.h
562
$O/find_fragments.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
627
$O/find_fragments.o: IO.h
563
$O/find_fragments.o: io_handle.h io_utils.h
628
$O/find_oligo.o: contig_selector.h $(SRCROOT)/tk_utils/canvas_box.h contigEditor.h
629
$O/find_oligo.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h
630
$O/find_oligo.o: gap-dbstruct.h
631
$O/find_oligo.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h cs-object.h
632
$O/find_oligo.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
633
$O/find_oligo.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
634
$O/find_oligo.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
635
$O/find_oligo.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
636
$O/find_oligo.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
637
$O/find_oligo.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
638
$O/find_oligo.o: list.h undo.h edUtils.h qual.h tman_display.h
639
$O/find_oligo.o: $(SRCROOT)/Misc/bitmap.h
564
$O/find_oligo.o: $(SRCROOT)/Misc/bitmap.h
640
$O/find_oligo.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/seq_utils/dna_utils.h
565
$O/find_oligo.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/seq_utils/dna_utils.h
641
$O/find_oligo.o: ruler_display.h $(SRCROOT)/seq_utils/search_utils.h
566
$O/find_oligo.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
567
$O/find_oligo.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
568
$O/find_oligo.o: $(SRCROOT)/primer3/src/primer3.h
642
$O/find_oligo.o: $(SRCROOT)/seq_utils/sequence_formats.h
569
$O/find_oligo.o: $(SRCROOT)/seq_utils/sequence_formats.h
643
$O/find_oligo.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
644
$O/find_oligo.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tagdb.h
645
$O/find_oligo.o: tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tk8.4.6/generic/tkDecls.h
646
$O/find_oligo.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
647
$O/find_oligo.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
570
$O/find_oligo.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
571
$O/find_oligo.o: $(SRCROOT)/tk_utils/sheet.h $(SRCROOT)/tk_utils/tkSheet_struct.h
648
$O/find_oligo.o: $(SRCROOT)/tk_utils/tclXkeylist.h template_display.h hash.h
572
$O/find_oligo.o: $(SRCROOT)/tk_utils/tclXkeylist.h template_display.h hash.h
649
$O/find_oligo.o: $(SRCROOT)/tk_utils/text_output.h complement.h
573
$O/find_oligo.o: $(SRCROOT)/tk_utils/text_output.h complement.h
650
$O/find_oligo.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
574
$O/find_oligo.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
651
$O/find_oligo.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
652
$O/find_oligo.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
575
$O/find_oligo.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
576
$O/find_oligo.o: tagUtils.h
577
$O/find_oligo.o: fort.h tkEditor.h
653
$O/find_oligo.o: io_utils.h
578
$O/find_oligo.o: io_utils.h
654
$O/find_oligo.o: $(SRCROOT)/primer3/src/dpal.h template.h
579
$O/find_oligo.o: $(SRCROOT)/primer3/src/dpal.h template.h
655
$O/find_oligo.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
580
$O/find_oligo.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
656
$O/find_oligo.o: tagUtils.h
581
$O/find_oligo.o: io_handle.h
657
$O/find_repeats.o: complement.h contigEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
582
$O/find_oligo.o: $(SRCROOT)/tk_utils/tkSheet.h
658
$O/find_repeats.o: consen.h gap_hash.h
583
$O/find_oligo.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
659
$O/find_repeats.o: contig_selector.h $(SRCROOT)/tk_utils/canvas_box.h
584
$O/find_oligo.o: contig_selector.h $(SRCROOT)/tk_utils/canvas_box.h contigEditor.h
585
$O/find_oligo.o: edStructs.h $(SRCROOT)/Misc/xalloc.h
586
$O/find_oligo.o: gap-dbstruct.h
587
$O/find_oligo.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h cs-object.h
588
$O/find_oligo.o: list.h undo.h edUtils.h qual.h tman_display.h
589
$O/find_oligo.o: ruler_display.h $(SRCROOT)/seq_utils/search_utils.h
590
$O/find_oligo.o: tagdb.h
591
$O/find_repeats.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
592
$O/find_repeats.o: $(SRCROOT)/Misc/xalloc.h
593
$O/find_repeats.o: $(SRCROOT)/g/g-filedefs.h
594
$O/find_repeats.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
595
$O/find_repeats.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
596
$O/find_repeats.o: $(SRCROOT)/tk_utils/canvas_box.h
597
$O/find_repeats.o: $(SRCROOT)/tk_utils/cli_arg.h find_repeats.h consen.h gap_hash.h
598
$O/find_repeats.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
599
$O/find_repeats.o: edStructs.h
600
$O/find_repeats.o: $(SRCROOT)/tk_utils/text_output.h
601
$O/find_repeats.o: $(SRCROOT)/g/g-os.h gap-if.h
602
$O/find_repeats.o: io_handle.h io_utils.h
603
$O/find_repeats.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
604
$O/find_repeats.o: cs-object.h io-reg.h contig_selector.h
605
$O/find_repeats.o: fort.h $(SRCROOT)/tk_utils/tclXkeylist.h complement.h contigEditor.h
660
$O/find_repeats.o: gap-dbstruct.h
606
$O/find_repeats.o: gap-dbstruct.h
661
$O/find_repeats.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
607
$O/find_repeats.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
662
$O/find_repeats.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
608
$O/find_repeats.o: qual.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
663
$O/find_repeats.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
664
$O/find_repeats.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
665
$O/find_repeats.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
666
$O/find_repeats.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
667
$O/find_repeats.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
668
$O/find_repeats.o: list.h undo.h edUtils.h qual.h tagUtils.h tagDefs.h fortran.h
669
$O/find_repeats.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
670
$O/find_repeats.o: $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
671
$O/find_repeats.o: $(SRCROOT)/Misc/xalloc.h cs-object.h io-reg.h
672
$O/find_repeats.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
673
$O/find_repeats.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
674
$O/find_repeats.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h edStructs.h tkEditor.h
675
$O/find_repeats.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
609
$O/find_repeats.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
676
$O/find_repeats.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h find_repeats.h
610
$O/find_repeats.o: tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
677
$O/find_repeats.o: $(SRCROOT)/tk_utils/text_output.h fort.h $(SRCROOT)/tk_utils/tclXkeylist.h
611
$O/find_repeats.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
678
$O/find_repeats.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
679
$O/find_repeats.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
680
$O/find_repeats.o: $(SRCROOT)/primer3/src/dpal.h template.h
681
$O/gap_array.o: active_tags.h tagdb.h
682
$O/gap_array.o: gap_array.h $(SRCROOT)/tk8.4.6/generic/tk.h
683
$O/gap_array.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
684
$O/gap_array.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
685
$O/gap_array.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
686
$O/gap_array.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
687
$O/gap_canvas_box.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
688
$O/gap_canvas_box.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
689
$O/gap_canvas_box.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
690
$O/gap_canvas_box.o: $(SRCROOT)/Misc/bitmap.h
691
$O/gap_canvas_box.o: $(SRCROOT)/Misc/os.h
692
$O/gap_canvas_box.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
693
$O/gap_canvas_box.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
694
$O/gap_canvas_box.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io-reg.h
695
$O/gap_canvas_box.o: $(SRCROOT)/tk_utils/canvas_box.h
696
$O/gap_canvas_box.o: gap-dbstruct.h
697
$O/gap_canvas_box.o: IO.h $(SRCROOT)/g/g-defs.h
698
$O/gap_canvas_box.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
699
$O/gap_canvas_box.o: $(SRCROOT)/g/g-os.h gap-if.h
700
$O/gap_cli_arg.o: gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h
701
$O/gap_cli_arg.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
702
$O/gap_cli_arg.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
703
$O/gap_cli_arg.o: io_utils.h
704
$O/gap_cli_arg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
705
$O/gap_cli_arg.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
706
$O/gap_cli_arg.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
707
$O/gap_cli_arg.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/Misc/misc.h
708
$O/gap_cli_arg.o: IO.h $(SRCROOT)/g/g-defs.h
709
$O/gap_cli_arg.o: $(SRCROOT)/Misc/xalloc.h
710
$O/gap_cli_arg.o: $(SRCROOT)/Misc/os.h
711
$O/gap-create.o: gap-dbstruct.h gap-init.h gap-io.h gap-defaults.h
712
$O/gap-create.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/g/g-misc.h gap-error.h gap-if.h
713
$O/gap-create.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/g/g-io.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/g/g-error.h
714
$O/gap-create.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/Misc/array.h gap-create.h
715
$O/gap-create.o: $(SRCROOT)/Misc/FtoC.h
716
$O/gap-create.o: $(SRCROOT)/Misc/os.h
612
$O/gap-create.o: $(SRCROOT)/Misc/os.h
613
$O/gap-create.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/Misc/array.h gap-create.h gap-dbstruct.h
614
$O/gap-create.o: $(SRCROOT)/g/g-io.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-defs.h
615
$O/gap-create.o: $(SRCROOT)/g/g-misc.h gap-error.h gap-if.h $(SRCROOT)/g/g-struct.h
717
$O/gap-create.o: $(SRCROOT)/Misc/bitmap.h
616
$O/gap-create.o: $(SRCROOT)/Misc/bitmap.h
718
$O/gap-create.o: $(SRCROOT)/Misc/xerror.h
617
$O/gap-create.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h
719
$O/gap-dbstruct.o: gap-dbstruct.h
618
$O/gap-create.o: gap-init.h gap-io.h gap-defaults.h $(SRCROOT)/Misc/FtoC.h
619
$O/gap-dbstruct.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h gap-dbstruct.h
720
$O/gap-dbstruct.o: $(SRCROOT)/g/g-os.h
620
$O/gap-dbstruct.o: $(SRCROOT)/g/g-os.h
721
$O/gap-dbstruct.o: $(SRCROOT)/Misc/os.h
621
$O/gap-dbstruct.o: $(SRCROOT)/Misc/os.h
722
$O/gap-dbstruct.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
622
$O/gap-error.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
723
$O/gap-error.o: gap-error.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/array.h
623
$O/gap-error.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/bitmap.h
724
$O/gap-error.o: $(SRCROOT)/Misc/bitmap.h stack_dump.h
624
$O/gap-error.o: $(SRCROOT)/Misc/xalloc.h gap-error.h
725
$O/gap-error.o: $(SRCROOT)/Misc/misc.h
625
$O/gap-error.o: stack_dump.h
726
$O/gap-error.o: $(SRCROOT)/Misc/os.h
626
$O/gap-if.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h gap-local.h gap-remote.h
727
$O/gap-error.o: $(SRCROOT)/Misc/xalloc.h
627
$O/gap-if.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
728
$O/gap_globals.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
729
$O/gap_globals.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
730
$O/gap_globals.o: io_utils.h
731
$O/gap_globals.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
732
$O/gap_globals.o: $(SRCROOT)/seq_utils/align_lib.h hash_lib.h notedb.h
733
$O/gap_globals.o: $(SRCROOT)/seq_utils/align_lib_old.h consen.h IO.h $(SRCROOT)/g/g-defs.h
734
$O/gap_globals.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/align.h
735
$O/gap_globals.o: $(SRCROOT)/seq_utils/genetic_code.h
736
$O/gap_globals.o: $(SRCROOT)/seq_utils/read_matrix.h gap_globals.h $(SRCROOT)/Misc/os.h
737
$O/gap_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
738
$O/gap_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/tk_utils/tclXkeylist.h
739
$O/gap_globals.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
740
$O/gap_globals.o: fort.h
741
$O/gap_globals.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
742
$O/gap_globals.o: $(SRCROOT)/Misc/xalloc.h
743
$O/gap_hash.o: gap-dbstruct.h
744
$O/gap_hash.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
745
$O/gap_hash.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
746
$O/gap_hash.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
747
$O/gap_hash.o: io_handle.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
748
$O/gap_hash.o: $(SRCROOT)/seq_utils/align_lib.h
749
$O/gap_hash.o: $(SRCROOT)/seq_utils/dna_utils.h gap_hash.h hash_lib.h
750
$O/gap_hash.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
751
$O/gap_hash.o: io_utils.h IO.h
752
$O/gap_hash.o: fort.h $(SRCROOT)/Misc/os.h
753
$O/gap-if.o: gap-if.h $(SRCROOT)/g/g-os.h
754
$O/gap-if.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-filedefs.h
755
$O/gap-if.o: $(SRCROOT)/Misc/array.h gap-local.h gap-remote.h gap-init.h
756
$O/gap-if.o: $(SRCROOT)/g/g-struct.h
757
$O/gap-if.o: $(SRCROOT)/Misc/os.h
628
$O/gap-if.o: $(SRCROOT)/Misc/os.h
629
$O/gap-if.o: gap-if.h $(SRCROOT)/g/g-os.h
630
$O/gap-if.o: gap-init.h
758
$O/gap-init.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h gap-io.h
631
$O/gap-init.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h gap-io.h
759
$O/gap-init.o: $(SRCROOT)/g/g-os.h
760
$O/gap-init.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
632
$O/gap-init.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
761
$O/gap-init.o: $(SRCROOT)/Misc/os.h
633
$O/gap-init.o: $(SRCROOT)/Misc/os.h
762
$O/gap-init.o: gap-init.h gap-if.h
634
$O/gap-init.o: gap-init.h gap-if.h $(SRCROOT)/g/g-os.h
763
$O/gap-io.o: $(SRCROOT)/Misc/array.h gap-error.h gap-if.h $(SRCROOT)/Misc/xalloc.h
635
$O/gap-io.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h
764
$O/gap-io.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-filedefs.h
636
$O/gap-io.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
765
$O/gap-io.o: $(SRCROOT)/Misc/os.h
637
$O/gap-io.o: $(SRCROOT)/Misc/os.h
766
$O/gap-io.o: $(SRCROOT)/g/g-os.h
638
$O/gap-io.o: $(SRCROOT)/g/g-os.h
767
$O/gap-io.o: $(SRCROOT)/g/g-error.h
639
$O/gap-io.o: gap-error.h gap-if.h $(SRCROOT)/Misc/xalloc.h
768
$O/gap-local.o: gap-local.h gap-if.h gap-dbstruct.h
640
$O/gap-local.o: $(SRCROOT)/Misc/xalloc.h
641
$O/gap-local.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h
769
$O/gap-local.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/g/g-connect.h $(SRCROOT)/g/g-db.h
642
$O/gap-local.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/g/g-connect.h $(SRCROOT)/g/g-db.h
770
$O/gap-local.o: $(SRCROOT)/g/g-request.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
643
$O/gap-local.o: $(SRCROOT)/g/g-request.h $(SRCROOT)/g/g-struct.h
771
$O/gap-local.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h
772
$O/gap-local.o: $(SRCROOT)/Misc/os.h
644
$O/gap-local.o: $(SRCROOT)/Misc/os.h
773
$O/gap-local.o: $(SRCROOT)/Misc/xalloc.h
645
$O/gap-local.o: gap-local.h gap-if.h gap-dbstruct.h
774
$O/gap-remote.o: gap-dbstruct.h
775
$O/gap-remote.o: $(SRCROOT)/g/g-db.h gap-remote.h gap-if.h
776
$O/gap-remote.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/g/g-connect.h
646
$O/gap-remote.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/g/g-connect.h
777
$O/gap-remote.o: $(SRCROOT)/g/g-request.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
647
$O/gap-remote.o: $(SRCROOT)/g/g-os.h
778
$O/gap-remote.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/g/g-os.h
648
$O/gap-remote.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h
649
$O/gap-remote.o: $(SRCROOT)/g/g-db.h gap-remote.h
650
$O/gap-remote.o: $(SRCROOT)/g/g-request.h
779
$O/gap-remote.o: $(SRCROOT)/Misc/os.h
651
$O/gap-remote.o: $(SRCROOT)/Misc/os.h
780
$O/gap-tcl.o: clones.h seqInfo.h gap-tcl.h
652
$O/gap-remote.o: gap-dbstruct.h
653
$O/gap-remote.o: gap-if.h
654
$O/gap-tcl.o: $(SRCROOT)/Misc/bitmap.h
655
$O/gap-tcl.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h clones.h seqInfo.h gap-tcl.h
656
$O/gap-tcl.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
657
$O/gap-tcl.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
658
$O/gap-tcl.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
659
$O/gap-tcl.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
660
$O/gap-tcl.o: $(SRCROOT)/tk_utils/cli_arg.h
661
$O/gap-tcl.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
662
$O/gap-tcl.o: $(SRCROOT)/tk_utils/tclXkeylist.h IO.h
663
$O/gap-tcl.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
781
$O/gap-tcl.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
664
$O/gap-tcl.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
782
$O/gap-tcl.o: gap-dbstruct.h
665
$O/gap-tcl.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
783
$O/gap-tcl.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h gap-error.h tagUtils.h
666
$O/gap-tcl.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h gap-error.h tagUtils.h
784
$O/gap-tcl.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
667
$O/gap-tcl.o: io_utils.h
785
$O/gap-tcl.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
786
$O/gap-tcl.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
787
$O/gap-tcl.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
788
$O/gap-tcl.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
789
$O/gap-tcl.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
790
$O/gap-tcl.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
791
$O/gap-tcl.o: $(SRCROOT)/tk8.4.6/generic/tk.h
792
$O/gap-tcl.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
668
$O/gap-tcl.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
793
$O/gap-tcl.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
669
$O/gap-tcl.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
794
$O/gap-tcl.o: $(SRCROOT)/tk_utils/tclXkeylist.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
670
$O/gap_array.o: $(SRCROOT)/tk_utils/tcl_utils.h
795
$O/gap-tcl.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
671
$O/gap_array.o: active_tags.h tagdb.h
796
$O/gap-tcl.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
672
$O/gap_array.o: gap_array.h
797
$O/gap-tcl.o: undo.h edUtils.h qual.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
673
$O/gap_canvas_box.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
798
$O/gap-tcl.o: $(SRCROOT)/tk_utils/cli_arg.h
674
$O/gap_canvas_box.o: $(SRCROOT)/Misc/os.h
799
$O/gap-tcl.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
675
$O/gap_canvas_box.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
800
$O/gap-tcl.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
676
$O/gap_canvas_box.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
801
$O/gap-tcl.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
677
$O/gap_canvas_box.o: $(SRCROOT)/tk_utils/canvas_box.h
802
$O/hash_lib.o: $(SRCROOT)/seq_utils/align_lib.h
678
$O/gap_canvas_box.o: $(SRCROOT)/g/g-os.h gap-if.h
803
$O/hash_lib.o: $(SRCROOT)/Misc/xalloc.h
679
$O/gap_canvas_box.o: gap-dbstruct.h
804
$O/hash_lib.o: $(SRCROOT)/seq_utils/dna_utils.h hash_lib.h
680
$O/gap_canvas_box.o: IO.h $(SRCROOT)/g/g-defs.h
681
$O/gap_canvas_box.o: io-reg.h
682
$O/gap_canvas_box.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
683
$O/gap_cli_arg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
684
$O/gap_cli_arg.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
685
$O/gap_cli_arg.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
686
$O/gap_cli_arg.o: IO.h $(SRCROOT)/g/g-defs.h
687
$O/gap_cli_arg.o: $(SRCROOT)/Misc/xalloc.h io_utils.h
688
$O/gap_cli_arg.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
689
$O/gap_cli_arg.o: gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h
690
$O/gap_globals.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
691
$O/gap_globals.o: $(SRCROOT)/Misc/misc.h
692
$O/gap_globals.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/align.h
693
$O/gap_globals.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
694
$O/gap_globals.o: $(SRCROOT)/seq_utils/align_lib.h hash_lib.h notedb.h
695
$O/gap_globals.o: $(SRCROOT)/seq_utils/align_lib_old.h consen.h IO.h $(SRCROOT)/g/g-defs.h
696
$O/gap_globals.o: $(SRCROOT)/seq_utils/genetic_code.h
697
$O/gap_globals.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/seq_utils/read_matrix.h
698
$O/gap_globals.o: fort.h
699
$O/gap_globals.o: $(SRCROOT)/tk_utils/tcl_utils.h
700
$O/gap_globals.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
701
$O/gap_globals.o: gap_globals.h $(SRCROOT)/Misc/os.h
702
$O/gap_globals.o: io_utils.h
703
$O/gap_hash.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
704
$O/gap_hash.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
705
$O/gap_hash.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
706
$O/gap_hash.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
707
$O/gap_hash.o: io_utils.h IO.h $(SRCROOT)/g/g-defs.h
708
$O/gap_hash.o: fort.h $(SRCROOT)/Misc/os.h
709
$O/gap_hash.o: io_handle.h
710
$O/gap_hash.o: gap_hash.h hash_lib.h $(SRCROOT)/seq_utils/align_lib.h
711
$O/hash.o: $(SRCROOT)/Misc/xalloc.h
712
$O/hash.o: hash.h
805
$O/hash_lib.o: $(SRCROOT)/Misc/os.h
713
$O/hash_lib.o: $(SRCROOT)/Misc/os.h
714
$O/hash_lib.o: $(SRCROOT)/seq_utils/dna_utils.h hash_lib.h $(SRCROOT)/seq_utils/align_lib.h
806
$O/hash_lib.o: $(SRCROOT)/Misc/misc.h
715
$O/hash_lib.o: $(SRCROOT)/Misc/misc.h
807
$O/hash.o: hash.h $(SRCROOT)/Misc/xalloc.h
716
$O/hash_lib.o: $(SRCROOT)/Misc/xalloc.h
808
$O/init.o: active_tags.h tagdb.h
809
$O/init.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
810
$O/init.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h edStructs.h
811
$O/init.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
812
$O/init.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
813
$O/init.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
814
$O/init.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
717
$O/init.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
815
$O/init.o: $(SRCROOT)/Misc/os.h
718
$O/init.o: $(SRCROOT)/Misc/os.h
816
$O/init.o: $(SRCROOT)/Misc/xalloc.h io-reg.h primlib.h
719
$O/init.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
817
$O/init.o: newgap_cmds.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h gap-tcl.h
818
$O/init.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
720
$O/init.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
819
$O/init.o: $(SRCROOT)/primer3/src/primer3.h
820
$O/init.o: tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
821
$O/init.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
822
$O/init.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
823
$O/init.o: tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
824
$O/init.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h contigEditor.h fort.h
721
$O/init.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h contigEditor.h fort.h
825
$O/init.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
826
$O/init.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
722
$O/init.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
723
$O/init.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
724
$O/init.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
827
$O/init.o: IO.h $(SRCROOT)/g/g-defs.h
725
$O/init.o: IO.h $(SRCROOT)/g/g-defs.h
828
$O/init.o: gap-error.h
726
$O/init.o: gap-error.h
727
$O/init.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
829
$O/init.o: io_utils.h
728
$O/init.o: io_utils.h
830
$O/init.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
729
$O/init.o: tkEditor.h
831
$O/init.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
730
$O/init.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
832
$O/IO2.o: cs-object.h $(SRCROOT)/tk_utils/canvas_box.h
731
$O/init.o: active_tags.h tagdb.h
833
$O/IO2.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
732
$O/init.o: io_handle.h edStructs.h $(SRCROOT)/Misc/xalloc.h
834
$O/IO2.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
733
$O/init.o: newgap_cmds.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h gap-tcl.h
835
$O/IO2.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
734
$O/init.o: tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
836
$O/IO2.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
735
$O/io-reg.o: $(SRCROOT)/Misc/xalloc.h
837
$O/IO2.o: $(SRCROOT)/io_lib/include/scf_extras.h $(SRCROOT)/Misc/FtoC.h contig_selector.h
736
$O/io-reg.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
838
$O/IO2.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
737
$O/io-reg.o: $(SRCROOT)/g/g-filedefs.h
839
$O/IO2.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h $(SRCROOT)/Misc/misc.h gap-create.h
738
$O/io-reg.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
840
$O/IO2.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
739
$O/io-reg.o: io-reg.h $(SRCROOT)/Misc/misc.h
841
$O/IO2.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
740
$O/io-reg.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
842
$O/IO2.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/text_output.h
741
$O/io-reg.o: $(SRCROOT)/Misc/array.h
843
$O/IO2.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
742
$O/io-reg.o: io_handle.h io_utils.h
844
$O/IO2.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
743
$O/io-reg.o: gap-dbstruct.h
845
$O/IO2.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
744
$O/io-reg.o: tk-io-reg.h $(SRCROOT)/tk_utils/text_output.h
846
$O/IO2.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h
745
$O/io_handle.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
847
$O/IO2.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
746
$O/io_handle.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
848
$O/IO2.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
849
$O/IO2.o: clones.h seqInfo.h notes.h
850
$O/IO2.o: $(SRCROOT)/Misc/array.h
851
$O/IO2.o: fort.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
852
$O/IO2.o: IO2.h tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h
853
$O/IO2.o: $(SRCROOT)/g/g-os.h gap-if.h
854
$O/IO3.o: fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
855
$O/IO3.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
856
$O/IO3.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
857
$O/IO3.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
858
$O/IO3.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
859
$O/IO3.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
860
$O/IO3.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
861
$O/IO3.o: $(SRCROOT)/Misc/FtoC.h
862
$O/IO3.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
863
$O/IO3.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h tagDefs.h
864
$O/IO3.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
865
$O/IO3.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
866
$O/IO3.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
867
$O/IO3.o: $(SRCROOT)/tk8.4.6/generic/tk.h
868
$O/IO3.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h gap-error.h
869
$O/IO3.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h
870
$O/IO3.o: IO.h
871
$O/IO3.o: $(SRCROOT)/Misc/array.h
872
$O/IO3.o: edUtils.h qual.h edStructs.h fort.h tkEditor.h
873
$O/IO3.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
874
$O/io_handle.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
875
$O/io_handle.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
747
$O/io_handle.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
876
$O/io_handle.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
748
$O/io_handle.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
877
$O/io_handle.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
749
$O/io_handle.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
878
$O/io_handle.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
879
$O/io_handle.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
880
$O/io_handle.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h edUtils.h
881
$O/io_handle.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
882
$O/io_handle.o: $(SRCROOT)/primer3/src/primer3.h
883
$O/io_handle.o: qual.h edStructs.h fort.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
884
$O/io_handle.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
885
$O/io_handle.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
886
$O/io_handle.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
887
$O/io_handle.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/tk_utils/text_output.h
750
$O/io_handle.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/tk_utils/text_output.h
888
$O/io_handle.o: $(SRCROOT)/tk_utils/sheet.h
751
$O/io_handle.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
889
$O/io_handle.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
752
$O/io_handle.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
890
$O/io_handle.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
753
$O/io_handle.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
891
$O/io_handle.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
754
$O/io_handle.o: edUtils.h qual.h edStructs.h fort.h
892
$O/io_handle.o: $(SRCROOT)/primer3/src/dpal.h template.h
893
$O/io_handle.o: IO.h
755
$O/io_handle.o: IO.h
894
$O/io_handle.o: $(SRCROOT)/Misc/array.h
756
$O/io_handle.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
895
$O/io_handle.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
757
$O/io_handle.o: io_handle.h io_utils.h
896
$O/IO.o: edUtils.h qual.h edStructs.h fort.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
758
$O/io_handle.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
897
$O/IO.o: fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
759
$O/io_handle.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
898
$O/IO.o: gap-create.h gap-io.h gap-error.h IO.h io_handle.h io_utils.h actf.h
760
$O/io_handle.o: tkEditor.h
899
$O/IO.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-filedefs.h gap-init.h gap-dbstruct.h
900
$O/IO.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/g/g-error.h gap-if.h $(SRCROOT)/g/g-os.h $(SRCROOT)/g/g-struct.h
901
$O/IO.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
902
$O/IO.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
903
$O/IO.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
904
$O/IO.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
905
$O/IO.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/tk_utils/licence.h
906
$O/IO.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h tagDefs.h
907
$O/IO.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
908
$O/IO.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
909
$O/IO.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
910
$O/IO.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/FtoC.h
911
$O/IO.o: $(SRCROOT)/tk_utils/text_output.h notes.h
912
$O/IO.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h
913
$O/IO.o: $(SRCROOT)/Misc/xalloc.h
914
$O/io-reg.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
915
$O/io-reg.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
916
$O/io-reg.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
917
$O/io-reg.o: $(SRCROOT)/Misc/bitmap.h
918
$O/io-reg.o: $(SRCROOT)/Misc/xalloc.h tk-io-reg.h
919
$O/io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
920
$O/io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
921
$O/io-reg.o: $(SRCROOT)/tk_utils/text_output.h
922
$O/io-reg.o: io-reg.h $(SRCROOT)/Misc/misc.h
923
$O/io-reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
924
$O/io-reg.o: IO.h
925
$O/io_utils.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
926
$O/io_utils.o: $(SRCROOT)/Misc/os.h
761
$O/io_utils.o: $(SRCROOT)/Misc/os.h
927
$O/io_utils.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/FtoC.h
762
$O/io_utils.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/FtoC.h
928
$O/io_utils.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
763
$O/io_utils.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
929
$O/io_utils.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
764
$O/io_utils.o: $(SRCROOT)/g/g-filedefs.h
930
$O/io_utils.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h $(SRCROOT)/Misc/misc.h
931
$O/io_utils.o: IO.h $(SRCROOT)/g/g-defs.h
765
$O/io_utils.o: IO.h $(SRCROOT)/g/g-defs.h
932
$O/io_utils.o: io_utils.h
766
$O/io_utils.o: io_utils.h
933
$O/io_utils.o: $(SRCROOT)/Misc/array.h
767
$O/io_utils.o: $(SRCROOT)/Misc/array.h
934
$O/io_utils.o: $(SRCROOT)/g/g-os.h gap-if.h
768
$O/io_utils.o: io_handle.h $(SRCROOT)/Misc/misc.h
935
$O/join.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
769
$O/io_utils.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
936
$O/join.o: fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
937
$O/join.o: gap-dbstruct.h
938
$O/join.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
770
$O/join.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
939
$O/join.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
771
$O/join.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
940
$O/join.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
941
$O/join.o: IO2.h contigEditor.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
942
$O/join.o: io_handle.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
943
$O/join.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
944
$O/join.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
945
$O/join.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
946
$O/join.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/dna_utils.h
947
$O/join.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
948
$O/join.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h tagDefs.h
949
$O/join.o: $(SRCROOT)/primer3/src/primer3.h
950
$O/join.o: $(SRCROOT)/seq_utils/align_lib.h hash_lib.h notes.h
772
$O/join.o: $(SRCROOT)/seq_utils/align_lib.h hash_lib.h notes.h
951
$O/join.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
773
$O/join.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/dna_utils.h IO2.h
952
$O/join.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
774
$O/join.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/misc.h
953
$O/join.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/seq_utils/align.h
775
$O/join.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
954
$O/join.o: $(SRCROOT)/tk_utils/sheet.h
776
$O/join.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h
955
$O/join.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
956
$O/join.o: IO.h
777
$O/join.o: IO.h
957
$O/join.o: edStructs.h
778
$O/join.o: fort.h
958
$O/join.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
779
$O/join.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
780
$O/join.o: edStructs.h $(SRCROOT)/Misc/xalloc.h
781
$O/join.o: io_handle.h
782
$O/join.o: contigEditor.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
783
$O/join.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
784
$O/join.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
785
$O/join.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
786
$O/join.o: io_utils.h
787
$O/join.o: tkEditor.h
788
$O/join.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
789
$O/join.o: undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
959
$O/list.o: $(SRCROOT)/Misc/xalloc.h
790
$O/list.o: $(SRCROOT)/Misc/xalloc.h
960
$O/list.o: list.h
791
$O/list.o: list.h
961
$O/list_proc.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
792
$O/list_proc.o: $(SRCROOT)/Misc/FtoC.h newgap_cmds.h
962
$O/list_proc.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
793
$O/list_proc.o: $(SRCROOT)/Misc/bitmap.h
963
$O/list_proc.o: $(SRCROOT)/g/g-filedefs.h io_handle.h $(SRCROOT)/Misc/FtoC.h newgap_cmds.h
964
$O/list_proc.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
965
$O/list_proc.o: $(SRCROOT)/Misc/os.h
794
$O/list_proc.o: $(SRCROOT)/Misc/os.h
966
$O/list_proc.o: $(SRCROOT)/Misc/xalloc.h
795
$O/list_proc.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
967
$O/list_proc.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
796
$O/list_proc.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
968
$O/list_proc.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
969
$O/list_proc.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
970
$O/list_proc.o: $(SRCROOT)/tk8.4.6/generic/tk.h
971
$O/list_proc.o: IO.h $(SRCROOT)/g/g-defs.h
972
$O/list_proc.o: gap-dbstruct.h
973
$O/list_proc.o: io_utils.h
797
$O/list_proc.o: io_utils.h
974
$O/list_proc.o: $(SRCROOT)/g/g-os.h
798
$O/list_proc.o: IO.h $(SRCROOT)/g/g-defs.h
975
$O/list_proc.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h list.h
799
$O/list_proc.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
976
$O/mess.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
800
$O/list_proc.o: list.h gap_globals.h
977
$O/mess.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
801
$O/list_proc.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
802
$O/mess.o: $(SRCROOT)/tk_utils/text_output.h
803
$O/newgap_cmds.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
804
$O/newgap_cmds.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h newgap_cmds.h
805
$O/newgap_cmds.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
806
$O/newgap_cmds.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
807
$O/newgap_cmds.o: $(SRCROOT)/seq_utils/align_lib_old.h seqInfo.h $(SRCROOT)/Misc/locks.h
808
$O/newgap_cmds.o: $(SRCROOT)/seq_utils/read_matrix.h $(SRCROOT)/seq_utils/genetic_code.h
809
$O/newgap_cmds.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/seq_utils/sequence_formats.h
810
$O/newgap_cmds.o: $(SRCROOT)/tk_utils/text_output.h quality_plot.h restriction_enzymes.h
811
$O/newgap_cmds.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
812
$O/newgap_cmds.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
813
$O/newgap_cmds.o: $(SRCROOT)/tk_utils/canvas_box.h
978
$O/newgap_cmds.o: break_contig.h readpair.h tk-io-reg.h cs-object.h complement.h
814
$O/newgap_cmds.o: break_contig.h readpair.h tk-io-reg.h cs-object.h complement.h
979
$O/newgap_cmds.o: check_assembly.h probe.h find_oligo.h show_relationships.h
815
$O/newgap_cmds.o: check_assembly.h probe.h find_oligo.h show_relationships.h
980
$O/newgap_cmds.o: consistency_display.h confidence_graph.h gap-create.h
816
$O/newgap_cmds.o: consistency_display.h confidence_graph.h gap-create.h
981
$O/newgap_cmds.o: contig_order.h clip.h notes.h $(SRCROOT)/tk_utils/licence.h
817
$O/newgap_cmds.o: contig_order.h clip.h notes.h $(SRCROOT)/tk_utils/licence.h
982
$O/newgap_cmds.o: dbcheck.h alter_rel.h dstrand.h $(SRCROOT)/tk_utils/tclXkeylist.h
818
$O/newgap_cmds.o: dbcheck.h alter_rel.h dstrand.h $(SRCROOT)/tk_utils/tclXkeylist.h
983
$O/newgap_cmds.o: extract.h preass.h copy_db.h oligo_sel.h contig_selector.h
819
$O/newgap_cmds.o: extract.h preass.h copy_db.h oligo_sel.h contig_selector.h
820
$O/newgap_cmds.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
984
$O/newgap_cmds.o: gap_array.h fij.h consen.h hash_lib.h $(SRCROOT)/seq_utils/align_lib.h
821
$O/newgap_cmds.o: gap_array.h fij.h consen.h hash_lib.h $(SRCROOT)/seq_utils/align_lib.h
985
$O/newgap_cmds.o: gap_canvas_box.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
822
$O/newgap_cmds.o: gap_canvas_box.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
986
$O/newgap_cmds.o: gap_globals.h template_display.h hash.h active_tags.h tagdb.h
823
$O/newgap_cmds.o: gap_globals.h template_display.h hash.h active_tags.h tagdb.h
987
$O/newgap_cmds.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
988
$O/newgap_cmds.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
989
$O/newgap_cmds.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
990
$O/newgap_cmds.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
991
$O/newgap_cmds.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
992
$O/newgap_cmds.o: io-reg.h ruler_display.h $(SRCROOT)/tk_utils/tcl_utils.h qual.h
824
$O/newgap_cmds.o: io-reg.h ruler_display.h $(SRCROOT)/tk_utils/tcl_utils.h qual.h
993
$O/newgap_cmds.o: list.h undo.h edUtils.h tman_display.h
825
$O/newgap_cmds.o: io_utils.h
994
$O/newgap_cmds.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h newgap_cmds.h
995
$O/newgap_cmds.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
996
$O/newgap_cmds.o: plot_quality.h auto_assemble.h dis_readings.h find_repeats.h
826
$O/newgap_cmds.o: plot_quality.h auto_assemble.h dis_readings.h find_repeats.h
997
$O/newgap_cmds.o: qualIO.h gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h newgap_structs.h
827
$O/newgap_cmds.o: qualIO.h gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h newgap_structs.h
998
$O/newgap_cmds.o: reactions.h list_proc.h $(SRCROOT)/Misc/misc.h
828
$O/newgap_cmds.o: reactions.h list_proc.h $(SRCROOT)/Misc/misc.h
999
$O/newgap_cmds.o: readpair_coverage.h reading_coverage.h strand_coverage.h
829
$O/newgap_cmds.o: readpair_coverage.h reading_coverage.h strand_coverage.h
1000
$O/newgap_cmds.o: $(SRCROOT)/seq_utils/align_lib_old.h seqInfo.h $(SRCROOT)/Misc/locks.h
1001
$O/newgap_cmds.o: $(SRCROOT)/seq_utils/read_matrix.h $(SRCROOT)/seq_utils/genetic_code.h
1002
$O/newgap_cmds.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/seq_utils/sequence_formats.h
1003
$O/newgap_cmds.o: shuffle_pads.h
830
$O/newgap_cmds.o: shuffle_pads.h
1004
$O/newgap_cmds.o: stop_codon.h assemble_direct.h $(SRCROOT)/seq_utils/align.h
831
$O/newgap_cmds.o: stop_codon.h assemble_direct.h $(SRCROOT)/seq_utils/align.h
1005
$O/newgap_cmds.o: tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
832
$O/newgap_cmds.o: tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
1006
$O/newgap_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1007
$O/newgap_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/tk8.4.6/generic/tk.h
1008
$O/newgap_cmds.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/canvas_box.h
1009
$O/newgap_cmds.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
833
$O/newgap_cmds.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1010
$O/newgap_cmds.o: $(SRCROOT)/tk_utils/text_output.h quality_plot.h restriction_enzymes.h
834
$O/newgap_cmds.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1011
$O/newgap_cmds.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
835
$O/notedb.o: $(SRCROOT)/Misc/os.h
1012
$O/newgap_cmds.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
836
$O/notedb.o: $(SRCROOT)/Misc/misc.h
1013
$O/newgap_cmds.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1014
$O/newgap_cmds.o: $(SRCROOT)/primer3/src/dpal.h template.h
1015
$O/newgap_cmds.o: $(SRCROOT)/Misc/array.h
1016
$O/newgap_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
1017
$O/notedb.o: notedb.h
1018
$O/notedb.o: $(SRCROOT)/Misc/xalloc.h
837
$O/notedb.o: $(SRCROOT)/Misc/xalloc.h
1019
$O/notedb.o: $(SRCROOT)/Misc/parse_db.h
838
$O/notedb.o: $(SRCROOT)/Misc/parse_db.h notedb.h
1020
$O/notedb.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
839
$O/notes.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h gap_globals.h
1021
$O/notes.o: gap_cli_arg.h notes.h
840
$O/notes.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1022
$O/notes.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
841
$O/notes.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
1023
$O/notes.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/text_output.h
842
$O/notes.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
1024
$O/notes.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
843
$O/notes.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/text_output.h gap_cli_arg.h
1025
$O/notes.o: io_handle.h io_utils.h
1026
$O/notes.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
1027
$O/notes.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
1028
$O/notes.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
1029
$O/notes.o: $(SRCROOT)/Misc/bitmap.h
1030
$O/notes.o: tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
1031
$O/notes.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
1032
$O/notes.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1033
$O/notes.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
1034
$O/notes.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
844
$O/notes.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1035
$O/notes.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
845
$O/notes.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1036
$O/notes.o: undo.h edUtils.h qual.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
1037
$O/notes.o: $(SRCROOT)/tk_utils/cli_arg.h
846
$O/notes.o: $(SRCROOT)/tk_utils/cli_arg.h
1038
$O/notes.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
847
$O/notes.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1039
$O/notes.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
848
$O/notes.o: $(SRCROOT)/Misc/array.h
1040
$O/notes.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
849
$O/notes.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1041
$O/notes.o: $(SRCROOT)/tk8.4.6/generic/tk.h
850
$O/notes.o: notes.h
1042
$O/notes.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
851
$O/notes.o: tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
1043
$O/oligo.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
852
$O/notes.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1044
$O/oligo.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
853
$O/notes.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1045
$O/oligo.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1046
$O/oligo.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1047
$O/oligo.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
854
$O/oligo.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1048
$O/oligo.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/os.h
855
$O/oligo.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/os.h
1049
$O/oligo.o: oligo.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/reg_exp.h $(SRCROOT)/seq_utils/dna_utils.h
856
$O/oligo.o: $(SRCROOT)/g/g-filedefs.h
857
$O/oligo.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1050
$O/oligo.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
858
$O/oligo.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
1051
$O/oligo.o: $(SRCROOT)/primer3/src/primer3.h
859
$O/oligo.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1052
$O/oligo.o: tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1053
$O/oligo.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1054
$O/oligo.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEditor.h
1055
$O/oligo.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
1056
$O/oligo.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1057
$O/oligo.o: $(SRCROOT)/tk_utils/sheet.h
1058
$O/oligo.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
1059
$O/oligo.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
860
$O/oligo.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1060
$O/oligo.o: IO.h $(SRCROOT)/g/g-defs.h
861
$O/oligo.o: IO.h $(SRCROOT)/g/g-defs.h
1061
$O/oligo.o: edStructs.h
1062
$O/oligo.o: fort.h io_utils.h
862
$O/oligo.o: fort.h io_utils.h
1063
$O/oligo.o: $(SRCROOT)/g/g-os.h gap-if.h
863
$O/oligo.o: edStructs.h
1064
$O/oligo.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
864
$O/oligo.o: io_handle.h tkEditor.h
1065
$O/oligo_sel.o: dstrand.h $(SRCROOT)/Misc/FtoC.h
865
$O/oligo.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1066
$O/oligo_sel.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
866
$O/oligo.o: oligo.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/reg_exp.h $(SRCROOT)/seq_utils/dna_utils.h
1067
$O/oligo_sel.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
867
$O/oligo.o: tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
868
$O/oligo.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
869
$O/oligo_sel.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
870
$O/oligo_sel.o: $(SRCROOT)/Misc/misc.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
1068
$O/oligo_sel.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
871
$O/oligo_sel.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1069
$O/oligo_sel.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
872
$O/oligo_sel.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1070
$O/oligo_sel.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
873
$O/oligo_sel.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
1071
$O/oligo_sel.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
874
$O/oligo_sel.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
1072
$O/oligo_sel.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
875
$O/oligo_sel.o: $(SRCROOT)/tk_utils/text_output.h oligo_sel.h dstrand.h $(SRCROOT)/Misc/FtoC.h
1073
$O/oligo_sel.o: list.h undo.h edUtils.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
1074
$O/oligo_sel.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1075
$O/oligo_sel.o: tagDefs.h fortran.h $(SRCROOT)/Misc/misc.h gap_globals.h
1076
$O/oligo_sel.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1077
$O/oligo_sel.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h qual.h tagUtils.h
1078
$O/oligo_sel.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1079
$O/oligo_sel.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1080
$O/oligo_sel.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h
1081
$O/oligo_sel.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/text_output.h oligo_sel.h
1082
$O/oligo_sel.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1083
$O/oligo_sel.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
876
$O/oligo_sel.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1084
$O/oligo_sel.o: IO.h
877
$O/oligo_sel.o: IO.h
1085
$O/oligo_sel.o: $(SRCROOT)/primer3/src/dpal.h template.h
878
$O/oligo_sel.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1086
$O/oligo_sel.o: $(SRCROOT)/Misc/array.h
879
$O/oligo_sel.o: io_handle.h qual.h tagUtils.h
880
$O/oligo_sel.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
881
$O/oligo_sel.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h
1087
$O/oligo_sel.o: list_proc.h io_utils.h
882
$O/oligo_sel.o: list_proc.h io_utils.h
1088
$O/oligo_sel.o: $(SRCROOT)/g/g-os.h
883
$O/oligo_sel.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1089
$O/oligo_sel.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
884
$O/oligo_sel.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1090
$O/parse_ft.o: parse_ft.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1091
$O/parse_ft.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
1092
$O/parse_ft.o: $(SRCROOT)/Misc/xalloc.h
885
$O/parse_ft.o: $(SRCROOT)/Misc/xalloc.h
1093
$O/preass.o: clones.h dbcheck.h
886
$O/parse_ft.o: parse_ft.h
1094
$O/preass.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
887
$O/preass.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1095
$O/preass.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
888
$O/preass.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
1096
$O/preass.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
889
$O/preass.o: $(SRCROOT)/g/g-filedefs.h
1097
$O/preass.o: io_handle.h io_utils.h
890
$O/preass.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1098
$O/preass.o: $(SRCROOT)/io_lib/include/scf_extras.h preass.h $(SRCROOT)/tk_utils/text_output.h
1099
$O/preass.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/compress.h
1100
$O/preass.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
891
$O/preass.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
1101
$O/preass.o: $(SRCROOT)/primer3/src/primer3.h
1102
$O/preass.o: seqInfo.h $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/mFILE.h
1103
$O/preass.o: tagUtils.h edStructs.h fort.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
1104
$O/preass.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
1105
$O/preass.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
1106
$O/preass.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
892
$O/preass.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
1107
$O/preass.o: $(SRCROOT)/tk_utils/sheet.h
893
$O/preass.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1108
$O/preass.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
894
$O/preass.o: $(SRCROOT)/Misc/xalloc.h IO.h $(SRCROOT)/g/g-defs.h
1109
$O/preass.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
895
$O/preass.o: io_handle.h io_utils.h
1110
$O/preass.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
896
$O/preass.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1111
$O/preass.o: $(SRCROOT)/Misc/xalloc.h IO.h
897
$O/preass.o: preass.h $(SRCROOT)/tk_utils/text_output.h clones.h dbcheck.h
1112
$O/preass.o: $(SRCROOT)/Misc/misc.h
898
$O/preass.o: seqInfo.h tagUtils.h edStructs.h fort.h tkEditor.h
1113
$O/preass.o: $(SRCROOT)/Misc/os.h
899
$O/preass.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1114
$O/preass.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
900
$O/preass.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1115
$O/primlib.o: gap_globals.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1116
$O/primlib.o: $(SRCROOT)/Misc/os.h
1117
$O/primlib.o: $(SRCROOT)/primer3/src/dpal.h
901
$O/primlib.o: $(SRCROOT)/primer3/src/dpal.h
1118
$O/primlib.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
902
$O/primlib.o: $(SRCROOT)/primer3/src/primer3.h
1119
$O/primlib.o: $(SRCROOT)/tk_utils/tcl_utils.h primlib.h $(SRCROOT)/primer3/src/primer3.h
903
$O/primlib.o: $(SRCROOT)/tk_utils/tcl_utils.h primlib.h
1120
$O/probe.o: gap-dbstruct.h
904
$O/primlib.o: $(SRCROOT)/Misc/os.h
1121
$O/probe.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
905
$O/primlib.o: gap_globals.h
1122
$O/probe.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1123
$O/probe.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1124
$O/probe.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/seq_utils/dna_utils.h
1125
$O/probe.o: $(SRCROOT)/Misc/bitmap.h
1126
$O/probe.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
906
$O/probe.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
1127
$O/probe.o: $(SRCROOT)/primer3/src/dpal.h
907
$O/probe.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1128
$O/probe.o: primlib.h $(SRCROOT)/primer3/src/primer3.h
908
$O/probe.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1129
$O/probe.o: $(SRCROOT)/seq_utils/align_lib_old.h seqInfo.h $(SRCROOT)/io_lib/include/expFileIO.h
909
$O/probe.o: $(SRCROOT)/primer3/src/primer3.h
1130
$O/probe.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
910
$O/probe.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/text_output.h
1131
$O/probe.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
911
$O/probe.o: $(SRCROOT)/seq_utils/sequence_formats.h fort.h primlib.h
1132
$O/probe.o: $(SRCROOT)/tk_utils/tcl_utils.h assemble_direct.h $(SRCROOT)/seq_utils/align.h
912
$O/probe.o: $(SRCROOT)/tk_utils/tcl_utils.h assemble_direct.h $(SRCROOT)/seq_utils/align.h
1133
$O/probe.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/seq_utils/sequence_formats.h fort.h
913
$O/probe.o: $(SRCROOT)/seq_utils/align_lib_old.h seqInfo.h
1134
$O/probe.o: gap_globals.h
914
$O/probe.o: gap_globals.h
1135
$O/probe.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
915
$O/probe.o: $(SRCROOT)/g/g-os.h gap-if.h
916
$O/probe.o: $(SRCROOT)/primer3/src/dpal.h
1136
$O/probe.o: probe.h
917
$O/probe.o: probe.h
1137
$O/qualIO.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
918
$O/probe.o: $(SRCROOT)/Misc/array.h
1138
$O/qualIO.o: io_handle.h io_utils.h
919
$O/probe.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
920
$O/probe.o: gap-dbstruct.h
921
$O/probe.o: io_handle.h io_utils.h
922
$O/qual.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h gap_globals.h
923
$O/qual.o: $(SRCROOT)/tk_utils/tcl_utils.h
924
$O/qual.o: qual.h $(SRCROOT)/Misc/os.h
925
$O/qual.o: qualP.h
1139
$O/qualIO.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
926
$O/qualIO.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
1140
$O/qualIO.o: $(SRCROOT)/Misc/os.h
927
$O/qualIO.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1141
$O/qualIO.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
928
$O/qualIO.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
1142
$O/qualIO.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
929
$O/qualIO.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1143
$O/qualIO.o: $(SRCROOT)/tk_utils/tcl_utils.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h
1144
$O/qualIO.o: IO2.h qual.h qualP.h
930
$O/qualIO.o: IO2.h qual.h qualP.h
1145
$O/qualIO.o: gap_globals.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
931
$O/qualIO.o: $(SRCROOT)/tk_utils/tcl_utils.h IO.h
1146
$O/qualIO.o: $(SRCROOT)/g/g-os.h gap-if.h
932
$O/qualIO.o: $(SRCROOT)/Misc/os.h
1147
$O/quality_plot.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
933
$O/qualIO.o: gap-dbstruct.h
1148
$O/quality_plot.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
934
$O/qualIO.o: gap_globals.h
1149
$O/quality_plot.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
935
$O/quality_plot.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1150
$O/quality_plot.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
936
$O/quality_plot.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
1151
$O/quality_plot.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
937
$O/quality_plot.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
1152
$O/quality_plot.o: list.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
938
$O/quality_plot.o: $(SRCROOT)/primer3/src/primer3.h
1153
$O/quality_plot.o: $(SRCROOT)/Misc/bitmap.h
1154
$O/quality_plot.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h qual.h
1155
$O/quality_plot.o: quality_plot.h $(SRCROOT)/tk_utils/tclXkeylist.h fort.h
1156
$O/quality_plot.o: tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
1157
$O/quality_plot.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1158
$O/quality_plot.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
1159
$O/quality_plot.o: template_display.h hash.h template.h ruler_display.h
1160
$O/quality_plot.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1161
$O/quality_plot.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1162
$O/quality_plot.o: $(SRCROOT)/tk_utils/canvas_box.h
939
$O/quality_plot.o: $(SRCROOT)/tk_utils/canvas_box.h
1163
$O/quality_plot.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
940
$O/quality_plot.o: $(SRCROOT)/tk_utils/cli_arg.h
1164
$O/quality_plot.o: $(SRCROOT)/tk_utils/text_output.h edUtils.h edStructs.h tkEditor.h
941
$O/quality_plot.o: $(SRCROOT)/tk_utils/sheet.h
1165
$O/quality_plot.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
942
$O/quality_plot.o: $(SRCROOT)/tk_utils/tclXkeylist.h fort.h $(SRCROOT)/tk_utils/text_output.h
1166
$O/quality_plot.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
943
$O/quality_plot.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
1167
$O/quality_plot.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h
944
$O/quality_plot.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
945
$O/quality_plot.o: qual.h quality_plot.h
1168
$O/quality_plot.o: io-reg.h
946
$O/quality_plot.o: io-reg.h
1169
$O/quality_plot.o: gap_canvas_box.h newgap_cmds.h
947
$O/quality_plot.o: gap_canvas_box.h newgap_cmds.h
1170
$O/quality_plot.o: $(SRCROOT)/primer3/src/dpal.h undo.h
948
$O/quality_plot.o: $(SRCROOT)/primer3/src/dpal.h undo.h
1171
$O/quality_plot.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1172
$O/quality_plot.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
949
$O/quality_plot.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1173
$O/quality_plot.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
950
$O/quality_plot.o: edUtils.h edStructs.h tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h
1174
$O/qual.o: $(SRCROOT)/Misc/xalloc.h gap_globals.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
951
$O/quality_plot.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1175
$O/qual.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
952
$O/quality_plot.o: io_utils.h
1176
$O/qual.o: $(SRCROOT)/tk_utils/tcl_utils.h
953
$O/quality_plot.o: list.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
1177
$O/qual.o: qual.h $(SRCROOT)/Misc/os.h
954
$O/quality_plot.o: tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
1178
$O/qual.o: qualP.h $(SRCROOT)/Misc/misc.h
955
$O/quality_plot.o: template_display.h hash.h template.h ruler_display.h
1179
$O/reactions.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
956
$O/quality_plot.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
957
$O/reactions.o: $(SRCROOT)/Misc/misc.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
958
$O/reactions.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
1180
$O/reactions.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
959
$O/reactions.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1181
$O/reactions.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
960
$O/reactions.o: $(SRCROOT)/g/g-filedefs.h
1182
$O/reactions.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
961
$O/reactions.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
1183
$O/reactions.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
962
$O/reactions.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
1184
$O/reactions.o: list.h undo.h edUtils.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
1185
$O/reactions.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1186
$O/reactions.o: qualP.h tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h tkEditor.h
1187
$O/reactions.o: tagDefs.h fortran.h $(SRCROOT)/Misc/misc.h gap_globals.h
1188
$O/reactions.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1189
$O/reactions.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h fort.h qual.h
1190
$O/reactions.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1191
$O/reactions.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1192
$O/reactions.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h
1193
$O/reactions.o: $(SRCROOT)/tk_utils/tcl_utils.h
1194
$O/reactions.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1195
$O/reactions.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
963
$O/reactions.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1196
$O/reactions.o: IO.h
964
$O/reactions.o: IO.h
1197
$O/reactions.o: $(SRCROOT)/primer3/src/dpal.h template.h
1198
$O/reactions.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1199
$O/reactions.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1200
$O/reactions.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1201
$O/reactions.o: io_utils.h
965
$O/reactions.o: io_utils.h
1202
$O/reading_coverage.o: consen.h qual.h consistency_display.h
966
$O/reactions.o: $(SRCROOT)/Misc/array.h
1203
$O/reading_coverage.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
967
$O/reactions.o: io_handle.h fort.h qual.h qualP.h
1204
$O/reading_coverage.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
968
$O/reactions.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1205
$O/reading_coverage.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
969
$O/reactions.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1206
$O/reading_coverage.o: io-reg.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
970
$O/reactions.o: tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h tkEditor.h
971
$O/reactions.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
972
$O/reactions.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
973
$O/reading_coverage.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1207
$O/reading_coverage.o: $(SRCROOT)/Misc/xalloc.h reading_coverage.h
974
$O/reading_coverage.o: $(SRCROOT)/Misc/xalloc.h reading_coverage.h
1208
$O/reading_coverage.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
975
$O/reading_coverage.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1209
$O/reading_coverage.o: ruler_display.h gap_canvas_box.h newgap_cmds.h
976
$O/reading_coverage.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
1210
$O/reading_coverage.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
977
$O/reading_coverage.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1211
$O/reading_coverage.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
1212
$O/reading_coverage.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1213
$O/reading_coverage.o: $(SRCROOT)/tk_utils/canvas_box.h
978
$O/reading_coverage.o: $(SRCROOT)/tk_utils/canvas_box.h
1214
$O/reading_coverage.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tk_utils/text_output.h
979
$O/reading_coverage.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tk_utils/text_output.h
1215
$O/reading_coverage.o: template_display.h
980
$O/reading_coverage.o: template_display.h
1216
$O/reading_coverage.o: hash.h list.h template.h
981
$O/reading_coverage.o: hash.h list.h template.h
1217
$O/reading_coverage.o: gap-dbstruct.h
982
$O/reading_coverage.o: gap-dbstruct.h
1218
$O/reading_coverage.o: $(SRCROOT)/Misc/array.h
983
$O/reading_coverage.o: io-reg.h IO.h
1219
$O/reading_coverage.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
984
$O/reading_coverage.o: consen.h qual.h consistency_display.h
1220
$O/readpair_coverage.o: consen.h qual.h consistency_display.h
985
$O/reading_coverage.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
1221
$O/readpair_coverage.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
986
$O/reading_coverage.o: ruler_display.h gap_canvas_box.h newgap_cmds.h
1222
$O/readpair_coverage.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1223
$O/readpair_coverage.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1224
$O/readpair_coverage.o: io-reg.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1225
$O/readpair_coverage.o: io_utils.h
1226
$O/readpair_coverage.o: $(SRCROOT)/Misc/xalloc.h reading_coverage.h readpair_coverage.h
1227
$O/readpair_coverage.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1228
$O/readpair_coverage.o: ruler_display.h gap_canvas_box.h newgap_cmds.h
1229
$O/readpair_coverage.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1230
$O/readpair_coverage.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h
1231
$O/readpair_coverage.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1232
$O/readpair_coverage.o: $(SRCROOT)/tk_utils/canvas_box.h
1233
$O/readpair_coverage.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tk_utils/text_output.h
1234
$O/readpair_coverage.o: template_display.h
1235
$O/readpair_coverage.o: hash.h list.h template.h
1236
$O/readpair_coverage.o: gap-dbstruct.h
1237
$O/readpair_coverage.o: $(SRCROOT)/Misc/array.h
1238
$O/readpair_coverage.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1239
$O/readpair.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h contigEditor.h edStructs.h
1240
$O/readpair.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1241
$O/readpair.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
987
$O/readpair.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1242
$O/readpair.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
988
$O/readpair.o: $(SRCROOT)/g/g-filedefs.h
1243
$O/readpair.o: io_handle.h io_utils.h fortran.h fort.h
989
$O/readpair.o: $(SRCROOT)/primer3/src/dpal.h template.h undo.h edUtils.h qual.h
1244
$O/readpair.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1245
$O/readpair.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1246
$O/readpair.o: $(SRCROOT)/Misc/xalloc.h io-reg.h cs-object.h contig_selector.h
1247
$O/readpair.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
1248
$O/readpair.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1249
$O/readpair.o: tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1250
$O/readpair.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1251
$O/readpair.o: $(SRCROOT)/tk_utils/canvas_box.h
1252
$O/readpair.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/tk_utils/text_output.h
990
$O/readpair.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/tk_utils/text_output.h
1253
$O/readpair.o: $(SRCROOT)/tk_utils/tclXkeylist.h complement.h readpair.h
991
$O/readpair.o: $(SRCROOT)/tk_utils/tclXkeylist.h complement.h readpair.h
1254
$O/readpair.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
992
$O/readpair.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1255
$O/readpair.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
993
$O/readpair.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1256
$O/readpair.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
994
$O/readpair.o: list.h
1257
$O/readpair.o: undo.h edUtils.h qual.h tagUtils.h tagDefs.h $(SRCROOT)/Misc/dstring.h
995
$O/readpair.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h
1258
$O/readpair.o: gap-dbstruct.h
1259
$O/readpair.o: newgap_cmds.h
1260
$O/readpair.o: $(SRCROOT)/primer3/src/dpal.h template.h
1261
$O/readpair.o: $(SRCROOT)/Misc/os.h
996
$O/readpair.o: $(SRCROOT)/Misc/os.h
1262
$O/readpair.o: $(SRCROOT)/g/g-os.h
1263
$O/readpair.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h list.h
1264
$O/readpair.o: IO.h
997
$O/readpair.o: IO.h
1265
$O/restriction_enzymes.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h
998
$O/readpair.o: fortran.h fort.h $(SRCROOT)/Misc/xalloc.h io-reg.h
1266
$O/restriction_enzymes.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
999
$O/readpair.o: io_handle.h io_utils.h
1267
$O/restriction_enzymes.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1000
$O/readpair.o: cs-object.h contig_selector.h $(SRCROOT)/tk_utils/canvas_box.h
1268
$O/restriction_enzymes.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1001
$O/readpair.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1269
$O/restriction_enzymes.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
1002
$O/readpair.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h contigEditor.h edStructs.h
1270
$O/restriction_enzymes.o: $(SRCROOT)/io_lib/include/expFileIO.h
1003
$O/readpair.o: newgap_cmds.h
1271
$O/restriction_enzymes.o: $(SRCROOT)/io_lib/include/mFILE.h
1004
$O/readpair.o: tagUtils.h tagDefs.h $(SRCROOT)/Misc/dstring.h tman_display.h
1272
$O/restriction_enzymes.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1005
$O/readpair.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1273
$O/restriction_enzymes.o: $(SRCROOT)/io_lib/include/translate.h
1006
$O/readpair.o: tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1274
$O/restriction_enzymes.o: io_utils.h
1007
$O/readpair_coverage.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1275
$O/restriction_enzymes.o: list_proc.h newgap_cmds.h gap_globals.h
1008
$O/readpair_coverage.o: $(SRCROOT)/Misc/xalloc.h reading_coverage.h readpair_coverage.h
1009
$O/readpair_coverage.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
1010
$O/readpair_coverage.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1011
$O/readpair_coverage.o: $(SRCROOT)/tk_utils/canvas_box.h
1012
$O/readpair_coverage.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tk_utils/text_output.h
1013
$O/readpair_coverage.o: template_display.h
1014
$O/readpair_coverage.o: hash.h list.h template.h
1015
$O/readpair_coverage.o: gap-dbstruct.h
1016
$O/readpair_coverage.o: io-reg.h
1017
$O/readpair_coverage.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1018
$O/readpair_coverage.o: consen.h qual.h consistency_display.h
1019
$O/readpair_coverage.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
1020
$O/readpair_coverage.o: ruler_display.h gap_canvas_box.h newgap_cmds.h
1276
$O/restriction_enzymes.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1021
$O/restriction_enzymes.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1022
$O/restriction_enzymes.o: $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
1277
$O/restriction_enzymes.o: $(SRCROOT)/Misc/xalloc.h qual.h edStructs.h fort.h tkEditor.h
1023
$O/restriction_enzymes.o: $(SRCROOT)/Misc/xalloc.h qual.h edStructs.h fort.h tkEditor.h
1278
$O/restriction_enzymes.o: $(SRCROOT)/primer3/src/dpal.h undo.h edUtils.h tagUtils.h
1024
$O/restriction_enzymes.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1279
$O/restriction_enzymes.o: $(SRCROOT)/primer3/src/primer3.h
1025
$O/restriction_enzymes.o: $(SRCROOT)/primer3/src/primer3.h
1280
$O/restriction_enzymes.o: ruler_display.h restriction_enzymes.h
1281
$O/restriction_enzymes.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/text_output.h
1026
$O/restriction_enzymes.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/text_output.h
1282
$O/restriction_enzymes.o: $(SRCROOT)/seq_utils/renz_utils.h
1283
$O/restriction_enzymes.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1284
$O/restriction_enzymes.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1285
$O/restriction_enzymes.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
1286
$O/restriction_enzymes.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h
1287
$O/restriction_enzymes.o: template_display.h $(SRCROOT)/tk8.4.6/generic/tk.h
1288
$O/restriction_enzymes.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h hash.h list.h template.h
1289
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/canvas_box.h
1027
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/canvas_box.h
1290
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1028
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1291
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/restriction_enzyme_map.h $(SRCROOT)/Misc/getfile.h
1029
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/restriction_enzyme_map.h $(SRCROOT)/Misc/getfile.h
1292
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
1293
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tclXkeylist.h
1030
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tclXkeylist.h
1294
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
1031
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
1295
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1032
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1033
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
1296
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1034
$O/restriction_enzymes.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1297
$O/restriction_enzymes.o: gap_canvas_box.h
1035
$O/restriction_enzymes.o: gap_canvas_box.h
1298
$O/restriction_enzymes.o: io-reg.h
1036
$O/restriction_enzymes.o: $(SRCROOT)/primer3/src/dpal.h
1299
$O/ruler_display.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1037
$O/restriction_enzymes.o: io_handle.h io_utils.h
1300
$O/ruler_display.o: gap_globals.h $(SRCROOT)/tk_utils/canvas_box.h ruler_display.h
1038
$O/restriction_enzymes.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1301
$O/ruler_display.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
1039
$O/restriction_enzymes.o: hash.h list.h template.h ruler_display.h
1302
$O/ruler_display.o: io_utils.h
1040
$O/restriction_enzymes.o: io-reg.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1303
$O/ruler_display.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1041
$O/restriction_enzymes.o: list_proc.h newgap_cmds.h gap_globals.h
1304
$O/ruler_display.o: $(SRCROOT)/Misc/misc.h
1042
$O/restriction_enzymes.o: restriction_enzymes.h $(SRCROOT)/seq_utils/renz_utils.h
1305
$O/ruler_display.o: $(SRCROOT)/Misc/xalloc.h IO.h $(SRCROOT)/g/g-defs.h
1043
$O/restriction_enzymes.o: template_display.h
1306
$O/ruler_display.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1044
$O/restriction_enzymes.o: undo.h edUtils.h tagUtils.h tagDefs.h fortran.h
1307
$O/ruler_display.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/tk_utils/tcl_utils.h
1045
$O/ruler_display.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
1308
$O/ruler_display.o: template_display.h io-reg.h hash.h list.h template.h
1046
$O/ruler_display.o: $(SRCROOT)/Misc/xalloc.h
1309
$O/ruler_display.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1047
$O/ruler_display.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
1048
$O/ruler_display.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1310
$O/ruler_display.o: $(SRCROOT)/tk_utils/ruler_tick.h
1049
$O/ruler_display.o: $(SRCROOT)/tk_utils/ruler_tick.h
1311
$O/ruler_display.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1050
$O/ruler_display.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
1051
$O/ruler_display.o: $(SRCROOT)/tk_utils/tclXkeylist.h
1312
$O/ruler_display.o: $(SRCROOT)/Misc/os.h
1052
$O/ruler_display.o: $(SRCROOT)/Misc/os.h
1313
$O/ruler_display.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1053
$O/ruler_display.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1314
$O/searchUtils.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1054
$O/ruler_display.o: gap_globals.h $(SRCROOT)/tk_utils/canvas_box.h ruler_display.h
1315
$O/searchUtils.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1055
$O/ruler_display.o: template_display.h io-reg.h hash.h list.h template.h
1316
$O/searchUtils.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1056
$O/searchUtils.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
1317
$O/searchUtils.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
1057
$O/searchUtils.o: $(SRCROOT)/Misc/reg_exp.h contigEditor.h active_tags.h tagdb.h
1318
$O/searchUtils.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
1058
$O/searchUtils.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1319
$O/searchUtils.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
1059
$O/searchUtils.o: $(SRCROOT)/g/g-filedefs.h
1320
$O/searchUtils.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
1060
$O/searchUtils.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1321
$O/searchUtils.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1061
$O/searchUtils.o: $(SRCROOT)/primer3/src/primer3.h
1322
$O/searchUtils.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/reg_exp.h contigEditor.h active_tags.h
1323
$O/searchUtils.o: $(SRCROOT)/Misc/os.h
1324
$O/searchUtils.o: $(SRCROOT)/seq_utils/search_utils.h $(SRCROOT)/seq_utils/dna_utils.h
1062
$O/searchUtils.o: $(SRCROOT)/seq_utils/search_utils.h $(SRCROOT)/seq_utils/dna_utils.h
1325
$O/searchUtils.o: tagdb.h $(SRCROOT)/tk_utils/text_output.h tman_interface.h
1063
$O/searchUtils.o: $(SRCROOT)/tk_utils/cli_arg.h select.h $(SRCROOT)/Misc/misc.h
1326
$O/searchUtils.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1064
$O/searchUtils.o: $(SRCROOT)/tk_utils/sheet.h
1327
$O/searchUtils.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEditor.h
1065
$O/searchUtils.o: $(SRCROOT)/tk_utils/text_output.h tman_interface.h
1328
$O/searchUtils.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1066
$O/searchUtils.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
1329
$O/searchUtils.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1067
$O/searchUtils.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1330
$O/searchUtils.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h select.h
1331
$O/searchUtils.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1332
$O/searchUtils.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1333
$O/searchUtils.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h
1334
$O/searchUtils.o: $(SRCROOT)/primer3/src/dpal.h template.h
1068
$O/searchUtils.o: $(SRCROOT)/primer3/src/dpal.h template.h
1335
$O/searchUtils.o: qual.h
1069
$O/searchUtils.o: edUtils.h edStructs.h
1336
$O/searchUtils.o: edUtils.h
1070
$O/searchUtils.o: qual.h $(SRCROOT)/Misc/os.h
1337
$O/searchUtils.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1071
$O/searchUtils.o: io_handle.h tkEditor.h
1338
$O/searchUtils.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1072
$O/searchUtils.o: $(SRCROOT)/tk_utils/tkSheet.h
1339
$O/seqInfo.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
1073
$O/searchUtils.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1340
$O/seqInfo.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1074
$O/searchUtils.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
1341
$O/seqInfo.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1075
$O/searchUtils.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1342
$O/seqInfo.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1076
$O/seqInfo.o: $(SRCROOT)/Misc/FtoC.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1343
$O/seqInfo.o: $(SRCROOT)/io_lib/include/traceType.h
1077
$O/seqInfo.o: $(SRCROOT)/Misc/xalloc.h
1344
$O/seqInfo.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/compress.h
1078
$O/seqInfo.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/misc.h
1079
$O/seqInfo.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1080
$O/seqInfo.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1081
$O/seqInfo.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
1082
$O/seqInfo.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
1083
$O/seqInfo.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1084
$O/seqInfo.o: $(SRCROOT)/tk_utils/licence.h
1085
$O/seqInfo.o: seqInfo.h $(SRCROOT)/Misc/array.h
1345
$O/seqInfo.o: $(SRCROOT)/Misc/os.h
1086
$O/seqInfo.o: $(SRCROOT)/Misc/os.h
1346
$O/seqInfo.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/FtoC.h IO.h
1087
$O/seqInfo.o: io_handle.h
1088
$O/seqInfo.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1089
$O/seqInfo.o: io_utils.h
1347
$O/seqInfo.o: parse_ft.h tagUtils.h edStructs.h fort.h tkEditor.h
1090
$O/seqInfo.o: parse_ft.h tagUtils.h edStructs.h fort.h tkEditor.h
1348
$O/seqInfo.o: seqInfo.h $(SRCROOT)/io_lib/include/scf_extras.h $(SRCROOT)/Misc/misc.h
1091
$O/seqInfo.o: tagdb.h
1349
$O/seqInfo.o: tagDefs.h fortran.h tagdb.h $(SRCROOT)/io_lib/include/open_trace_file.h
1350
$O/seqInfo.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1351
$O/seqInfo.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
1352
$O/seqInfo.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1353
$O/seqInfo.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1092
$O/seqInfo.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1354
$O/seqInfo.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h
1093
$O/seqInfo.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1355
$O/seqInfo.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1356
$O/seqInfo.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1357
$O/seqInfo.o: undo.h edUtils.h qual.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
1358
$O/seqInfo.o: $(SRCROOT)/tk_utils/licence.h
1359
$O/seqInfo.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
1360
$O/seqInfo.o: $(SRCROOT)/io_lib/include/expFileIO.h
1361
$O/seqInfo.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1362
$O/show_relationships.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1363
$O/show_relationships.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1364
$O/show_relationships.o: io_handle.h $(SRCROOT)/tk_utils/cli_arg.h newgap_structs.h
1365
$O/show_relationships.o: io_utils.h
1366
$O/show_relationships.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1094
$O/show_relationships.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1367
$O/show_relationships.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
1095
$O/show_relationships.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
1368
$O/show_relationships.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1096
$O/show_relationships.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1369
$O/show_relationships.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
1370
$O/show_relationships.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
1371
$O/show_relationships.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1372
$O/show_relationships.o: $(SRCROOT)/tk_utils/text_output.h
1097
$O/show_relationships.o: $(SRCROOT)/tk_utils/text_output.h
1373
$O/show_relationships.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1098
$O/show_relationships.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1374
$O/show_relationships.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1099
$O/show_relationships.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1375
$O/shuffle_pads.o: edStructs.h fort.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
1100
$O/show_relationships.o: io_handle.h $(SRCROOT)/tk_utils/cli_arg.h newgap_structs.h
1376
$O/shuffle_pads.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1101
$O/show_relationships.o: io_utils.h
1377
$O/shuffle_pads.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1102
$O/shuffle_pads.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
1378
$O/shuffle_pads.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
1379
$O/shuffle_pads.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
1380
$O/shuffle_pads.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
1381
$O/shuffle_pads.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1382
$O/shuffle_pads.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h shuffle_pads.h
1103
$O/shuffle_pads.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h shuffle_pads.h
1383
$O/shuffle_pads.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
1104
$O/shuffle_pads.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1105
$O/shuffle_pads.o: $(SRCROOT)/g/g-filedefs.h
1106
$O/shuffle_pads.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1384
$O/shuffle_pads.o: $(SRCROOT)/primer3/src/primer3.h
1107
$O/shuffle_pads.o: $(SRCROOT)/primer3/src/primer3.h
1385
$O/shuffle_pads.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
1108
$O/shuffle_pads.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
1386
$O/shuffle_pads.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/tk_utils/text_output.h tagUtils.h
1109
$O/shuffle_pads.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/tk_utils/text_output.h tagUtils.h
1387
$O/shuffle_pads.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/dna_utils.h
1110
$O/shuffle_pads.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/dna_utils.h
1388
$O/shuffle_pads.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1389
$O/shuffle_pads.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
1390
$O/shuffle_pads.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
1391
$O/shuffle_pads.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1111
$O/shuffle_pads.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1392
$O/shuffle_pads.o: $(SRCROOT)/tk_utils/sheet.h
1112
$O/shuffle_pads.o: $(SRCROOT)/tk_utils/sheet.h
1393
$O/shuffle_pads.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
1113
$O/shuffle_pads.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
1394
$O/shuffle_pads.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h
1114
$O/shuffle_pads.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1115
$O/shuffle_pads.o: $(SRCROOT)/primer3/src/dpal.h template.h
1395
$O/shuffle_pads.o: qual.h $(SRCROOT)/Misc/os.h
1116
$O/shuffle_pads.o: qual.h $(SRCROOT)/Misc/os.h
1396
$O/shuffle_pads.o: IO.h
1117
$O/shuffle_pads.o: IO.h
1397
$O/shuffle_pads.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1118
$O/shuffle_pads.o: io_handle.h io_utils.h
1398
$O/shuffle_pads.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1119
$O/shuffle_pads.o: $(SRCROOT)/tk_utils/tkSheet.h
1399
$O/stack_dump.o: gap-error.h $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/array.h
1120
$O/shuffle_pads.o: edStructs.h fort.h tkEditor.h
1121
$O/shuffle_pads.o: list.h undo.h edUtils.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
1400
$O/stack_dump.o: $(SRCROOT)/Misc/bitmap.h stack_dump.h
1122
$O/stack_dump.o: $(SRCROOT)/Misc/bitmap.h stack_dump.h
1401
$O/stack_dump.o: $(SRCROOT)/Misc/misc.h
1123
$O/stack_dump.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
1402
$O/stack_dump.o: $(SRCROOT)/Misc/os.h
1124
$O/stack_dump.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/array.h
1403
$O/stack_dump.o: $(SRCROOT)/Misc/xalloc.h
1125
$O/stack_dump.o: $(SRCROOT)/Misc/xalloc.h gap-error.h
1404
$O/stop_codon.o: gap_canvas_box.h template_display.h $(SRCROOT)/tk8.4.6/generic/tk.h
1126
$O/stop_codon.o: $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
1405
$O/stop_codon.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1406
$O/stop_codon.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1407
$O/stop_codon.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1408
$O/stop_codon.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1409
$O/stop_codon.o: $(SRCROOT)/Misc/xalloc.h edUtils.h edStructs.h fort.h tkEditor.h
1127
$O/stop_codon.o: $(SRCROOT)/Misc/xalloc.h edUtils.h edStructs.h fort.h tkEditor.h
1410
$O/stop_codon.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1128
$O/stop_codon.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
1411
$O/stop_codon.o: ruler_display.h restriction_enzymes.h $(SRCROOT)/seq_utils/renz_utils.h
1129
$O/stop_codon.o: $(SRCROOT)/g/g-filedefs.h
1412
$O/stop_codon.o: $(SRCROOT)/seq_utils/dna_utils.h
1130
$O/stop_codon.o: $(SRCROOT)/primer3/src/dpal.h undo.h tagUtils.h tagDefs.h fortran.h
1413
$O/stop_codon.o: tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1131
$O/stop_codon.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1414
$O/stop_codon.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1415
$O/stop_codon.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
1416
$O/stop_codon.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h hash.h list.h template.h
1417
$O/stop_codon.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1418
$O/stop_codon.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/tk_utils/tclXkeylist.h
1419
$O/stop_codon.o: $(SRCROOT)/tk_utils/restriction_enzyme_map.h qual.h gap_globals.h
1132
$O/stop_codon.o: $(SRCROOT)/tk_utils/restriction_enzyme_map.h qual.h gap_globals.h
1133
$O/stop_codon.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/seq_utils/dna_utils.h
1420
$O/stop_codon.o: $(SRCROOT)/tk_utils/tcl_utils.h stop_codon.h $(SRCROOT)/Misc/misc.h
1134
$O/stop_codon.o: $(SRCROOT)/tk_utils/tcl_utils.h stop_codon.h $(SRCROOT)/Misc/misc.h
1421
$O/stop_codon.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1135
$O/stop_codon.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1422
$O/stop_codon.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1136
$O/stop_codon.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1423
$O/stop_codon.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1137
$O/stop_codon.o: io-reg.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1424
$O/stop_codon.o: $(SRCROOT)/tk_utils/canvas_box.h
1138
$O/stop_codon.o: $(SRCROOT)/tk_utils/canvas_box.h
1425
$O/stop_codon.o: $(SRCROOT)/primer3/src/dpal.h undo.h
1426
$O/stop_codon.o: $(SRCROOT)/Misc/array.h
1139
$O/stop_codon.o: $(SRCROOT)/Misc/array.h
1427
$O/stop_codon.o: io-reg.h
1140
$O/stop_codon.o: io_handle.h io_utils.h
1428
$O/stop_codon.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1141
$O/stop_codon.o: hash.h list.h template.h ruler_display.h
1429
$O/stop_codon.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1142
$O/stop_codon.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1430
$O/strand_coverage.o: consistency_display.h strand_coverage.h
1143
$O/stop_codon.o: gap_canvas_box.h template_display.h
1431
$O/strand_coverage.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
1144
$O/stop_codon.o: restriction_enzymes.h $(SRCROOT)/seq_utils/renz_utils.h
1432
$O/strand_coverage.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1145
$O/stop_codon.o: tkEdNames.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1433
$O/strand_coverage.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1146
$O/strand_coverage.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1434
$O/strand_coverage.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1435
$O/strand_coverage.o: $(SRCROOT)/Misc/bitmap.h
1436
$O/strand_coverage.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/tk_utils/tclXkeylist.h
1147
$O/strand_coverage.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/tk_utils/tclXkeylist.h
1437
$O/strand_coverage.o: ruler_display.h gap_canvas_box.h newgap_cmds.h
1148
$O/strand_coverage.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1438
$O/strand_coverage.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1149
$O/strand_coverage.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
1439
$O/strand_coverage.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
1440
$O/strand_coverage.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1441
$O/strand_coverage.o: $(SRCROOT)/tk_utils/canvas_box.h
1150
$O/strand_coverage.o: $(SRCROOT)/tk_utils/canvas_box.h
1442
$O/strand_coverage.o: $(SRCROOT)/tk_utils/text_output.h consen.h qual.h
1151
$O/strand_coverage.o: $(SRCROOT)/tk_utils/text_output.h consen.h qual.h
1443
$O/strand_coverage.o: template_display.h
1152
$O/strand_coverage.o: template_display.h
1444
$O/strand_coverage.o: hash.h list.h template.h
1153
$O/strand_coverage.o: hash.h list.h template.h
1445
$O/strand_coverage.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h
1154
$O/strand_coverage.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h
1446
$O/strand_coverage.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1155
$O/strand_coverage.o: io-reg.h IO.h
1447
$O/strand_coverage.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1156
$O/strand_coverage.o: consistency_display.h strand_coverage.h
1448
$O/strand_coverage.o: io-reg.h
1157
$O/strand_coverage.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1449
$O/tagdb.o: $(SRCROOT)/Misc/xalloc.h
1158
$O/strand_coverage.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
1450
$O/tagdb.o: $(SRCROOT)/Misc/parse_db.h tagdb.h
1159
$O/strand_coverage.o: ruler_display.h gap_canvas_box.h newgap_cmds.h
1451
$O/tagdb.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
1452
$O/tagEditor.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1453
$O/tagEditor.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1454
$O/tagEditor.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1455
$O/tagEditor.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1456
$O/tagEditor.o: io_utils.h
1457
$O/tagEditor.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
1458
$O/tagEditor.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1160
$O/tagEditor.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1459
$O/tagEditor.o: select.h
1161
$O/tagEditor.o: $(SRCROOT)/Misc/os.h
1460
$O/tagEditor.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1162
$O/tagEditor.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h tkEditor.h
1461
$O/tagEditor.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEditor.h
1163
$O/tagEditor.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1462
$O/tagEditor.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1164
$O/tagEditor.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1463
$O/tagEditor.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1464
$O/tagEditor.o: $(SRCROOT)/tk_utils/cli_arg.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
1165
$O/tagEditor.o: $(SRCROOT)/tk_utils/cli_arg.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
1465
$O/tagEditor.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1166
$O/tagEditor.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1466
$O/tagEditor.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1167
$O/tagEditor.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1467
$O/tagEditor.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1168
$O/tagEditor.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1468
$O/tagEditor.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1169
$O/tagEditor.o: edUtils.h qual.h edStructs.h fort.h
1469
$O/tagEditor.o: IO.h $(SRCROOT)/g/g-defs.h
1170
$O/tagEditor.o: IO.h $(SRCROOT)/g/g-defs.h
1470
$O/tagEditor.o: $(SRCROOT)/primer3/src/dpal.h template.h
1471
$O/tagEditor.o: $(SRCROOT)/Misc/xalloc.h
1171
$O/tagEditor.o: $(SRCROOT)/Misc/xalloc.h
1472
$O/tagEditor.o: edUtils.h qual.h edStructs.h fort.h
1172
$O/tagEditor.o: $(SRCROOT)/Misc/misc.h
1473
$O/tagEditor.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
1173
$O/tagEditor.o: io_utils.h
1474
$O/tagEditor.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1174
$O/tagEditor.o: select.h
1475
$O/tagU1.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1175
$O/tagEditor.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1176
$O/tagEditor.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1177
$O/tagU1.o: $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
1476
$O/tagU1.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1178
$O/tagU1.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1477
$O/tagU1.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1179
$O/tagU1.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h tkEditor.h
1478
$O/tagU1.o: io_handle.h tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1180
$O/tagU1.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h tagUtils.h fortran.h
1479
$O/tagU1.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1181
$O/tagU1.o: $(SRCROOT)/seq_utils/dna_utils.h
1480
$O/tagU1.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1182
$O/tagU1.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h
1481
$O/tagU1.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1183
$O/tagU1.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1482
$O/tagU1.o: $(SRCROOT)/Misc/misc.h contigEditor.h tagdb.h notedb.h active_tags.h
1483
$O/tagU1.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1484
$O/tagU1.o: select.h $(SRCROOT)/seq_utils/dna_utils.h
1485
$O/tagU1.o: tagDefs.h undo.h edUtils.h qual.h $(SRCROOT)/Misc/os.h
1486
$O/tagU1.o: tagUtils.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1487
$O/tagU1.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
1488
$O/tagU1.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1489
$O/tagU1.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1490
$O/tagU1.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1184
$O/tagU1.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1491
$O/tagU1.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1492
$O/tagU1.o: IO.h
1185
$O/tagU1.o: IO.h
1493
$O/tagU1.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
1186
$O/tagU1.o: edStructs.h $(SRCROOT)/Misc/xalloc.h
1494
$O/tagU1.o: edStructs.h
1187
$O/tagU1.o: fort.h io_utils.h
1495
$O/tagU1.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1188
$O/tagU1.o: contigEditor.h tagdb.h notedb.h active_tags.h select.h
1496
$O/tagU2.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1189
$O/tagU1.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1497
$O/tagU2.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1190
$O/tagU1.o: tagDefs.h undo.h edUtils.h qual.h $(SRCROOT)/Misc/os.h
1498
$O/tagU2.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1191
$O/tagU1.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1499
$O/tagU2.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1192
$O/tagU2.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h
1500
$O/tagU2.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h $(SRCROOT)/Misc/misc.h contigEditor.h
1193
$O/tagU2.o: $(SRCROOT)/Misc/misc.h contigEditor.h $(SRCROOT)/tk_utils/text_output.h dbcheck.h
1501
$O/tagU2.o: $(SRCROOT)/Misc/FtoC.h qualIO.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
1194
$O/tagU2.o: $(SRCROOT)/Misc/os.h
1502
$O/tagU2.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/os.h
1195
$O/tagU2.o: $(SRCROOT)/g/g-filedefs.h
1196
$O/tagU2.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1503
$O/tagU2.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
1197
$O/tagU2.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h qual.h
1504
$O/tagU2.o: $(SRCROOT)/primer3/src/primer3.h
1198
$O/tagU2.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
1505
$O/tagU2.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1199
$O/tagU2.o: $(SRCROOT)/tk_utils/tcl_utils.h
1506
$O/tagU2.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEditor.h
1200
$O/tagU2.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1507
$O/tagU2.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
1508
$O/tagU2.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1509
$O/tagU2.o: $(SRCROOT)/tk_utils/sheet.h
1510
$O/tagU2.o: $(SRCROOT)/tk_utils/text_output.h dbcheck.h active_tags.h tagdb.h
1511
$O/tagU2.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
1512
$O/tagU2.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1513
$O/tagU2.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1514
$O/tagU2.o: IO.h $(SRCROOT)/g/g-defs.h
1201
$O/tagU2.o: IO.h $(SRCROOT)/g/g-defs.h
1515
$O/tagU2.o: fort.h io_utils.h
1202
$O/tagU2.o: fort.h io_utils.h
1516
$O/tagU2.o: tagUtils.h edStructs.h
1203
$O/tagU2.o: tagUtils.h edStructs.h $(SRCROOT)/Misc/xalloc.h
1517
$O/tagU2.o: $(SRCROOT)/g/g-os.h gap-if.h
1204
$O/tagU2.o: io_handle.h tkEditor.h
1518
$O/tagU2.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1205
$O/tagU2.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1519
$O/template_display.o: active_tags.h $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/Misc/vlen.h
1206
$O/tagU2.o: active_tags.h tagdb.h $(SRCROOT)/Misc/FtoC.h qualIO.h gap_globals.h
1520
$O/template_display.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1207
$O/tagU2.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1521
$O/template_display.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1208
$O/tagU2.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1522
$O/template_display.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
1209
$O/tagdb.o: $(SRCROOT)/Misc/os.h
1523
$O/template_display.o: $(SRCROOT)/io_lib/include/expFileIO.h
1210
$O/tagdb.o: $(SRCROOT)/Misc/misc.h
1524
$O/template_display.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
1211
$O/tagdb.o: $(SRCROOT)/Misc/xalloc.h
1525
$O/template_display.o: $(SRCROOT)/io_lib/include/translate.h
1212
$O/tagdb.o: $(SRCROOT)/Misc/parse_db.h tagdb.h
1526
$O/template_display.o: io-reg.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1213
$O/template.o: $(SRCROOT)/Misc/bitmap.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1527
$O/template_display.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h $(SRCROOT)/Misc/misc.h
1214
$O/template.o: $(SRCROOT)/Misc/misc.h
1215
$O/template.o: $(SRCROOT)/Misc/os.h
1216
$O/template.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1217
$O/template.o: $(SRCROOT)/g/g-os.h IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1218
$O/template.o: $(SRCROOT)/primer3/src/dpal.h undo.h edUtils.h qual.h tman_display.h
1219
$O/template.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h
1220
$O/template.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1221
$O/template.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1222
$O/template.o: $(SRCROOT)/Misc/xalloc.h
1223
$O/template.o: gap-dbstruct.h
1224
$O/template.o: io_handle.h
1225
$O/template.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1226
$O/template.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
1227
$O/template.o: io_utils.h
1228
$O/template.o: template.h list.h tagUtils.h edStructs.h fort.h tkEditor.h
1229
$O/template.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1528
$O/template_display.o: $(SRCROOT)/Misc/FtoC.h $(SRCROOT)/tk_utils/ruler_tick.h
1230
$O/template_display.o: $(SRCROOT)/Misc/FtoC.h $(SRCROOT)/tk_utils/ruler_tick.h
1231
$O/template_display.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1232
$O/template_display.o: $(SRCROOT)/Misc/dstring.h tagDefs.h fortran.h $(SRCROOT)/Misc/misc.h
1529
$O/template_display.o: $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h
1233
$O/template_display.o: $(SRCROOT)/Misc/xalloc.h fort.h tkEditor.h $(SRCROOT)/tk_utils/tkSheet.h
1530
$O/template_display.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1234
$O/template_display.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1531
$O/template_display.o: $(SRCROOT)/primer3/src/dpal.h undo.h edUtils.h qual.h
1235
$O/template_display.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
1236
$O/template_display.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1532
$O/template_display.o: $(SRCROOT)/primer3/src/primer3.h
1237
$O/template_display.o: $(SRCROOT)/primer3/src/primer3.h
1533
$O/template_display.o: ruler_display.h gap_canvas_box.h tagdb.h
1534
$O/template_display.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1535
$O/template_display.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
1536
$O/template_display.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1537
$O/template_display.o: $(SRCROOT)/tk_utils/canvas_box.h
1238
$O/template_display.o: $(SRCROOT)/tk_utils/canvas_box.h
1538
$O/template_display.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1239
$O/template_display.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1539
$O/template_display.o: $(SRCROOT)/tk_utils/sheet.h $(SRCROOT)/tk_utils/tkSheet_struct.h
1240
$O/template_display.o: $(SRCROOT)/tk_utils/sheet.h $(SRCROOT)/tk_utils/tkSheet_struct.h
1540
$O/template_display.o: $(SRCROOT)/tk_utils/tcl_utils.h contig_selector.h cs-object.h
1241
$O/template_display.o: $(SRCROOT)/tk_utils/tcl_utils.h contig_selector.h cs-object.h
1541
$O/template_display.o: $(SRCROOT)/tk_utils/text_output.h gap_globals.h
1242
$O/template_display.o: $(SRCROOT)/tk_utils/text_output.h gap_globals.h
1542
$O/template_display.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
1243
$O/template_display.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h primlib.h
1543
$O/template_display.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h
1244
$O/template_display.o: tagUtils.h edStructs.h
1544
$O/template_display.o: hash.h list.h template.h
1245
$O/template_display.o: hash.h list.h template.h
1246
$O/template_display.o: io-reg.h IO.h
1247
$O/template_display.o: $(SRCROOT)/primer3/src/dpal.h undo.h
1545
$O/template_display.o: gap-dbstruct.h
1248
$O/template_display.o: gap-dbstruct.h
1546
$O/template_display.o: $(SRCROOT)/Misc/array.h
1547
$O/template_display.o: template_display.h
1249
$O/template_display.o: template_display.h
1548
$O/template_display.o: tagUtils.h edStructs.h
1250
$O/template_display.o: active_tags.h $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/Misc/vlen.h
1549
$O/template_display.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1251
$O/template_display.o: edUtils.h qual.h tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
1550
$O/template.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1252
$O/template_display.o: ruler_display.h gap_canvas_box.h tagdb.h
1551
$O/template.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1552
$O/template.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1553
$O/template.o: io_handle.h io_utils.h
1554
$O/template.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
1555
$O/template.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
1556
$O/template.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
1557
$O/template.o: $(SRCROOT)/Misc/misc.h
1558
$O/template.o: qual.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
1559
$O/template.o: tagDefs.h fortran.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
1560
$O/template.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
1561
$O/template.o: template.h list.h tagUtils.h edStructs.h fort.h tkEditor.h
1562
$O/template.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1563
$O/template.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1564
$O/template.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/dstring.h
1565
$O/template.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1566
$O/template.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1567
$O/template.o: $(SRCROOT)/primer3/src/dpal.h undo.h edUtils.h
1568
$O/template.o: $(SRCROOT)/Misc/xalloc.h
1569
$O/template.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h IO.h
1570
$O/template.o: $(SRCROOT)/Misc/os.h
1571
$O/template.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1572
$O/text-io-reg.o: gap-dbstruct.h
1573
$O/text-io-reg.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1574
$O/text-io-reg.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1575
$O/text-io-reg.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1576
$O/text-io-reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1253
$O/text-io-reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1577
$O/text-io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1254
$O/text-io-reg.o: $(SRCROOT)/g/g-filedefs.h
1578
$O/text-io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
1255
$O/text-io-reg.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1579
$O/tkEditor.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1256
$O/text-io-reg.o: $(SRCROOT)/g/g-os.h gap-if.h
1580
$O/tkEditor.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1257
$O/text-io-reg.o: io_handle.h io_utils.h
1581
$O/tkEditor.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1258
$O/text-io-reg.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1582
$O/tkEditor.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1259
$O/text-io-reg.o: gap-dbstruct.h
1583
$O/tkEditor.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1260
$O/tk-io-reg.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
1584
$O/tkEditor.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1261
$O/tk-io-reg.o: $(SRCROOT)/Misc/os.h
1585
$O/tkEditor.o: io_utils.h
1262
$O/tk-io-reg.o: $(SRCROOT)/Misc/xalloc.h
1586
$O/tkEditor.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1263
$O/tk-io-reg.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1587
$O/tkEditor.o: oligo.h $(SRCROOT)/tk_utils/tcl_utils.h edCommands.h contigEditor.h
1264
$O/tk-io-reg.o: $(SRCROOT)/tk_utils/tclXkeylist.h consistency_display.h
1588
$O/tkEditor.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1265
$O/tk-io-reg.o: tk-io-reg.h io-reg.h
1589
$O/tkEditor.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1266
$O/tk-io-reg.o: newgap_structs.h $(SRCROOT)/Misc/misc.h
1590
$O/tkEditor.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1267
$O/tk-io-reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1591
$O/tkEditor.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEdNames.h
1268
$O/tk-io-reg.o: IO.h $(SRCROOT)/g/g-defs.h
1592
$O/tkEditor.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/tk_utils/tk_defs.h tman_interface.h
1269
$O/tk-io-reg.o: cs-object.h $(SRCROOT)/tk_utils/canvas_box.h
1593
$O/tkEditor.o: $(SRCROOT)/tk_utils/licence.h gap_globals.h $(SRCROOT)/tk_utils/tkSheet_config.h
1270
$O/tk-io-reg.o: gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h newgap_cmds.h list.h
1594
$O/tkEditor.o: $(SRCROOT)/tk_utils/tkSheet_common.h edUtils.h qual.h $(SRCROOT)/Misc/os.h
1271
$O/tk-io-reg.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h contig_selector.h
1595
$O/tkEditor.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1272
$O/tk-io-reg.o: io_handle.h io_utils.h
1596
$O/tkEditor.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1273
$O/tk-io-reg.o: template_display.h hash.h template.h ruler_display.h
1597
$O/tkEditor.o: IO.h $(SRCROOT)/g/g-defs.h
1598
$O/tkEditor.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h
1599
$O/tkEditor.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1600
$O/tkEditor.o: tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
1601
$O/tkEditor.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1602
$O/tkEdNames.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
1603
$O/tkEdNames.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1604
$O/tkEdNames.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1605
$O/tkEdNames.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1606
$O/tkEdNames.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1607
$O/tkEdNames.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1608
$O/tkEdNames.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
1609
$O/tkEdNames.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1274
$O/tkEdNames.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1610
$O/tkEdNames.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1275
$O/tkEdNames.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
1611
$O/tkEdNames.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEditor.h
1276
$O/tkEdNames.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1612
$O/tkEdNames.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1613
$O/tkEdNames.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/tk_utils/tcl_utils.h notes.h
1277
$O/tkEdNames.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/tk_utils/tcl_utils.h notes.h
1614
$O/tkEdNames.o: $(SRCROOT)/tk_utils/sheet.h
1278
$O/tkEdNames.o: $(SRCROOT)/tk_utils/sheet.h
1615
$O/tkEdNames.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/tk_utils/tkSheet.h
1279
$O/tkEdNames.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/tk_utils/tkSheet.h
1616
$O/tkEdNames.o: $(SRCROOT)/tk_utils/tkSheet_config.h
1280
$O/tkEdNames.o: $(SRCROOT)/tk_utils/tkSheet_config.h
1617
$O/tkEdNames.o: $(SRCROOT)/tk_utils/tkSheet_struct.h tkEdNames.h $(SRCROOT)/tk_utils/tk_defs.h
1281
$O/tkEdNames.o: $(SRCROOT)/tk_utils/tkSheet_struct.h tkEdNames.h $(SRCROOT)/tk_utils/tk_defs.h
1618
$O/tkEdNames.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1282
$O/tkEdNames.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1619
$O/tkEdNames.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1620
$O/tkEdNames.o: IO.h $(SRCROOT)/g/g-defs.h
1283
$O/tkEdNames.o: IO.h $(SRCROOT)/g/g-defs.h
1621
$O/tkEdNames.o: $(SRCROOT)/primer3/src/dpal.h template.h
1622
$O/tkEdNames.o: edStructs.h $(SRCROOT)/Misc/xalloc.h
1284
$O/tkEdNames.o: edStructs.h $(SRCROOT)/Misc/xalloc.h
1623
$O/tkEdNames.o: fort.h io_utils.h
1285
$O/tkEdNames.o: fort.h io_utils.h
1624
$O/tkEdNames.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1286
$O/tkEdNames.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
1287
$O/tkEdNames.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1288
$O/tkEdNames.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1289
$O/tkEdNames.o: tkEditor.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1625
$O/tkEdUtils.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
1290
$O/tkEdUtils.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
1626
$O/tkEdUtils.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1291
$O/tkEdUtils.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1627
$O/tkEdUtils.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1292
$O/tkEdUtils.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1628
$O/tkEdUtils.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1629
$O/tkEdUtils.o: list.h undo.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
1630
$O/tkEdUtils.o: qual.h edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1631
$O/tkEdUtils.o: $(SRCROOT)/seq_utils/dna_utils.h notedb.h tman_interface.h
1293
$O/tkEdUtils.o: $(SRCROOT)/seq_utils/dna_utils.h notedb.h tman_interface.h
1632
$O/tkEdUtils.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1633
$O/tkEdUtils.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
1634
$O/tkEdUtils.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/Misc/os.h
1635
$O/tkEdUtils.o: tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
1636
$O/tkEdUtils.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1637
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/seq_utils/genetic_code.h $(SRCROOT)/Misc/misc.h
1294
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/seq_utils/genetic_code.h $(SRCROOT)/Misc/misc.h
1638
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1295
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1639
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1296
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1640
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1297
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1641
$O/tkEdUtils.o: tman_display.h $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1642
$O/tkEdUtils.o: IO.h
1298
$O/tkEdUtils.o: IO.h
1643
$O/tkEdUtils.o: gap_globals.h
1644
$O/tkEdUtils.o: $(SRCROOT)/primer3/src/dpal.h template.h
1645
$O/tkEdUtils.o: gap-dbstruct.h
1646
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/tcl_utils.h edUtils.h
1299
$O/tkEdUtils.o: $(SRCROOT)/tk_utils/tcl_utils.h edUtils.h
1647
$O/tkEdUtils.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1300
$O/tkEdUtils.o: $(SRCROOT)/Misc/os.h
1648
$O/tkEdUtils.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1301
$O/tkEdUtils.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1649
$O/tk-io-reg.o: consistency_display.h
1302
$O/tkEdUtils.o: gap_globals.h
1650
$O/tk-io-reg.o: cs-object.h $(SRCROOT)/tk_utils/canvas_box.h
1303
$O/tkEdUtils.o: qual.h edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1651
$O/tk-io-reg.o: gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h newgap_cmds.h list.h
1304
$O/tkEdUtils.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1652
$O/tk-io-reg.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h contig_selector.h
1305
$O/tkEdUtils.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1653
$O/tk-io-reg.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1306
$O/tkEdUtils.o: tkEditor.h
1654
$O/tk-io-reg.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1307
$O/tkEditor.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1655
$O/tk-io-reg.o: $(SRCROOT)/Misc/xalloc.h template_display.h hash.h
1308
$O/tkEditor.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1656
$O/tk-io-reg.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h
1309
$O/tkEditor.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
1657
$O/tk-io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1310
$O/tkEditor.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1658
$O/tk-io-reg.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h io_utils.h
1311
$O/tkEditor.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/tk_utils/tk_defs.h tman_interface.h
1659
$O/tk-io-reg.o: template.h ruler_display.h $(SRCROOT)/tk_utils/tclXkeylist.h
1312
$O/tkEditor.o: $(SRCROOT)/tk_utils/licence.h gap_globals.h $(SRCROOT)/tk_utils/tkSheet_config.h
1660
$O/tk-io-reg.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1313
$O/tkEditor.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1661
$O/tk-io-reg.o: tk-io-reg.h io-reg.h
1314
$O/tkEditor.o: $(SRCROOT)/tk_utils/tkSheet_common.h edUtils.h qual.h $(SRCROOT)/Misc/os.h
1662
$O/tk-io-reg.o: newgap_structs.h $(SRCROOT)/Misc/misc.h
1315
$O/tkEditor.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1663
$O/tk-io-reg.o: $(SRCROOT)/Misc/array.h
1316
$O/tkEditor.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1664
$O/tk-io-reg.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1317
$O/tkEditor.o: tkEditor.h
1665
$O/tk-io-reg.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1318
$O/tkEditor.o: IO.h $(SRCROOT)/g/g-defs.h
1666
$O/tman_cons.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1319
$O/tkEditor.o: edStructs.h
1320
$O/tkEditor.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1321
$O/tkEditor.o: oligo.h $(SRCROOT)/tk_utils/tcl_utils.h edCommands.h contigEditor.h
1322
$O/tkEditor.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1323
$O/tkEditor.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1324
$O/tman_cons.o: $(SRCROOT)/Misc/xalloc.h
1325
$O/tman_cons.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
1667
$O/tman_cons.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1326
$O/tman_cons.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1668
$O/tman_cons.o: $(SRCROOT)/g/g-filedefs.h io_handle.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
1669
$O/tman_cons.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1670
$O/tman_cons.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1671
$O/tman_cons.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1672
$O/tman_cons.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1673
$O/tman_cons.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1327
$O/tman_cons.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1674
$O/tman_cons.o: $(SRCROOT)/primer3/src/primer3.h
1675
$O/tman_cons.o: qual.h $(SRCROOT)/Misc/os.h
1676
$O/tman_cons.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1677
$O/tman_cons.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1678
$O/tman_cons.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h tman_interface.h edUtils.h
1679
$O/tman_cons.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
1680
$O/tman_cons.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h gap_globals.h
1328
$O/tman_cons.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/Misc/misc.h gap_globals.h
1681
$O/tman_cons.o: $(SRCROOT)/tk_utils/sheet.h
1329
$O/tman_cons.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/tclXkeylist.h
1682
$O/tman_cons.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/io_lib/include/traceType.h
1330
$O/tman_cons.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1683
$O/tman_cons.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tk_utils/tkTraceIO.h
1331
$O/tman_cons.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1684
$O/tman_cons.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
1685
$O/tman_cons.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1332
$O/tman_cons.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1333
$O/tman_cons.o: $(SRCROOT)/tk_utils/tkTraceIO.h
1686
$O/tman_cons.o: IO.h
1334
$O/tman_cons.o: IO.h
1687
$O/tman_cons.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
1335
$O/tman_cons.o: fort.h
1688
$O/tman_cons.o: gap-dbstruct.h
1689
$O/tman_cons.o: edStructs.h
1336
$O/tman_cons.o: edStructs.h
1690
$O/tman_cons.o: $(SRCROOT)/g/g-os.h
1337
$O/tman_cons.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1691
$O/tman_cons.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1338
$O/tman_cons.o: io_utils.h
1692
$O/tman_diff.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/tclXkeylist.h
1339
$O/tman_cons.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1693
$O/tman_diff.o: gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1340
$O/tman_cons.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1341
$O/tman_cons.o: tkEditor.h
1342
$O/tman_cons.o: tman_interface.h edUtils.h qual.h $(SRCROOT)/Misc/os.h
1343
$O/tman_diff.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/seq_utils/dna_utils.h
1344
$O/tman_diff.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h
1694
$O/tman_diff.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1345
$O/tman_diff.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1695
$O/tman_diff.o: $(SRCROOT)/g/g-filedefs.h io_handle.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
1696
$O/tman_diff.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
1697
$O/tman_diff.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
1698
$O/tman_diff.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
1699
$O/tman_diff.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
1700
$O/tman_diff.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1701
$O/tman_diff.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1346
$O/tman_diff.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1702
$O/tman_diff.o: $(SRCROOT)/primer3/src/primer3.h
1703
$O/tman_diff.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1704
$O/tman_diff.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1705
$O/tman_diff.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
1706
$O/tman_diff.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h edUtils.h qual.h $(SRCROOT)/Misc/os.h
1707
$O/tman_diff.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
1708
$O/tman_diff.o: $(SRCROOT)/tk_utils/cli_arg.h tman_interface.h $(SRCROOT)/Misc/misc.h
1347
$O/tman_diff.o: $(SRCROOT)/tk_utils/cli_arg.h tman_interface.h $(SRCROOT)/Misc/misc.h
1709
$O/tman_diff.o: $(SRCROOT)/tk_utils/sheet.h
1348
$O/tman_diff.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1710
$O/tman_diff.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
1349
$O/tman_diff.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1711
$O/tman_diff.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1350
$O/tman_diff.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1712
$O/tman_diff.o: $(SRCROOT)/tk_utils/tkTraceIO.h $(SRCROOT)/mutlib/mutlib.h $(SRCROOT)/mutlib/staden.h
1351
$O/tman_diff.o: $(SRCROOT)/tk_utils/tkTraceIO.h $(SRCROOT)/mutlib/mutlib.h $(SRCROOT)/mutlib/staden.h
1352
$O/tman_diff.o: fort.h io_utils.h
1713
$O/tman_diff.o: IO.h
1353
$O/tman_diff.o: IO.h
1714
$O/tman_diff.o: gap-dbstruct.h
1354
$O/tman_diff.o: edStructs.h $(SRCROOT)/Misc/xalloc.h
1715
$O/tman_diff.o: $(SRCROOT)/g/g-os.h
1355
$O/tman_diff.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
1716
$O/tman_diff.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1356
$O/tman_diff.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h
1717
$O/tman_diff.o: edStructs.h
1357
$O/tman_diff.o: gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/tclXkeylist.h
1718
$O/tman_display.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1358
$O/tman_diff.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1719
$O/tman_display.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1359
$O/tman_diff.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1720
$O/tman_display.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1360
$O/tman_diff.o: tkEditor.h
1721
$O/tman_display.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
1722
$O/tman_display.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
1723
$O/tman_display.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
1724
$O/tman_display.o: io_utils.h
1725
$O/tman_display.o: list.h undo.h edUtils.h qual.h tagUtils.h tagDefs.h fortran.h
1726
$O/tman_display.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
1361
$O/tman_display.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
1727
$O/tman_display.o: $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
1728
$O/tman_display.o: $(SRCROOT)/Misc/misc.h
1362
$O/tman_display.o: $(SRCROOT)/Misc/misc.h
1729
$O/tman_display.o: $(SRCROOT)/Misc/os.h
1363
$O/tman_display.o: $(SRCROOT)/Misc/os.h
1730
$O/tman_display.o: $(SRCROOT)/Misc/xalloc.h edStructs.h fort.h
1364
$O/tman_display.o: $(SRCROOT)/g/g-filedefs.h io_handle.h tkEditor.h
1731
$O/tman_display.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1365
$O/tman_display.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1732
$O/tman_display.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEditor.h
1366
$O/tman_display.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h edUtils.h
1733
$O/tman_display.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1367
$O/tman_display.o: $(SRCROOT)/tk_utils/cli_arg.h tman_interface.h gap_globals.h
1734
$O/tman_display.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1368
$O/tman_display.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/tclXkeylist.h
1735
$O/tman_display.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1736
$O/tman_display.o: $(SRCROOT)/tk_utils/tclXkeylist.h
1737
$O/tman_display.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1369
$O/tman_display.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1738
$O/tman_display.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1370
$O/tman_display.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1739
$O/tman_display.o: tman_interface.h gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
1371
$O/tman_display.o: $(SRCROOT)/Misc/xalloc.h
1740
$O/tman_display.o: $(SRCROOT)/primer3/src/dpal.h template.h
1372
$O/tman_display.o: edStructs.h
1741
$O/tman_display.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
1373
$O/tman_display.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1742
$O/tman_interface.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1374
$O/tman_display.o: fort.h io_utils.h
1743
$O/tman_interface.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1375
$O/tman_display.o: qual.h tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h
1744
$O/tman_interface.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1376
$O/tman_display.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1745
$O/tman_interface.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
1377
$O/tman_display.o: tman_display.h $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1746
$O/tman_interface.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
1747
$O/tman_interface.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
1748
$O/tman_interface.o: list.h undo.h tagUtils.h tagDefs.h fortran.h
1749
$O/tman_interface.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
1378
$O/tman_interface.o: $(SRCROOT)/Misc/bitmap.h gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h
1750
$O/tman_interface.o: $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
1379
$O/tman_interface.o: $(SRCROOT)/Misc/misc.h
1751
$O/tman_interface.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1380
$O/tman_interface.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1752
$O/tman_interface.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
1381
$O/tman_interface.o: $(SRCROOT)/g/g-filedefs.h io_handle.h tkEditor.h
1753
$O/tman_interface.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h io_handle.h tkEditor.h
1382
$O/tman_interface.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1754
$O/tman_interface.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h edUtils.h qual.h $(SRCROOT)/Misc/os.h
1383
$O/tman_interface.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h undo.h tagUtils.h
1755
$O/tman_interface.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1384
$O/tman_interface.o: $(SRCROOT)/tk_utils/cli_arg.h tman_interface.h contigEditor.h
1756
$O/tman_interface.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1757
$O/tman_interface.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1385
$O/tman_interface.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1758
$O/tman_interface.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1386
$O/tman_interface.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
1759
$O/tman_interface.o: tman_interface.h contigEditor.h $(SRCROOT)/Misc/misc.h
1387
$O/tman_interface.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h
1760
$O/tman_interface.o: $(SRCROOT)/tk8.4.6/generic/tk.h
1761
$O/tman_interface.o: $(SRCROOT)/primer3/src/dpal.h template.h
1762
$O/tman_interface.o: edStructs.h
1388
$O/tman_interface.o: edStructs.h
1763
$O/undo.o: contigEditor.h $(SRCROOT)/tk_utils/text_output.h
1389
$O/tman_interface.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
1764
$O/undo.o: fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h $(SRCROOT)/io_lib/include/Read.h
1390
$O/tman_interface.o: IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1765
$O/undo.o: gap-dbstruct.h
1391
$O/tman_interface.o: tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1392
$O/tman_interface.o: tkEdNames.h io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1766
$O/undo.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1393
$O/undo.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
1767
$O/undo.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
1394
$O/undo.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
1768
$O/undo.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1395
$O/undo.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
1769
$O/undo.o: io_handle.h tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
1396
$O/undo.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h
1770
$O/undo.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
1397
$O/undo.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
1771
$O/undo.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
1772
$O/undo.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
1773
$O/undo.o: $(SRCROOT)/Misc/xalloc.h fort.h io_utils.h
1774
$O/undo.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h tagUtils.h tagDefs.h
1775
$O/undo.o: $(SRCROOT)/primer3/src/primer3.h
1776
$O/undo.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
1777
$O/undo.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
1778
$O/undo.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h extend.h
1779
$O/undo.o: $(SRCROOT)/tk_utils/sheet.h
1780
$O/undo.o: $(SRCROOT)/tk_utils/tkSheet_common.h tkEdNames.h io-reg.h primlib.h
1781
$O/undo.o: IO.h
1398
$O/undo.o: IO.h
1782
$O/undo.o: edStructs.h
1399
$O/undo.o: undo.h
1783
$O/undo.o: undo.h edUtils.h qual.h $(SRCROOT)/Misc/os.h
1400
$O/undo.o: $(SRCROOT)/primer3/src/dpal.h template.h list.h
1784
$O/undo.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
1401
$O/undo.o: edStructs.h $(SRCROOT)/Misc/xalloc.h fort.h
1785
$O/vseqs.o: gap-dbstruct.h
1402
$O/undo.o: io_handle.h
1786
$O/vseqs.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1403
$O/undo.o: edUtils.h qual.h $(SRCROOT)/Misc/os.h
1787
$O/vseqs.o: $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
1404
$O/undo.o: extend.h contigEditor.h $(SRCROOT)/tk_utils/text_output.h
1788
$O/vseqs.o: $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
1405
$O/undo.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1406
$O/undo.o: io-reg.h primlib.h $(SRCROOT)/primer3/src/primer3.h
1407
$O/undo.o: io_utils.h
1408
$O/undo.o: tagUtils.h tagDefs.h fortran.h $(SRCROOT)/Misc/dstring.h tman_display.h
1409
$O/undo.o: tkEditor.h
1789
$O/vseqs.o: $(SRCROOT)/Misc/bitmap.h
1410
$O/vseqs.o: $(SRCROOT)/Misc/bitmap.h
1790
$O/vseqs.o: $(SRCROOT)/Misc/xalloc.h
1411
$O/vseqs.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
1791
$O/vseqs.o: qual.h $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/Misc/misc.h
1412
$O/vseqs.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h io_handle.h io_utils.h
1792
$O/vseqs.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
1793
$O/vseqs.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
1794
$O/vseqs.o: vseqs.h
1413
$O/vseqs.o: vseqs.h
1795
$O/vseqs.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1796
$O/vseqs.o: IO.h
1414
$O/vseqs.o: IO.h
1415
$O/vseqs.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
1416
$O/vseqs.o: $(SRCROOT)/Misc/xalloc.h
1417
$O/vseqs.o: gap-dbstruct.h $(SRCROOT)/g/g-os.h gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
1418
$O/vseqs.o: qual.h $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/Misc/misc.h
(-)staden-src-1-7-0.ori/src/get_scf_field/dependencies (-4 lines)
Lines 1-7 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/get_scf_field.o: $(SRCROOT)/io_lib/include/compress.h
4
$O/get_scf_field.o: $(SRCROOT)/io_lib/include/scf.h
5
$O/get_scf_field.o: $(SRCROOT)/Misc/xalloc.h
3
$O/get_scf_field.o: $(SRCROOT)/Misc/xalloc.h
6
$O/get_scf_field.o: $(SRCROOT)/io_lib/include/mFILE.h
7
$O/get_scf_field.o: $(SRCROOT)/io_lib/include/os.h
(-)staden-src-1-7-0.ori/src/haplo/dependencies (-39 / +29 lines)
Lines 1-51 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/haplo_cons.o: $(SRCROOT)/Misc/bitmap.h
4
$O/haplo_cons.o: $(SRCROOT)/Misc/dstring.h
5
$O/haplo_cons.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
6
$O/haplo_cons.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
3
$O/haplo_cons.o: $(SRCROOT)/gap4/gap-dbstruct.h
7
$O/haplo_cons.o: $(SRCROOT)/gap4/gap-dbstruct.h
4
$O/haplo_cons.o: $(SRCROOT)/gap4/io_utils.h
8
$O/haplo_cons.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
5
$O/haplo_cons.o: $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
9
$O/haplo_cons.o: $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/gap_globals.h
6
$O/haplo_cons.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
10
$O/haplo_cons.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/xalloc.h
7
$O/haplo_cons.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
11
$O/haplo_cons.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
8
$O/haplo_cons.o: haplo.h $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
12
$O/haplo_cons.o: haplo.h $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
9
$O/haplo_cons.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
13
$O/haplo_snps.o: $(SRCROOT)/Misc/dstring.h haplo.h $(SRCROOT)/gap4/notes.h
10
$O/haplo_cons.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/vseqs.h
11
$O/haplo_cons.o: $(SRCROOT)/Misc/xalloc.h
12
$O/haplo_cons.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
13
$O/haplo_cons.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
14
$O/haplo_cons.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
15
$O/haplo_snps.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
16
$O/haplo_snps.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
17
$O/haplo_snps.o: $(SRCROOT)/gap4/io_utils.h
18
$O/haplo_snps.o: $(SRCROOT)/gap4/notes.h $(SRCROOT)/tk8.4.6/generic/tk.h
19
$O/haplo_snps.o: $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
20
$O/haplo_snps.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h $(SRCROOT)/Misc/dstring.h haplo.h
21
$O/haplo_snps.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
22
$O/haplo_snps.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
14
$O/haplo_snps.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
23
$O/haplo_snps.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
15
$O/haplo_snps.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
24
$O/haplo_snps.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
16
$O/haplo_snps.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
25
$O/haplo_snps.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
17
$O/haplo_snps.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
18
$O/haplo_snps.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
19
$O/haplo_snps.o: $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
20
$O/haplo_snps.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h
21
$O/haplo_snps.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
26
$O/haplo_snps.o: $(SRCROOT)/Misc/array.h
22
$O/haplo_snps.o: $(SRCROOT)/Misc/array.h
27
$O/haplo_snps.o: $(SRCROOT)/g/g-os.h
23
$O/haplo_split.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h $(SRCROOT)/g/g-os.h
28
$O/haplo_snps.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
29
$O/haplo_split.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
30
$O/haplo_split.o: $(SRCROOT)/gap4/io_utils.h
31
$O/haplo_split.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
32
$O/haplo_split.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/Misc/xalloc.h
24
$O/haplo_split.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/Misc/xalloc.h
33
$O/haplo_split.o: $(SRCROOT)/Misc/os.h
25
$O/haplo_split.o: $(SRCROOT)/Misc/os.h
34
$O/haplo_split.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
26
$O/haplo_split.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
35
$O/haplo_split.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
27
$O/haplo_split.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
36
$O/haplo_split.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
28
$O/haplo_split.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
37
$O/haplo_split.o: haplo.h
29
$O/haplo_split.o: haplo.h
38
$O/haplo_split.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
30
$O/haplo_split.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
39
$O/haplo_split.o: $(SRCROOT)/Misc/array.h
31
$O/haplo_split.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
40
$O/haplo_split.o: $(SRCROOT)/g/g-os.h
32
$O/haplo_tcl.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
41
$O/haplo_tcl.o: $(SRCROOT)/gap4/gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/gap4/list_proc.h
42
$O/haplo_tcl.o: $(SRCROOT)/gap4/gap-dbstruct.h
43
$O/haplo_tcl.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
44
$O/haplo_tcl.o: $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
45
$O/haplo_tcl.o: haplo.h $(SRCROOT)/Misc/dstring.h $(SRCROOT)/Misc/xalloc.h
46
$O/haplo_tcl.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
47
$O/haplo_tcl.o: $(SRCROOT)/Misc/os.h
33
$O/haplo_tcl.o: $(SRCROOT)/Misc/os.h
48
$O/haplo_tcl.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
34
$O/haplo_tcl.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/io_handle.h
49
$O/haplo_tcl.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
35
$O/haplo_tcl.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
50
$O/haplo_tcl.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
36
$O/haplo_tcl.o: $(SRCROOT)/gap4/gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/gap4/list_proc.h
51
$O/haplo_tcl.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h
37
$O/haplo_tcl.o: $(SRCROOT)/gap4/io_utils.h
38
$O/haplo_tcl.o: $(SRCROOT)/Misc/xalloc.h
39
$O/haplo_tcl.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
40
$O/haplo_tcl.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
41
$O/haplo_tcl.o: haplo.h $(SRCROOT)/Misc/dstring.h
(-)staden-src-1-7-0.ori/src/init_exp/dependencies (-8 / +2 lines)
Lines 1-11 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/init_exp.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
4
$O/init_exp.o: $(SRCROOT)/io_lib/include/open_trace_file.h
5
$O/init_exp.o: $(SRCROOT)/io_lib/include/os.h
6
$O/init_exp.o: $(SRCROOT)/io_lib/include/scf.h
7
$O/init_exp.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
8
$O/init_exp.o: $(SRCROOT)/Misc/xalloc.h
9
$O/init_exp.o: $(SRCROOT)/Misc/misc.h
3
$O/init_exp.o: $(SRCROOT)/Misc/misc.h
10
$O/init_exp.o: $(SRCROOT)/io_lib/include/Read.h
4
$O/init_exp.o: $(SRCROOT)/Misc/os.h
11
$O/init_exp.o: $(SRCROOT)/io_lib/include/mFILE.h
5
$O/init_exp.o: $(SRCROOT)/Misc/xalloc.h
(-)staden-src-1-7-0.ori/src/make_weights/dependencies (-2 / +1 lines)
Lines 2-6 Link Here
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/make_weights.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
3
$O/make_weights.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
4
$O/make_weights.o: $(SRCROOT)/text_utils/licence.h
4
$O/make_weights.o: $(SRCROOT)/text_utils/licence.h
5
$O/make_weights.o: $(SRCROOT)/Misc/misc.h
5
$O/make_weights.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
6
$O/make_weights.o: $(SRCROOT)/Misc/os.h
(-)staden-src-1-7-0.ori/src/mk/global.mk (-9 / +10 lines)
Lines 128-137 Link Here
128
XSRC		= 
128
XSRC		= 
129
TCLVERS		= 8.4
129
TCLVERS		= 8.4
130
TKVERS		= 8.4
130
TKVERS		= 8.4
131
TCLSRC		= $(SRCROOT)/tcl8.4.6/generic
131
TCLSRC		= /usr/lib/tcl8.4/include/generic/
132
TKSRC		= $(SRCROOT)/tk8.4.6/generic
132
TKSRC		= /usr/lib/tk8.4/include/generic/
133
ITCLSRC		= $(SRCROOT)/incrTcl-3.3cvs/itcl/generic
133
ITCLSRC		= /usr/lib/itcl3.3
134
ITKSRC		= $(SRCROOT)/incrTcl-3.3cvs/itk/generic
134
ITKSRC		= /usr/lib/itk3.3
135
TTSRC		=
135
TTSRC		=
136
ITCLVERS	= 3.3
136
ITCLVERS	= 3.3
137
ITKVERS		= 3.3
137
ITKVERS		= 3.3
Lines 187-192 Link Here
187
MUT_LIB      = $(MUT_LIB_S) $(LINK_LIBFLAG)mutlib$(LIB_EXT) $(MUT_LIB_E)
187
MUT_LIB      = $(MUT_LIB_S) $(LINK_LIBFLAG)mutlib$(LIB_EXT) $(MUT_LIB_E)
188
P3_LIB	     = $(P3_LIB_S)  $(LINK_LIBFLAG)primer3$(LIB_EXT) $(P3_LIB_E)
188
P3_LIB	     = $(P3_LIB_S)  $(LINK_LIBFLAG)primer3$(LIB_EXT) $(P3_LIB_E)
189
PNG_LIB	     = $(PNG_LIB_S) $(LINK_LIBFLAG)png12$(LIB_EXT) $(PNG_LIB_E)
189
PNG_LIB	     = $(PNG_LIB_S) $(LINK_LIBFLAG)png12$(LIB_EXT) $(PNG_LIB_E)
190
CURL_LIB     = $(CURL_LIB_S) $(LINK_LIBFLAG)curl$(LIB_EXT) $(CURL_LIB_E)
190
191
191
192
192
# Standard chunks to add to the compile line
193
# Standard chunks to add to the compile line
Lines 201-210 Link Here
201
X_INC		= $(XSRC:%=-I%)
202
X_INC		= $(XSRC:%=-I%)
202
XAW_INC		= $(XSRC:%=-I%)
203
XAW_INC		= $(XSRC:%=-I%)
203
TT_INC		= $(TTSRC:%=-I%)
204
TT_INC		= $(TTSRC:%=-I%)
204
IOLIB_INC	= -I$(IOLIBSRC)/include
205
IOLIB_INC	= -I$(IOLIBSRC)
205
IOUTILS_INC	= -I$(IOLIBSRC)/include
206
IOUTILS_INC	= -I$(IOLIBSRC)
206
SCF_INC		= -I$(IOLIBSRC)/include
207
SCF_INC		= -I$(IOLIBSRC)
207
EXP_INC		= -I$(IOLIBSRC)/include
208
EXP_INC		= -I$(IOLIBSRC)
208
G_INC		= -I$(GSRC)
209
G_INC		= -I$(GSRC)
209
GAP4_INC	= -I$(GAP4SRC)
210
GAP4_INC	= -I$(GAP4SRC)
210
NIP4_INC	= -I$(NIP4SRC)
211
NIP4_INC	= -I$(NIP4SRC)
Lines 290-296 Link Here
290
GETSCFFIELD	= $(SRCROOT)/get_scf_field
291
GETSCFFIELD	= $(SRCROOT)/get_scf_field
291
INDEXSEQLIBSSRC	= $(SRCROOT)/indexseqlibs
292
INDEXSEQLIBSSRC	= $(SRCROOT)/indexseqlibs
292
INITEXPSRC	= $(SRCROOT)/init_exp
293
INITEXPSRC	= $(SRCROOT)/init_exp
293
IOLIBSRC	= $(SRCROOT)/io_lib
294
IOLIBSRC	= /usr/include/io_lib
294
LOOKUPSRC	= $(SRCROOT)/lookup
295
LOOKUPSRC	= $(SRCROOT)/lookup
295
MAKESCFSRC	= $(SRCROOT)/makeSCF
296
MAKESCFSRC	= $(SRCROOT)/makeSCF
296
MISCSRC		= $(SRCROOT)/Misc
297
MISCSRC		= $(SRCROOT)/Misc
(-)staden-src-1-7-0.ori/src/mk/linux.mk (-6 / +7 lines)
Lines 6-14 Link Here
6
/* DEFINES += -DLITTLE_ENDIAN */
6
/* DEFINES += -DLITTLE_ENDIAN */
7
7
8
# Use g77 for compiling our fortran
8
# Use g77 for compiling our fortran
9
F77	 = g77
9
F77	 = gfortran
10
# Ewe:
10
# use for g77
11
F77_DEP  = -lg2c
11
# F77_DEP  = -lg2c
12
F77_DEP  = -lgfortran
12
LIBSF	= $(F77_DEP)
13
LIBSF	= $(F77_DEP)
13
# Jura
14
# Jura
14
# F77_DEP	 = /usr/lib/gcc-lib/i386-glibc21-linux/egcs-2.91.66/libg2c.a
15
# F77_DEP	 = /usr/lib/gcc-lib/i386-glibc21-linux/egcs-2.91.66/libg2c.a
Lines 31-38 Link Here
31
XBIN	= /usr/X11R6/lib
32
XBIN	= /usr/X11R6/lib
32
# For AMD64 based systems use XBIN=/usr/X11R6/lib64
33
# For AMD64 based systems use XBIN=/usr/X11R6/lib64
33
34
34
#CLDFLAGS_E	+= -shared
35
CLDFLAGS_E	+= -shared
35
#FLDFLAGS_E	+= -shared
36
FLDFLAGS_E	+= -shared
36
37
37
# Dynamic linking
38
# Dynamic linking
38
# For AMD64 based systems try -fPIC instead.
39
# For AMD64 based systems try -fPIC instead.
Lines 41-47 Link Here
41
# pic with g77 generates opcodes unknown by the 386 assembler. Odd
42
# pic with g77 generates opcodes unknown by the 386 assembler. Odd
42
# It doesn't appear to be needed (but at a speed cost?).
43
# It doesn't appear to be needed (but at a speed cost?).
43
# For AMD64 based systems try -fPIC instead.
44
# For AMD64 based systems try -fPIC instead.
44
#SHLIB_FFLAGS		= -fpic
45
SHLIB_FFLAGS		= -fpic
45
SHLIB_LD		= cc
46
SHLIB_LD		= cc
46
SHLIB_LDFLAGS		= -L$(L) $(SHLIB_STRIP) -shared -o
47
SHLIB_LDFLAGS		= -L$(L) $(SHLIB_STRIP) -shared -o
47
SHLIB_PREFIX		= lib
48
SHLIB_PREFIX		= lib
(-)staden-src-1-7-0.ori/src/mk/root.mk (-6 / +2 lines)
Lines 12-18 Link Here
12
# gap/osp-bits
12
# gap/osp-bits
13
# gap
13
# gap
14
DIRS =	Misc\
14
DIRS =	Misc\
15
	io_lib\
16
	seq_utils\
15
	seq_utils\
17
	tk_utils\
16
	tk_utils\
18
	spin\
17
	spin\
Lines 55-67 Link Here
55
# in io_lib from (eg) clean to cleanx.
54
# in io_lib from (eg) clean to cleanx.
56
#
55
#
57
clean:
56
clean:
58
	cd io_lib; $(MAKE) $(FLAGS) cleanx
57
	-echo blah
59
	$(MAKE) $(FLAGS) JOB=clean
60
58
61
spotless:
59
spotless:
62
	cd io_lib; $(MAKE) $(FLAGS) spotlessx
60
	-ech blah
63
	$(MAKE) $(FLAGS) JOB=spotless
64
	-rm lib/$(O)/so_locations
65
61
66
relink:
62
relink:
67
	-rm lib/$(O)/so_locations
63
	-rm lib/$(O)/so_locations
(-)staden-src-1-7-0.ori/src/mutlib/Makefile (-2 lines)
Lines 63-70 Link Here
63
63
64
MUT_DEP=\
64
MUT_DEP=\
65
	$(SEQUTILS_LIB) \
65
	$(SEQUTILS_LIB) \
66
	$(TKUTILS_LIB) \
67
	$(IOLIB_LIB) \
68
	$(MISC_LIB) \
66
	$(MISC_LIB) \
69
	$(MATH_LIB)
67
	$(MATH_LIB)
70
68
(-)staden-src-1-7-0.ori/src/mutlib/dependencies (-230 / +117 lines)
Lines 1-313 Link Here
1
1
2
# DO NOT DELETE
2
$O/align.o: ./align.hpp ./sp_alignment_structs.h ./sp_alignment.h
3
$O/align.o: ./align.hpp ./sp_alignment_structs.h ./sp_alignment.h
3
$O/align.o: ./matrix.hpp
4
$O/align.o: ./matrix.hpp
4
$O/basecall.o: ./basecall.hpp
5
$O/basecall.o: ./basecall.hpp
5
$O/caller_base.o: ./caller.hpp
6
$O/caller.o: $(SRCROOT)/Misc/os.h
6
$O/caller_base.o: ./dnatable.hpp ./caller_base.hpp ./matrix.hpp ./trace.hpp
7
$O/caller.o: $(SRCROOT)/seq_utils/dna_utils.h
7
$O/caller_base.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
8
$O/caller.o: ./caller.hpp ./matrix.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
8
$O/caller_base.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
9
$O/caller.o: $(SRCROOT)/Misc/xalloc.h
9
$O/caller_base.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
10
$O/caller_base.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
11
$O/caller_base.o: ./staden.h $(SRCROOT)/Misc/misc.h
12
$O/caller_base.o: $(SRCROOT)/Misc/xalloc.h
10
$O/caller_base.o: $(SRCROOT)/Misc/xalloc.h
13
$O/caller_base.o: $(SRCROOT)/seq_utils/dna_utils.h
11
$O/caller_base.o: $(SRCROOT)/seq_utils/dna_utils.h
12
$O/caller_base.o: ./dnatable.hpp ./caller_base.hpp ./matrix.hpp ./trace.hpp
13
$O/caller_base.o: ./staden.h $(SRCROOT)/Misc/misc.h
14
$O/caller_base.o: $(SRCROOT)/Misc/os.h
14
$O/caller_base.o: $(SRCROOT)/Misc/os.h
15
$O/caller_level.o: ./dnatable.hpp ./caller_level.hpp ./trace.hpp ./staden.h
15
$O/caller_base.o: ./caller.hpp
16
$O/caller_level.o: $(SRCROOT)/io_lib/include/compress.h ./caller.hpp ./matrix.hpp
17
$O/caller_level.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
18
$O/caller_level.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
19
$O/caller_level.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
20
$O/caller_level.o: $(SRCROOT)/Misc/misc.h
16
$O/caller_level.o: $(SRCROOT)/Misc/misc.h
21
$O/caller_level.o: $(SRCROOT)/Misc/xalloc.h
22
$O/caller_level.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
23
$O/caller_level.o: $(SRCROOT)/Misc/os.h
17
$O/caller_level.o: $(SRCROOT)/Misc/os.h
24
$O/caller.o: ./caller.hpp ./matrix.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
18
$O/caller_level.o: $(SRCROOT)/seq_utils/dna_utils.h
25
$O/caller.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
19
$O/caller_level.o: ./dnatable.hpp ./caller_level.hpp ./trace.hpp ./staden.h
26
$O/caller.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
20
$O/caller_level.o: $(SRCROOT)/Misc/xalloc.h
27
$O/caller.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
21
$O/caller_level.o: ./caller.hpp ./matrix.hpp
28
$O/caller.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
22
$O/caller_snr.o: $(SRCROOT)/Misc/os.h
29
$O/caller.o: $(SRCROOT)/Misc/xalloc.h
23
$O/caller_snr.o: $(SRCROOT)/seq_utils/dna_utils.h
30
$O/caller.o: $(SRCROOT)/seq_utils/dna_utils.h
31
$O/caller.o: $(SRCROOT)/Misc/os.h
32
$O/caller_snr.o: ./caller.hpp ./matrix.hpp
33
$O/caller_snr.o: ./caller_snr.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
24
$O/caller_snr.o: ./caller_snr.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
34
$O/caller_snr.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
35
$O/caller_snr.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
36
$O/caller_snr.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
37
$O/caller_snr.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
38
$O/caller_snr.o: $(SRCROOT)/Misc/xalloc.h
25
$O/caller_snr.o: $(SRCROOT)/Misc/xalloc.h
39
$O/caller_snr.o: $(SRCROOT)/seq_utils/dna_utils.h
26
$O/caller_snr.o: ./caller.hpp ./matrix.hpp
40
$O/caller_snr.o: $(SRCROOT)/Misc/os.h
41
$O/dnatable.o: ./dnatable.hpp
27
$O/dnatable.o: ./dnatable.hpp
42
# DO NOT DELETE
28
$O/mutationtag.o: $(SRCROOT)/Misc/os.h
43
$O/mutationtag.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
29
$O/mutationtag.o: $(SRCROOT)/seq_utils/dna_utils.h
44
$O/mutationtag.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
45
$O/mutationtag.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
46
$O/mutationtag.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
47
$O/mutationtag.o: ./listitem.hpp
48
$O/mutationtag.o: ./mutationtag.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
30
$O/mutationtag.o: ./mutationtag.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
49
$O/mutationtag.o: $(SRCROOT)/Misc/xalloc.h
31
$O/mutationtag.o: $(SRCROOT)/Misc/xalloc.h
50
$O/mutationtag.o: $(SRCROOT)/seq_utils/dna_utils.h
32
$O/mutationtag.o: ./listitem.hpp
51
$O/mutationtag.o: $(SRCROOT)/Misc/os.h
52
$O/mutationtag_utils.o: $(SRCROOT)/io_lib/include/compress.h ./list.hpp ./array.hpp
53
$O/mutationtag_utils.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
54
$O/mutationtag_utils.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
55
$O/mutationtag_utils.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
56
$O/mutationtag_utils.o: $(SRCROOT)/Misc/misc.h
33
$O/mutationtag_utils.o: $(SRCROOT)/Misc/misc.h
57
$O/mutationtag_utils.o: $(SRCROOT)/Misc/xalloc.h
34
$O/mutationtag_utils.o: $(SRCROOT)/Misc/xalloc.h
58
$O/mutationtag_utils.o: ./mutationtag.hpp ./listitem.hpp
35
$O/mutationtag_utils.o: ./mutationtag.hpp ./listitem.hpp
59
$O/mutationtag_utils.o: ./mutationtag_utils.hpp ./mutlib.h ./staden.h
36
$O/mutationtag_utils.o: ./mutationtag_utils.hpp ./mutlib.h ./staden.h
60
$O/mutationtag_utils.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
37
$O/mutationtag_utils.o: $(SRCROOT)/seq_utils/dna_utils.h
61
$O/mutationtag_utils.o: $(SRCROOT)/Misc/os.h
38
$O/mutationtag_utils.o: $(SRCROOT)/Misc/os.h
39
$O/mutationtag_utils.o: ./list.hpp ./array.hpp
40
$O/mutscan.o: $(SRCROOT)/Misc/os.h
41
$O/mutscan.o: $(SRCROOT)/seq_utils/dna_utils.h
42
$O/mutscan.o: ./array.hpp ./mutationtag.hpp ./listitem.hpp
43
$O/mutscan.o: ./list.hpp ./align.hpp ./sp_alignment_structs.h ./sp_alignment.h
44
$O/mutscan.o: ./matrix.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
45
$O/mutscan.o: ./mutscan_parameters.hpp ./parameter.hpp ./mutationtag_utils.hpp
46
$O/mutscan.o: ./mutscan_preprocess.hpp ./mutscan_analysis.hpp
47
$O/mutscan.o: ./mutscan.hpp ./mutlib.h
48
$O/mutscan.o: $(SRCROOT)/Misc/xalloc.h
49
$O/mutscan_analysis.o: $(SRCROOT)/Misc/xalloc.h
62
$O/mutscan_analysis.o: ./caller_base.hpp ./matrix.hpp ./trace.hpp ./caller.hpp
50
$O/mutscan_analysis.o: ./caller_base.hpp ./matrix.hpp ./trace.hpp ./caller.hpp
63
$O/mutscan_analysis.o: ./caller_level.hpp ./mutscan_analysis.hpp ./array.hpp
51
$O/mutscan_analysis.o: ./caller_level.hpp ./mutscan_analysis.hpp ./array.hpp
64
$O/mutscan_analysis.o: $(SRCROOT)/io_lib/include/compress.h ./dnatable.hpp
65
$O/mutscan_analysis.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
66
$O/mutscan_analysis.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
67
$O/mutscan_analysis.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
68
$O/mutscan_analysis.o: ./list.hpp ./mutationtag.hpp ./listitem.hpp
52
$O/mutscan_analysis.o: ./list.hpp ./mutationtag.hpp ./listitem.hpp
69
$O/mutscan_analysis.o: $(SRCROOT)/Misc/xalloc.h
70
$O/mutscan_analysis.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
53
$O/mutscan_analysis.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
71
$O/mutscan_analysis.o: ./mutscan_preprocess.hpp
54
$O/mutscan_analysis.o: ./mutscan_preprocess.hpp
72
$O/mutscan_analysis.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
55
$O/mutscan_analysis.o: $(SRCROOT)/seq_utils/dna_utils.h
73
$O/mutscan_analysis.o: $(SRCROOT)/Misc/os.h
56
$O/mutscan_analysis.o: $(SRCROOT)/Misc/os.h
74
$O/mutscan_helper.o: $(SRCROOT)/io_lib/include/compress.h
57
$O/mutscan_analysis.o: ./dnatable.hpp
75
$O/mutscan_helper.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
76
$O/mutscan_helper.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
77
$O/mutscan_helper.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
78
$O/mutscan_helper.o: $(SRCROOT)/Misc/xalloc.h
58
$O/mutscan_helper.o: $(SRCROOT)/Misc/xalloc.h
79
$O/mutscan_helper.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
59
$O/mutscan_helper.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
80
$O/mutscan_helper.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
60
$O/mutscan_helper.o: $(SRCROOT)/seq_utils/dna_utils.h
81
$O/mutscan_helper.o: $(SRCROOT)/Misc/os.h
61
$O/mutscan_helper.o: $(SRCROOT)/Misc/os.h
82
$O/mutscan.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
83
$O/mutscan.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
84
$O/mutscan.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
85
$O/mutscan.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
86
$O/mutscan.o: ./list.hpp ./align.hpp ./sp_alignment_structs.h ./sp_alignment.h
87
$O/mutscan.o: ./listitem.hpp ./mutscan_preprocess.hpp ./mutscan_analysis.hpp
88
$O/mutscan.o: ./matrix.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
89
$O/mutscan.o: ./mutationtag_utils.hpp ./array.hpp ./mutationtag.hpp
90
$O/mutscan.o: ./mutscan.hpp ./mutlib.h ./mutscan_parameters.hpp ./parameter.hpp
91
$O/mutscan.o: $(SRCROOT)/Misc/xalloc.h
92
$O/mutscan.o: $(SRCROOT)/seq_utils/dna_utils.h
93
$O/mutscan.o: $(SRCROOT)/Misc/os.h
94
$O/mutscan_parameters.o: $(SRCROOT)/io_lib/include/compress.h ./parameter.hpp
95
$O/mutscan_parameters.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
96
$O/mutscan_parameters.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
97
$O/mutscan_parameters.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
98
$O/mutscan_parameters.o: $(SRCROOT)/Misc/misc.h
62
$O/mutscan_parameters.o: $(SRCROOT)/Misc/misc.h
99
$O/mutscan_parameters.o: $(SRCROOT)/Misc/os.h
100
$O/mutscan_parameters.o: $(SRCROOT)/Misc/xalloc.h
63
$O/mutscan_parameters.o: $(SRCROOT)/Misc/xalloc.h
101
$O/mutscan_parameters.o: ./mutscan_parameters.hpp ./mutlib.h ./staden.h
64
$O/mutscan_parameters.o: ./mutscan_parameters.hpp ./mutlib.h ./staden.h
102
$O/mutscan_parameters.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
65
$O/mutscan_parameters.o: $(SRCROOT)/seq_utils/dna_utils.h
103
$O/mutscan_preprocess.o: $(SRCROOT)/io_lib/include/compress.h ./array.hpp ./matrix.hpp
66
$O/mutscan_parameters.o: $(SRCROOT)/Misc/os.h
104
$O/mutscan_preprocess.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
67
$O/mutscan_parameters.o: ./parameter.hpp
105
$O/mutscan_preprocess.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
106
$O/mutscan_preprocess.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
107
$O/mutscan_preprocess.o: $(SRCROOT)/Misc/misc.h
68
$O/mutscan_preprocess.o: $(SRCROOT)/Misc/misc.h
108
$O/mutscan_preprocess.o: $(SRCROOT)/Misc/os.h
109
$O/mutscan_preprocess.o: $(SRCROOT)/Misc/xalloc.h
69
$O/mutscan_preprocess.o: $(SRCROOT)/Misc/xalloc.h
110
$O/mutscan_preprocess.o: ./mutscan_preprocess.hpp ./mutlib.h ./staden.h
70
$O/mutscan_preprocess.o: ./mutscan_preprocess.hpp ./mutlib.h ./staden.h
111
$O/mutscan_preprocess.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
112
$O/mutscan_preprocess.o: ./trace.hpp
71
$O/mutscan_preprocess.o: ./trace.hpp
113
$O/mutscan_validate.o: $(SRCROOT)/io_lib/include/compress.h ./mutscan_parameters.hpp
72
$O/mutscan_preprocess.o: $(SRCROOT)/seq_utils/dna_utils.h
114
$O/mutscan_validate.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
73
$O/mutscan_preprocess.o: $(SRCROOT)/Misc/os.h
115
$O/mutscan_validate.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
74
$O/mutscan_preprocess.o: ./array.hpp ./matrix.hpp
116
$O/mutscan_validate.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
117
$O/mutscan_validate.o: $(SRCROOT)/Misc/xalloc.h
75
$O/mutscan_validate.o: $(SRCROOT)/Misc/xalloc.h
118
$O/mutscan_validate.o: ./parameter.hpp
76
$O/mutscan_validate.o: ./parameter.hpp
119
$O/mutscan_validate.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
120
$O/mutscan_validate.o: $(SRCROOT)/Misc/os.h
121
$O/mutscan_validate.o: ./validate.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
77
$O/mutscan_validate.o: ./validate.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
122
$O/muttag.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
78
$O/mutscan_validate.o: $(SRCROOT)/seq_utils/dna_utils.h
123
$O/muttag.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
79
$O/mutscan_validate.o: $(SRCROOT)/Misc/os.h
124
$O/muttag.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
80
$O/mutscan_validate.o: ./mutscan_parameters.hpp
125
$O/muttag.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
81
$O/muttag.o: $(SRCROOT)/Misc/os.h
126
$O/muttag.o: ./listitem.hpp
82
$O/muttag.o: $(SRCROOT)/seq_utils/dna_utils.h
127
$O/muttag.o: ./muttag.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
83
$O/muttag.o: ./muttag.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
84
$O/muttag.o: ./listitem.hpp
128
$O/muttag.o: $(SRCROOT)/Misc/xalloc.h
85
$O/muttag.o: $(SRCROOT)/Misc/xalloc.h
129
$O/muttag.o: $(SRCROOT)/seq_utils/dna_utils.h
130
$O/muttag.o: $(SRCROOT)/Misc/os.h
131
$O/peakcall.o: ./peakcall.hpp ./listitem.hpp
86
$O/peakcall.o: ./peakcall.hpp ./listitem.hpp
132
$O/read_matrix.o: read_matrix.h
133
$O/read_matrix.o: $(SRCROOT)/Misc/misc.h
134
$O/read_matrix.o: $(SRCROOT)/Misc/xalloc.h
135
$O/read_matrix.o: $(SRCROOT)/Misc/os.h
87
$O/read_matrix.o: $(SRCROOT)/Misc/os.h
136
$O/sp_align_lib.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
88
$O/read_matrix.o: $(SRCROOT)/Misc/xalloc.h read_matrix.h
137
$O/sp_align_lib.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
89
$O/read_matrix.o: $(SRCROOT)/Misc/misc.h
138
$O/sp_align_lib.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
90
$O/sp_align_lib.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
139
$O/sp_align_lib.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
91
$O/sp_align_lib.o: ./sp_alignment.h ./sp_align_lib.h read_matrix.h
140
$O/sp_align_lib.o: $(SRCROOT)/Misc/misc.h
141
$O/sp_align_lib.o: $(SRCROOT)/Misc/os.h
92
$O/sp_align_lib.o: $(SRCROOT)/Misc/os.h
142
$O/sp_align_lib.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
93
$O/sp_align_lib.o: ./sp_alignment_structs.h
143
$O/sp_align_lib.o: read_matrix.h
144
$O/sp_align_lib.o: ./sp_alignment_structs.h ./sp_alignment.h ./sp_align_lib.h
145
$O/sp_align_lib.o: ./staden.h
94
$O/sp_align_lib.o: ./staden.h
146
$O/sp_alignment.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
95
$O/sp_alignment.o: $(SRCROOT)/seq_utils/dna_utils.h
147
$O/sp_alignment.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
96
$O/sp_alignment.o: ./sp_align_lib.h ./sp_hash_lib.h ./sp_alignment.h
148
$O/sp_alignment.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
97
$O/sp_alignment.o: ./staden.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
149
$O/sp_alignment.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
98
$O/sp_alignment.o: $(SRCROOT)/Misc/xalloc.h
150
$O/sp_alignment.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
99
$O/sp_alignment.o: ./sp_alignment_structs.h
151
$O/sp_alignment.o: ./sp_alignment.h read_matrix.h
100
$O/sp_alignment.o: read_matrix.h
152
$O/sp_alignment.o: ./sp_alignment_structs.h ./sp_align_lib.h ./sp_hash_lib.h
153
$O/sp_alignment.o: ./staden.h $(SRCROOT)/Misc/misc.h
154
$O/sp_alignment.o: $(SRCROOT)/Misc/os.h
155
$O/sp_hash_lib.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
156
$O/sp_hash_lib.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
157
$O/sp_hash_lib.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
158
$O/sp_hash_lib.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
159
$O/sp_hash_lib.o: $(SRCROOT)/Misc/misc.h
160
$O/sp_hash_lib.o: $(SRCROOT)/Misc/os.h
161
$O/sp_hash_lib.o: ./sp_align_lib.h
162
$O/sp_hash_lib.o: ./sp_alignment_structs.h ./sp_hash_lib.h ./sp_alignment.h
163
$O/sp_hash_lib.o: $(SRCROOT)/Misc/xalloc.h
101
$O/sp_hash_lib.o: $(SRCROOT)/Misc/xalloc.h
164
$O/sp_hash_lib.o: $(SRCROOT)/seq_utils/dna_utils.h
102
$O/sp_hash_lib.o: $(SRCROOT)/seq_utils/dna_utils.h
165
$O/sp_hash_lib.o: ./staden.h
103
$O/sp_hash_lib.o: ./sp_hash_lib.h ./sp_alignment.h ./sp_align_lib.h
104
$O/sp_hash_lib.o: ./staden.h $(SRCROOT)/Misc/misc.h
105
$O/sp_hash_lib.o: $(SRCROOT)/Misc/os.h
106
$O/sp_hash_lib.o: ./sp_alignment_structs.h
166
$O/sp_matrix.o: ./sp_matrix.h $(SRCROOT)/Misc/misc.h
107
$O/sp_matrix.o: ./sp_matrix.h $(SRCROOT)/Misc/misc.h
167
$O/sp_matrix.o: $(SRCROOT)/Misc/xalloc.h
168
$O/sp_matrix.o: $(SRCROOT)/Misc/os.h
108
$O/sp_matrix.o: $(SRCROOT)/Misc/os.h
109
$O/sp_matrix.o: $(SRCROOT)/Misc/xalloc.h
169
$O/stringlist.o: ./stringlist.hpp
110
$O/stringlist.o: ./stringlist.hpp
170
$O/tagarray.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h ./list.hpp
111
$O/tagarray.o: $(SRCROOT)/Misc/os.h
171
$O/tagarray.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
112
$O/tagarray.o: $(SRCROOT)/seq_utils/dna_utils.h
172
$O/tagarray.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
113
$O/tagarray.o: ./listitem.hpp
173
$O/tagarray.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
174
$O/tagarray.o: ./muttag.hpp ./listitem.hpp
175
$O/tagarray.o: ./tagarray.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
114
$O/tagarray.o: ./tagarray.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
115
$O/tagarray.o: ./list.hpp ./muttag.hpp
176
$O/tagarray.o: $(SRCROOT)/Misc/xalloc.h
116
$O/tagarray.o: $(SRCROOT)/Misc/xalloc.h
177
$O/tagarray.o: $(SRCROOT)/seq_utils/dna_utils.h
117
$O/trace.o: $(SRCROOT)/Misc/os.h
178
$O/tagarray.o: $(SRCROOT)/Misc/os.h
118
$O/trace.o: ./array.hpp ./trace.hpp
179
$O/tracealign_cache.o: $(SRCROOT)/io_lib/include/compress.h ./array.hpp
119
$O/trace.o: ./staden.h $(SRCROOT)/Misc/misc.h
180
$O/tracealign_cache.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
120
$O/trace.o: $(SRCROOT)/Misc/xalloc.h
181
$O/tracealign_cache.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
121
$O/trace.o: $(SRCROOT)/seq_utils/dna_utils.h
182
$O/tracealign_cache.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
122
$O/tracealign.o: $(SRCROOT)/Misc/os.h
123
$O/tracealign.o: $(SRCROOT)/seq_utils/dna_utils.h
124
$O/tracealign.o: ./array.hpp ./tracealign_cache.hpp ./tracealign_preprocess.hpp
125
$O/tracealign.o: ./list.hpp ./align.hpp ./sp_alignment_structs.h
126
$O/tracealign.o: ./listitem.hpp ./peakcall.hpp ./tagarray.hpp ./tracealign.hpp
127
$O/tracealign.o: ./sp_alignment.h
128
$O/tracealign.o: ./staden.h $(SRCROOT)/Misc/misc.h
129
$O/tracealign.o: ./matrix.hpp ./trace.hpp
130
$O/tracealign.o: $(SRCROOT)/Misc/xalloc.h
131
$O/tracealign.o: ./muttag.hpp ./mutlib.h
183
$O/tracealign_cache.o: $(SRCROOT)/Misc/misc.h
132
$O/tracealign_cache.o: $(SRCROOT)/Misc/misc.h
184
$O/tracealign_cache.o: $(SRCROOT)/Misc/xalloc.h
133
$O/tracealign_cache.o: $(SRCROOT)/Misc/xalloc.h
185
$O/tracealign_cache.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
186
$O/tracealign_cache.o: ./tracealign_cache.hpp ./matrix.hpp
134
$O/tracealign_cache.o: ./tracealign_cache.hpp ./matrix.hpp
187
$O/tracealign_cache.o: ./tracealign_preprocess.hpp ./trace.hpp ./staden.h
135
$O/tracealign_cache.o: ./tracealign_preprocess.hpp ./trace.hpp ./staden.h
136
$O/tracealign_cache.o: $(SRCROOT)/seq_utils/dna_utils.h
188
$O/tracealign_cache.o: $(SRCROOT)/Misc/os.h
137
$O/tracealign_cache.o: $(SRCROOT)/Misc/os.h
189
$O/tracealign_helper.o: $(SRCROOT)/io_lib/include/compress.h ./trace.hpp
138
$O/tracealign_cache.o: ./array.hpp
190
$O/tracealign_helper.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
191
$O/tracealign_helper.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
192
$O/tracealign_helper.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
193
$O/tracealign_helper.o: $(SRCROOT)/Misc/xalloc.h
139
$O/tracealign_helper.o: $(SRCROOT)/Misc/xalloc.h
194
$O/tracealign_helper.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
140
$O/tracealign_helper.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
195
$O/tracealign_helper.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
196
$O/tracealign_helper.o: ./tracealign_cache.hpp ./matrix.hpp
141
$O/tracealign_helper.o: ./tracealign_cache.hpp ./matrix.hpp
197
$O/tracealign_helper.o: ./tracealign_preprocess.hpp ./array.hpp
142
$O/tracealign_helper.o: ./tracealign_preprocess.hpp ./array.hpp
143
$O/tracealign_helper.o: $(SRCROOT)/seq_utils/dna_utils.h
198
$O/tracealign_helper.o: $(SRCROOT)/Misc/os.h
144
$O/tracealign_helper.o: $(SRCROOT)/Misc/os.h
145
$O/tracealign_helper.o: ./trace.hpp
146
$O/tracealign_interpolate.o: $(SRCROOT)/seq_utils/dna_utils.h
199
$O/tracealign_interpolate.o: ./array.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
147
$O/tracealign_interpolate.o: ./array.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
200
$O/tracealign_interpolate.o: $(SRCROOT)/io_lib/include/array.h
201
$O/tracealign_interpolate.o: $(SRCROOT)/io_lib/include/compress.h ./align.hpp
202
$O/tracealign_interpolate.o: $(SRCROOT)/io_lib/include/expFileIO.h
203
$O/tracealign_interpolate.o: $(SRCROOT)/io_lib/include/Read.h
204
$O/tracealign_interpolate.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
205
$O/tracealign_interpolate.o: $(SRCROOT)/io_lib/include/translate.h
206
$O/tracealign_interpolate.o: ./matrix.hpp
148
$O/tracealign_interpolate.o: ./matrix.hpp
149
$O/tracealign_interpolate.o: ./sp_alignment_structs.h ./sp_alignment.h
207
$O/tracealign_interpolate.o: $(SRCROOT)/Misc/os.h
150
$O/tracealign_interpolate.o: $(SRCROOT)/Misc/os.h
208
$O/tracealign_interpolate.o: $(SRCROOT)/Misc/xalloc.h
151
$O/tracealign_interpolate.o: $(SRCROOT)/Misc/xalloc.h
209
$O/tracealign_interpolate.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
152
$O/tracealign_interpolate.o: ./align.hpp
210
$O/tracealign_interpolate.o: ./sp_alignment_structs.h ./sp_alignment.h
211
$O/tracealign.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
212
$O/tracealign.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
213
$O/tracealign.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
214
$O/tracealign.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
215
$O/tracealign.o: ./list.hpp ./align.hpp ./sp_alignment_structs.h
216
$O/tracealign.o: ./matrix.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
217
$O/tracealign.o: ./muttag.hpp ./mutlib.h ./listitem.hpp ./peakcall.hpp
218
$O/tracealign.o: ./sp_alignment.h
219
$O/tracealign.o: ./tagarray.hpp ./tracealign.hpp ./array.hpp
220
$O/tracealign.o: ./tracealign_cache.hpp ./tracealign_preprocess.hpp
221
$O/tracealign.o: $(SRCROOT)/Misc/xalloc.h
222
$O/tracealign.o: $(SRCROOT)/seq_utils/dna_utils.h
223
$O/tracealign.o: $(SRCROOT)/Misc/os.h
224
$O/tracealign_preprocess.o: ./array.hpp ./basecall.hpp
225
$O/tracealign_preprocess.o: $(SRCROOT)/io_lib/include/array.h
226
$O/tracealign_preprocess.o: $(SRCROOT)/io_lib/include/compress.h
227
$O/tracealign_preprocess.o: $(SRCROOT)/io_lib/include/expFileIO.h
228
$O/tracealign_preprocess.o: $(SRCROOT)/io_lib/include/Read.h
229
$O/tracealign_preprocess.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
230
$O/tracealign_preprocess.o: $(SRCROOT)/io_lib/include/translate.h
231
$O/tracealign_preprocess.o: $(SRCROOT)/Misc/misc.h
153
$O/tracealign_preprocess.o: $(SRCROOT)/Misc/misc.h
154
$O/tracealign_preprocess.o: $(SRCROOT)/seq_utils/dna_utils.h
155
$O/tracealign_preprocess.o: ./array.hpp ./basecall.hpp
156
$O/tracealign_preprocess.o: ./tracealign_preprocess.hpp ./trace.hpp ./staden.h
232
$O/tracealign_preprocess.o: $(SRCROOT)/Misc/os.h
157
$O/tracealign_preprocess.o: $(SRCROOT)/Misc/os.h
233
$O/tracealign_preprocess.o: $(SRCROOT)/Misc/xalloc.h
158
$O/tracealign_preprocess.o: $(SRCROOT)/Misc/xalloc.h
234
$O/tracealign_preprocess.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
235
$O/tracealign_preprocess.o: ./tracealign_preprocess.hpp ./trace.hpp ./staden.h
236
$O/tracealign_validate.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
237
$O/tracealign_validate.o: $(SRCROOT)/io_lib/include/expFileIO.h
238
$O/tracealign_validate.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
239
$O/tracealign_validate.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
240
$O/tracealign_validate.o: $(SRCROOT)/Misc/os.h
241
$O/tracealign_validate.o: $(SRCROOT)/Misc/xalloc.h
159
$O/tracealign_validate.o: $(SRCROOT)/Misc/xalloc.h
242
$O/tracealign_validate.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
243
$O/tracealign_validate.o: ./validate.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
160
$O/tracealign_validate.o: ./validate.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
244
$O/tracediff_helper.o: ./array.hpp ./align.hpp ./sp_alignment_structs.h
161
$O/tracealign_validate.o: $(SRCROOT)/seq_utils/dna_utils.h
245
$O/tracediff_helper.o: $(SRCROOT)/io_lib/include/compress.h ./trace.hpp ./tracealign.hpp
162
$O/tracealign_validate.o: $(SRCROOT)/Misc/os.h
246
$O/tracediff_helper.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
163
$O/tracediff.o: $(SRCROOT)/Misc/os.h
247
$O/tracediff_helper.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
248
$O/tracediff_helper.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
249
$O/tracediff_helper.o: $(SRCROOT)/Misc/xalloc.h
250
$O/tracediff_helper.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
251
$O/tracediff_helper.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
252
$O/tracediff_helper.o: ./sp_alignment.h ./matrix.hpp ./muttag.hpp ./listitem.hpp
253
$O/tracediff_helper.o: $(SRCROOT)/Misc/os.h
254
$O/tracediff_mutations.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
255
$O/tracediff_mutations.o: $(SRCROOT)/io_lib/include/expFileIO.h
256
$O/tracediff_mutations.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
257
$O/tracediff_mutations.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
258
$O/tracediff_mutations.o: ./list.hpp ./array.hpp ./trace.hpp ./muttag.hpp
259
$O/tracediff_mutations.o: ./listitem.hpp ./peakcall.hpp
260
$O/tracediff_mutations.o: $(SRCROOT)/Misc/os.h
261
$O/tracediff_mutations.o: $(SRCROOT)/Misc/xalloc.h
262
$O/tracediff_mutations.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
263
$O/tracediff_mutations.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
264
$O/tracediff_mutations.o: ./tracediff_parameters.hpp ./parameter.hpp
265
$O/tracediff.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
266
$O/tracediff.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
267
$O/tracediff.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
268
$O/tracediff.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
269
$O/tracediff.o: ./list.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
164
$O/tracediff.o: ./list.hpp ./trace.hpp ./staden.h $(SRCROOT)/Misc/misc.h
270
$O/tracediff.o: ./muttag.hpp ./mutlib.h ./listitem.hpp ./tagarray.hpp
165
$O/tracediff.o: ./muttag.hpp ./mutlib.h ./listitem.hpp ./tagarray.hpp
271
$O/tracediff.o: ./sp_alignment_structs.h ./sp_alignment.h ./matrix.hpp
166
$O/tracediff.o: ./sp_alignment_structs.h ./sp_alignment.h ./matrix.hpp
272
$O/tracediff.o: ./tracealign.hpp ./array.hpp ./align.hpp
167
$O/tracediff.o: ./tracealign.hpp ./array.hpp ./align.hpp
273
$O/tracediff.o: ./tracediff.hpp ./tracediff_parameters.hpp ./parameter.hpp
168
$O/tracediff.o: ./tracediff.hpp ./tracediff_parameters.hpp ./parameter.hpp
274
$O/tracediff.o: $(SRCROOT)/Misc/xalloc.h
275
$O/tracediff.o: $(SRCROOT)/seq_utils/dna_utils.h
169
$O/tracediff.o: $(SRCROOT)/seq_utils/dna_utils.h
276
$O/tracediff.o: $(SRCROOT)/Misc/os.h
170
$O/tracediff.o: $(SRCROOT)/Misc/xalloc.h
277
$O/tracediff_parameters.o: $(SRCROOT)/io_lib/include/array.h
171
$O/tracediff_helper.o: $(SRCROOT)/Misc/xalloc.h
278
$O/tracediff_parameters.o: $(SRCROOT)/io_lib/include/compress.h ./parameter.hpp
172
$O/tracediff_helper.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
279
$O/tracediff_parameters.o: $(SRCROOT)/io_lib/include/expFileIO.h
173
$O/tracediff_helper.o: ./muttag.hpp ./listitem.hpp
280
$O/tracediff_parameters.o: $(SRCROOT)/io_lib/include/Read.h
174
$O/tracediff_helper.o: ./sp_alignment_structs.h ./sp_alignment.h ./matrix.hpp
281
$O/tracediff_parameters.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
175
$O/tracediff_helper.o: ./tracealign.hpp ./array.hpp ./align.hpp
282
$O/tracediff_parameters.o: $(SRCROOT)/io_lib/include/translate.h
176
$O/tracediff_helper.o: $(SRCROOT)/seq_utils/dna_utils.h
177
$O/tracediff_helper.o: $(SRCROOT)/Misc/os.h
178
$O/tracediff_helper.o: ./trace.hpp
179
$O/tracediff_mutations.o: $(SRCROOT)/Misc/xalloc.h
180
$O/tracediff_mutations.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
181
$O/tracediff_mutations.o: ./trace.hpp ./muttag.hpp ./listitem.hpp ./peakcall.hpp
182
$O/tracediff_mutations.o: ./tracediff_parameters.hpp ./parameter.hpp
183
$O/tracediff_mutations.o: $(SRCROOT)/seq_utils/dna_utils.h
184
$O/tracediff_mutations.o: $(SRCROOT)/Misc/os.h
185
$O/tracediff_mutations.o: ./list.hpp ./array.hpp
283
$O/tracediff_parameters.o: $(SRCROOT)/Misc/misc.h
186
$O/tracediff_parameters.o: $(SRCROOT)/Misc/misc.h
187
$O/tracediff_parameters.o: $(SRCROOT)/seq_utils/dna_utils.h
188
$O/tracediff_parameters.o: ./tracediff_parameters.hpp ./mutlib.h ./staden.h
284
$O/tracediff_parameters.o: $(SRCROOT)/Misc/os.h
189
$O/tracediff_parameters.o: $(SRCROOT)/Misc/os.h
285
$O/tracediff_parameters.o: $(SRCROOT)/Misc/xalloc.h
190
$O/tracediff_parameters.o: $(SRCROOT)/Misc/xalloc.h
286
$O/tracediff_parameters.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
191
$O/tracediff_parameters.o: ./parameter.hpp
287
$O/tracediff_parameters.o: ./tracediff_parameters.hpp ./mutlib.h ./staden.h
288
$O/tracediff_validate.o: $(SRCROOT)/io_lib/include/compress.h ./tracediff_parameters.hpp
289
$O/tracediff_validate.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/array.h
290
$O/tracediff_validate.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
291
$O/tracediff_validate.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/Read.h
292
$O/tracediff_validate.o: $(SRCROOT)/Misc/os.h
293
$O/tracediff_validate.o: $(SRCROOT)/Misc/xalloc.h
192
$O/tracediff_validate.o: $(SRCROOT)/Misc/xalloc.h
294
$O/tracediff_validate.o: ./parameter.hpp
193
$O/tracediff_validate.o: ./tracediff_parameters.hpp ./parameter.hpp
295
$O/tracediff_validate.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/Read.h
296
$O/tracediff_validate.o: ./validate.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
194
$O/tracediff_validate.o: ./validate.hpp ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
297
$O/trace.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h ./array.hpp
195
$O/tracediff_validate.o: $(SRCROOT)/seq_utils/dna_utils.h
298
$O/trace.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
196
$O/tracediff_validate.o: $(SRCROOT)/Misc/os.h
299
$O/trace.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
300
$O/trace.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
301
$O/trace.o: ./staden.h $(SRCROOT)/Misc/misc.h
302
$O/trace.o: ./trace.hpp
303
$O/trace.o: $(SRCROOT)/Misc/xalloc.h
304
$O/trace.o: $(SRCROOT)/seq_utils/dna_utils.h
305
$O/trace.o: $(SRCROOT)/Misc/os.h
306
$O/validate.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
307
$O/validate.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
308
$O/validate.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/expFileIO.h
309
$O/validate.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
310
$O/validate.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
311
$O/validate.o: $(SRCROOT)/Misc/xalloc.h
312
$O/validate.o: $(SRCROOT)/seq_utils/dna_utils.h
197
$O/validate.o: $(SRCROOT)/seq_utils/dna_utils.h
198
$O/validate.o: ./mutlib.h ./staden.h $(SRCROOT)/Misc/misc.h
313
$O/validate.o: $(SRCROOT)/Misc/os.h
199
$O/validate.o: $(SRCROOT)/Misc/os.h
200
$O/validate.o: $(SRCROOT)/Misc/xalloc.h
(-)staden-src-1-7-0.ori/src/mutlib/staden.h (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
#include <Misc/misc.h>
25
#include <Misc/misc.h>
26
#include <seq_utils/dna_utils.h>
26
#include <seq_utils/dna_utils.h>
27
#include <io_lib/include/Read.h>
27
#include <io_lib/Read.h>
28
28
29
29
30
#ifdef __cplusplus
30
#ifdef __cplusplus
(-)staden-src-1-7-0.ori/src/mutscan/staden.h (-1 / +1 lines)
Lines 22-28 Link Here
22
#endif
22
#endif
23
23
24
24
25
#include <io_lib/include/Read.h>
25
#include <io_lib/Read.h>
26
#include <licence/licence.h>
26
#include <licence/licence.h>
27
27
28
28
(-)staden-src-1-7-0.ori/src/polyA_clip/dependencies (-8 / +6 lines)
Lines 1-12 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/polyA_clip.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/os.h
3
$O/polyA_clip.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/tk_utils/licence.h
4
$O/polyA_clip.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/io_lib/include/expFileIO.h
4
$O/polyA_clip.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
5
$O/polyA_clip.o: $(SRCROOT)/tk_utils/licence.h $(SRCROOT)/Misc/misc.h
5
$O/polyA_clip.o: $(SRCROOT)/seq_utils/dna_utils.h
6
$O/polyA_clip.o: $(SRCROOT)/Misc/xalloc.h
6
$O/polyA_clip.o: seqInfo.h
7
$O/polyA_clip.o: seqInfo.h
7
$O/polyA_clip.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
8
$O/seqInfo.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
8
$O/seqInfo.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/os.h
9
$O/seqInfo.o: seqInfo.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
9
$O/seqInfo.o: $(SRCROOT)/io_lib/include/scf_extras.h $(SRCROOT)/Misc/misc.h
10
$O/seqInfo.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/io_lib/include/expFileIO.h
11
$O/seqInfo.o: seqInfo.h
12
$O/seqInfo.o: $(SRCROOT)/Misc/xalloc.h
10
$O/seqInfo.o: $(SRCROOT)/Misc/xalloc.h
(-)staden-src-1-7-0.ori/src/prefinish/dependencies (-123 / +105 lines)
Lines 1-175 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/dust.o: $(SRCROOT)/seq_utils/dna_utils.h
3
$O/dust.o: $(SRCROOT)/seq_utils/dna_utils.h
4
$O/finish_filter.o: finish_filter.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
4
$O/finish.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
5
$O/finish.o: $(SRCROOT)/Misc/os.h
6
$O/finish.o: $(SRCROOT)/Misc/xalloc.h
7
$O/finish.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
8
$O/finish.o: $(SRCROOT)/gap4/consen.h $(SRCROOT)/seq_utils/dna_utils.h dust.h
9
$O/finish.o: $(SRCROOT)/gap4/edUtils.h $(SRCROOT)/gap4/tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
10
$O/finish.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
11
$O/finish.o: $(SRCROOT)/gap4/primlib.h $(SRCROOT)/primer3/src/primer3.h
12
$O/finish.o: $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/edStructs.h $(SRCROOT)/gap4/fort.h
13
$O/finish.o: $(SRCROOT)/gap4/tkEdNames.h $(SRCROOT)/gap4/io-reg.h $(SRCROOT)/gap4/undo.h
14
$O/finish.o: $(SRCROOT)/gap4/tkEditor.h
15
$O/finish.o: $(SRCROOT)/seq_utils/sequence_formats.h $(SRCROOT)/Misc/reg_exp.h
16
$O/finish.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
17
$O/finish.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/Misc/misc.h
18
$O/finish.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
19
$O/finish.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
20
$O/finish.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
21
$O/finish.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
22
$O/finish.o: $(SRCROOT)/primer3/src/dpal.h finish_main.h
23
$O/finish.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
24
$O/finish.o: finish.h $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h
25
$O/finish.o: finish_hash.h $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h
26
$O/finish.o: finish_pcr.h $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/list_proc.h
27
$O/finish.o: finish_utils.h finish_long.h finish_walk.h finish_filter.h
28
$O/finish.o: gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/gap4/gap_globals.h
29
$O/finish_filter.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
30
$O/finish_filter.o: $(SRCROOT)/Misc/os.h
31
$O/finish_filter.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/io_handle.h
5
$O/finish_filter.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
32
$O/finish_filter.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
6
$O/finish_filter.o: $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h
33
$O/finish_filter.o: $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h
7
$O/finish_filter.o: $(SRCROOT)/gap4/io_utils.h
34
$O/finish_filter.o: $(SRCROOT)/gap4/io_utils.h
8
$O/finish_filter.o: $(SRCROOT)/gap4/list.h finish_hash.h $(SRCROOT)/seq_utils/align_lib.h
35
$O/finish_filter.o: $(SRCROOT)/gap4/list.h finish_hash.h $(SRCROOT)/seq_utils/align_lib.h
9
$O/finish_filter.o: $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/template.h
36
$O/finish_filter.o: $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/template.h
10
$O/finish_filter.o: $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
11
$O/finish_filter.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/io_handle.h
12
$O/finish_filter.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
13
$O/finish_filter.o: $(SRCROOT)/primer3/src/primer3.h
37
$O/finish_filter.o: $(SRCROOT)/primer3/src/primer3.h
14
$O/finish_filter.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
38
$O/finish_filter.o: $(SRCROOT)/g/g-os.h
15
$O/finish_filter.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
16
$O/finish_filter.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/IO.h
17
$O/finish_filter.o: $(SRCROOT)/primer3/src/dpal.h
39
$O/finish_filter.o: $(SRCROOT)/primer3/src/dpal.h
18
$O/finish_filter.o: dust.h finish.h
40
$O/finish_filter.o: dust.h finish.h
19
$O/finish_filter.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
41
$O/finish_filter.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
20
$O/finish_filter.o: $(SRCROOT)/g/g-os.h
42
$O/finish_filter.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
21
$O/finish_hash.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h
43
$O/finish_filter.o: finish_filter.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
22
$O/finish_hash.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
44
$O/finish_hash.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
23
$O/finish_hash.o: finish_hash.h
45
$O/finish_hash.o: $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/Misc/xalloc.h
24
$O/finish_hash.o: $(SRCROOT)/Misc/os.h
46
$O/finish_hash.o: finish_hash.h $(SRCROOT)/seq_utils/align_lib.h
25
$O/finish_long.o: finish_long.h finish.h $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h
47
$O/finish_long.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
26
$O/finish_long.o: finish_utils.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
48
$O/finish_long.o: $(SRCROOT)/Misc/os.h
27
$O/finish_long.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
49
$O/finish_long.o: $(SRCROOT)/g/g-filedefs.h
28
$O/finish_long.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
50
$O/finish_long.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
29
$O/finish_long.o: $(SRCROOT)/gap4/io_utils.h
51
$O/finish_long.o: $(SRCROOT)/gap4/io_utils.h
30
$O/finish_long.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
52
$O/finish_long.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
31
$O/finish_long.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
32
$O/finish_long.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
33
$O/finish_long.o: $(SRCROOT)/primer3/src/primer3.h
53
$O/finish_long.o: $(SRCROOT)/primer3/src/primer3.h
34
$O/finish_long.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h
54
$O/finish_long.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h
35
$O/finish_long.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
55
$O/finish_long.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
36
$O/finish_long.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
37
$O/finish_long.o: $(SRCROOT)/primer3/src/dpal.h
56
$O/finish_long.o: $(SRCROOT)/primer3/src/dpal.h
38
$O/finish_long.o: $(SRCROOT)/Misc/array.h
57
$O/finish_long.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
39
$O/finish_long.o: $(SRCROOT)/g/g-os.h
58
$O/finish_long.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
40
$O/finish_main.o: finish_walk.h finish_reverse.h finish_filter.h
59
$O/finish_long.o: $(SRCROOT)/gap4/io_handle.h
60
$O/finish_long.o: finish_long.h finish.h $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h
61
$O/finish_long.o: finish_utils.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
62
$O/finish_main.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
63
$O/finish_main.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
64
$O/finish_main.o: $(SRCROOT)/Misc/os.h
65
$O/finish_main.o: $(SRCROOT)/g/g-filedefs.h
66
$O/finish_main.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
67
$O/finish_main.o: $(SRCROOT)/gap4/edUtils.h $(SRCROOT)/gap4/tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
41
$O/finish_main.o: $(SRCROOT)/gap4/find_fragments.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
68
$O/finish_main.o: $(SRCROOT)/gap4/find_fragments.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
42
$O/finish_main.o: $(SRCROOT)/gap4/gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h finish.h
69
$O/finish_main.o: $(SRCROOT)/gap4/gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h finish.h
43
$O/finish_main.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
44
$O/finish_main.o: $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h $(SRCROOT)/primer3/src/primer3.h
70
$O/finish_main.o: $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h $(SRCROOT)/primer3/src/primer3.h
45
$O/finish_main.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
46
$O/finish_main.o: $(SRCROOT)/gap4/io-reg.h $(SRCROOT)/gap4/undo.h $(SRCROOT)/gap4/edUtils.h
47
$O/finish_main.o: $(SRCROOT)/gap4/io_utils.h
71
$O/finish_main.o: $(SRCROOT)/gap4/io_utils.h
48
$O/finish_main.o: $(SRCROOT)/gap4/list.h finish_hash.h $(SRCROOT)/seq_utils/align_lib.h
72
$O/finish_main.o: $(SRCROOT)/gap4/list.h finish_hash.h $(SRCROOT)/seq_utils/align_lib.h
49
$O/finish_main.o: $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/edStructs.h $(SRCROOT)/gap4/fort.h
73
$O/finish_main.o: $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/edStructs.h $(SRCROOT)/gap4/fort.h
50
$O/finish_main.o: $(SRCROOT)/gap4/tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
74
$O/finish_main.o: $(SRCROOT)/gap4/tkEdNames.h $(SRCROOT)/gap4/io-reg.h $(SRCROOT)/gap4/undo.h
51
$O/finish_main.o: $(SRCROOT)/gap4/tman_display.h $(SRCROOT)/io_lib/include/Read.h
75
$O/finish_main.o: $(SRCROOT)/gap4/tkEditor.h
52
$O/finish_main.o: $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/template.h
76
$O/finish_main.o: $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/template.h
53
$O/finish_main.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
54
$O/finish_main.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
55
$O/finish_main.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
56
$O/finish_main.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
57
$O/finish_main.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
58
$O/finish_main.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
59
$O/finish_main.o: $(SRCROOT)/primer3/src/dpal.h finish_utils.h finish_long.h
77
$O/finish_main.o: $(SRCROOT)/primer3/src/dpal.h finish_utils.h finish_long.h
60
$O/finish_main.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
61
$O/finish_main.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
62
$O/finish_main.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
63
$O/finish_main.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
78
$O/finish_main.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
64
$O/finish_main.o: $(SRCROOT)/tk_utils/sheet.h
79
$O/finish_main.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
65
$O/finish_main.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/gap4/tkEdNames.h
80
$O/finish_main.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/tk_utils/tkSheet_common.h
66
$O/finish_main.o: $(SRCROOT)/Misc/array.h
81
$O/finish_main.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
67
$O/finish_main.o: $(SRCROOT)/g/g-os.h
82
$O/finish_main.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
68
$O/finish_main.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
83
$O/finish_main.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
69
$O/finish.o: finish_walk.h finish_filter.h finish_pcr.h $(SRCROOT)/Misc/dstring.h
84
$O/finish_main.o: $(SRCROOT)/gap4/io_handle.h
70
$O/finish.o: $(SRCROOT)/gap4/fort.h $(SRCROOT)/gap4/tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
85
$O/finish_main.o: finish_walk.h finish_reverse.h finish_filter.h
71
$O/finish.o: $(SRCROOT)/gap4/fortran.h $(SRCROOT)/gap4/consen.h $(SRCROOT)/seq_utils/dna_utils.h dust.h
86
$O/finish_pcr.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
72
$O/finish.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
73
$O/finish.o: $(SRCROOT)/gap4/list_proc.h $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/edStructs.h
74
$O/finish.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
75
$O/finish.o: $(SRCROOT)/gap4/undo.h $(SRCROOT)/gap4/edUtils.h $(SRCROOT)/gap4/tman_display.h
76
$O/finish.o: gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/gap4/gap_globals.h
77
$O/finish.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
78
$O/finish.o: $(SRCROOT)/io_lib/include/expFileIO.h $(SRCROOT)/io_lib/include/compress.h
79
$O/finish.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/translate.h
80
$O/finish.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/scf.h
81
$O/finish.o: $(SRCROOT)/Misc/xalloc.h finish.h $(SRCROOT)/gap4/vseqs.h
82
$O/finish.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
83
$O/finish.o: $(SRCROOT)/primer3/src/dpal.h finish_main.h finish_utils.h finish_long.h
84
$O/finish.o: $(SRCROOT)/primer3/src/primer3.h
85
$O/finish.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h
86
$O/finish.o: $(SRCROOT)/seq_utils/sequence_formats.h $(SRCROOT)/Misc/reg_exp.h
87
$O/finish.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
88
$O/finish.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
89
$O/finish.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
90
$O/finish.o: $(SRCROOT)/tk_utils/sheet.h
91
$O/finish.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/Misc/misc.h
92
$O/finish.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/gap4/tkEdNames.h $(SRCROOT)/gap4/io-reg.h
93
$O/finish.o: $(SRCROOT)/tk_utils/tkTrace.h $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/gap4/tagDefs.h
94
$O/finish.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
95
$O/finish.o: $(SRCROOT)/Misc/array.h
96
$O/finish.o: $(SRCROOT)/g/g-os.h
97
$O/finish.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
98
$O/finish_pcr.o: finish_filter.h finish_utils.h
99
$O/finish_pcr.o: $(SRCROOT)/gap4/gap-dbstruct.h
100
$O/finish_pcr.o: $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
101
$O/finish_pcr.o: gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/gap4/primlib.h
102
$O/finish_pcr.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
103
$O/finish_pcr.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
104
$O/finish_pcr.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
105
$O/finish_pcr.o: $(SRCROOT)/Misc/os.h
87
$O/finish_pcr.o: $(SRCROOT)/Misc/os.h
106
$O/finish_pcr.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/gap4/gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
88
$O/finish_pcr.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/gap4/gap_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
89
$O/finish_pcr.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
90
$O/finish_pcr.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
91
$O/finish_pcr.o: $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
107
$O/finish_pcr.o: $(SRCROOT)/primer3/src/primer3.h
92
$O/finish_pcr.o: $(SRCROOT)/primer3/src/primer3.h
108
$O/finish_pcr.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h finish_pcr.h
93
$O/finish_pcr.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h finish_pcr.h
109
$O/finish_pcr.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/Misc/dstring.h finish.h
94
$O/finish_pcr.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/Misc/dstring.h finish.h
110
$O/finish_pcr.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
111
$O/finish_pcr.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
112
$O/finish_pcr.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
113
$O/finish_pcr.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/Misc/misc.h
95
$O/finish_pcr.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/Misc/misc.h
114
$O/finish_pcr.o: $(SRCROOT)/primer3/src/dpal.h
115
$O/finish_pcr.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
96
$O/finish_pcr.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
116
$O/finish_reverse.o: finish_reverse.h finish.h $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h
97
$O/finish_pcr.o: $(SRCROOT)/primer3/src/dpal.h
117
$O/finish_reverse.o: $(SRCROOT)/gap4/gap-dbstruct.h
98
$O/finish_pcr.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
118
$O/finish_reverse.o: $(SRCROOT)/gap4/io_utils.h
99
$O/finish_pcr.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
119
$O/finish_reverse.o: $(SRCROOT)/gap4/primlib.h $(SRCROOT)/primer3/src/primer3.h
100
$O/finish_pcr.o: finish_filter.h finish_utils.h
120
$O/finish_reverse.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
101
$O/finish_pcr.o: gap_cli_arg.h $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/gap4/primlib.h
121
$O/finish_reverse.o: $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
122
$O/finish_reverse.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
123
$O/finish_reverse.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
102
$O/finish_reverse.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h
124
$O/finish_reverse.o: $(SRCROOT)/Misc/misc.h
103
$O/finish_reverse.o: $(SRCROOT)/Misc/misc.h
125
$O/finish_reverse.o: $(SRCROOT)/Misc/os.h
104
$O/finish_reverse.o: $(SRCROOT)/Misc/os.h
105
$O/finish_reverse.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h
106
$O/finish_reverse.o: $(SRCROOT)/gap4/gap-dbstruct.h
107
$O/finish_reverse.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
108
$O/finish_reverse.o: $(SRCROOT)/gap4/io_handle.h $(SRCROOT)/gap4/io_utils.h
109
$O/finish_reverse.o: $(SRCROOT)/gap4/primlib.h $(SRCROOT)/primer3/src/primer3.h
110
$O/finish_reverse.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
126
$O/finish_reverse.o: $(SRCROOT)/primer3/src/dpal.h finish_utils.h $(SRCROOT)/Misc/xalloc.h
111
$O/finish_reverse.o: $(SRCROOT)/primer3/src/dpal.h finish_utils.h $(SRCROOT)/Misc/xalloc.h
127
$O/finish_reverse.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h
112
$O/finish_reverse.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h
128
$O/finish_reverse.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
129
$O/finish_reverse.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
130
$O/finish_reverse.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
113
$O/finish_reverse.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
131
$O/finish_reverse.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
114
$O/finish_reverse.o: $(SRCROOT)/g/g-os.h
132
$O/finish_utils.o: finish.h $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h $(SRCROOT)/gap4/template.h
115
$O/finish_reverse.o: finish_reverse.h finish.h $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h
133
$O/finish_utils.o: finish_utils.h $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/edStructs.h
116
$O/finish_utils.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
134
$O/finish_utils.o: $(SRCROOT)/gap4/fort.h $(SRCROOT)/gap4/tkEditor.h $(SRCROOT)/tk8.4.6/generic/tk.h
135
$O/finish_utils.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
136
$O/finish_utils.o: $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h $(SRCROOT)/primer3/src/primer3.h
137
$O/finish_utils.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
138
$O/finish_utils.o: $(SRCROOT)/gap4/io-reg.h $(SRCROOT)/gap4/undo.h $(SRCROOT)/gap4/edUtils.h
139
$O/finish_utils.o: $(SRCROOT)/gap4/io_utils.h
140
$O/finish_utils.o: $(SRCROOT)/gap4/list.h finish_hash.h $(SRCROOT)/seq_utils/align_lib.h
141
$O/finish_utils.o: $(SRCROOT)/gap4/tman_display.h $(SRCROOT)/io_lib/include/Read.h
142
$O/finish_utils.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
143
$O/finish_utils.o: $(SRCROOT)/io_lib/include/compress.h $(SRCROOT)/tk_utils/tkTrace.h
144
$O/finish_utils.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
145
$O/finish_utils.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
146
$O/finish_utils.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
117
$O/finish_utils.o: $(SRCROOT)/Misc/dstring.h $(SRCROOT)/gap4/tagDefs.h $(SRCROOT)/gap4/fortran.h
147
$O/finish_utils.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
118
$O/finish_utils.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
148
$O/finish_utils.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
119
$O/finish_utils.o: $(SRCROOT)/Misc/os.h
149
$O/finish_utils.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
120
$O/finish_utils.o: $(SRCROOT)/g/g-filedefs.h
150
$O/finish_utils.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
121
$O/finish_utils.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
151
$O/finish_utils.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tkSheet.h
122
$O/finish_utils.o: $(SRCROOT)/gap4/fort.h $(SRCROOT)/gap4/tkEditor.h
123
$O/finish_utils.o: $(SRCROOT)/gap4/io-reg.h $(SRCROOT)/gap4/undo.h $(SRCROOT)/gap4/edUtils.h
124
$O/finish_utils.o: $(SRCROOT)/gap4/io_utils.h
125
$O/finish_utils.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
126
$O/finish_utils.o: $(SRCROOT)/gap4/tman_display.h $(SRCROOT)/tk_utils/tkTrace.h
127
$O/finish_utils.o: $(SRCROOT)/primer3/src/primer3.h
128
$O/finish_utils.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h
152
$O/finish_utils.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
129
$O/finish_utils.o: $(SRCROOT)/tk_utils/postscript.h $(SRCROOT)/tk_utils/cli_arg.h
153
$O/finish_utils.o: $(SRCROOT)/tk_utils/sheet.h
130
$O/finish_utils.o: $(SRCROOT)/tk_utils/sheet.h
154
$O/finish_utils.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/gap4/tkEdNames.h
131
$O/finish_utils.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/gap4/tkEdNames.h
155
$O/finish_utils.o: $(SRCROOT)/primer3/src/dpal.h
156
$O/finish_utils.o: $(SRCROOT)/Misc/array.h
157
$O/finish_utils.o: $(SRCROOT)/g/g-os.h
158
$O/finish_utils.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
132
$O/finish_utils.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
159
$O/finish_walk.o: finish_utils.h finish_filter.h $(SRCROOT)/gap4/gap_globals.h
133
$O/finish_utils.o: finish.h $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h
160
$O/finish_walk.o: finish_walk.h finish.h $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h
134
$O/finish_utils.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
161
$O/finish_walk.o: $(SRCROOT)/gap4/gap-if.h $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h
135
$O/finish_utils.o: $(SRCROOT)/primer3/src/dpal.h
162
$O/finish_walk.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h $(SRCROOT)/Misc/os.h
136
$O/finish_utils.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
137
$O/finish_utils.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
138
$O/finish_utils.o: $(SRCROOT)/gap4/io_handle.h
139
$O/finish_utils.o: $(SRCROOT)/tk_utils/tkSheet.h
140
$O/finish_utils.o: finish_utils.h $(SRCROOT)/gap4/tagUtils.h $(SRCROOT)/gap4/edStructs.h
141
$O/finish_walk.o: $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
142
$O/finish_walk.o: $(SRCROOT)/Misc/os.h
143
$O/finish_walk.o: $(SRCROOT)/g/g-filedefs.h
144
$O/finish_walk.o: $(SRCROOT)/g/g-struct.h $(SRCROOT)/g/freetree.h $(SRCROOT)/g/g-error.h
163
$O/finish_walk.o: $(SRCROOT)/gap4/io_utils.h
145
$O/finish_walk.o: $(SRCROOT)/gap4/io_utils.h
164
$O/finish_walk.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
146
$O/finish_walk.o: $(SRCROOT)/gap4/template.h $(SRCROOT)/gap4/list.h finish_hash.h
165
$O/finish_walk.o: $(SRCROOT)/g/g-error.h $(SRCROOT)/g/g-filedefs.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
166
$O/finish_walk.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/Misc/bitmap.h $(SRCROOT)/gap4/gap-dbstruct.h
167
$O/finish_walk.o: $(SRCROOT)/primer3/src/primer3.h
147
$O/finish_walk.o: $(SRCROOT)/primer3/src/primer3.h
168
$O/finish_walk.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h
148
$O/finish_walk.o: $(SRCROOT)/seq_utils/align_lib.h $(SRCROOT)/gap4/hash_lib.h $(SRCROOT)/gap4/primlib.h
169
$O/finish_walk.o: $(SRCROOT)/seq_utils/search_utils.h $(SRCROOT)/seq_utils/dna_utils.h
149
$O/finish_walk.o: $(SRCROOT)/seq_utils/search_utils.h $(SRCROOT)/seq_utils/dna_utils.h
170
$O/finish_walk.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
171
$O/finish_walk.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/gap4/io_handle.h
172
$O/finish_walk.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
150
$O/finish_walk.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/misc.h
151
$O/finish_walk.o: $(SRCROOT)/gap4/IO.h $(SRCROOT)/g/g-defs.h
152
$O/finish_walk.o: $(SRCROOT)/g/g-os.h $(SRCROOT)/gap4/gap-if.h
173
$O/finish_walk.o: $(SRCROOT)/primer3/src/dpal.h
153
$O/finish_walk.o: $(SRCROOT)/primer3/src/dpal.h
174
$O/finish_walk.o: $(SRCROOT)/Misc/array.h
154
$O/finish_walk.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
175
$O/finish_walk.o: $(SRCROOT)/g/g-os.h
155
$O/finish_walk.o: $(SRCROOT)/gap4/io_handle.h
156
$O/finish_walk.o: finish_utils.h finish_filter.h $(SRCROOT)/gap4/gap_globals.h
157
$O/finish_walk.o: finish_walk.h finish.h $(SRCROOT)/gap4/vseqs.h $(SRCROOT)/gap4/qual.h
(-)staden-src-1-7-0.ori/src/qclip/dependencies (-13 / +8 lines)
Lines 1-17 Link Here
1
1
2
$O/consen.o: $(SRCROOT)/io_lib/include/os.h
3
$O/consen.o: $(SRCROOT)/Misc/misc.h
4
$O/consen.o: consen.h
5
$O/consen.o: $(SRCROOT)/Misc/xalloc.h
6
# DO NOT DELETE
2
# DO NOT DELETE
7
$O/qclip.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/os.h
3
$O/consen.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
8
$O/qclip.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/io_lib/include/expFileIO.h
4
$O/consen.o: $(SRCROOT)/Misc/xalloc.h
9
$O/qclip.o: $(SRCROOT)/Misc/misc.h
5
$O/consen.o: consen.h
10
$O/qclip.o: $(SRCROOT)/Misc/xalloc.h consen.h
6
$O/qclip.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/tk_utils/licence.h
7
$O/qclip.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
11
$O/qclip.o: seqInfo.h
8
$O/qclip.o: seqInfo.h
12
$O/qclip.o: $(SRCROOT)/tk_utils/licence.h
9
$O/qclip.o: $(SRCROOT)/Misc/xalloc.h consen.h
13
$O/seqInfo.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/os.h
10
$O/seqInfo.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
14
$O/seqInfo.o: $(SRCROOT)/io_lib/include/scf_extras.h $(SRCROOT)/Misc/misc.h
11
$O/seqInfo.o: seqInfo.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
15
$O/seqInfo.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/io_lib/include/expFileIO.h
16
$O/seqInfo.o: seqInfo.h
17
$O/seqInfo.o: $(SRCROOT)/Misc/xalloc.h
12
$O/seqInfo.o: $(SRCROOT)/Misc/xalloc.h
(-)staden-src-1-7-0.ori/src/screen_seq/dependencies (-7 / +3 lines)
Lines 1-9 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/screen_seq.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/text_utils/licence.h
3
$O/screen_seq.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
4
$O/screen_seq.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/expFileIO.h
4
$O/screen_seq.o: $(SRCROOT)/text_utils/licence.h $(SRCROOT)/Misc/getfile.h
5
$O/screen_seq.o: $(SRCROOT)/Misc/getfile.h
5
$O/screen_seq.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
6
$O/screen_seq.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/scf.h
7
$O/screen_seq.o: $(SRCROOT)/Misc/misc.h
8
$O/screen_seq.o: $(SRCROOT)/Misc/xalloc.h
9
$O/screen_seq.o: $(SRCROOT)/Misc/os.h
(-)staden-src-1-7-0.ori/src/seq_utils/dependencies (-38 / +36 lines)
Lines 1-59 Link Here
1
1
2
$O/align_lib_old.o: align.h $(SRCROOT)/Misc/os.h
2
# DO NOT DELETE
3
$O/align_lib_old.o: $(SRCROOT)/Misc/xalloc.h align_lib_old.h
3
$O/align.o: $(SRCROOT)/Misc/xalloc.h
4
$O/align_lib_old.o: $(SRCROOT)/Misc/misc.h
5
$O/align_lib.o: $(SRCROOT)/Misc/misc.h
6
$O/align_lib.o: $(SRCROOT)/Misc/os.h
7
$O/align_lib.o: $(SRCROOT)/Misc/xalloc.h dna_utils.h read_matrix.h
8
$O/align_lib.o: align_lib.h
9
$O/align.o: $(SRCROOT)/Misc/os.h
10
$O/align.o: align.h $(SRCROOT)/Misc/misc.h
4
$O/align.o: align.h $(SRCROOT)/Misc/misc.h
5
$O/align.o: $(SRCROOT)/Misc/os.h
11
$O/align.o: align_lib_old.h
6
$O/align.o: align_lib_old.h
12
$O/align.o: $(SRCROOT)/Misc/xalloc.h
7
$O/align_lib.o: $(SRCROOT)/Misc/xalloc.h dna_utils.h read_matrix.h
13
$O/align_ss2.o: align.h $(SRCROOT)/Misc/os.h
8
$O/align_lib.o: $(SRCROOT)/Misc/os.h
14
$O/align_ss2.o: $(SRCROOT)/Misc/misc.h
9
$O/align_lib.o: align_lib.h $(SRCROOT)/Misc/misc.h
15
$O/align_ss2.o: align_lib_old.h
10
$O/align_lib_old.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
16
$O/align_ss2.o: $(SRCROOT)/Misc/xalloc.h
11
$O/align_lib_old.o: align.h $(SRCROOT)/Misc/os.h
12
$O/align_lib_old.o: align_lib_old.h
13
$O/align_ss.o: $(SRCROOT)/Misc/xalloc.h
17
$O/align_ss.o: align.h $(SRCROOT)/Misc/os.h
14
$O/align_ss.o: align.h $(SRCROOT)/Misc/os.h
18
$O/align_ss.o: $(SRCROOT)/Misc/misc.h
15
$O/align_ss.o: $(SRCROOT)/Misc/misc.h
19
$O/align_ss.o: align_lib_old.h
16
$O/align_ss.o: align_lib_old.h
20
$O/align_ss.o: $(SRCROOT)/Misc/xalloc.h
17
$O/align_ss2.o: $(SRCROOT)/Misc/xalloc.h
21
$O/align_sv.o: $(SRCROOT)/Misc/misc.h
18
$O/align_ss2.o: align.h $(SRCROOT)/Misc/os.h
22
$O/align_sv.o: align_lib_old.h uascii.gbl
19
$O/align_ss2.o: $(SRCROOT)/Misc/misc.h
23
$O/align_sv.o: align.h $(SRCROOT)/Misc/os.h
20
$O/align_ss2.o: align_lib_old.h
21
$O/align_sv.o: $(SRCROOT)/Misc/os.h
24
$O/align_sv.o: $(SRCROOT)/Misc/xalloc.h
22
$O/align_sv.o: $(SRCROOT)/Misc/xalloc.h
25
$O/base_comp.o: $(SRCROOT)/Misc/xalloc.h
23
$O/align_sv.o: align.h
24
$O/align_sv.o: $(SRCROOT)/Misc/misc.h
25
$O/align_sv.o: align_lib_old.h
26
$O/align_sv.o: uascii.gbl
27
$O/base_comp.o: $(SRCROOT)/Misc/os.h
26
$O/base_comp.o: base_comp.h edge.h
28
$O/base_comp.o: base_comp.h edge.h
29
$O/base_comp.o: $(SRCROOT)/Misc/xalloc.h
27
$O/base_comp.o: dna_utils.h $(SRCROOT)/Misc/misc.h
30
$O/base_comp.o: dna_utils.h $(SRCROOT)/Misc/misc.h
28
$O/base_comp.o: $(SRCROOT)/Misc/os.h
31
$O/dna_utils.o: $(SRCROOT)/Misc/misc.h
29
$O/dna_utils.o: dna_utils.h $(SRCROOT)/Misc/misc.h
30
$O/dna_utils.o: $(SRCROOT)/Misc/FtoC.h
31
$O/dna_utils.o: $(SRCROOT)/Misc/os.h
32
$O/dna_utils.o: $(SRCROOT)/Misc/os.h
32
$O/dna_utils.o: $(SRCROOT)/Misc/xalloc.h
33
$O/dna_utils.o: $(SRCROOT)/Misc/xalloc.h
33
# DO NOT DELETE
34
$O/dna_utils.o: $(SRCROOT)/Misc/FtoC.h dna_utils.h
34
$O/edge.o: dna_utils.h
35
$O/edge.o: $(SRCROOT)/Misc/misc.h
36
$O/edge.o: $(SRCROOT)/Misc/xalloc.h
35
$O/edge.o: $(SRCROOT)/Misc/xalloc.h
37
$O/edge.o: $(SRCROOT)/Misc/os.h
36
$O/edge.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
38
$O/genetic_code.o: dna_utils.h $(SRCROOT)/Misc/array_arith.h genetic_code.h
37
$O/edge.o: dna_utils.h
38
$O/genetic_code.o: $(SRCROOT)/Misc/array_arith.h genetic_code.h
39
$O/genetic_code.o: $(SRCROOT)/text_utils/text_output.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
40
$O/genetic_code.o: dna_utils.h
39
$O/genetic_code.o: $(SRCROOT)/Misc/xalloc.h
41
$O/genetic_code.o: $(SRCROOT)/Misc/xalloc.h
40
$O/genetic_code.o: $(SRCROOT)/text_utils/text_output.h $(SRCROOT)/Misc/misc.h
42
$O/open_reading_frames.o: $(SRCROOT)/Misc/array_arith.h genetic_code.h
41
$O/genetic_code.o: $(SRCROOT)/Misc/os.h
42
$O/open_reading_frames.o: dna_utils.h $(SRCROOT)/Misc/array_arith.h genetic_code.h
43
$O/open_reading_frames.o: $(SRCROOT)/Misc/os.h
43
$O/open_reading_frames.o: $(SRCROOT)/Misc/os.h
44
$O/open_reading_frames.o: $(SRCROOT)/Misc/xalloc.h
44
$O/open_reading_frames.o: $(SRCROOT)/Misc/xalloc.h
45
$O/open_reading_frames.o: $(SRCROOT)/text_utils/text_output.h $(SRCROOT)/Misc/misc.h
45
$O/open_reading_frames.o: $(SRCROOT)/text_utils/text_output.h $(SRCROOT)/Misc/misc.h
46
$O/read_matrix.o: read_matrix.h $(SRCROOT)/Misc/misc.h
46
$O/open_reading_frames.o: dna_utils.h
47
$O/read_matrix.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
47
$O/read_matrix.o: $(SRCROOT)/Misc/xalloc.h
48
$O/read_matrix.o: $(SRCROOT)/Misc/xalloc.h
48
$O/read_matrix.o: $(SRCROOT)/Misc/os.h
49
$O/read_matrix.o: read_matrix.h
49
$O/renz_utils.o: dna_utils.h
50
$O/renz_utils.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
50
$O/renz_utils.o: $(SRCROOT)/Misc/getfile.h $(SRCROOT)/Misc/misc.h
51
$O/renz_utils.o: renz_utils.h $(SRCROOT)/Misc/getfile.h
51
$O/renz_utils.o: $(SRCROOT)/Misc/xalloc.h
52
$O/renz_utils.o: $(SRCROOT)/Misc/xalloc.h dna_utils.h
52
$O/renz_utils.o: renz_utils.h
53
$O/renz_utils.o: $(SRCROOT)/Misc/os.h
54
$O/scramble.o: sequence_formats.h
53
$O/scramble.o: sequence_formats.h
55
$O/search_utils.o: search_utils.h
54
$O/search_utils.o: search_utils.h
56
$O/sequence_formats.o: $(SRCROOT)/Misc/getfile.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
55
$O/sequence_formats.o: $(SRCROOT)/Misc/getfile.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
57
$O/sequence_formats.o: $(SRCROOT)/Misc/misc.h
56
$O/sequence_formats.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h sequence_formats.h
58
$O/sequence_formats.o: $(SRCROOT)/Misc/os.h
57
$O/sequence_formats.o: $(SRCROOT)/Misc/os.h
59
$O/sequence_formats.o: $(SRCROOT)/Misc/xalloc.h sequence_formats.h
(-)staden-src-1-7-0.ori/src/spin/dependencies (-406 / +273 lines)
Lines 1-543 Link Here
1
1
2
$O/codon_content.o: $(SRCROOT)/Misc/misc.h
2
# DO NOT DELETE
3
$O/codon_content.o: $(SRCROOT)/Misc/xalloc.h
3
$O/codon_content.o: $(SRCROOT)/Misc/xalloc.h
4
$O/codon_content.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/genetic_code.h
4
$O/codon_content.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/genetic_code.h
5
$O/codon_content.o: $(SRCROOT)/seq_utils/edge.h codon_content.h $(SRCROOT)/Misc/array_arith.h
5
$O/codon_content.o: $(SRCROOT)/seq_utils/edge.h codon_content.h $(SRCROOT)/Misc/array_arith.h
6
$O/codon_content.o: $(SRCROOT)/seq_utils/sequence_formats.h
6
$O/codon_content.o: $(SRCROOT)/seq_utils/sequence_formats.h
7
$O/codon_content.o: $(SRCROOT)/Misc/misc.h
7
$O/codon_content.o: $(SRCROOT)/Misc/os.h
8
$O/codon_content.o: $(SRCROOT)/Misc/os.h
8
$O/compare_spans.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
9
$O/compare_spans.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/align_lib_old.h
9
$O/compare_spans.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/dna_utils.h
10
$O/compare_spans.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/edge.h
10
$O/compare_spans.o: $(SRCROOT)/seq_utils/edge.h
11
$O/compare_spans.o: sip_hash.h
11
$O/compare_spans.o: sip_hash.h readpam.h
12
$O/compare_spans.o: readpam.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
12
$O/compare_spans.o: $(SRCROOT)/Misc/xalloc.h
13
$O/compare_spans.o: $(SRCROOT)/Misc/misc.h
14
$O/dinuc_freqs.o: $(SRCROOT)/seq_utils/dna_utils.h
13
$O/dinuc_freqs.o: $(SRCROOT)/seq_utils/dna_utils.h
15
# DO NOT DELETE
16
$O/emboss_input_funcs.o: $(SRCROOT)/Misc/xalloc.h
17
$O/emboss_input_funcs.o: seq_plot_funcs.h seq_raster.h emboss_input_funcs.h
18
$O/emboss_input_funcs.o: sequence_pair_display.h
19
$O/emboss_input_funcs.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
14
$O/emboss_input_funcs.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
20
$O/emboss_input_funcs.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
21
$O/emboss_input_funcs.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
22
$O/emboss_input_funcs.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
23
$O/emboss_input_funcs.o: $(SRCROOT)/tk_utils/tcl_utils.h spin_globals.h
15
$O/emboss_input_funcs.o: $(SRCROOT)/tk_utils/tcl_utils.h spin_globals.h
24
$O/emboss_input_funcs.o: $(SRCROOT)/tk_utils/text_output.h seq_results.h
16
$O/emboss_input_funcs.o: $(SRCROOT)/tk_utils/text_output.h seq_results.h
25
$O/emboss_input_funcs.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
17
$O/emboss_input_funcs.o: $(SRCROOT)/tk_utils/tkRaster.h
26
$O/emboss_input_funcs.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
18
$O/emboss_input_funcs.o: $(SRCROOT)/Misc/xalloc.h
19
$O/emboss_input_funcs.o: seq_plot_funcs.h seq_raster.h emboss_input_funcs.h
20
$O/emboss_input_funcs.o: sequence_pair_display.h
27
$O/init.o: $(SRCROOT)/seq_utils/renz_utils.h nip_cmds.h sequtils_cmds.h
21
$O/init.o: $(SRCROOT)/seq_utils/renz_utils.h nip_cmds.h sequtils_cmds.h
28
$O/init.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
29
$O/init.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
30
$O/init.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/sheet.h
31
$O/init.o: $(SRCROOT)/tk8.4.6/generic/tk.h
32
$O/init.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
22
$O/init.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
33
$O/init.o: tkSeqedNames.h
23
$O/init.o: tkSeqedNames.h
34
$O/init.o: tkSeqed.h
24
$O/init.o: tkSeqed.h
35
$O/nip_base_comp.o: seq_raster.h seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
25
$O/init.o: $(SRCROOT)/tk_utils/sheet.h
36
$O/nip_base_comp.o: seq_reg.h
37
$O/nip_base_comp.o: $(SRCROOT)/seq_utils/base_comp.h seq_plot_funcs.h
26
$O/nip_base_comp.o: $(SRCROOT)/seq_utils/base_comp.h seq_plot_funcs.h
38
$O/nip_base_comp.o: $(SRCROOT)/seq_utils/dna_utils.h nip_base_comp.h
27
$O/nip_base_comp.o: $(SRCROOT)/seq_utils/dna_utils.h nip_base_comp.h
39
$O/nip_base_comp.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
28
$O/nip_base_comp.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
40
$O/nip_base_comp.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
41
$O/nip_base_comp.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
42
$O/nip_base_comp.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/Misc/xalloc.h
43
$O/nip_base_comp.o: $(SRCROOT)/tk8.4.6/generic/tk.h
44
$O/nip_base_comp.o: $(SRCROOT)/tk_utils/tcl_utils.h nip_raster.h
29
$O/nip_base_comp.o: $(SRCROOT)/tk_utils/tcl_utils.h nip_raster.h
45
$O/nip_base_comp.o: $(SRCROOT)/tk_utils/text_output.h nip_globals.h
30
$O/nip_base_comp.o: $(SRCROOT)/tk_utils/text_output.h nip_globals.h
46
$O/nip_base_comp.o: $(SRCROOT)/tk_utils/tkRaster.h
31
$O/nip_base_comp.o: $(SRCROOT)/tk_utils/tkRaster.h
32
$O/nip_base_comp.o: seq_raster.h seq_results.h
47
$O/nip_base_comp.o: nip_results.h
33
$O/nip_base_comp.o: nip_results.h
48
$O/nip_canvas_box.o: seq_reg.h
34
$O/nip_base_comp.o: $(SRCROOT)/Misc/xalloc.h
49
$O/nip_canvas_box.o: $(SRCROOT)/seq_utils/sequence_formats.h nip_results.h
35
$O/nip_canvas_box.o: $(SRCROOT)/seq_utils/sequence_formats.h nip_results.h
50
$O/nip_canvas_box.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
51
$O/nip_canvas_box.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
52
$O/nip_canvas_box.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
53
$O/nip_canvas_box.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h seq_results.h
54
$O/nip_canvas_box.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/canvas_box.h
36
$O/nip_canvas_box.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/canvas_box.h
55
$O/nip_canvas_box.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
37
$O/nip_canvas_box.o: $(SRCROOT)/tk_utils/tkRaster.h
56
$O/nip_cmds.o: codon_content.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
38
$O/nip_canvas_box.o: seq_results.h
57
$O/nip_cmds.o: nip_base_comp.h $(SRCROOT)/tk_utils/ruler_tick.h $(SRCROOT)/tk_utils/canvas_box.h
39
$O/nip_canvas_box.o: seq_reg.h
58
$O/nip_cmds.o: nip_globals.h nip_results.h nip_raster.h nip_gene_search.h
40
$O/nip_cmds.o: $(SRCROOT)/Misc/os.h
41
$O/nip_cmds.o: $(SRCROOT)/seq_utils/base_comp.h seqed.h nip_base_comp.h
42
$O/nip_cmds.o: $(SRCROOT)/seq_utils/genetic_code.h seqed_translate.h tkSeqedUtils.h
43
$O/nip_cmds.o: $(SRCROOT)/seq_utils/open_reading_frames.h dinuc_freqs.h
44
$O/nip_cmds.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/tk_utils/tkSheet_common.h
45
$O/nip_cmds.o: $(SRCROOT)/seq_utils/sequence_formats.h $(SRCROOT)/seq_utils/dna_utils.h
46
$O/nip_cmds.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/tk_utils/text_output.h tkSeqed.h
47
$O/nip_cmds.o: $(SRCROOT)/tk_utils/ruler_tick.h $(SRCROOT)/tk_utils/canvas_box.h nip_globals.h
48
$O/nip_cmds.o: $(SRCROOT)/tk_utils/sheet.h
49
$O/nip_cmds.o: $(SRCROOT)/tk_utils/tkSheet.h seq_raster.h seq_results.h
50
$O/nip_cmds.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
51
$O/nip_cmds.o: tkSeqedNames.h
52
$O/nip_cmds.o: codon_content.h $(SRCROOT)/Misc/misc.h
53
$O/nip_cmds.o: $(SRCROOT)/Misc/xalloc.h
54
$O/nip_cmds.o: nip_structs.h
59
$O/nip_cmds.o: nip_restriction_enzymes.h sequtils.h nip_string_search.h
55
$O/nip_cmds.o: nip_restriction_enzymes.h sequtils.h nip_string_search.h
56
$O/nip_cmds.o: nip_results.h nip_raster.h nip_gene_search.h trna_search.h
60
$O/nip_cmds.o: nip_splice_search.h $(SRCROOT)/tk_utils/tcl_utils.h nip_canvas_box.h
57
$O/nip_cmds.o: nip_splice_search.h $(SRCROOT)/tk_utils/tcl_utils.h nip_canvas_box.h
58
$O/nip_cmds.o: nip_stop_codon.h nip_trna_search.h splice_search.h
61
$O/nip_cmds.o: nip_wtmatrix_search.h $(SRCROOT)/tk_utils/licence.h
59
$O/nip_cmds.o: nip_wtmatrix_search.h $(SRCROOT)/tk_utils/licence.h
62
$O/nip_cmds.o: seqed_write.h $(SRCROOT)/seq_utils/edge.h nip_sendto.h
60
$O/nip_cmds.o: seqed_write.h $(SRCROOT)/seq_utils/edge.h nip_sendto.h
63
$O/nip_cmds.o: seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
61
$O/nip_gene_search.o: $(SRCROOT)/Misc/xalloc.h
64
$O/nip_cmds.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/base_comp.h seqed.h
65
$O/nip_cmds.o: $(SRCROOT)/seq_utils/genetic_code.h seqed_translate.h tkSeqedUtils.h
66
$O/nip_cmds.o: $(SRCROOT)/seq_utils/open_reading_frames.h dinuc_freqs.h
67
$O/nip_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
68
$O/nip_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
69
$O/nip_cmds.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
70
$O/nip_cmds.o: $(SRCROOT)/tk8.4.6/generic/tk.h
71
$O/nip_cmds.o: tkSeqedNames.h $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h
72
$O/nip_cmds.o: $(SRCROOT)/tk_utils/text_output.h tkSeqed.h $(SRCROOT)/tk_utils/sheet.h
73
$O/nip_cmds.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/seq_utils/renz_utils.h
74
$O/nip_cmds.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/tk_utils/tkSheet.h seq_raster.h
75
$O/nip_cmds.o: trna_search.h nip_stop_codon.h nip_trna_search.h splice_search.h
76
$O/nip_cmds.o: $(SRCROOT)/Misc/xalloc.h
77
$O/nip_cmds.o: nip_structs.h $(SRCROOT)/tk_utils/cli_arg.h
78
$O/nip_gene_search.o: $(SRCROOT)/Misc/xalloc.h nip_results.h
79
$O/nip_gene_search.o: nip_gene_search.h seq_plot_funcs.h
80
$O/nip_gene_search.o: seq_raster.h seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
81
$O/nip_gene_search.o: seq_reg.h
82
$O/nip_gene_search.o: $(SRCROOT)/seq_utils/renz_utils.h nip_globals.h
62
$O/nip_gene_search.o: $(SRCROOT)/seq_utils/renz_utils.h nip_globals.h
83
$O/nip_gene_search.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
63
$O/nip_gene_search.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
84
$O/nip_gene_search.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
85
$O/nip_gene_search.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
86
$O/nip_gene_search.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/Misc/misc.h
87
$O/nip_gene_search.o: $(SRCROOT)/tk8.4.6/generic/tk.h
88
$O/nip_gene_search.o: $(SRCROOT)/tk_utils/tcl_utils.h nip_raster.h $(SRCROOT)/Misc/array_arith.h
64
$O/nip_gene_search.o: $(SRCROOT)/tk_utils/tcl_utils.h nip_raster.h $(SRCROOT)/Misc/array_arith.h
89
$O/nip_gene_search.o: $(SRCROOT)/tk_utils/text_output.h codon_content.h
65
$O/nip_gene_search.o: $(SRCROOT)/tk_utils/text_output.h codon_content.h
90
$O/nip_gene_search.o: $(SRCROOT)/Misc/os.h
91
$O/nip_gene_search.o: $(SRCROOT)/tk_utils/tkRaster.h
66
$O/nip_gene_search.o: $(SRCROOT)/tk_utils/tkRaster.h
92
$O/nip_globals.o: nip_globals.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
67
$O/nip_gene_search.o: nip_results.h
68
$O/nip_gene_search.o: $(SRCROOT)/Misc/os.h
69
$O/nip_gene_search.o: seq_raster.h seq_results.h
70
$O/nip_gene_search.o: $(SRCROOT)/Misc/misc.h
71
$O/nip_gene_search.o: nip_gene_search.h seq_plot_funcs.h
93
$O/nip_globals.o: $(SRCROOT)/seq_utils/sequence_formats.h $(SRCROOT)/seq_utils/dna_utils.h
72
$O/nip_globals.o: $(SRCROOT)/seq_utils/sequence_formats.h $(SRCROOT)/seq_utils/dna_utils.h
94
$O/nip_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
73
$O/nip_globals.o: $(SRCROOT)/seq_utils/genetic_code.h
95
$O/nip_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/seq_utils/genetic_code.h
74
$O/nip_globals.o: nip_globals.h
96
$O/nip_restriction_enzymes.o: $(SRCROOT)/Misc/xalloc.h
97
$O/nip_restriction_enzymes.o: nip_restriction_enzymes.h nip_globals.h
98
$O/nip_restriction_enzymes.o: seq_results.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
99
$O/nip_restriction_enzymes.o: $(SRCROOT)/seq_utils/renz_utils.h
75
$O/nip_restriction_enzymes.o: $(SRCROOT)/seq_utils/renz_utils.h
100
$O/nip_restriction_enzymes.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
76
$O/nip_restriction_enzymes.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
101
$O/nip_restriction_enzymes.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
102
$O/nip_restriction_enzymes.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
103
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h nip_results.h
104
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk_utils/canvas_box.h
77
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk_utils/canvas_box.h
105
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk_utils/restriction_enzyme_map.h
106
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
78
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/misc.h
107
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk_utils/text_output.h nip_canvas_box.h
79
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk_utils/text_output.h nip_canvas_box.h
108
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
80
$O/nip_restriction_enzymes.o: $(SRCROOT)/tk_utils/tkRaster.h
109
$O/nip_restriction_enzymes.o: $(SRCROOT)/Misc/os.h
81
$O/nip_restriction_enzymes.o: $(SRCROOT)/Misc/os.h
110
$O/nip_splice_search.o: nip_results.h nip_raster.h splice_search.h
82
$O/nip_restriction_enzymes.o: $(SRCROOT)/Misc/xalloc.h
111
$O/nip_splice_search.o: nip_splice_search.h nip_globals.h
83
$O/nip_restriction_enzymes.o: seq_results.h
112
$O/nip_splice_search.o: nip_wtmatrix_search.h
84
$O/nip_restriction_enzymes.o: nip_restriction_enzymes.h nip_globals.h
113
$O/nip_splice_search.o: seq_plot_funcs.h $(SRCROOT)/seq_utils/dna_utils.h
85
$O/nip_restriction_enzymes.o: nip_results.h $(SRCROOT)/tk_utils/restriction_enzyme_map.h
114
$O/nip_splice_search.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
86
$O/nip_splice_search.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
115
$O/nip_splice_search.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
116
$O/nip_splice_search.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
117
$O/nip_splice_search.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h seq_results.h
118
$O/nip_splice_search.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/xalloc.h
87
$O/nip_splice_search.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/xalloc.h
119
$O/nip_splice_search.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/tclXkeylist.h
88
$O/nip_splice_search.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/tclXkeylist.h
120
$O/nip_splice_search.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
89
$O/nip_splice_search.o: $(SRCROOT)/tk_utils/tkRaster.h
90
$O/nip_splice_search.o: seq_results.h
91
$O/nip_splice_search.o: nip_results.h nip_raster.h
92
$O/nip_splice_search.o: nip_wtmatrix_search.h
93
$O/nip_splice_search.o: seq_plot_funcs.h $(SRCROOT)/seq_utils/dna_utils.h
121
$O/nip_splice_search.o: seq_raster.h
94
$O/nip_splice_search.o: seq_raster.h
122
$O/nip_splice_search.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
95
$O/nip_splice_search.o: splice_search.h nip_splice_search.h nip_globals.h
123
$O/nip_stop_codon.o: nip_raster.h nip_results.h nip_stop_codon.h
124
$O/nip_stop_codon.o: seq_plot_funcs.h
125
$O/nip_stop_codon.o: $(SRCROOT)/seq_utils/genetic_code.h $(SRCROOT)/seq_utils/dna_utils.h
96
$O/nip_stop_codon.o: $(SRCROOT)/seq_utils/genetic_code.h $(SRCROOT)/seq_utils/dna_utils.h
126
$O/nip_stop_codon.o: $(SRCROOT)/seq_utils/renz_utils.h nip_globals.h
127
$O/nip_stop_codon.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
97
$O/nip_stop_codon.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
128
$O/nip_stop_codon.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
129
$O/nip_stop_codon.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
130
$O/nip_stop_codon.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h seq_results.h
131
$O/nip_stop_codon.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/xalloc.h
98
$O/nip_stop_codon.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/xalloc.h
132
$O/nip_stop_codon.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/tclXkeylist.h
99
$O/nip_stop_codon.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/tclXkeylist.h
133
$O/nip_stop_codon.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
100
$O/nip_stop_codon.o: $(SRCROOT)/tk_utils/tkRaster.h
101
$O/nip_stop_codon.o: seq_results.h
102
$O/nip_stop_codon.o: nip_raster.h nip_results.h
103
$O/nip_stop_codon.o: nip_stop_codon.h $(SRCROOT)/seq_utils/renz_utils.h nip_globals.h
104
$O/nip_stop_codon.o: seq_plot_funcs.h
134
$O/nip_stop_codon.o: seq_raster.h
105
$O/nip_stop_codon.o: seq_raster.h
135
$O/nip_stop_codon.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
136
$O/nip_string_search.o: nip_raster.h $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/Misc/misc.h
137
$O/nip_string_search.o: nip_string_search.h seq_plot_funcs.h
138
$O/nip_string_search.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
106
$O/nip_string_search.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
139
$O/nip_string_search.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
140
$O/nip_string_search.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
141
$O/nip_string_search.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
142
$O/nip_string_search.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/Misc/xalloc.h
143
$O/nip_string_search.o: $(SRCROOT)/tk8.4.6/generic/tk.h
144
$O/nip_string_search.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tk_utils/tcl_utils.h
107
$O/nip_string_search.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tk_utils/tcl_utils.h
145
$O/nip_string_search.o: $(SRCROOT)/tk_utils/text_output.h nip_globals.h
108
$O/nip_string_search.o: $(SRCROOT)/tk_utils/tkRaster.h
146
$O/nip_string_search.o: seq_raster.h seq_results.h
109
$O/nip_string_search.o: seq_raster.h seq_results.h
147
$O/nip_string_search.o: $(SRCROOT)/Misc/os.h
110
$O/nip_string_search.o: $(SRCROOT)/Misc/os.h
148
$O/nip_string_search.o: $(SRCROOT)/tk_utils/tkRaster.h
111
$O/nip_string_search.o: $(SRCROOT)/Misc/xalloc.h
149
$O/nip_string_search.o: nip_results.h
112
$O/nip_string_search.o: nip_raster.h $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/Misc/misc.h
113
$O/nip_string_search.o: nip_results.h $(SRCROOT)/tk_utils/text_output.h nip_globals.h
114
$O/nip_string_search.o: nip_string_search.h seq_plot_funcs.h
150
$O/nip_trna_search.o: $(SRCROOT)/Misc/misc.h
115
$O/nip_trna_search.o: $(SRCROOT)/Misc/misc.h
151
$O/nip_trna_search.o: $(SRCROOT)/Misc/xalloc.h nip_results.h
116
$O/nip_trna_search.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
152
$O/nip_trna_search.o: nip_trna_search.h $(SRCROOT)/tk_utils/tclXkeylist.h
153
$O/nip_trna_search.o: seq_plot_funcs.h $(SRCROOT)/seq_utils/dna_utils.h
154
$O/nip_trna_search.o: seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
155
$O/nip_trna_search.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
156
$O/nip_trna_search.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
157
$O/nip_trna_search.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h seq_raster.h
158
$O/nip_trna_search.o: $(SRCROOT)/tk_utils/tcl_utils.h nip_raster.h
117
$O/nip_trna_search.o: $(SRCROOT)/tk_utils/tcl_utils.h nip_raster.h
159
$O/nip_trna_search.o: $(SRCROOT)/tk_utils/text_output.h nip_globals.h trna_search.h
118
$O/nip_trna_search.o: $(SRCROOT)/tk_utils/text_output.h nip_globals.h trna_search.h
160
$O/nip_trna_search.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
161
$O/nip_trna_search.o: $(SRCROOT)/Misc/os.h
119
$O/nip_trna_search.o: $(SRCROOT)/Misc/os.h
162
$O/nip_trna_search.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
120
$O/nip_trna_search.o: $(SRCROOT)/tk_utils/tkRaster.h
163
$O/nip_wtmatrix_search.o: nip_raster.h $(SRCROOT)/seq_utils/dna_utils.h splice_search.h
121
$O/nip_trna_search.o: nip_results.h
164
$O/nip_wtmatrix_search.o: nip_wtmatrix_search.h $(SRCROOT)/Misc/misc.h
122
$O/nip_trna_search.o: seq_raster.h seq_results.h
165
$O/nip_wtmatrix_search.o: seq_plot_funcs.h
123
$O/nip_trna_search.o: $(SRCROOT)/Misc/xalloc.h
166
$O/nip_wtmatrix_search.o: seq_raster.h seq_results.h
124
$O/nip_trna_search.o: nip_trna_search.h $(SRCROOT)/tk_utils/tclXkeylist.h
125
$O/nip_trna_search.o: seq_plot_funcs.h $(SRCROOT)/seq_utils/dna_utils.h
126
$O/nip_wtmatrix_search.o: $(SRCROOT)/Misc/xalloc.h
167
$O/nip_wtmatrix_search.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
127
$O/nip_wtmatrix_search.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
168
$O/nip_wtmatrix_search.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
169
$O/nip_wtmatrix_search.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
170
$O/nip_wtmatrix_search.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
171
$O/nip_wtmatrix_search.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/Misc/xalloc.h
172
$O/nip_wtmatrix_search.o: $(SRCROOT)/tk8.4.6/generic/tk.h
173
$O/nip_wtmatrix_search.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tk_utils/tcl_utils.h
128
$O/nip_wtmatrix_search.o: $(SRCROOT)/tk_utils/tclXkeylist.h $(SRCROOT)/tk_utils/tcl_utils.h
174
$O/nip_wtmatrix_search.o: $(SRCROOT)/tk_utils/text_output.h nip_globals.h
129
$O/nip_wtmatrix_search.o: $(SRCROOT)/tk_utils/text_output.h nip_globals.h
130
$O/nip_wtmatrix_search.o: nip_results.h
175
$O/nip_wtmatrix_search.o: $(SRCROOT)/Misc/os.h
131
$O/nip_wtmatrix_search.o: $(SRCROOT)/Misc/os.h
176
$O/nip_wtmatrix_search.o: $(SRCROOT)/tk_utils/tkRaster.h
132
$O/nip_wtmatrix_search.o: $(SRCROOT)/tk_utils/tkRaster.h
177
$O/nip_wtmatrix_search.o: nip_results.h
133
$O/nip_wtmatrix_search.o: seq_raster.h seq_results.h
178
$O/probs.o: $(SRCROOT)/Misc/os.h
134
$O/nip_wtmatrix_search.o: nip_raster.h $(SRCROOT)/seq_utils/dna_utils.h splice_search.h
179
$O/probs.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/sequence_formats.h
135
$O/nip_wtmatrix_search.o: nip_wtmatrix_search.h $(SRCROOT)/Misc/misc.h
180
$O/probs.o: $(SRCROOT)/seq_utils/dna_utils.h probs.h
136
$O/nip_wtmatrix_search.o: seq_plot_funcs.h
181
$O/probs.o: sip_hash.h readpam.h $(SRCROOT)/seq_utils/align.h
137
$O/probs.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/align_lib_old.h
182
$O/probs.o: $(SRCROOT)/Misc/xalloc.h
138
$O/probs.o: $(SRCROOT)/seq_utils/sequence_formats.h $(SRCROOT)/seq_utils/dna_utils.h probs.h
183
$O/probs.o: $(SRCROOT)/Misc/misc.h
139
$O/probs.o: $(SRCROOT)/Misc/misc.h
184
$O/raster_cmds.o: $(SRCROOT)/Misc/xalloc.h seq_raster.h
140
$O/probs.o: sip_hash.h readpam.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
185
$O/raster_cmds.o: raster_globals.h $(SRCROOT)/tk_utils/ruler_tick.h
141
$O/raster_cmds.o: $(SRCROOT)/Misc/xalloc.h
186
$O/raster_cmds.o: seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
187
$O/raster_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
188
$O/raster_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
189
$O/raster_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
190
$O/raster_cmds.o: $(SRCROOT)/tk_utils/canvas_box.h
142
$O/raster_cmds.o: $(SRCROOT)/tk_utils/canvas_box.h
191
$O/raster_cmds.o: $(SRCROOT)/tk_utils/cli_arg.h raster_structs.h seq_reg.h
143
$O/raster_cmds.o: $(SRCROOT)/tk_utils/cli_arg.h raster_structs.h seq_reg.h
192
$O/raster_cmds.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/text_output.h
144
$O/raster_cmds.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/text_output.h
193
$O/raster_cmds.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
145
$O/raster_cmds.o: $(SRCROOT)/tk_utils/tkRaster.h
194
$O/raster_cmds.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
146
$O/raster_cmds.o: raster_globals.h $(SRCROOT)/tk_utils/ruler_tick.h
195
$O/readpam.o: readpam.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
147
$O/raster_cmds.o: seq_raster.h seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
196
$O/readpam.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/dna_utils.h
148
$O/readpam.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/dna_utils.h
197
$O/readpam.o: $(SRCROOT)/seq_utils/sequence_formats.h
149
$O/readpam.o: $(SRCROOT)/seq_utils/sequence_formats.h
198
$O/readpam.o: $(SRCROOT)/Misc/xalloc.h
150
$O/readpam.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
199
$O/readpam.o: $(SRCROOT)/Misc/misc.h
151
$O/readpam.o: readpam.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
200
$O/rescan_matches.o: $(SRCROOT)/Misc/misc.h
152
$O/rescan_matches.o: $(SRCROOT)/Misc/misc.h
201
$O/rescan_matches.o: $(SRCROOT)/Misc/xalloc.h seq_results.h
153
$O/rescan_matches.o: $(SRCROOT)/Misc/xalloc.h
202
$O/rescan_matches.o: $(SRCROOT)/Misc/xerror.h seq_raster.h readpam.h
154
$O/rescan_matches.o: $(SRCROOT)/Misc/xerror.h seq_raster.h readpam.h
203
$O/rescan_matches.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
155
$O/rescan_matches.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
204
$O/rescan_matches.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/dna_utils.h
156
$O/rescan_matches.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/seq_utils/dna_utils.h
205
$O/rescan_matches.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
157
$O/rescan_matches.o: $(SRCROOT)/seq_utils/sequence_formats.h
206
$O/rescan_matches.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
158
$O/rescan_matches.o: sip_results.h $(SRCROOT)/Misc/array.h
207
$O/rescan_matches.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
159
$O/rescan_matches.o: seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
208
$O/rescan_matches.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
160
$O/rescan_matches.o: seq_results.h
209
$O/rescan_matches.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h sip_results.h $(SRCROOT)/Misc/array.h
161
$O/seq_plot_funcs.o: $(SRCROOT)/Misc/xalloc.h seq_raster.h seq_results.h
210
$O/rescan_matches.o: $(SRCROOT)/tk8.4.6/generic/tk.h
162
$O/seq_plot_funcs.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
211
$O/rescan_matches.o: $(SRCROOT)/tk_utils/tkRaster.h
163
$O/seq_plot_funcs.o: $(SRCROOT)/tk_utils/tkRaster.h
212
$O/seqedInterface.o: seqedInterface.h tkSeqed.h $(SRCROOT)/tk8.4.6/generic/tk.h
164
$O/seq_plot_funcs.o: $(SRCROOT)/tk_utils/text_output.h
213
$O/seqedInterface.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
165
$O/seq_raster.o: $(SRCROOT)/Misc/os.h
214
$O/seqedInterface.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
166
$O/seq_raster.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
215
$O/seqedInterface.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
167
$O/seq_raster.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/text_output.h
216
$O/seqedInterface.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/sheet.h
168
$O/seq_raster.o: $(SRCROOT)/tk_utils/tkRaster.h
217
$O/seqedInterface.o: tkSeqedUtils.h
169
$O/seq_raster.o: $(SRCROOT)/Misc/xalloc.h
218
$O/seqedInterface.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/seq_utils/renz_utils.h
170
$O/seq_raster.o: seq_results.h
219
$O/seqedInterface.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h
171
$O/seq_raster.o: seq_raster.h $(SRCROOT)/Misc/misc.h
220
$O/seqedInterface.o: tkSeqedNames.h
172
$O/seq_raster.o: spin_globals.h
173
$O/seq_reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
174
$O/seq_reg.o: $(SRCROOT)/tk_utils/tcl_utils.h
175
$O/seq_reg.o: $(SRCROOT)/Misc/xalloc.h
176
$O/seq_reg.o: seq_raster.h
177
$O/seq_reg.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
178
$O/seq_reg.o: seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h spin_globals.h
179
$O/seq_reg_cmds.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h seq_sendto.h spin_globals.h
180
$O/seq_reg_cmds.o: $(SRCROOT)/Misc/os.h
181
$O/seq_reg_cmds.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
182
$O/seq_reg_cmds.o: $(SRCROOT)/tk_utils/licence.h sequence_pair_display.h seqed.h
183
$O/seq_reg_cmds.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/tcl_utils.h
184
$O/seq_reg_cmds.o: $(SRCROOT)/tk_utils/tkRaster.h
185
$O/seq_reg_cmds.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/seq_utils/renz_utils.h
186
$O/seq_reg_cmds.o: tkSeqedNames.h
187
$O/seq_reg_cmds.o: seq_results.h
188
$O/seq_reg_cmds.o: seq_raster.h $(SRCROOT)/Misc/xalloc.h
189
$O/seq_reg_cmds.o: emboss_input_funcs.h
190
$O/seq_reg_cmds.o: seq_reg_structs.h $(SRCROOT)/tk_utils/cli_arg.h
191
$O/seq_reg_cmds.o: sequtils.h sip_cmds.h nip_cmds.h raster_cmds.h $(SRCROOT)/Misc/misc.h
192
$O/seq_reg_cmds.o: tkSeqed.h $(SRCROOT)/tk_utils/sheet.h
193
$O/seq_results.o: $(SRCROOT)/Misc/os.h
194
$O/seq_results.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/genetic_code.h
195
$O/seq_results.o: $(SRCROOT)/seq_utils/scramble.h
196
$O/seq_results.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
197
$O/seq_results.o: $(SRCROOT)/tk_utils/tkRaster.h
198
$O/seq_results.o: $(SRCROOT)/Misc/xalloc.h
199
$O/seq_results.o: seq_raster.h $(SRCROOT)/Misc/misc.h
200
$O/seq_results.o: codon_content.h seq_results.h
201
$O/seq_sendto.o: $(SRCROOT)/Misc/xalloc.h seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
202
$O/seq_sendto.o: $(SRCROOT)/tk_utils/tcl_utils.h
203
$O/seq_sendto.o: $(SRCROOT)/tk_utils/tkRaster.h
204
$O/seq_sendto.o: seq_reg.h
205
$O/seq_sendto.o: $(SRCROOT)/Misc/os.h
206
$O/seq_sendto.o: $(SRCROOT)/Misc/misc.h
221
$O/seqed.o: $(SRCROOT)/Misc/xalloc.h
207
$O/seqed.o: $(SRCROOT)/Misc/xalloc.h
222
$O/seqed.o: $(SRCROOT)/seq_utils/renz_utils.h seq_results.h
208
$O/seqed.o: $(SRCROOT)/seq_utils/renz_utils.h seq_results.h
223
$O/seqed.o: $(SRCROOT)/seq_utils/sequence_formats.h seqed.h tkSeqedUtils.h
209
$O/seqed.o: $(SRCROOT)/seq_utils/sequence_formats.h seqed.h tkSeqedUtils.h
224
$O/seqed.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
210
$O/seqed.o: $(SRCROOT)/tk_utils/sheet.h
225
$O/seqed.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/sheet.h
226
$O/seqed.o: $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
227
$O/seqed.o: $(SRCROOT)/tk_utils/tcl_utils.h seqed_restriction_enzymes.h
211
$O/seqed.o: $(SRCROOT)/tk_utils/tcl_utils.h seqed_restriction_enzymes.h
228
$O/seqed.o: $(SRCROOT)/tk_utils/text_output.h seq_raster.h spin_globals.h
212
$O/seqed.o: $(SRCROOT)/tk_utils/text_output.h seq_raster.h spin_globals.h
229
$O/seqed.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
213
$O/seqed.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
230
$O/seqed.o: tkSeqedNames.h
214
$O/seqed.o: tkSeqedNames.h
231
$O/seqed.o: tkSeqed.h
215
$O/seqed.o: tkSeqed.h
232
$O/seqed_restriction_enzymes.o: $(SRCROOT)/Misc/xalloc.h
216
$O/seqedInterface.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/seq_utils/renz_utils.h
233
$O/seqed_restriction_enzymes.o: seqed_restriction_enzymes.h $(SRCROOT)/Misc/misc.h
217
$O/seqedInterface.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h
218
$O/seqedInterface.o: tkSeqedNames.h
219
$O/seqedInterface.o: $(SRCROOT)/tk_utils/sheet.h
220
$O/seqedInterface.o: seqedInterface.h tkSeqed.h
221
$O/seqedInterface.o: tkSeqedUtils.h
234
$O/seqed_restriction_enzymes.o: $(SRCROOT)/seq_utils/dna_utils.h tkSeqed.h
222
$O/seqed_restriction_enzymes.o: $(SRCROOT)/seq_utils/dna_utils.h tkSeqed.h
235
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
236
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
237
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
238
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/sheet.h
239
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tk8.4.6/generic/tk.h
240
$O/seqed_restriction_enzymes.o: tkSeqedUtils.h
241
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/seq_utils/renz_utils.h
223
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/seq_utils/renz_utils.h
242
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h
224
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h
243
$O/seqed_restriction_enzymes.o: $(SRCROOT)/Misc/os.h
244
$O/seqed_restriction_enzymes.o: tkSeqedNames.h
225
$O/seqed_restriction_enzymes.o: tkSeqedNames.h
226
$O/seqed_restriction_enzymes.o: $(SRCROOT)/Misc/os.h
227
$O/seqed_restriction_enzymes.o: $(SRCROOT)/Misc/xalloc.h
228
$O/seqed_restriction_enzymes.o: $(SRCROOT)/tk_utils/sheet.h
229
$O/seqed_restriction_enzymes.o: seqed_restriction_enzymes.h $(SRCROOT)/Misc/misc.h
230
$O/seqed_restriction_enzymes.o: tkSeqedUtils.h
245
$O/seqed_search.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/Misc/xalloc.h
231
$O/seqed_search.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/Misc/xalloc.h
246
$O/seqed_search.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
247
$O/seqed_search.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
248
$O/seqed_search.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/sheet.h
249
$O/seqed_search.o: tkSeqed.h $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
250
$O/seqed_search.o: $(SRCROOT)/tk_utils/tcl_utils.h
232
$O/seqed_search.o: $(SRCROOT)/tk_utils/tcl_utils.h
251
$O/seqed_search.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/seq_utils/dna_utils.h
233
$O/seqed_search.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/seq_utils/dna_utils.h
252
$O/seqed_search.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
234
$O/seqed_search.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
253
$O/seqed_search.o: tkSeqedUtils.h
254
$O/seqed_search.o: tkSeqedNames.h
235
$O/seqed_search.o: tkSeqedNames.h
255
$O/seqed_translate.o: seqed_translate.h
236
$O/seqed_search.o: tkSeqed.h
256
$O/seqed_translate.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
237
$O/seqed_search.o: tkSeqedUtils.h
257
$O/seqed_translate.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
238
$O/seqed_search.o: $(SRCROOT)/tk_utils/sheet.h
258
$O/seqed_translate.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
259
$O/seqed_translate.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/sheet.h
260
$O/seqed_translate.o: tkSeqed.h $(SRCROOT)/tk8.4.6/generic/tk.h
261
$O/seqed_translate.o: tkSeqedUtils.h $(SRCROOT)/seq_utils/genetic_code.h
262
$O/seqed_translate.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/seq_utils/renz_utils.h
239
$O/seqed_translate.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/seq_utils/renz_utils.h
263
$O/seqed_translate.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h
240
$O/seqed_translate.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h
264
$O/seqed_translate.o: tkSeqedNames.h
241
$O/seqed_translate.o: tkSeqedNames.h
265
$O/seqed_write.o: seqed_translate.h tkSeqedUtils.h $(SRCROOT)/Misc/xalloc.h
242
$O/seqed_translate.o: $(SRCROOT)/tk_utils/sheet.h
243
$O/seqed_translate.o: seqed_translate.h
244
$O/seqed_translate.o: tkSeqed.h
245
$O/seqed_translate.o: tkSeqedUtils.h $(SRCROOT)/seq_utils/genetic_code.h
266
$O/seqed_write.o: $(SRCROOT)/seq_utils/dna_utils.h seqed_restriction_enzymes.h
246
$O/seqed_write.o: $(SRCROOT)/seq_utils/dna_utils.h seqed_restriction_enzymes.h
267
$O/seqed_write.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/seq_utils/genetic_code.h
247
$O/seqed_write.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/seq_utils/genetic_code.h
268
$O/seqed_write.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
269
$O/seqed_write.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
270
$O/seqed_write.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/sheet.h
271
$O/seqed_write.o: tkSeqed.h $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
272
$O/seqed_write.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
248
$O/seqed_write.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
273
$O/seqed_write.o: seqed_write.h
274
$O/seqed_write.o: tkSeqedNames.h
249
$O/seqed_write.o: tkSeqedNames.h
275
$O/seq_plot_funcs.o: $(SRCROOT)/Misc/xalloc.h seq_raster.h seq_results.h
250
$O/seqed_write.o: seqed_write.h
276
$O/seq_plot_funcs.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
251
$O/seqed_write.o: $(SRCROOT)/tk_utils/sheet.h
277
$O/seq_plot_funcs.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
252
$O/seqed_write.o: seqed_translate.h tkSeqedUtils.h $(SRCROOT)/Misc/xalloc.h
278
$O/seq_plot_funcs.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
253
$O/seqed_write.o: tkSeqed.h
279
$O/seq_plot_funcs.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
280
$O/seq_plot_funcs.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/text_output.h
281
$O/seq_plot_funcs.o: $(SRCROOT)/tk8.4.6/generic/tk.h
282
$O/seq_plot_funcs.o: $(SRCROOT)/tk_utils/tkRaster.h
283
$O/seq_raster.o: seq_raster.h $(SRCROOT)/Misc/misc.h
284
$O/seq_raster.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
285
$O/seq_raster.o: spin_globals.h
286
$O/seq_raster.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
287
$O/seq_raster.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
288
$O/seq_raster.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
289
$O/seq_raster.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/text_output.h
290
$O/seq_raster.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
291
$O/seq_raster.o: $(SRCROOT)/Misc/os.h
292
$O/seq_raster.o: $(SRCROOT)/Misc/xalloc.h
293
$O/seq_raster.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
294
$O/seq_raster.o: seq_results.h
295
$O/seq_reg_cmds.o: $(SRCROOT)/Misc/os.h
296
$O/seq_reg_cmds.o: seq_raster.h $(SRCROOT)/Misc/xalloc.h seq_reg_structs.h
297
$O/seq_reg_cmds.o: seq_sendto.h spin_globals.h emboss_input_funcs.h
298
$O/seq_reg_cmds.o: sequtils.h sip_cmds.h nip_cmds.h raster_cmds.h $(SRCROOT)/Misc/misc.h
299
$O/seq_reg_cmds.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
300
$O/seq_reg_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
301
$O/seq_reg_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
302
$O/seq_reg_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
303
$O/seq_reg_cmds.o: tkSeqed.h $(SRCROOT)/tk_utils/sheet.h
304
$O/seq_reg_cmds.o: $(SRCROOT)/tk_utils/cli_arg.h $(SRCROOT)/tk_utils/text_output.h
305
$O/seq_reg_cmds.o: $(SRCROOT)/tk_utils/licence.h sequence_pair_display.h seqed.h
306
$O/seq_reg_cmds.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
307
$O/seq_reg_cmds.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
308
$O/seq_reg_cmds.o: $(SRCROOT)/tk_utils/tkSheet_struct.h $(SRCROOT)/seq_utils/renz_utils.h
309
$O/seq_reg_cmds.o: seq_results.h
310
$O/seq_reg_cmds.o: tkSeqedNames.h
311
$O/seq_reg_cmds.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
312
$O/seq_reg.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
313
$O/seq_reg.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
314
$O/seq_reg.o: seq_raster.h seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
315
$O/seq_reg.o: spin_globals.h $(SRCROOT)/tk_utils/tcl_utils.h
316
$O/seq_reg.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
317
$O/seq_reg.o: $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
318
$O/seq_reg.o: $(SRCROOT)/Misc/xalloc.h
319
$O/seq_reg.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
320
$O/seq_results.o: codon_content.h seq_results.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
321
$O/seq_results.o: $(SRCROOT)/Misc/os.h
322
$O/seq_results.o: $(SRCROOT)/Misc/xalloc.h
323
$O/seq_results.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/genetic_code.h
324
$O/seq_results.o: $(SRCROOT)/seq_utils/scramble.h
325
$O/seq_results.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
326
$O/seq_results.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
327
$O/seq_results.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
328
$O/seq_results.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h seq_raster.h $(SRCROOT)/Misc/misc.h
329
$O/seq_results.o: $(SRCROOT)/tk8.4.6/generic/tk.h
330
$O/seq_results.o: $(SRCROOT)/tk_utils/tkRaster.h
331
$O/seq_sendto.o: $(SRCROOT)/Misc/misc.h
332
$O/seq_sendto.o: $(SRCROOT)/Misc/os.h
333
$O/seq_sendto.o: $(SRCROOT)/Misc/xalloc.h seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
334
$O/seq_sendto.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
335
$O/seq_sendto.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
336
$O/seq_sendto.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
337
$O/seq_sendto.o: $(SRCROOT)/tk_utils/tcl_utils.h
338
$O/seq_sendto.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
339
$O/seq_sendto.o: seq_reg.h
340
$O/seq_sendto.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
341
$O/sequence_pair_display.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
254
$O/sequence_pair_display.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
342
$O/sequence_pair_display.o: $(SRCROOT)/Misc/misc.h
343
$O/sequence_pair_display.o: $(SRCROOT)/Misc/os.h
344
$O/sequence_pair_display.o: $(SRCROOT)/Misc/xalloc.h
255
$O/sequence_pair_display.o: $(SRCROOT)/Misc/xalloc.h
345
$O/sequence_pair_display.o: seq_raster.h seq_results.h
256
$O/sequence_pair_display.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
346
$O/sequence_pair_display.o: $(SRCROOT)/seq_utils/align_lib_old.h sip_results.h
257
$O/sequence_pair_display.o: $(SRCROOT)/seq_utils/align_lib_old.h sip_results.h
347
$O/sequence_pair_display.o: $(SRCROOT)/seq_utils/sequence_formats.h
258
$O/sequence_pair_display.o: $(SRCROOT)/seq_utils/sequence_formats.h
348
$O/sequence_pair_display.o: spin_globals.h readpam.h $(SRCROOT)/seq_utils/align.h
349
$O/sequence_pair_display.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
350
$O/sequence_pair_display.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
351
$O/sequence_pair_display.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
352
$O/sequence_pair_display.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h sequence_pair_display.h
353
$O/sequence_pair_display.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/tcl_utils.h
259
$O/sequence_pair_display.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/tcl_utils.h
354
$O/sequence_pair_display.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
260
$O/sequence_pair_display.o: $(SRCROOT)/tk_utils/tkRaster.h
261
$O/sequence_pair_display.o: spin_globals.h readpam.h
355
$O/sequence_pair_display.o: seq_reg.h
262
$O/sequence_pair_display.o: seq_reg.h
263
$O/sequence_pair_display.o: $(SRCROOT)/Misc/misc.h
264
$O/sequence_pair_display.o: sequence_pair_display.h seq_raster.h seq_results.h
356
$O/sequtils.o: $(SRCROOT)/seq_utils/base_comp.h $(SRCROOT)/tk_utils/text_output.h
265
$O/sequtils.o: $(SRCROOT)/seq_utils/base_comp.h $(SRCROOT)/tk_utils/text_output.h
357
$O/sequtils.o: $(SRCROOT)/seq_utils/edge.h $(SRCROOT)/seq_utils/dna_utils.h seq_results.h
266
$O/sequtils.o: $(SRCROOT)/seq_utils/dna_utils.h seq_results.h
358
$O/sequtils.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
267
$O/sequtils.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
359
$O/sequtils.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
268
$O/sequtils.o: $(SRCROOT)/tk_utils/tkRaster.h
360
$O/sequtils.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
269
$O/sequtils.o: $(SRCROOT)/seq_utils/edge.h
361
$O/sequtils.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
270
$O/sim.o: $(SRCROOT)/Misc/xalloc.h
362
$O/sequtils.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
271
$O/sim.o: $(SRCROOT)/Misc/xerror.h seq_raster.h
363
$O/sim.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/align_lib_old.h
272
$O/sim.o: $(SRCROOT)/seq_utils/align_lib_old.h
364
$O/sim.o: seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
273
$O/sim.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
365
$O/sim.o: sip_sim.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h seq_raster.h
274
$O/sim.o: sip_sim.h $(SRCROOT)/Misc/array.h
366
$O/sim.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
367
$O/sim.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
368
$O/sim.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
369
$O/sim.o: $(SRCROOT)/tk8.4.6/generic/tk.h
370
$O/sim.o: $(SRCROOT)/Misc/misc.h
371
$O/sim.o: $(SRCROOT)/tk_utils/tkRaster.h
275
$O/sim.o: $(SRCROOT)/tk_utils/tkRaster.h
372
$O/sip_align.o: $(SRCROOT)/Misc/xalloc.h
276
$O/sim.o: $(SRCROOT)/Misc/misc.h
373
$O/sip_align.o: readpam.h seq_plot_funcs.h sequence_pair_display.h
277
$O/sim.o: seq_results.h
374
$O/sip_align.o: seq_raster.h sip_results.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
278
$O/sim.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
279
$O/sip_align.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h sip_align.h
280
$O/sip_align.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
375
$O/sip_align.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/tk_utils/text_output.h
281
$O/sip_align.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/tk_utils/text_output.h
376
$O/sip_align.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
377
$O/sip_align.o: sip_align.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
378
$O/sip_align.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
379
$O/sip_align.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
380
$O/sip_align.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
381
$O/sip_align.o: $(SRCROOT)/tk_utils/tcl_utils.h sip_globals.h $(SRCROOT)/seq_utils/dna_utils.h
282
$O/sip_align.o: $(SRCROOT)/tk_utils/tcl_utils.h sip_globals.h $(SRCROOT)/seq_utils/dna_utils.h
382
$O/sip_align.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
283
$O/sip_align.o: $(SRCROOT)/tk_utils/tkRaster.h
284
$O/sip_align.o: $(SRCROOT)/Misc/xalloc.h
383
$O/sip_align.o: $(SRCROOT)/Misc/misc.h
285
$O/sip_align.o: $(SRCROOT)/Misc/misc.h
384
$O/sip_align.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
286
$O/sip_align.o: $(SRCROOT)/seq_utils/sequence_formats.h
287
$O/sip_align.o: seq_raster.h sip_results.h
288
$O/sip_align.o: readpam.h seq_plot_funcs.h sequence_pair_display.h
289
$O/sip_align.o: seq_reg.h
385
$O/sip_align.o: seq_results.h
290
$O/sip_align.o: seq_results.h
386
$O/sip_cmds.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h $(SRCROOT)/tk_utils/text_output.h
291
$O/sip_cmds.o: $(SRCROOT)/Misc/os.h
387
$O/sip_cmds.o: readpam.h sip_similar_spans.h sip_quick_scan.h
388
$O/sip_cmds.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
389
$O/sip_cmds.o: $(SRCROOT)/seq_utils/dna_utils.h sip_hash.h sip_find_identity.h probs.h
390
$O/sip_cmds.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
391
$O/sip_cmds.o: sip_globals.h sip_structs.h $(SRCROOT)/tk_utils/cli_arg.h sip_results.h
392
$O/sip_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
393
$O/sip_cmds.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
394
$O/sip_cmds.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
395
$O/sip_cmds.o: $(SRCROOT)/tk8.4.6/generic/tk.h
396
$O/sip_cmds.o: $(SRCROOT)/tk_utils/licence.h
397
$O/sip_cmds.o: $(SRCROOT)/tk_utils/tcl_utils.h sip_sendto.h sip_sim.h sequtils.h
398
$O/sip_cmds.o: seq_raster.h seq_results.h
399
$O/sip_cmds.o: $(SRCROOT)/Misc/xalloc.h
292
$O/sip_cmds.o: $(SRCROOT)/Misc/xalloc.h
293
$O/sip_cmds.o: $(SRCROOT)/Misc/xerror.h $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/seq_utils/align.h
294
$O/sip_cmds.o: $(SRCROOT)/seq_utils/align_lib_old.h sip_align.h $(SRCROOT)/seq_utils/dna_utils.h
295
$O/sip_cmds.o: $(SRCROOT)/tk_utils/cli_arg.h sip_results.h $(SRCROOT)/Misc/array.h
400
$O/sip_cmds.o: $(SRCROOT)/Misc/misc.h
296
$O/sip_cmds.o: $(SRCROOT)/Misc/misc.h
401
$O/sip_cmds.o: $(SRCROOT)/seq_utils/align_lib_old.h sip_align.h
297
$O/sip_cmds.o: seq_raster.h seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
402
$O/sip_find_identity.o: $(SRCROOT)/Misc/os.h
298
$O/sip_cmds.o: seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h sip_globals.h sip_structs.h
403
$O/sip_find_identity.o: $(SRCROOT)/Misc/xerror.h sip_find_identity.h $(SRCROOT)/Misc/misc.h
299
$O/sip_cmds.o: sip_hash.h sip_find_identity.h probs.h readpam.h
300
$O/sip_cmds.o: sip_sendto.h sip_sim.h sequtils.h $(SRCROOT)/tk_utils/licence.h
301
$O/sip_cmds.o: sip_similar_spans.h sip_quick_scan.h $(SRCROOT)/tk_utils/tcl_utils.h
302
$O/sip_find_identity.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h sip_find_identity.h
303
$O/sip_find_identity.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
304
$O/sip_find_identity.o: $(SRCROOT)/Misc/xalloc.h
305
$O/sip_find_identity.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/tk_utils/tcl_utils.h
306
$O/sip_find_identity.o: $(SRCROOT)/tk_utils/tkRaster.h
307
$O/sip_find_identity.o: $(SRCROOT)/tk_utils/text_output.h
308
$O/sip_find_identity.o: seq_raster.h
309
$O/sip_find_identity.o: sip_hash.h probs.h sip_results.h
404
$O/sip_find_identity.o: readpam.h $(SRCROOT)/seq_utils/align.h
310
$O/sip_find_identity.o: readpam.h $(SRCROOT)/seq_utils/align.h
405
$O/sip_find_identity.o: seq_raster.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
311
$O/sip_find_identity.o: seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
406
$O/sip_find_identity.o: sequence_pair_display.h
312
$O/sip_find_identity.o: sequence_pair_display.h
407
$O/sip_find_identity.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/tk_utils/tcl_utils.h
408
$O/sip_find_identity.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
409
$O/sip_find_identity.o: sip_globals.h $(SRCROOT)/seq_utils/dna_utils.h seq_plot_funcs.h
313
$O/sip_find_identity.o: sip_globals.h $(SRCROOT)/seq_utils/dna_utils.h seq_plot_funcs.h
410
$O/sip_find_identity.o: sip_hash.h probs.h sip_results.h $(SRCROOT)/Misc/array.h
411
$O/sip_find_identity.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
412
$O/sip_find_identity.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h seq_results.h
413
$O/sip_find_identity.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
414
$O/sip_find_identity.o: $(SRCROOT)/Misc/xalloc.h
415
$O/sip_find_identity.o: $(SRCROOT)/tk_utils/text_output.h
416
$O/sip_find_identity.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
417
$O/sip_globals.o: seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
418
$O/sip_globals.o: $(SRCROOT)/seq_utils/sequence_formats.h $(SRCROOT)/Misc/misc.h
419
$O/sip_globals.o: sip_results.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h seq_results.h
420
$O/sip_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
421
$O/sip_globals.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
422
$O/sip_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/seq_utils/dna_utils.h
423
$O/sip_globals.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h seq_raster.h
424
$O/sip_globals.o: $(SRCROOT)/Misc/xalloc.h
314
$O/sip_globals.o: $(SRCROOT)/Misc/xalloc.h
425
$O/sip_globals.o: $(SRCROOT)/seq_utils/genetic_code.h
315
$O/sip_globals.o: $(SRCROOT)/Misc/xerror.h seq_results.h seq_reg.h
316
$O/sip_globals.o: $(SRCROOT)/seq_utils/genetic_code.h sip_results.h $(SRCROOT)/Misc/array.h
317
$O/sip_globals.o: $(SRCROOT)/seq_utils/sequence_formats.h $(SRCROOT)/Misc/misc.h
318
$O/sip_globals.o: $(SRCROOT)/tk_utils/tkRaster.h
426
$O/sip_globals.o: $(SRCROOT)/Misc/os.h
319
$O/sip_globals.o: $(SRCROOT)/Misc/os.h
320
$O/sip_globals.o: $(SRCROOT)/seq_utils/dna_utils.h
321
$O/sip_globals.o: seq_raster.h
322
$O/sip_hash.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h seq_results.h
427
$O/sip_hash.o: $(SRCROOT)/Misc/os.h
323
$O/sip_hash.o: $(SRCROOT)/Misc/os.h
428
$O/sip_hash.o: $(SRCROOT)/Misc/xerror.h seq_results.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
324
$O/sip_hash.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/align_lib_old.h sip_results.h
429
$O/sip_hash.o: seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
430
$O/sip_hash.o: $(SRCROOT)/seq_utils/align_lib_old.h sip_results.h $(SRCROOT)/Misc/array.h
431
$O/sip_hash.o: $(SRCROOT)/seq_utils/dna_utils.h
325
$O/sip_hash.o: $(SRCROOT)/seq_utils/dna_utils.h
432
$O/sip_hash.o: $(SRCROOT)/seq_utils/sequence_formats.h readpam.h $(SRCROOT)/seq_utils/align.h
326
$O/sip_hash.o: $(SRCROOT)/seq_utils/sequence_formats.h readpam.h $(SRCROOT)/seq_utils/align.h
433
$O/sip_hash.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
327
$O/sip_hash.o: $(SRCROOT)/tk_utils/tkRaster.h
434
$O/sip_hash.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h seq_raster.h
328
$O/sip_hash.o: seq_raster.h
435
$O/sip_hash.o: $(SRCROOT)/Misc/xalloc.h
436
$O/sip_hash.o: $(SRCROOT)/Misc/misc.h
329
$O/sip_hash.o: $(SRCROOT)/Misc/misc.h
437
$O/sip_quick_scan.o: compare_spans.h sip_find_identity.h $(SRCROOT)/Misc/misc.h
330
$O/sip_hash.o: seq_reg.h
438
$O/sip_quick_scan.o: $(SRCROOT)/Misc/os.h
331
$O/sip_quick_scan.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h compare_spans.h
439
$O/sip_quick_scan.o: $(SRCROOT)/Misc/xalloc.h
332
$O/sip_quick_scan.o: $(SRCROOT)/Misc/xalloc.h
440
$O/sip_quick_scan.o: readpam.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/seq_utils/align_lib_old.h
441
$O/sip_quick_scan.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/text_output.h
333
$O/sip_quick_scan.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/text_output.h
442
$O/sip_quick_scan.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
334
$O/sip_quick_scan.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h
443
$O/sip_quick_scan.o: sip_hash.h sip_results.h $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h
335
$O/sip_quick_scan.o: $(SRCROOT)/tk_utils/tkRaster.h
444
$O/sip_quick_scan.o: sip_quick_scan.h seq_plot_funcs.h sequence_pair_display.h
445
$O/sip_quick_scan.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
446
$O/sip_quick_scan.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
447
$O/sip_quick_scan.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h seq_results.h
448
$O/sip_quick_scan.o: $(SRCROOT)/tk_utils/tcl_utils.h sip_globals.h
336
$O/sip_quick_scan.o: $(SRCROOT)/tk_utils/tcl_utils.h sip_globals.h
449
$O/sip_quick_scan.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
450
$O/sip_quick_scan.o: seq_raster.h
337
$O/sip_quick_scan.o: seq_raster.h
451
$O/sip_quick_scan.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
338
$O/sip_quick_scan.o: seq_results.h
452
$O/sip_results.o: $(SRCROOT)/Misc/misc.h
339
$O/sip_quick_scan.o: sip_hash.h sip_results.h
340
$O/sip_quick_scan.o: readpam.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/seq_utils/align_lib_old.h
341
$O/sip_quick_scan.o: sip_find_identity.h $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
342
$O/sip_quick_scan.o: sip_quick_scan.h seq_plot_funcs.h sequence_pair_display.h
343
$O/sip_results.o: $(SRCROOT)/Misc/xalloc.h
453
$O/sip_results.o: $(SRCROOT)/Misc/xerror.h sip_globals.h $(SRCROOT)/seq_utils/align.h
344
$O/sip_results.o: $(SRCROOT)/Misc/xerror.h sip_globals.h $(SRCROOT)/seq_utils/align.h
454
$O/sip_results.o: readpam.h
455
$O/sip_results.o: seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
456
$O/sip_results.o: $(SRCROOT)/seq_utils/align_lib_old.h probs.h $(SRCROOT)/seq_utils/dna_utils.h
345
$O/sip_results.o: $(SRCROOT)/seq_utils/align_lib_old.h probs.h $(SRCROOT)/seq_utils/dna_utils.h
457
$O/sip_results.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_raster.h seq_results.h
346
$O/sip_results.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/seq_utils/sequence_formats.h
458
$O/sip_results.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
347
$O/sip_results.o: $(SRCROOT)/Misc/misc.h
459
$O/sip_results.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h
460
$O/sip_results.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
461
$O/sip_results.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h sip_results.h $(SRCROOT)/Misc/array.h
462
$O/sip_results.o: $(SRCROOT)/Misc/xalloc.h
463
$O/sip_results.o: $(SRCROOT)/tk_utils/tcl_utils.h
464
$O/sip_results.o: $(SRCROOT)/Misc/os.h
348
$O/sip_results.o: $(SRCROOT)/Misc/os.h
465
$O/sip_similar_spans.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h readpam.h
349
$O/sip_results.o: sip_results.h $(SRCROOT)/Misc/array.h
466
$O/sip_similar_spans.o: seq_raster.h compare_spans.h sip_hash.h sip_results.h
350
$O/sip_results.o: readpam.h
467
$O/sip_similar_spans.o: seq_reg.h
351
$O/sip_results.o: seq_raster.h seq_results.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
468
$O/sip_similar_spans.o: seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
469
$O/sip_similar_spans.o: sequence_pair_display.h
470
$O/sip_similar_spans.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
471
$O/sip_similar_spans.o: sip_similar_spans.h seq_plot_funcs.h
472
$O/sip_similar_spans.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
473
$O/sip_similar_spans.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
474
$O/sip_similar_spans.o: $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
475
$O/sip_similar_spans.o: $(SRCROOT)/tk_utils/tcl_utils.h sip_globals.h rescan_matches.h
476
$O/sip_similar_spans.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/seq_utils/dna_utils.h
477
$O/sip_similar_spans.o: $(SRCROOT)/Misc/xalloc.h
478
$O/sip_similar_spans.o: $(SRCROOT)/tk_utils/tkRaster.h
479
$O/sip_similar_spans.o: $(SRCROOT)/Misc/misc.h
480
$O/sip_similar_spans.o: $(SRCROOT)/seq_utils/align_lib_old.h
481
$O/sip_similar_spans.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h
482
$O/sip_sim.o: $(SRCROOT)/Misc/array.h $(SRCROOT)/Misc/xerror.h sip_sim.h
483
$O/sip_sim.o: readpam.h $(SRCROOT)/seq_utils/dna_utils.h seq_plot_funcs.h
484
$O/sip_sim.o: seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/tk8.4.6/generic/tk.h
485
$O/sip_sim.o: sequence_pair_display.h
486
$O/sip_sim.o: $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
487
$O/sip_sim.o: $(SRCROOT)/seq_utils/align_lib_old.h seq_results.h
488
$O/sip_sim.o: $(SRCROOT)/tcl8.4.6/generic/tcl.h $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
489
$O/sip_sim.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h $(SRCROOT)/seq_utils/sequence_formats.h
490
$O/sip_sim.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h seq_raster.h sip_results.h
491
$O/sip_sim.o: $(SRCROOT)/tk_utils/text_output.h $(SRCROOT)/tk_utils/tcl_utils.h sip_globals.h
492
$O/sip_sim.o: sim.h
493
$O/sip_sim.o: $(SRCROOT)/Misc/xalloc.h
352
$O/sip_sim.o: $(SRCROOT)/Misc/xalloc.h
353
$O/sip_sim.o: $(SRCROOT)/Misc/xerror.h sip_sim.h $(SRCROOT)/tk_utils/text_output.h
354
$O/sip_sim.o: $(SRCROOT)/seq_utils/align_lib_old.h seq_results.h
355
$O/sip_sim.o: $(SRCROOT)/seq_utils/dna_utils.h seq_plot_funcs.h sequence_pair_display.h
356
$O/sip_sim.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
357
$O/sip_sim.o: $(SRCROOT)/tk_utils/tcl_utils.h sip_globals.h readpam.h
494
$O/sip_sim.o: $(SRCROOT)/Misc/misc.h
358
$O/sip_sim.o: $(SRCROOT)/Misc/misc.h
495
$O/spin_globals.o: spin_globals.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
359
$O/sip_sim.o: sim.h $(SRCROOT)/seq_utils/align.h $(SRCROOT)/Misc/os.h
496
$O/spin_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
360
$O/sip_sim.o: seq_raster.h sip_results.h $(SRCROOT)/Misc/array.h
497
$O/spin_globals.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
361
$O/sip_similar_spans.o: $(SRCROOT)/Misc/misc.h
362
$O/sip_similar_spans.o: $(SRCROOT)/Misc/os.h
363
$O/sip_similar_spans.o: $(SRCROOT)/Misc/xerror.h readpam.h $(SRCROOT)/seq_utils/align.h
364
$O/sip_similar_spans.o: $(SRCROOT)/seq_utils/align_lib_old.h $(SRCROOT)/tk_utils/text_output.h
365
$O/sip_similar_spans.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/tk_utils/tcl_utils.h
366
$O/sip_similar_spans.o: $(SRCROOT)/seq_utils/sequence_formats.h seq_raster.h
367
$O/sip_similar_spans.o: $(SRCROOT)/tk_utils/tkRaster.h
368
$O/sip_similar_spans.o: $(SRCROOT)/Misc/xalloc.h
369
$O/sip_similar_spans.o: seq_results.h
370
$O/sip_similar_spans.o: compare_spans.h sip_hash.h sip_results.h $(SRCROOT)/Misc/array.h
371
$O/sip_similar_spans.o: seq_plot_funcs.h sequence_pair_display.h
372
$O/sip_similar_spans.o: seq_reg.h
373
$O/sip_similar_spans.o: sip_globals.h rescan_matches.h sip_similar_spans.h
374
$O/spin_globals.o: spin_globals.h
498
$O/splice_search.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/array_arith.h splice_search.h
375
$O/splice_search.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/Misc/array_arith.h splice_search.h
499
$O/splice_search.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/Misc/getfile.h
376
$O/splice_search.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/Misc/getfile.h
500
$O/splice_search.o: $(SRCROOT)/Misc/os.h
377
$O/splice_search.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
501
$O/splice_search.o: $(SRCROOT)/Misc/misc.h
502
$O/tkSeqedNames.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
503
$O/tkSeqedNames.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
504
$O/tkSeqedNames.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h $(SRCROOT)/tk_utils/tk_defs.h
505
$O/tkSeqedNames.o: $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
506
$O/tkSeqedNames.o: $(SRCROOT)/tk_utils/sheet.h
507
$O/tkSeqedNames.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/xalloc.h
508
$O/tkSeqedNames.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/tk_utils/tkSheet.h
509
$O/tkSeqedNames.o: $(SRCROOT)/tk_utils/tkSheet_struct.h tkSeqedNames.h
510
$O/tkSeqedNames.o: $(SRCROOT)/tk_utils/tkSheet_config.h
511
$O/tkSeqed.o: $(SRCROOT)/Misc/misc.h
512
$O/tkSeqed.o: $(SRCROOT)/Misc/os.h
513
$O/tkSeqed.o: seqed_restriction_enzymes.h seqed_search.h
514
$O/tkSeqed.o: $(SRCROOT)/seq_utils/dna_utils.h seqedInterface.h
515
$O/tkSeqed.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/tk_utils/tk_defs.h $(SRCROOT)/Misc/xalloc.h
378
$O/tkSeqed.o: $(SRCROOT)/seq_utils/renz_utils.h $(SRCROOT)/tk_utils/tk_defs.h $(SRCROOT)/Misc/xalloc.h
516
$O/tkSeqed.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
379
$O/tkSeqed.o: $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/tk_utils/tkSheet_common.h
517
$O/tkSeqed.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h tkSeqed.h $(SRCROOT)/tk_utils/sheet.h
380
$O/tkSeqed.o: $(SRCROOT)/tk_utils/tkSheet.h tkSeqedUtils.h $(SRCROOT)/Misc/misc.h
518
$O/tkSeqed.o: $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
519
$O/tkSeqed.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/tk_utils/tkSheet.h tkSeqedUtils.h
520
$O/tkSeqed.o: $(SRCROOT)/tk_utils/tkSheet_config.h
381
$O/tkSeqed.o: $(SRCROOT)/tk_utils/tkSheet_config.h
521
$O/tkSeqed.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
382
$O/tkSeqed.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
522
$O/tkSeqed.o: $(SRCROOT)/tk_utils/tcl_utils.h
523
$O/tkSeqed.o: tkSeqedNames.h
383
$O/tkSeqed.o: tkSeqedNames.h
524
$O/tkSeqedUtils.o: $(SRCROOT)/Misc/misc.h
384
$O/tkSeqed.o: $(SRCROOT)/Misc/os.h
385
$O/tkSeqed.o: $(SRCROOT)/seq_utils/dna_utils.h
386
$O/tkSeqed.o: tkSeqed.h $(SRCROOT)/tk_utils/sheet.h
387
$O/tkSeqed.o: seqedInterface.h seqed_restriction_enzymes.h seqed_search.h
388
$O/tkSeqedNames.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/tk_utils/sheet.h
389
$O/tkSeqedNames.o: $(SRCROOT)/tk_utils/tkSheet_config.h
390
$O/tkSeqedNames.o: $(SRCROOT)/tk_utils/tk_defs.h $(SRCROOT)/tk_utils/tkSheet_common.h
391
$O/tkSeqedNames.o: $(SRCROOT)/tk_utils/tkSheet_struct.h
392
$O/tkSeqedNames.o: tkSeqedNames.h $(SRCROOT)/tk_utils/tcl_utils.h $(SRCROOT)/Misc/xalloc.h
525
$O/tkSeqedUtils.o: $(SRCROOT)/Misc/os.h
393
$O/tkSeqedUtils.o: $(SRCROOT)/Misc/os.h
526
$O/tkSeqedUtils.o: $(SRCROOT)/Misc/xalloc.h seqed_translate.h
394
$O/tkSeqedUtils.o: $(SRCROOT)/seq_utils/genetic_code.h $(SRCROOT)/Misc/misc.h
527
$O/tkSeqedUtils.o: seqed_restriction_enzymes.h seqed_write.h seqed_search.h
395
$O/tkSeqedUtils.o: $(SRCROOT)/tk_utils/sheet.h
396
$O/tkSeqedUtils.o: $(SRCROOT)/tk_utils/tkRaster.h $(SRCROOT)/seq_utils/renz_utils.h
397
$O/tkSeqedUtils.o: $(SRCROOT)/tk_utils/tkSheet.h $(SRCROOT)/seq_utils/dna_utils.h
398
$O/tkSeqedUtils.o: tkSeqed.h
399
$O/tkSeqedUtils.o: $(SRCROOT)/Misc/xalloc.h
400
$O/tkSeqedUtils.o: seqed_translate.h
528
$O/tkSeqedUtils.o: seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
401
$O/tkSeqedUtils.o: seq_results.h $(SRCROOT)/seq_utils/sequence_formats.h
529
$O/tkSeqedUtils.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/genetic_code.h
402
$O/tkSeqedUtils.o: seqed_restriction_enzymes.h seqed_write.h seqed_search.h
530
$O/tkSeqedUtils.o: $(SRCROOT)/seq_utils/renz_utils.h tkSeqedUtils.h
403
$O/tkSeqedUtils.o: tkSeqedNames.h $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h
531
$O/tkSeqedUtils.o: $(SRCROOT)/tcl8.4.6/generic/tclDecls.h
404
$O/tkSeqedUtils.o: tkSeqedUtils.h $(SRCROOT)/tk_utils/tkSheet_common.h
532
$O/tkSeqedUtils.o: $(SRCROOT)/tcl8.4.6/generic/tclPlatDecls.h
405
$O/trna_search.o: $(SRCROOT)/Misc/xalloc.h
533
$O/tkSeqedUtils.o: $(SRCROOT)/tk8.4.6/generic/tkDecls.h tkSeqed.h $(SRCROOT)/tk_utils/sheet.h
406
$O/trna_search.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/seq_utils/genetic_code.h
534
$O/tkSeqedUtils.o: $(SRCROOT)/tk8.4.6/generic/tk.h $(SRCROOT)/tcl8.4.6/generic/tcl.h
407
$O/trna_search.o: $(SRCROOT)/seq_utils/edge.h codon_content.h $(SRCROOT)/Misc/array_arith.h
535
$O/tkSeqedUtils.o: $(SRCROOT)/tk_utils/tkSheet_common.h $(SRCROOT)/tk_utils/tkSheet.h
536
$O/tkSeqedUtils.o: $(SRCROOT)/tk_utils/tkSheet_struct.h seq_reg.h $(SRCROOT)/tk_utils/tkRaster.h
537
$O/tkSeqedUtils.o: tkSeqedNames.h
538
$O/trna_search.o: codon_content.h $(SRCROOT)/Misc/array_arith.h trna_search.h
539
$O/trna_search.o: $(SRCROOT)/Misc/misc.h
408
$O/trna_search.o: $(SRCROOT)/Misc/misc.h
540
$O/trna_search.o: $(SRCROOT)/seq_utils/genetic_code.h $(SRCROOT)/seq_utils/edge.h
541
$O/trna_search.o: $(SRCROOT)/Misc/os.h
409
$O/trna_search.o: $(SRCROOT)/Misc/os.h
542
$O/trna_search.o: $(SRCROOT)/Misc/xalloc.h
410
$O/trna_search.o: trna_search.h
543
$O/trna_search.o: $(SRCROOT)/seq_utils/dna_utils.h
(-)staden-src-1-7-0.ori/src/stops/dependencies (-5 / +3 lines)
Lines 1-7 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/stops.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/io_lib/include/compress.h
3
$O/stops.o: $(SRCROOT)/Misc/os.h
4
$O/stops.o: $(SRCROOT)/io_lib/include/Read.h $(SRCROOT)/io_lib/include/os.h
4
$O/stops.o: $(SRCROOT)/Misc/xalloc.h
5
$O/stops.o: $(SRCROOT)/io_lib/include/scf.h $(SRCROOT)/io_lib/include/mFILE.h
5
$O/stops.o: $(SRCROOT)/Misc/misc.h
6
$O/stops.o: $(SRCROOT)/io_lib/include/translate.h $(SRCROOT)/io_lib/include/expFileIO.h
7
$O/stops.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/xalloc.h
(-)staden-src-1-7-0.ori/src/text_utils/dependencies (-1 / +1 lines)
Lines 1-3 Link Here
1
1
2
$O/check_licence.o: licence.h
3
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/check_licence.o: licence.h
(-)staden-src-1-7-0.ori/src/tk_utils/Makefile (-7 / +2 lines)
Lines 72-83 Link Here
72
	@
72
	@
73
73
74
TKU_LIBS = \
74
TKU_LIBS = \
75
	$(IOLIB_LIB) \
76
	$(TK_LIB) \
77
	$(TCL_LIB) \
78
	$(MISC_LIB) \
75
	$(MISC_LIB) \
79
	$(PNG_LIB) \
80
	$(ZLIB_LIB) \
81
	$(SOCKET)
76
	$(SOCKET)
82
77
83
$(L)/$(SHLIB_PREFIX)$(LIBS)$(SHLIB_SUFFIX): $(OBJS) $(DEF_FILE)
78
$(L)/$(SHLIB_PREFIX)$(LIBS)$(SHLIB_SUFFIX): $(OBJS) $(DEF_FILE)
Lines 113-120 Link Here
113
	-ln -s ../licence/md52.c .
108
	-ln -s ../licence/md52.c .
114
	-ln -s ../licence/md52.h .
109
	-ln -s ../licence/md52.h .
115
	-ln -s ../licence/valid_seq.c .
110
	-ln -s ../licence/valid_seq.c .
116
	-ln -s ../tcl8.4.6/unix/tclAppInit.c .
111
	-ln -s /usr/lib/tcl8.4/tclAppInit.c .
117
	-ln -s ../tk8.4.6/winMain.c .
112
	# -ln -s ../tk8.4.6/winMain.c .
118
	touch .links
113
	touch .links
119
	$(MAKE) $(MFLAGS)
114
	$(MAKE) $(MFLAGS)
120
115
(-)staden-src-1-7-0.ori/src/tracediff/staden.h (-1 / +1 lines)
Lines 22-28 Link Here
22
#endif
22
#endif
23
23
24
24
25
#include <io_lib/include/Read.h>
25
#include <io_lib/Read.h>
26
#include <licence/licence.h>
26
#include <licence/licence.h>
27
27
28
28
(-)staden-src-1-7-0.ori/src/vector_clip/dependencies (-7 / +3 lines)
Lines 1-9 Link Here
1
1
2
# DO NOT DELETE
2
# DO NOT DELETE
3
$O/vector_clip.o: $(SRCROOT)/io_lib/include/array.h $(SRCROOT)/text_utils/licence.h
3
$O/vector_clip.o: $(SRCROOT)/Misc/xalloc.h $(SRCROOT)/seq_utils/dna_utils.h
4
$O/vector_clip.o: $(SRCROOT)/io_lib/include/mFILE.h $(SRCROOT)/io_lib/include/expFileIO.h
4
$O/vector_clip.o: $(SRCROOT)/text_utils/licence.h $(SRCROOT)/Misc/getfile.h
5
$O/vector_clip.o: $(SRCROOT)/Misc/getfile.h
5
$O/vector_clip.o: $(SRCROOT)/Misc/misc.h $(SRCROOT)/Misc/os.h
6
$O/vector_clip.o: $(SRCROOT)/seq_utils/dna_utils.h $(SRCROOT)/io_lib/include/scf.h
7
$O/vector_clip.o: $(SRCROOT)/Misc/misc.h
8
$O/vector_clip.o: $(SRCROOT)/Misc/xalloc.h
9
$O/vector_clip.o: $(SRCROOT)/Misc/os.h

Return to bug 251617