This commit is contained in:
Anselm R Garbe
2009-08-08 09:54:20 +01:00
3 changed files with 5 additions and 30 deletions

View File

@@ -1,4 +1,3 @@
49087403b7b7fc7e64f52e71fc576b92bb8aa158 1
538338114742f2e81f6c52a5a323bdf7ca0d5d86 2
664144b8c1a4e0aae3535eb49ee0bc2d3679da5a snap
8ab76db4077c67fe71a34f8f287b69a3adf9de03 snap
7c1decda5b50405d3b62daa8369aa24c82e7b615 3

View File

@@ -4,9 +4,10 @@
PREFIX = /usr/local/plan9
MANPREFIX = ${PREFIX}/share/man
VERSION = 200907
# 386, arm, etc31
OBJTYPE = x86_64
VERSION = 3
OBJTYPE = 386
#OBJTYPE = arm
#OBJTYPE = x86_64
# Linux/BSD
CFLAGS = -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\""

View File

@@ -1,25 +0,0 @@
<$PLAN9/src/mkhdr
LIB=libregexp9.a
OFILES=\
regcomp.$O\
regerror.$O\
regexec.$O\
regsub.$O\
regaux.$O\
rregexec.$O\
rregsub.$O\
HFILES=\
$PLAN9/include/regexp9.h\
regcomp.h\
<$PLAN9/src/mksyslib
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