blob: 391a0d2f2ac1be53a9bad589fd1da4c517779c9b (
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
31
32
33
34
35
36
37
38
|
# arzach assembles all the source code
TABLE assemble HOST arzach
IF ssbx_build:
CMD x.irafx_age RUN "irafdev; /eng/ssb/auto/steuermann_scripts/irafx_age.py"
AFTER init/*
IF ssbx_build:
CMD irafx_update RUN "/eng/ssb/auto/steuermann_scripts/irafx_update "
AFTER init/*
IF ssbx_build:
CMD x.stsci_python RUN "assemble_stsci_python x"
AFTER init/*
AFTER irafx_update
IF ssbx_build:
CMD x.stsci_iraf RUN "assemble_stsci_iraf x"
AFTER init/*
AFTER irafx_update
IF ssbx_build:
CMD x.axe RUN "assemble_axe x"
AFTER init/*
AFTER irafx_update
IF ssbx_build:
CMD x.hstcal RUN "assemble_hstcal x"
AFTER init/*
AFTER irafx_update
TABLE assemble HOST jwcalibdev
IF ssbx_build:
CMD x.jwst RUN "assemble_jwst x"
AFTER init/*
|