File: mkpkg

package info (click to toggle)
iraf-fitsutil 2024.07.06-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 636 kB
  • sloc: ansic: 3,019; lisp: 526; sh: 208; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Make the MEF library
#
#   Special keywords recognized by IRAF mkpkg files:
#
#	mkpkg relink		update object library and link
#	mkpkg install		move executable to lib$
#	mkpkg update		update object library, link, and move to lib$

relink:
install:
update:

#$update libmef.a
$exit

libmef.a:
	@meflib
	;