File: mkpkg

package info (click to toggle)
iraf-rvsao 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 16,456 kB
  • sloc: ansic: 963; lisp: 651; fortran: 397; makefile: 27
file content (28 lines) | stat: -rw-r--r-- 1,039 bytes parent folder | download | duplicates (3)
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
# File Rvsao/Sumspec/mkpkg
# March 27, 2015
# RVSAO SUMSPEC spectrum summing and rebinning
 
$checkout librv.a ../bin
$update	librv.a
$checkin librv.a ../bin
$exit

librv.a:
	t_sumspec.x	<imhdr.h> <imio.h> <fset.h> ../lib/rvsao.h ../lib/rvsao.com ../lib/sum.com
	t_edspec.x	<imhdr.h> <imio.h> <fset.h> ../lib/rvsao.h ../lib/rvsao.com ../lib/sum.com
	addspec.x	<imhdr.h> <smw.h> <imio.h> <fset.h> ../lib/rvsao.com ../lib/contin.com ../lib/sum.com
	fixspec.x	<imhdr.h> <smw.h> <imio.h> <fset.h> ../lib/rvsao.com ../lib/contin.com ../lib/sum.com
	;
# Jan 23 1997	Move T_SUMTEMP, ADDTEMP, and WRITETEMP from SAOTDC package
# Mar 25 1997	Add task T_LINTEMP and subroutines MKGAUSS and WTGAUSS
# Apr 21 1997	Add subroutine WLRANGE
# Apr 29 1997	Change LINTEMP to LINESPEC and SUMTEMP to SUMSPEC
# Oct  6 1997	Add smw.h to ADDSPEC dependencies

# Apr 22 1998	Drop use of getim.com

# Apr 26 2001	Separate Linespec and Sumspec into separate directories

# Jun 15 2009	Move wlrange.x to Util
#
# Mar 27 2015	Link to header and common files in lib/