clean up when finished.
don't set PLAN9 don't set PLAN9
This commit is contained in:
parent
e15e6c0820
commit
1b135a7805
45 changed files with 294 additions and 60 deletions
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=factotum
|
||||
|
|
|
|||
|
|
@ -243,11 +243,6 @@ void limread(struct xy *p, int *argcp, char ***argvp){
|
|||
p->xqf = 1;
|
||||
}
|
||||
|
||||
int
|
||||
isdigit(char c){
|
||||
return '0'<=c && c<='9';
|
||||
}
|
||||
|
||||
int
|
||||
numb(float *np, int *argcp, char ***argvp){
|
||||
char c;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=graph
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
# Calling this grep breaks a LOT. Like egrep on Linux.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
HFILES=\
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=hoc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=mk
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
LIB=../libplot.a
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ struct penvir E[9] = {
|
|||
{ 0., 1024., 0., 0., 1., -1.,1024., -1024., 0., 0., pSMALL, 1., 1, 0.,1, DBlack, DWhite}
|
||||
};
|
||||
struct penvir *e0 = E, *e1 = &E[1], *esave;
|
||||
int
|
||||
bcolor(char *s){
|
||||
int c;
|
||||
while (*s != NULL) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=plot
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=plumber plumb
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
YACC=yacc -d
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
OFILES=\
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=sam
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=samterm
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
TARG=sprog
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
LIBFILES=\
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
PLAN9=../../..
|
||||
<$PLAN9/src/mkhdr
|
||||
|
||||
LIBOFILES=\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue