~ubuntu-branches/debian/stretch/cfitsio/stretch

« back to all changes in this revision

Viewing changes to make_ieee.com

  • Committer: Bazaar Package Importer
  • Author(s): Gopal Narayanan
  • Date: 2002-02-26 11:27:29 UTC
  • Revision ID: james.westby@ubuntu.com-20020226112729-3q2o993rhh81ipp4
Tags: upstream-2.401
ImportĀ upstreamĀ versionĀ 2.401

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$ ! Command file to build the CFITSIO library on a VMS systems (VAX or Alpha)
 
2
$ set verify
 
3
$ cc/float=ieee_float buffers.c
 
4
$ cc/float=ieee_float cfileio.c
 
5
$ cc/float=ieee_float checksum.c
 
6
$ cc/float=ieee_float compress.c
 
7
$ cc/float=ieee_float drvrfile.c
 
8
$ cc/float=ieee_float drvrmem.c
 
9
$ ! cc/float=ieee_float drvrnet.c   not currently supported on VMS
 
10
$ ! cc/float=ieee_float drvsmem.c   not currently supported on VMS
 
11
$ cc/float=ieee_float editcol.c
 
12
$ cc/float=ieee_float edithdu.c
 
13
$ cc/float=ieee_float eval_f.c
 
14
$ cc/float=ieee_float eval_l.c
 
15
$ cc/float=ieee_float eval_y.c
 
16
$ cc/float=ieee_float fitscore.c
 
17
$ cc/float=ieee_float f77_wrap1.c
 
18
$ cc/float=ieee_float f77_wrap2.c
 
19
$ cc/float=ieee_float getcol.c
 
20
$ cc/float=ieee_float getcolb.c
 
21
$ cc/float=ieee_float getcoli.c
 
22
$ cc/float=ieee_float getcolj.c
 
23
$ cc/float=ieee_float getcolui.c
 
24
$ cc/float=ieee_float getcoluj.c
 
25
$ cc/float=ieee_float getcoluk.c
 
26
$ cc/float=ieee_float getcolk.c
 
27
$ cc/float=ieee_float getcole.c
 
28
$ cc/float=ieee_float getcold.c
 
29
$ cc/float=ieee_float getcoll.c
 
30
$ cc/float=ieee_float getcols.c
 
31
$ cc/float=ieee_float getkey.c
 
32
$ cc/float=ieee_float group.c
 
33
$ cc/float=ieee_float grparser.c
 
34
$ cc/float=ieee_float histo.c
 
35
$ cc/float=ieee_float iraffits.c
 
36
$ cc/float=ieee_float modkey.c
 
37
$ cc/float=ieee_float putcol.c
 
38
$ cc/float=ieee_float putcolb.c
 
39
$ cc/float=ieee_float putcoli.c
 
40
$ cc/float=ieee_float putcolj.c
 
41
$ cc/float=ieee_float putcolk.c
 
42
$ cc/float=ieee_float putcolui.c
 
43
$ cc/float=ieee_float putcoluj.c
 
44
$ cc/float=ieee_float putcoluk.c
 
45
$ cc/float=ieee_float putcole.c
 
46
$ cc/float=ieee_float putcold.c
 
47
$ cc/float=ieee_float putcols.c
 
48
$ cc/float=ieee_float putcoll.c
 
49
$ cc/float=ieee_float putcolu.c
 
50
$ cc/float=ieee_float putkey.c
 
51
$ cc/float=ieee_float region.c
 
52
$ cc/float=ieee_float scalnull.c
 
53
$ cc/float=ieee_float swapproc.c
 
54
$ cc/float=ieee_float wcsutil.c
 
55
$ cc/float=ieee_float wcssub.c
 
56
$ cc/float=ieee_float imcompress.c
 
57
$ cc/float=ieee_float quantize.c
 
58
$ cc/float=ieee_float ricecomp.c
 
59
$ cc/float=ieee_float pliocomp.c
 
60
$ lib/create cfitsio buffers,cfileio,checksum,compress,drvrfile,drvrmem
 
61
$ lib/insert cfitsio editcol,edithdu,eval_f,eval_l,eval_y,f77_wrap1,f77_wrap2
 
62
$ lib/insert cfitsio fitscore,getcol,getcolb,getcoli,getcolj,getcolk,getcole
 
63
$ lib/insert cfitsio getcold,getcoll,getcols,getcolui,getcoluj,getcoluk
 
64
$ lib/insert cfitsio getkey,group,grparser,histo,iraffits,modkey,putcol,putcolb
 
65
$ lib/insert cfitsio putcoli,putcolj,putcolk,putcole,putcold,putcolui
 
66
$ lib/insert cfitsio putcoluj,putcoluk,putcols,putcoll,putcolu,putkey,region
 
67
$ lib/insert cfitsio scalnull,swapproc,wcsutil,wcssub
 
68
$ lib/insert cfitsio imcompress,quantize,ricecomp,pliocomp
 
69
$ ! 
 
70
$ if (F$GETSYI("ARCH_NAME") .eqs. "VAX") then goto VAX
 
71
$   set noverify
 
72
$   exit
 
73
$ !
 
74
$ VAX:
 
75
$ ! add macro routines not needed on Alpha and only used on VAX
 
76
$   macro vmsieeer.mar
 
77
$   macro vmsieeed.mar
 
78
$   lib/insert cfitsio vmsieeer,vmsieeed
 
79
$   set noverify
 
80
$   exit