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_fixcpp/sys/src/cmd/mksyslib – 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
AFLAGS=
2
 
3
all:V:	$LIB
4
 
5
$LIB:V:	$OFILES			# force archive even when not needed
6
	ar vu $LIB $newprereq
7
 
8
&:n:	&.$O
9
	ar vu $LIB $stem.$O
10
 
11
%.$O:	$HFILES			# don't combine with following %.$O rules
12
 
13
%.$O:	%.c
14
	$CC $CFLAGS $stem.c
15
 
16
%.$O:	%.s
17
	$AS $AFLAGS $stem.s
18
 
19
install:V: $LIB
20
 
21
installall:V:
22
	for(objtype in $CPUS) mk install
23
 
24
%.all:V:
25
	for(objtype in $CPUS) mk $stem
26
 
27
%.installall:V:
28
	for(objtype in $CPUS) mk $stem
29
 
30
clean:V:
31
	rm -f *.[$OS] [$OS].out $CLEANFILES
32
 
33
%.clean:V:
34
	rm -f $stem.[$OS] [$OS].$stem $stem.acid $stem
35
 
36
nuke:V:
37
	rm -f *.[$OS] [$OS].out $CLEANFILES $LIB
38
 
39
%.acid: %.$O $HFILES
40
	$CC $CFLAGS -a $stem.c >$target
41
 
42
update:V:
43
	update $UPDATEFLAGS $UPDATE