odds and ends
This commit is contained in:
parent
e12fa2a49b
commit
7e42d21012
14 changed files with 1454 additions and 5 deletions
|
|
@ -50,3 +50,5 @@ nuke:V: nuke-headers
|
|||
|
||||
nuke-headers:V:
|
||||
rm -f rgbv.h ycbcr.h
|
||||
|
||||
CLEANFILES=$CLEANFILES o.rgbycc o.rgbrgbv
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=`ls *.[cy] | sed 's/\.c//'`
|
||||
TARG=`ls *.[cy] | sed 's/\.[cy]//'`
|
||||
SHORTLIB=sec fs mux regexp9 thread bio 9
|
||||
|
||||
<$PLAN9/src/mkmany
|
||||
|
||||
BUGGERED='CVS|faces|factotum|mailfs|mk|scat|upas|vac|venti|lex'
|
||||
BUGGERED='CVS|faces|factotum|mailfs|scat|upas|vac|venti|lex'
|
||||
DIRS=`ls -l |sed -n 's/^d.* //p' |egrep -v "^($BUGGERED)$"`
|
||||
|
||||
<$PLAN9/src/mkdirs
|
||||
|
|
@ -27,4 +27,3 @@ $O.tweak: tweak.$O ${XLIB:%=$PLAN9/lib/lib%.a}
|
|||
|
||||
CLEANFILES=$CLEANFILES bc.tab.[ch] units.tab.[ch]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue