summaryrefslogtreecommitdiff
path: root/utils/libregexp/mkfile
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-22 21:39:35 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-22 21:39:35 +0000
commit74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (patch)
treec6e220ba61db3a6ea4052e6841296d829654e664 /utils/libregexp/mkfile
parent46439007cf417cbd9ac8049bb4122c890097a0fa (diff)
20060303
Diffstat (limited to 'utils/libregexp/mkfile')
-rw-r--r--utils/libregexp/mkfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/utils/libregexp/mkfile b/utils/libregexp/mkfile
new file mode 100644
index 00000000..3f6bc47a
--- /dev/null
+++ b/utils/libregexp/mkfile
@@ -0,0 +1,22 @@
+<../../mkconfig
+
+#XXX
+<$ROOT/mkfiles/mkhost-$SYSHOST # variables appropriate for host system
+<$ROOT/mkfiles/mkfile-$SYSTARG-$OBJTYPE # variables used to build target object type
+
+LIB=libregexp.a
+CFLAGS= $CFLAGS -I../include
+
+OFILES=\
+ regcomp.$O\
+ regerror.$O\
+ regexec.$O\
+ regsub.$O\
+ regaux.$O\
+ rregexec.$O\
+ rregsub.$O\
+
+HFILES= ../include/regexp.h\
+ regcomp.h\
+
+<$ROOT/mkfiles/mksyslib-$SHELLTYPE