File:  [CSRG BSD Unix] / 43BSDTahoe / cci / dr11 / makefile
Revision 1.1: download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
CVS tags: MAIN, HEAD
Initial revision

MAKEPARAM = AS=${AS} CC=${CC} LD=${LD} INCLDIR=${INCLDIR} LIBDIR=${LIBDIR} ULIBDIR=${ULIBDIR} DESTDIR=${DESTDIR}
CFLAGS=	-O
LDFLAGS=
OWNER=root
GROUP=bin
INCLDIR=

DOBJS=	dstat.o

DSOURCES=dstat.c

dstat:	${DOBJS}
	${CC} -o dstat ${LDFLAGS} ${DOBJS}

${DOBJS}: ${INCLDIR)/drreg.h

install: dstat
	echo "install -m 4711 -o ${OWNER} -g ${GROUP} dstat ${DESTDIR}/dstat"
	install -m 4711 -o ${OWNER} -g ${GROUP} dstat ${DESTDIR}/dstat

clean:
	rm -f *.o
	
lint:
	-lint -hbacvx ${CFLAGS} ${SOURCES}

unix.superglobalmegacorp.com

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