File: mkpkg

package info (click to toggle)
iraf-st4gem 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,316 kB
  • sloc: fortran: 4,161; ansic: 2,564; pascal: 1,092; lisp: 1,046; yacc: 969; makefile: 89; python: 18; sh: 7
file content (21 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Update the general library in the fitting package.
# Author: I.Busko, 12-JUN-1990

$checkout fitting.a ../
$update   fitting.a
$checkin  fitting.a ../
$exit

fitting.a:
	nlwtdb.x		../nlfit/nlfit.h colnames.h		\
				<ctype.h> <error.h> <mach.h> <fset.h>	\
				<time.h> <tbset.h>
	opendb.x		colnames.h <time.h>
	prepdata.x		../nlfit/nlfit.h
	rdcurves.x		<imhdr.h> <error.h> <mach.h> <ctype.h>  \
				<fset.h> <tbset.h> <imset.h>
	extnstr.x
	getfit.x		colnames.h <tbset.h>
	tqsort.x		<ctype.h> <error.h> <mach.h>
	;