File:  [CSRG BSD Unix] / 43BSD / contrib / xns / morexnslib / auth / 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

#CFLAGS=	-g -DDEBUG
CFLAGS= -O
LDLIB=${DESTDIR}/usr/local/lib
OUT=${LDLIB}/libcourier.a
OUT_P=${LDLIB}/libcourier_p.a
SRCS= simpleauth.c getXNSpass.c
OBJS= simpleauth.o getXNSpass.o
RCSREV=
RCSNAME=current

.c.o:
	${CC} -c ${CFLAGS} -p $*.c
	mv $*.o profiled/$*.o
	${CC} -c ${CFLAGS} $*.c

install: ${OBJS}
	ar rv ${OUT} ${OBJS}
	cd profiled; ar rv ${OUT_P} ${OBJS}
	ranlib ${OUT} ${OUT_P}

all:	${OBJS}

lint:	${SRCS}
	lint -hux ${SRCS}

tags:	${SRCS}
	ctags ${SRCS}

clean:
	-rm -f *.BAK *.CKP *.o profiled/*.o

rcs:
	rcs -l RCS/*
	cat ../../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*


unix.superglobalmegacorp.com

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