aboutsummaryrefslogtreecommitdiff
path: root/src/mkhdr
blob: 4263b508cfa84c3424f540e2c5b259987decab2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
SYSNAME=`uname`
OBJTYPE=`uname -m | sed '
	s;i.86;386;;
	s;amd64;x86_64;;
	s;/.*;;;
	s; ;;g;
	s;PowerMacintosh;power;g;
	s;macppc;power;g;
	s;ppc64;power;g;
	s;ppc;power;g'`

BIN=$PLAN9/bin
LIBDIR=$PLAN9/lib

# BUG - figure this out automatically
X11=/usr/X11R6

O=o
OS=$O

CC=9c
LD=9l
AS=9a
AR=9ar
INSTALL=install -c
CFLAGS=
LDFLAGS=
AFLAGS=
CLEANFILES=
NUKEFILES=
YACC=9 yacc
LEX=9 lex
YFLAGS=-d
LIB=
SHORTLIB=9

<|cat $PLAN9/src/mk.$SYSNAME-$OBJTYPE 2>/dev/null || true