~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to install/vms/make.template_ALPHA

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$ ! @(#)make.template_ALPHA     19.1 (ESO-IPG) 02/25/03 13:52:27
 
2
$ !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
$ !
 
4
$ ! Default command file MAKE.COM
 
5
$ !
 
6
$ ! Executes a makefile (makefile.com by default) in working directory
 
7
$ ! after defining some symbols.
 
8
$ !
 
9
$ ! T. Melen    891128
 
10
$ ! C. Guirao   910130  The real MAKE.COM file is now created by command
 
11
$ !                     SELECMAKE.COM.
 
12
$ ! J-P De Cuyper 960716,980731 default compiler options
 
13
$ !+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
14
$ !
 
15
$ ! Here comes the default definition of CC and FORTRAN
 
16
$ CC:=  CC/decc/STANDARD=VAXC/EXTERN=COMMON/NODEBUG/NOLIST/g_float/WARNING=DISABLE=MISSINGRETURN"
 
17
$ FORTRAN := fortran/align=al/nodeb/nolist/g_float/warn=(align,arg,nodecla,gen,uncall,unin,nounus,usa)
 
18
$ !
 
19
$ write/symbol sys$output "$ CC := ",CC
 
20
$ write/symbol sys$output  "$ FORTRAN := ",FORTRAN 
 
21
$ !
 
22
$ makefile := makefile.com
 
23
$ if p1 .nes. "" then makefile := 'p1'
 
24
$ @'makefile'