# Copyright (c) 1991 - 1900.  The Regents of the University of
# California (Regents).  All Rights Reserved.
# H+
# 	Title	:  mkpkg
# 	Author	:  tnk
# 	Date	:  12/10/92
# 	Synopsis:  
# 	Keywords:
# 		@(#) mkpkg -r1.4 12/10/92 UCB SSL CEA EGOCS
# 	Revisions:
# 	mm/dd/yy   name		description
# 	08/08/94   tnk	added -lcep to pick up er
# 	04/08/94   tnk	made standard targets
# 	12/17/92   tnk	added ram angle & velocity vectors
# 	12/10/92   tnk	date and time created 92/12/10 11:57:26 by tnk
# H-
# 
#


# @(#)mkpkg	1.4 8/8/94
# mkpkg for backmon

$call preprocess
$call update
$call zzdebug
$exit

preprocess:
	;

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

libeuvtools.a:
        t_backmon.x  "backmon.h"
        calc_cols.x  "backmon.h"
        sunpos.x
        greenra.x
        radec2ll.x
        carsph.x
        arcdist.x
        maglat.x
        bore_radec.x
         ;

zzdebug:
        $set LIBS = "-leuvtools -lcep -ledd -let -lcea -ltbtables -lxtools"
        $omake  zzdebug.x
        $link   zzdebug.o $(LIBS) -o zzdebug.e
        ;

