aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/threed/mkpkg
blob: ee0938103d8e063fc945880627d701e0cb967944 (plain) (blame)
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
#   Make the threed package
#       I.Busko, 21-Nov-1996
#
#   Special keywords recognized by IRAF mkpkg files:
#
#	mkpkg relink		update object library and link
#	mkpkg linkonly		skip object library updates and just link
#	mkpkg install		move executable to lib$
#	mkpkg update		update object library, link, and move to lib$


$call	libpkg.a
$exit

libpkg.a:
	$call	generic@tiimage
	$call	generic@titable
	$call	generic@txtable

	@tscopy
	@txtable
	@tximage
	@titable
	@tiimage
	;