diff options
| author | wkj <devnull@localhost> | 2004-04-21 02:16:43 +0000 |
|---|---|---|
| committer | wkj <devnull@localhost> | 2004-04-21 02:16:43 +0000 |
| commit | cd5bae7871bc0f0bc68b4d2a84703929a7a3c9d1 (patch) | |
| tree | 336db54785d2b77113a6e570574be715c7eb7d1d /src/cmd/astro/mkfile | |
| parent | 95f57b01e21feb457e79eaf52d593422c318024f (diff) | |
| download | plan9port-cd5bae7871bc0f0bc68b4d2a84703929a7a3c9d1.tar.gz plan9port-cd5bae7871bc0f0bc68b4d2a84703929a7a3c9d1.zip | |
Astro with some minor changes to placate Unix.
Diffstat (limited to 'src/cmd/astro/mkfile')
| -rw-r--r-- | src/cmd/astro/mkfile | 39 |
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 |
