Thanks to John Cummings.
This commit is contained in:
parent
cd37451963
commit
5cdb17983a
94 changed files with 26853 additions and 0 deletions
22
src/cmd/upas/q/mkfile
Normal file
22
src/cmd/upas/q/mkfile
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG = qer\
|
||||
runq\
|
||||
|
||||
OFILES=
|
||||
|
||||
HFILES=../common/common.h\
|
||||
../common/sys.h\
|
||||
|
||||
LIB=../common/libcommon.a\
|
||||
|
||||
BIN=$PLAN9/bin/upas
|
||||
|
||||
UPDATE=\
|
||||
mkfile\
|
||||
$HFILES\
|
||||
${OFILES:%.$O=%.c}\
|
||||
${TARG:%=%.c}\
|
||||
|
||||
<$PLAN9/src/mkmany
|
||||
CFLAGS=$CFLAGS -I../common
|
||||
Loading…
Add table
Add a link
Reference in a new issue