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

#
# $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/hyper/hylog/Makefile,v 1.1 2018/04/24 16:12:55 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

unix.superglobalmegacorp.com

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