aboutsummaryrefslogtreecommitdiff
path: root/noao/digiphot/photcal/mkpkg
blob: 0f47b692d96af4e0961bce88b325598e10c6c2ce (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
26
27
28
29
30
31
32
33
34
35
36
37
38
# Make the PHOTCAL package

$call	relink
$exit

update:
	$call	relink
	$call	install
	;

relink:
	$set	LIBS = "-lxtools -lnlfit"
	$update	libpkg.a
	$omake	x_photcal.x
	$link	x_photcal.o libpkg.a $(LIBS) -o xx_photcal.e
	;

linkonly:
	$set	LIBS = "-lxtools -lnlfit"
	$link	x_photcal.o libpkg.a $(LIBS) -o xx_photcal.e
	$call install
	;

install:
	$move	xx_photcal.e noaobin$x_photcal.e
	;

libpkg.a:
	@evaluate
	@fitparams
	@io
	@mctable
	@mkcatalog
	@mkconfig
	@mkimsets
	@mkobsfile
	@parser
	;