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

« back to all changes in this revision

Viewing changes to .pc/fix_shellscripts.patch/prim/proc/rebcref.sh

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-sl34juxohmn4aty4
Tags: 13.09pl1.2+dfsg-1
Initial release. (Closes: #740702)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
:
 
2
# @(#)rebcref.sh        19.1 (ESO-IPG) 02/25/03 14:09:14
 
3
 
4
# Shell procedure rebcref.sh
 
5
# called from the midas procedure t2rebitbl.prg
 
6
# used to compile user functions
 
7
# author: M. Peron
 
8
 
 
9
 
 
10
cp $MIDASHOME/$MIDVERS/prim/table/src/tintertbl.mod .
 
11
$MIDASHOME/$MIDVERS/system/exec/esoext.exe -f rebu01.for
 
12
f77 -c rebu01.f
 
13
f77 tintertbl.mod  $MID_LIB/ftablib.a $MID_LIB/genlib.a $MID_LIB/twlib.a  $MID_LIB/tabuser.a $MID_LIB/midaslib.a -o tintertbl.exe
 
14
strip tintertbl.exe
 
15