1# Generated automatically from Makefile.in by configure.
2###########################################################################
3# LPRng - An Extended Print Spooler System
4#
5# Copyright 1988-1997 Patrick Powell, San Diego, California
6#     papowell@sdsu.edu
7# See LICENSE for conditions of use.
8#
9###########################################################################
10# MODULE: DISTRIBUTIONS/Makefile
11# PURPOSE: generate distribution package and checkout
12# Makefile.in,v 3.7 1998/03/30 01:54:50 papowell Exp
13########################################################################## 
14
15all: ci
16
17.PHONY: all clean install ci realclean mostlyclean distclean clean
18
19CI=
20CO=-kv
21
22ci:
23	checkin() { \
24		(set +e; rcs -l $$1; exit 0); \
25		ci $(CI) -l -u -f -mUpdate -t-Initial $$1; \
26	}; \
27	dirs=`find . -type d -name RCS -print | sed -e s/.RCS//`; \
28	echo dirs $$dirs; \
29	for i in $$dirs ; do \
30		(cd $$i; echo CWD `pwd`; \
31		for j in * ; do if [ -f $$j ] ; then checkin $$j; fi ; done; \
32	); done;
33
34realclean mostlyclean distclean clean:
35	cd FreeBSD-4.ports.systutils.LPRng; make clean
36