# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  akeith
# 	Date	:  02/28/94
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.3 02/28/94 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	05/03/94   akeith	updated to new preprocess format
# 	02/28/94   akeith	date and time created 94/02/28 16:35:37 by akeith
# H-
# 
#


#	Version: @(#)mkpkg	1.3 5/3/94 UCB CEA EGO

# Make libili.a

$call preprocess
$call update
$call zzdebug
$exit

update:
	$checkout	libili.a euvbin$
	$update		libili.a
	$checkin	libili.a euvbin$
	;

zzdebug:
	;

preprocess:
	$set D2S = "!dsd2spp options=x,h,memory "

	$ifolder(ili.x, ili.dsd)
		$(D2S) ili.dsd
	$endif
	;

libili.a:

	ili.x		"ili.h"
	iliops.x	"ili.h" <imhdr.h>
	;


