aboutsummaryrefslogtreecommitdiff
path: root/src/libregexp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/libregexp/Makefile')
-rw-r--r--src/libregexp/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/libregexp/Makefile b/src/libregexp/Makefile
deleted file mode 100644
index 7fdd7f95..00000000
--- a/src/libregexp/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PLAN9=../..
-include $(PLAN9)/src/Makehdr
-
-LIB=libregexp9.a
-
-OFILES=\
- regcomp.$O\
- regerror.$O\
- regexec.$O\
- regsub.$O\
- regaux.$O\
- rregaux.$O\
- rregexec.$O\
- rregsub.$O\
-
-HFILES=\
- $(PLAN9)/include/regexp9.h\
- regcomp.h\
-
-include $(PLAN9)/src/Makesyslib
-
-test: test.$O $(LIB)
- $(CC) -o test test.$O $(LIB) -L/usr/local/lib -lfmt -lutf
-
-test2: test2.$O $(LIB)
- $(CC) -o test2 test2.$O $(LIB) -L/usr/local/lib -lfmt -lutf
-