aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/astro/mkfile
blob: cbd39cf1a00a1e2c89590103a5099296202b0ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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\


<$PLAN9/src/mkone