File: mkpkg

package info (click to toggle)
iraf 2.18.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 86,000 kB
  • sloc: ansic: 115,890; fortran: 74,576; lisp: 18,888; yacc: 5,642; sh: 961; lex: 596; makefile: 509; asm: 159; csh: 54; xml: 33; sed: 4
file content (53 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Update the xtools library.
# Author: Phil Hodge, 16-NOV-1988
# Modified to include similar.x : B.Simon 14-Mar-1989
# Modified to include group template expansion routines : B.Simon 14-Feb-1990
# Modified to include word.x and vex*.x : B.Simon 21-May-1990
# Modified to include copyimg.x: B.Simon 02-Mar-1992

update:
        $checkout libstxtools.a lib$
        $update   libstxtools.a
        $checkin  libstxtools.a lib$
        $purge    lib$
        ;

libstxtools.a:
	@od
	@sp_util
	@wcslab
	changt.x	
	checkdim.x	<imhdr.h>
	cif.x		"cif.h"
	clgnone.x
	copyimg.x	<imhdr.h>
	errxit.x
	fbuild.x
	fparse.x	
	grmimy.x	<imhdr.h>
	isblank.x	<ctype.h>
	lubksb.f       		
	lubksd.f
	ludcmd.x
	ludcmp.x       	
	postexit.x	<clset.h>
	sbuf.x		"sbuf.h"
	similar.x
	strjust.x	<ctype.h>
	stxgetcoord.x	<imhdr.h> <mwset.h> <math.h>
	tpbreak.x	
	tpclose.x	"template.h"
	tpcount.x	"template.h"
	tpfetch.x	"template.h"
	tpgroup.x	<ctype.h>  <imio.h>
	tpimtype.x	<ctype.h>  "template.h"
	tpopen.x	"template.h"
	tpparse.x	<imio.h>
	vexcompile.x	<lexnum.h>  <ctype.h>  <fset.h>  "vex.h"  "vex.com" 
	vexeval.x	"vex.h"
	vexfree.x	"vex.h"
	vexfunc.x	<mach.h>  "vex.h"
	vexstack.x	"vex.h"
	word.x
	xtwcs.x        	<imhdr.h> <math.h> 
	;