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

#
#	Makefile	4.1	83/03/09
#
CFLAGS=	-O
SRCS=	fed.h \
	fed.c subr.c io.c
OBJS=	fed.o subr.o io.o
LIBS=	-lm -l2648
VGRIND=	csh /usr/ucb/vgrind
DESTDIR=

fed:	${OBJS} /usr/lib/lib2648.a
	${CC} -o fed ${CFLAGS} ${OBJS} ${LIBS}

tags:	/tmp
	ctags ${SRCS}

print:
	print ${SRCS}

vgrind:
	tee index < /dev/null
	${VGRIND} -h fed ${SRCS}
	${VGRIND} -x index

lint:
	lint ${SRCS} > lint.out

clean:
	rm -f fed ${OBJS} errs core trace

install: fed
	install -s fed ${DESTDIR}/usr/ucb/fed

unix.superglobalmegacorp.com

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