|
|
1.1 root 1: #
2: # Source files for sequencer conversion routines
3: #
4:
5: CFILES = seqtobinary.c seqtoascii.c
6: SHFILES = convseq.sh restseq.sh
7: OTHERS= Makefile
8:
9: DCP= /usr/ucb/rcp
10: DISTDIR= p:/usr/src/uiuc/notesfiles
11:
12:
13: all: seqtobinary seqtoascii convseq.sh restseq.sh
14:
15: seqtobinary: seqtobinary.c ../../src/parms.h ../../src/structs.h
16: cc -O -o seqtobinary seqtobinary.c
17:
18: seqtoascii: seqtoascii.c ../../src/parms.h ../../src/structs.h
19: cc -O -o seqtoascii seqtoascii.c
20:
21: clean:
22: rm -f seqtobinary seqtoascii
23:
24: install:
25: install -m 4755 -o notes seqtoascii /usr/local
26: install -m 4755 -o notes seqtobinary /usr/local
27: install -c convseq.sh /usr/local/convseq
28: install -c restseq.sh /usr/local/restseq
29:
30: dist: ${CFILES} ${SHFILES} ${OTHERS}
31: ${DCP} $? ${DISTDIR}/utility/seq-cvt/.
32: touch dist
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.