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

    IF ssbdev_build:
	CMD dev.stsci_python RUN "assemble_stsci_python dev"
		AFTER init/*

    IF ssbdev_build:
	CMD dev.stsci_iraf RUN "assemble_stsci_iraf dev"
		AFTER init/*

    IF ssbdev_build:
	CMD dev.axe RUN "assemble_axe dev"
		AFTER init/*

    IF ssbdev_build:
	CMD dev.hstcal RUN "assemble_hstcal dev"
		AFTER init/*


TABLE assemble HOST jwcalibdev

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