staden-lg/src/newted
kuoi fe1d5a834e use default makefile and recovery previous alpha makefile 2023-04-14 02:09:01 +08:00
..
CRN init 2021-12-04 05:07:58 +00:00
Graph.c fix: makefile and fortran code except staden bap 2023-04-12 17:53:37 +08:00
Graph.h fix: makefile and fortran code except staden bap 2023-04-12 17:53:37 +08:00
GraphP.h fix: makefile and fortran code except staden bap 2023-04-12 17:53:37 +08:00
README init 2021-12-04 05:07:58 +00:00
Xted init 2021-12-04 05:07:58 +00:00
asciited.c init 2021-12-04 05:07:58 +00:00
autoted.c init 2021-12-04 05:07:58 +00:00
basesDisplay.c init 2021-12-04 05:07:58 +00:00
basesDisplay.h init 2021-12-04 05:07:58 +00:00
dialogues.c init 2021-12-04 05:07:58 +00:00
dialogues.h init 2021-12-04 05:07:58 +00:00
display.c init 2021-12-04 05:07:58 +00:00
display.h init 2021-12-04 05:07:58 +00:00
fpoint.c init 2021-12-04 05:07:58 +00:00
fpoint.h init 2021-12-04 05:07:58 +00:00
getABIPrimerPos.c init 2021-12-04 05:07:58 +00:00
getABISampleName.c init 2021-12-04 05:07:58 +00:00
getPrimerPos.c init 2021-12-04 05:07:58 +00:00
help.c init 2021-12-04 05:07:58 +00:00
help.h init 2021-12-04 05:07:58 +00:00
info.c init 2021-12-04 05:07:58 +00:00
info.h init 2021-12-04 05:07:58 +00:00
mach-io.c init 2021-12-04 05:07:58 +00:00
mach-io.h init 2021-12-04 05:07:58 +00:00
makefile use default makefile and recovery previous alpha makefile 2023-04-14 02:09:01 +08:00
makefile-alpha use default makefile and recovery previous alpha makefile 2023-04-14 02:09:01 +08:00
makefile-dec init 2021-12-04 05:07:58 +00:00
makefile-sgi init 2021-12-04 05:07:58 +00:00
makefile-solaris init 2021-12-04 05:07:58 +00:00
makefile-sun init 2021-12-04 05:07:58 +00:00
match.c init 2021-12-04 05:07:58 +00:00
match.h init 2021-12-04 05:07:58 +00:00
mystdlib.h init 2021-12-04 05:07:58 +00:00
opp.c init 2021-12-04 05:07:58 +00:00
opp.h init 2021-12-04 05:07:58 +00:00
scf.h init 2021-12-04 05:07:58 +00:00
seq.c init 2021-12-04 05:07:58 +00:00
seq.h init 2021-12-04 05:07:58 +00:00
seqIOABI.c init 2021-12-04 05:07:58 +00:00
seqIOABI.h init 2021-12-04 05:07:58 +00:00
seqIOALF.c init 2021-12-04 05:07:58 +00:00
seqIOALF.h init 2021-12-04 05:07:58 +00:00
seqIOEdit.c init 2021-12-04 05:07:58 +00:00
seqIOEdit.h init 2021-12-04 05:07:58 +00:00
seqIOPlain.c init 2021-12-04 05:07:58 +00:00
seqIOPlain.h init 2021-12-04 05:07:58 +00:00
seqIOSCF.c init 2021-12-04 05:07:58 +00:00
seqIOSCF.h init 2021-12-04 05:07:58 +00:00
seqOutput.c init 2021-12-04 05:07:58 +00:00
seqOutput.h init 2021-12-04 05:07:58 +00:00
seqRead.c init 2021-12-04 05:07:58 +00:00
seqRead.h init 2021-12-04 05:07:58 +00:00
ted.c init 2021-12-04 05:07:58 +00:00
ted.help init 2021-12-04 05:07:58 +00:00
ted.manpage init 2021-12-04 05:07:58 +00:00
ted.tex init 2021-12-04 05:07:58 +00:00
trace.abi init 2021-12-04 05:07:58 +00:00
trace.alf init 2021-12-04 05:07:58 +00:00
trace.scf init 2021-12-04 05:07:58 +00:00
traceDisplay.c init 2021-12-04 05:07:58 +00:00
traceDisplay.h init 2021-12-04 05:07:58 +00:00
traceType.c init 2021-12-04 05:07:58 +00:00
traceType.h init 2021-12-04 05:07:58 +00:00
values.h init 2021-12-04 05:07:58 +00:00

README

ted - trace editor
------------------
This is the source directory for the ted trace editor.
As well as the sources you should find a makefile,
a manual page "ted.manpage", documentation  "ted.tex"
(this preprint is still in review and should be treated
as confidential until it has been accepted for publication)
a help file "ted.help" and a default resources file "Xted".

The "ted.help" and "Xted" files should be placed in the
"/usr/lib/X11/app-defaults" directory. The "ted.manpage"
file should be placed in "/usr/man/manl/ted.l", or wherever
local manual pages are stored on your system.

The "ted" application can be constructed by simply typing
"make ted". The "ted" application can then be placed in
a generally accessible directory of binaries, perhaps
"/usr/local/bin".



sample files
------------

A sample ABI file is also included in this directory, trace.abi, which
 can be opened using the following command:
		ted -ABI trace.abi

A sample ALF file is also included in this directory, trace.alf, which
 can be opened using the following command:
		ted -ALF trace.alf