aboutsummaryrefslogtreecommitdiff
path: root/src/lib9
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-13 04:58:16 +0000
committerrsc <devnull@localhost>2005-01-13 04:58:16 +0000
commit133c240533447952831bb7929c2b90e5afe1404f (patch)
tree94db0d190d642666e936f06c2b663457f3e60e12 /src/lib9
parent3940506bccddeff3235cd8874c540813a3deaf6d (diff)
downloadplan9port-133c240533447952831bb7929c2b90e5afe1404f.tar.gz
plan9port-133c240533447952831bb7929c2b90e5afe1404f.tar.bz2
plan9port-133c240533447952831bb7929c2b90e5afe1404f.zip
these mkfiles only confuse
Diffstat (limited to 'src/lib9')
-rw-r--r--src/lib9/fmt/mkfile56
-rw-r--r--src/lib9/utf/mkfile30
2 files changed, 0 insertions, 86 deletions
diff --git a/src/lib9/fmt/mkfile b/src/lib9/fmt/mkfile
deleted file mode 100644
index 52b0d48f..00000000
--- a/src/lib9/fmt/mkfile
+++ /dev/null
@@ -1,56 +0,0 @@
-<$PLAN9/src/mkhdr
-
-LIB=libfmt.a
-
-NUM=\
- charstod.$O\
- pow10.$O\
-
-# Could add errfmt, but we want to pick it up from lib9 instead.
-OFILES=\
- dofmt.$O\
- errfmt.$O\
- fltfmt.$O\
- fmt.$O\
- fmtfd.$O\
- fmtfdflush.$O\
- fmtlock.$O\
- fmtprint.$O\
- fmtquote.$O\
- fmtrune.$O\
- fmtstr.$O\
- fmtvprint.$O\
- fprint.$O\
- nan64.$O\
- print.$O\
- runefmtstr.$O\
- runeseprint.$O\
- runesmprint.$O\
- runesnprint.$O\
- runesprint.$O\
- runevseprint.$O\
- runevsmprint.$O\
- runevsnprint.$O\
- seprint.$O\
- smprint.$O\
- snprint.$O\
- sprint.$O\
- strtod.$O\
- vfprint.$O\
- vseprint.$O\
- vsmprint.$O\
- vsnprint.$O\
- $NUM\
-
-HFILES=\
- fmtdef.h\
- $PLAN9/include/fmt.h\
-
-<$PLAN9/src/mksyslib
-
-$NAN.$O: nan.h
-strtod.$O: nan.h
-
-test: $LIB test.$O
- $CC -o test test.$O $LIB -L$PLAN9/lib -lutf
-
diff --git a/src/lib9/utf/mkfile b/src/lib9/utf/mkfile
deleted file mode 100644
index 030a6dbd..00000000
--- a/src/lib9/utf/mkfile
+++ /dev/null
@@ -1,30 +0,0 @@
-<$PLAN9/src/mkhdr
-
-LIB=libutf.a
-
-OFILES=\
- rune.$O\
- runestrcat.$O\
- runestrchr.$O\
- runestrcmp.$O\
- runestrcpy.$O\
- runestrdup.$O\
- runestrlen.$O\
- runestrecpy.$O\
- runestrncat.$O\
- runestrncmp.$O\
- runestrncpy.$O\
- runestrrchr.$O\
- runestrstr.$O\
- runetype.$O\
- utfecpy.$O\
- utflen.$O\
- utfnlen.$O\
- utfrrune.$O\
- utfrune.$O\
- utfutf.$O\
-
-HFILES=\
- $PLAN9/include/utf.h\
-
-<$PLAN9/src/mksyslib