Annotation of 43BSD/contrib/hyper/hylog/Makefile, revision 1.1.1.1

1.1       root        1: #
                      2: # $Header: Makefile,v 2.8 84/10/10 04:43:51 steveg Exp $
                      3: # $Locker:  $
                      4: #
                      5: CFLAGS=-O
                      6: USRINCLUDE=/usr/include
                      7: 
                      8: all: hylog hyelog
                      9: 
                     10: .l.o:
                     11:        lex -v $*.l
                     12:        mv lex.yy.c $*.c
                     13:        ${CC} -c ${CFLAGS} $*.c
                     14: 
                     15: .c.o:
                     16:        ${CC} -c ${CFLAGS} $*.c
                     17: 
                     18: hyelog: hyelog.c ${USRINCLUDE}/vaxif/if_hyreg.h ${USRINCLUDE}/vaxif/if_hy.h
                     19:        ${CC} ${CFLAGS} -o hyelog hyelog.c
                     20: 
                     21: hylog: hylog.c ${USRINCLUDE}/vaxif/if_hyreg.h ${USRINCLUDE}/vaxif/if_hy.h
                     22:        ${CC} ${CFLAGS} -o hylog hylog.c
                     23: 
                     24: install: all
                     25:        install -s hylog ${DESTDIR}/usr/new/hylog
                     26:        install -s hyelog ${DESTDIR}/usr/new/hyelog
                     27: 
                     28: clean:
                     29:        -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.