File:  [CSRG BSD Unix] / 43BSD / contrib / notes / utility / seq-cvt / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#
#	Source files for sequencer conversion routines
#

CFILES = seqtobinary.c seqtoascii.c
SHFILES = convseq.sh restseq.sh
OTHERS=	Makefile

DCP=	/usr/ucb/rcp
DISTDIR= p:/usr/src/uiuc/notesfiles


all:	seqtobinary seqtoascii convseq.sh restseq.sh

seqtobinary:	seqtobinary.c ../../src/parms.h ../../src/structs.h
	cc -O -o seqtobinary seqtobinary.c

seqtoascii:	seqtoascii.c ../../src/parms.h ../../src/structs.h
	cc -O -o seqtoascii seqtoascii.c

clean:
	rm -f seqtobinary seqtoascii

install:
	install -m 4755 -o notes seqtoascii /usr/local
	install -m 4755 -o notes seqtobinary /usr/local
	install -c convseq.sh /usr/local/convseq
	install -c restseq.sh /usr/local/restseq

dist:	${CFILES} ${SHFILES} ${OTHERS}
	${DCP} $? ${DISTDIR}/utility/seq-cvt/.
	touch dist

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.