head	1.5;
access;
symbols
	ATH7_7:1.5
	ATH7_4:1.5
	ATH7_6:1.5;
locks; strict;
comment	@# @;


1.5
date	90.04.25.11.34.22;	author probe;	state Exp;
branches;
next	1.4;

1.4
date	90.02.09.14.51.11;	author epeisach;	state Exp;
branches;
next	1.3;

1.3
date	89.10.20.10.06.40;	author probe;	state Exp;
branches;
next	1.2;

1.2
date	89.10.20.09.25.59;	author epeisach;	state Exp;
branches;
next	1.1;

1.1
date	89.09.18.10.09.44;	author epeisach;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Added "all" rule
Added rcquota* files (Athena project: remote configurable quota.  Comes
from the NFS quota project, by Jim Rees).
@
text
@#
# @@(#)Makefile 1.1 86/02/05 SMI;
# @@(#)Makefile	2.1 86/04/14 NFSSRC
#
DESTDIR=
CFLAGS=-O
TAGSFILE=tags

SRCS= etherxdr.c mountxdr.c rquotaxdr.c rstatxdr.c rusersxdr.c rwallxdr.c \
      sprayxdr.c util.c yppasswdxdr.c \
      rcquotaxdr.c
OBJS= etherxdr.o mountxdr.o rquotaxdr.o rstatxdr.o rusersxdr.o rwallxdr.o \
      sprayxdr.o util.o yppasswdxdr.o \
      rcquotaxdr.o
HDRS= ether.h mount.h rwall.h rquota.h rstat.h rusers.h spray.h yppasswd.h \
      rcquota.h

all:	librpcsvc.a

librpcsvc.a: $(OBJS)
	ar cr librpcsvc.a $(OBJS)

install:
	install -c -m 644 librpcsvc.a $(DESTDIR)/usr/lib
	ranlib ${DESTDIR}/usr/lib/librpcsvc.a
	for i in *.h; do \
		(install -c -m 644 $$i ${DESTDIR}/usr/include/rpcsvc) done
tags:
	cwd=`pwd`; \
	for i in ${SRCS}; do \
		ctags -a -f ${TAGSFILE} $$cwd/$$i; \
	done
clean:
	rm -f *.o librpcsvc.a

depend:
	touch Make.depend; mkdep -fMake.depend ${CFLAGS} ${SRCS}

@


1.4
log
@Converted Makefile to put dependencies in Make.depend
@
text
@d10 2
a11 1
      sprayxdr.c util.c yppasswdxdr.c
d13 6
a18 2
      sprayxdr.o util.o yppasswdxdr.o
HDRS= ether.h mount.h rwall.h rquota.h rstat.h rusers.h spray.h yppasswd.h
@


1.3
log
@*** empty log message ***
@
text
@d32 1
a32 1
	mkdep ${CFLAGS} ${SRCS}
@


1.2
log
@Fixed depend line
@
text
@@


1.1
log
@Initial revision
@
text
@d9 2
d30 4
@
