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 (48 lines) | stat: -rw-r--r-- 1,206 bytes parent folder | download | duplicates (7)
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
# Make the MTIO routines.

$checkout libsys.a lib$
$update   libsys.a
$checkin  libsys.a lib$
$exit

zzdebug:
	$checkout libsys.a lib$
	$update   libsys.a
	$checkin  libsys.a lib$

	#$set	XFLAGS = "$(XFLAGS) -qx"
	$omake	zzdebug.x
	$link	-z zzdebug.o
	;

libsys.a:
	#$set	XFLAGS = "$(XFLAGS) -qx"

	mtalloc.x	mtio.h <time.h>
	mtcache.x	mtcache.com mtio.com mtio.h <config.h> <error.h>
	mtcap.x	mtio.h
	mtclean.x	mtio.h <finfo.h> <xalloc.h>
	mtdealloc.x	<error.h>
	mtdevall.x	<knet.h> <xalloc.h>
	mtencode.x	
	mtfile.x	
	mtfname.x	mtio.h
	mtglock.x	mtio.h
	mtgtyopen.x	mtio.h
	mtlocknam.x	mtio.h <chars.h> <ctype.h>
	mtneedf.x	mtio.h
	mtopen.x	mtio.com mtio.h <config.h> <fset.h> <knet.h> <mach.h>
	mtparse.x	mtio.h <config.h> <ctype.h>
	mtpos.x	mtio.h
	mtrdlock.x	mtio.com mtio.h <config.h>
	mtrewind.x	mtio.h <error.h>
	mtskip.x	<fset.h>
	mtstatus.x	
	mtupdlock.x	mtio.com mtio.h <config.h> <knet.h> <mach.h>
	zardmt.x	mtio.com mtio.h <config.h> <knet.h>
	zawrmt.x	mtio.com mtio.h <config.h> <knet.h>
	zawtmt.x	mtio.com mtio.h <config.h> <knet.h>
	zclsmt.x	mtio.com mtio.h <config.h> <knet.h>
	zopnmt.x	mtio.com mtio.h <config.h> <knet.h>
	zsttmt.x	mtio.com mtio.h <config.h> <fio.h> <knet.h> <mach.h>
	;