From cd5bae7871bc0f0bc68b4d2a84703929a7a3c9d1 Mon Sep 17 00:00:00 2001 From: wkj Date: Wed, 21 Apr 2004 02:16:43 +0000 Subject: Astro with some minor changes to placate Unix. --- src/cmd/astro/mkfile | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/cmd/astro/mkfile (limited to 'src/cmd/astro/mkfile') diff --git a/src/cmd/astro/mkfile b/src/cmd/astro/mkfile new file mode 100644 index 00000000..8ad239a7 --- /dev/null +++ b/src/cmd/astro/mkfile @@ -0,0 +1,39 @@ +<$PLAN9/src/mkhdr + +TARG=astro +OFILES=\ + moon.$O\ + moont.$O\ + satel.$O\ + merct.$O\ + search.$O\ + dist.$O\ + sunt.$O\ + occ.$O\ + main.$O\ + sat.$O\ + venus.$O\ + pdate.$O\ + sun.$O\ + init.$O\ + star.$O\ + merc.$O\ + stars.$O\ + comet.$O\ + nutate.$O\ + helio.$O\ + mars.$O\ + output.$O\ + jup.$O\ + geo.$O\ + venust.$O\ + cosadd.$O\ + nutt.$O\ + uran.$O\ + nept.$O\ + plut.$O\ + +HFILES=astro.h\ + +SHORTLIB=bio 9 +<$PLAN9/src/mkone -- cgit v1.2.3