Thanks to John Cummings.
This commit is contained in:
parent
cd37451963
commit
5cdb17983a
94 changed files with 26853 additions and 0 deletions
1857
src/cmd/upas/marshal/marshal.c
Normal file
1857
src/cmd/upas/marshal/marshal.c
Normal file
File diff suppressed because it is too large
Load diff
20
src/cmd/upas/marshal/mkfile
Normal file
20
src/cmd/upas/marshal/mkfile
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=marshal
|
||||
|
||||
LIB=../common/libcommon.a\
|
||||
|
||||
HFILES= ../common/common.h\
|
||||
|
||||
OFILES= marshal.$O
|
||||
|
||||
BIN=$PLAN9/bin/upas
|
||||
|
||||
UPDATE=\
|
||||
mkfile\
|
||||
$HFILES\
|
||||
${OFILES:%.$O=%.c}\
|
||||
|
||||
<$PLAN9/src/mkone
|
||||
CFLAGS=$CFLAGS -I../common
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue