Use new directory structure.
This commit is contained in:
parent
93fb47050c
commit
90026180d1
17 changed files with 78 additions and 76 deletions
|
|
@ -1,5 +1,5 @@
|
|||
9SRC=..
|
||||
include $(9SRC)/Makehdr
|
||||
PLAN9=../../..
|
||||
include $(PLAN9)/src/Makehdr
|
||||
|
||||
TARG=samterm
|
||||
OFILES=\
|
||||
|
|
@ -18,12 +18,12 @@ HFILES=\
|
|||
flayer.h\
|
||||
../sam/sam.h\
|
||||
../sam/mesg.h\
|
||||
$(9SRC)/include/frame.h\
|
||||
$(9SRC)/include/draw.h\
|
||||
$(PLAN9)/include/frame.h\
|
||||
$(PLAN9)/include/draw.h\
|
||||
|
||||
CFLAGS+=-I../sam
|
||||
LDFLAGS+=-lframe -ldraw -lthread -l9 -lregexp9 -lbio -lfmt -lutf -L$(X11)/lib -lX11 -lm
|
||||
|
||||
samterm: $(9SRC)/lib/libdraw.a
|
||||
samterm: $(PLAN9)/lib/libdraw.a
|
||||
|
||||
include ../Makeone
|
||||
include $(PLAN9)/src/Makeone
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue