Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_tlsv12/sys/src/cmd/map/mkfile – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
</$objtype/mkfile
2
 
3
TARG=mapd 
4
LIB=libmap/libmap.a$O
5
OFILES=map.$O\
6
	symbol.$O\
7
	index.$O\
8
	sqrt.$O\
9
 
10
HFILES=map.h\
11
	iplot.h\
12
 
13
BIN=/$objtype/bin/aux
14
 
15
 
16
</sys/src/cmd/mkone
17
 
18
$O.out:V:	$OFILES $LIB
19
	$LD $LDFLAGS -o $target $prereq
20
 
21
$LIB:V:
22
	cd libmap
23
	mk install
24
 
25
installall:V:
26
	for(objtype in $CPUS)
27
		mk install
28
	cp map.rc /rc/bin/map
29
	cp mapdemo.rc /rc/bin/mapdemo
30
 
31
clean nuke:V:
32
	@{ cd libmap; mk $target }
33
	rm -f *.[$OS] [$OS].out y.tab.? y.debug y.output $TARG