aboutsummaryrefslogtreecommitdiff
path: root/sm/assemble_dev.sm
blob: 21af101018a513660a593511104f46fa0a6a70e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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