head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1;
comment  @# @;


1.1
date     93.07.30.08.02.18;  author bin;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# Generated automatically from Makefile.in by configure.
# This is the Makefile for the unix subdirectory of Taylor UUCP.
# This subdirectory contains Unix specific support functions.
#
# The file Makefile.in should be processed by configure to generate
# Makefile.  If you want to generate Makefile by hand, you must find
# all variables surrounded by @@ and replace them with the correct
# value (e.g. cc must be replaced by something like cc or gcc).

SHELL=/bin/sh

# These are overridden by the call from the top level Makefile
CC = cc
CFLAGS =-O -f
RANLIB = ranlib
prefix = /usr
sbindir = $(prefix)/lib/uucp
UUDIRFLAGS =
owner=uucp

srcdir = .
VPATH = .

MORECFLAGS = -I$(srcdir)/.. -I.. -DSBINDIR=\"$(sbindir)\" -DOWNER=\"$(owner)\" $(UUDIRFLAGS)

OBJS = access.o addbas.o app3.o app4.o basnam.o bytfre.o cwd.o \
	chmod.o cohtty.o cusub.o detach.o efopen.o epopen.o exists.o \
	filnam.o fsusg.o indir.o init.o isdir.o isfork.o iswait.o \
	jobid.o lcksys.o link.o locfil.o lock.o loctim.o mail.o \
	mkdirs.o mode.o move.o opensr.o pause.o picksb.o portnm.o \
	proctm.o recep.o run.o seq.o serial.o signal.o sindir.o size.o \
	sleep.o spawn.o splcmd.o splnam.o spool.o srmdir.o statsb.o \
	status.o time.o tmpfil.o trunc.o uacces.o ufopen.o ultspl.o \
	unknwn.o uuto.o walk.o wldcrd.o work.o xqtfil.o xqtsub.o  ftw.o

all: libunix.a

clean:
	rm -f $(OBJS) libunix.a

distclean: clean
	rm -f Makefile

mostlyclean: clean
realclean: distclean

libunix.a: $(OBJS)
	rm -f libunix.a
	ar qc libunix.a $(OBJS)
	-$(RANLIB) libunix.a

.c.o:
	$(CC) -c $(CFLAGS) $(MORECFLAGS) $<

dist:
	mkdir ../uucp-$(VERSION)/unix
	ln `cat MANIFEST` ../uucp-$(VERSION)/unix

Makefile: Makefile.in
	(cd ..; sh config.status)

# Header file dependencies.

$(OBJS): $(srcdir)/../uucp.h ../conf.h $(srcdir)/../policy.h ../sysdep.h

access.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
addbas.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
app3.o: $(srcdir)/../uudefs.h
app4.o: $(srcdir)/../uudefs.h
basnam.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
chmod.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
cusub.o: $(srcdir)/../cu.h $(srcdir)/../uudefs.h $(srcdir)/../conn.h
cusub.o: $(srcdir)/../prot.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
cwd.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
detach.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
efopen.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
exists.o: $(srcdir)/../system.h
filnam.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
indir.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
init.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
isdir.o: $(srcdir)/../system.h
iswait.o: $(srcdir)/../uudefs.h
jobid.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
lcksys.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
link.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
locfil.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
lock.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
loctim.o: $(srcdir)/../system.h
mail.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
mkdirs.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
mode.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
move.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
opensr.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
pause.o: $(srcdir)/../system.h
picksb.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
portnm.o: $(srcdir)/../system.h
proctm.o: $(srcdir)/../system.h
recep.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
run.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
seq.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
serial.o: $(srcdir)/../uudefs.h $(srcdir)/../conn.h $(srcdir)/../system.h
serial.o: $(srcdir)/../uuconf.h
signal.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
sindir.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
size.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
sleep.o: $(srcdir)/../system.h
spawn.o: $(srcdir)/../uudefs.h
splcmd.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
splnam.o: $(srcdir)/../system.h $(srcdir)/../uuconf.h
spool.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
srmdir.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
statsb.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
status.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
time.o: $(srcdir)/../system.h
tmpfil.o: $(srcdir)/../uuconf.h $(srcdir)/../system.h
trunc.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
uacces.o: $(srcdir)/../uudefs.h
ufopen.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
ultspl.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
unknwn.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
uuto.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
walk.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
wldcrd.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
work.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
xqtfil.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h
xqtsub.o: $(srcdir)/../uudefs.h $(srcdir)/../system.h $(srcdir)/../uuconf.h
@
