aboutsummaryrefslogtreecommitdiff
path: root/sm/assemble_dev.sm
blob: d3eecab5f8945843bdf0a32f9de54c33829f2666 (plain) (blame)
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
# arzach assembles all the source code
TABLE assemble HOST arzach

	CMD dev.stsci_python RUN "assemble_stsci_python dev"
		AFTER init/*
		AFTER svnsync

	CMD dev.stsci_iraf RUN "assemble_stsci_iraf dev"
		AFTER init/*
		AFTER svnsync

	CMD dev.axe RUN "assemble_axe dev"
		AFTER init/*
		AFTER svnsync

	CMD dev.hstcal RUN "assemble_hstcal dev"
		AFTER init/*
		AFTER svnsync

	CMD dev.jwst RUN "assemble_jwst dev"
		AFTER init/*
		AFTER svnsync

# 	CMD dev.crds RUN "assemble_crds dev"
# 		AFTER init/*
# 		AFTER svnsync