File:  [CSRG BSD Unix] / 43BSD / contrib / courier / compiler / 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.2	83/07/07
#
OBJS=	courier.o main.o scanner.o sem.o code1.o code2.o
SRCS=	courier.y main.c scanner.l sem.c code1.c code2.c
YFLAGS=	-d
CFLAGS=	-O
DESTDIR=

courier:	${OBJS}
		${CC} ${LDFLAGS} -o courier ${OBJS} -ll

courier.o:	courier.y
scanner.o:	courier.y

${OBJS}:	Courier.h

lint:		y.tab.c
		lint -hnux ${SRCS}

install:	courier
		install -s courier ${DESTDIR}/usr/new/courier

clean:
		rm -f ${OBJS} y.tab.[ch] lex.yy.c courier

unix.superglobalmegacorp.com

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