aboutsummaryrefslogtreecommitdiff
path: root/sm/assemble_dev.sm
blob: 65d3812d5653619c3f235e9d235d16ed54b5d39d (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
28
29
30
# arzach assembles all the source code
TABLE assemble HOST arzach

    IF ssbdev_build:
	CMD dev.stsci_python RUN "assemble_stsci_python dev"
		AFTER svnsync

    IF ssbdev_build:
	CMD dev.stsci_iraf RUN "assemble_stsci_iraf dev"
		AFTER svnsync

    IF ssbdev_build:
	CMD dev.axe RUN "assemble_axe dev"
		AFTER svnsync

    IF ssbdev_build:
	CMD dev.hstcal RUN "assemble_hstcal dev"
		AFTER svnsync


TABLE assemble HOST jwcalibdev

    IF ssbdev_build:
	CMD dev.jwst RUN "/eng/ssb/auto/steuermann_scripts/assemble_jwst dev"
		AFTER *:assemble/svnsync

#   IF ssbdev_build:
# 	CMD dev.crds RUN "assemble_crds dev"
# 		AFTER *:assemble/svnsync