|
|
BSD 4.3tahoe
#
# $Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/hyper/hylog/Makefile,v 1.1.1.1 2018/04/24 16:12:58 root Exp $
# $Locker: $
#
CFLAGS=-O
USRINCLUDE=/usr/include
all: hylog hyelog
.l.o:
lex -v $*.l
mv lex.yy.c $*.c
${CC} -c ${CFLAGS} $*.c
.c.o:
${CC} -c ${CFLAGS} $*.c
hyelog: hyelog.c ${USRINCLUDE}/vaxif/if_hyreg.h ${USRINCLUDE}/vaxif/if_hy.h
${CC} ${CFLAGS} -o hyelog hyelog.c
hylog: hylog.c ${USRINCLUDE}/vaxif/if_hyreg.h ${USRINCLUDE}/vaxif/if_hy.h
${CC} ${CFLAGS} -o hylog hylog.c
install: all
install -s hylog ${DESTDIR}/usr/new/hylog
install -s hyelog ${DESTDIR}/usr/new/hyelog
clean:
-rm -f *.o hylog hyelog
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.