File: mkpkg

package info (click to toggle)
x11iraf 1.2-4
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 13,168 kB
  • ctags: 14,531
  • sloc: ansic: 143,143; makefile: 964; perl: 549; csh: 249; yacc: 247; fortran: 238; tcl: 199; lex: 125; lisp: 88; sh: 23; sed: 6
file content (30 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (6)
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
# Make the GUIDEMO package.

$call	relink
$exit

update:
	$call	relink
	$call	install
	;

relink:
	$set LIBS = ""

	$update	libpkg.a
	$omake	x_guidemo.x
	$link	x_guidemo.o libpkg.a $(LIBS) -o xx_guidemo.e
	;

install:
	$move	xx_guidemo.e bin$x_guidemo.e
	;

libpkg.a:
	$set XFLAGS = "-cqfx"

	hello.x	
	imbrowse.x	<finfo.h> <ctype.h> <diropen.h> <error.h> <gim.h>\
			<gset.h> <imhdr.h> <imio.h>
	zscale.x	<imhdr.h>
	;