head	1.2;
access;
symbols
	Real-Release-0-59:1.2
	Release-0-59:1.2
	pniam_change:1.2.0.2;
locks; strict;
comment	@# @;


1.2
date	98.12.07.11.26.56;	author saw;	state Rel;
branches;
next	1.1;

1.1
date	98.11.25.10.15.43;	author saw;	state Exp;
branches;
next	;


desc
@@


1.2
log
@ - Makefiles were fixed to allow separate building in each directory.
 - .EXPORT_ALL_VARIABLES were removed from Makefiles.  All Makefiles
   include Rules.make with all necessary definitions.
 - _POSIX_SOURCE was changed to _GNU_SOURCE to see vhangup() and
   other non-posix functions.
 - configure script was fixed to handle --with and --without
   arguments properly.
 - Release number was changed.  I may forget to do it later.
@
text
@#
# $Id: Makefile,v 1.1 1998/11/25 10:15:43 saw Exp $
#

all install remove clean extraclean:
	$(MAKE) -C lib $(@@)

.PHONY: all install remove clean extraclean
@


1.1
log
@Code restructurization to separate PAM/PNIAM independent
helper functions.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1998/11/23 16:29:50 saw Exp $
a4 3
dummy:
	@@echo "*** This is not a top level Makefile!"

d8 1
a8 3
.EXPORT_ALL_VARIABLE:

.PHONY: dummy all install remove clean extraclean
@
