mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-15 11:20:03 +00:00
39 lines
389 B
Makefile
39 lines
389 B
Makefile
<$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\
|
|
|
|
|
|
<$PLAN9/src/mkone
|