File:  [MW Coherent from dump] / coherent / d / bin / uucheck / uuchecklock / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:39 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

# Makefile for uuchecklock, which checks for uucp lock files
# part of uucheck, the uucp sanity checker.
#
# Set these next two according to where you want these installed.
BIN=../install/usr/lib/uucheck/
# BTW if LIB= anything other than /usr/lib/uucheck, you will have to edit
# uucheck by hand.
LIB=../install/usr/lib/uucheck/
DESTDIR=/interim/usr/lib/uucheck/
OBJS=main.o uuchecklock.o parse_args.o copyright.o
LIBS=
YACC=
LEX=
YACCFLAGS=
LEXFLAGS=
CFLAGS=-O -I..
#
uuchecklock:	$(OBJS)
	$(CC) -o $(DESTDIR)$@ $(CFLAGS) $(OBJS) $(LIBS)
	su root chmog 511 bin bin $(DESTDIR)$@

parse_args.o:	../parse_args.c

copyright.o:	../copyright.c

install:
	cp -d uuchecklock $(BIN)
	chown bin $(BIN)/uuchecklock
	chgrp bin $(BIN)/uuchecklock

clean:
	rm -f $(OBJS) core


unix.superglobalmegacorp.com

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