make -> mk
This commit is contained in:
parent
bc7cb1a15a
commit
5c34ff9e1c
10 changed files with 365 additions and 0 deletions
21
src/mkhdr
Normal file
21
src/mkhdr
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
SYSNAME=`uname`
|
||||
OBJTYPE=`uname -m | sed 's;i.86;386;; s;/.*;;; s; ;;g'`
|
||||
|
||||
X11=/usr/X11R6
|
||||
LDFLAGS=
|
||||
CFLAGS=
|
||||
AFLAGS=
|
||||
|
||||
BIN=$PLAN9/bin
|
||||
LIBDIR=$PLAN9/lib
|
||||
|
||||
<|sed -E '"s/(.*)\+=/\1=$\1 /g"' $PLAN9/src/Make.$SYSNAME-$OBJTYPE
|
||||
|
||||
OS=$O
|
||||
LD=9l
|
||||
LDFLAGS=$LDFLAGS -L$LIBDIR
|
||||
|
||||
CLEANFILES=*.$O
|
||||
NUKEFILES=
|
||||
|
||||
INSTALL=install -c
|
||||
Loading…
Add table
Add a link
Reference in a new issue