aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/astro/mkfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/astro/mkfile')
-rw-r--r--src/cmd/astro/mkfile39
1 files changed, 39 insertions, 0 deletions
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