aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/samterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/samterm/Makefile')
-rw-r--r--src/cmd/samterm/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/cmd/samterm/Makefile b/src/cmd/samterm/Makefile
deleted file mode 100644
index 73256599..00000000
--- a/src/cmd/samterm/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-PLAN9=../../..
-include $(PLAN9)/src/Makehdr
-
-TARG=samterm
-OFILES=\
- main.$O\
- icons.$O\
- menu.$O\
- mesg.$O\
- rasp.$O\
- scroll.$O\
- flayer.$O\
- io.$O\
- plan9.$O\
-
-HFILES=\
- samterm.h\
- flayer.h\
- ../sam/sam.h\
- ../sam/mesg.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: $(PLAN9)/lib/libdraw.a
-
-include $(PLAN9)/src/Makeone