Annotation of coherent/d/bin/uucheck/uuchecklock/Makefile, revision 1.1

1.1     ! root        1: # Makefile for uuchecklock, which checks for uucp lock files
        !             2: # part of uucheck, the uucp sanity checker.
        !             3: #
        !             4: # Set these next two according to where you want these installed.
        !             5: BIN=../install/usr/lib/uucheck/
        !             6: # BTW if LIB= anything other than /usr/lib/uucheck, you will have to edit
        !             7: # uucheck by hand.
        !             8: LIB=../install/usr/lib/uucheck/
        !             9: DESTDIR=/interim/usr/lib/uucheck/
        !            10: OBJS=main.o uuchecklock.o parse_args.o copyright.o
        !            11: LIBS=
        !            12: YACC=
        !            13: LEX=
        !            14: YACCFLAGS=
        !            15: LEXFLAGS=
        !            16: CFLAGS=-O -I..
        !            17: #
        !            18: uuchecklock:   $(OBJS)
        !            19:        $(CC) -o $(DESTDIR)$@ $(CFLAGS) $(OBJS) $(LIBS)
        !            20:        su root chmog 511 bin bin $(DESTDIR)$@
        !            21: 
        !            22: parse_args.o:  ../parse_args.c
        !            23: 
        !            24: copyright.o:   ../copyright.c
        !            25: 
        !            26: install:
        !            27:        cp -d uuchecklock $(BIN)
        !            28:        chown bin $(BIN)/uuchecklock
        !            29:        chgrp bin $(BIN)/uuchecklock
        !            30: 
        !            31: clean:
        !            32:        rm -f $(OBJS) core
        !            33: 

unix.superglobalmegacorp.com

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