summaryrefslogtreecommitdiff
path: root/lib9/mkfile
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
committerCharles.Forsyth <devnull@localhost>2006-12-22 17:07:39 +0000
commit37da2899f40661e3e9631e497da8dc59b971cbd0 (patch)
treecbc6d4680e347d906f5fa7fca73214418741df72 /lib9/mkfile
parent54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff)
20060303a
Diffstat (limited to 'lib9/mkfile')
-rw-r--r--lib9/mkfile85
1 files changed, 85 insertions, 0 deletions
diff --git a/lib9/mkfile b/lib9/mkfile
new file mode 100644
index 00000000..32e1aa56
--- /dev/null
+++ b/lib9/mkfile
@@ -0,0 +1,85 @@
+<../mkconfig
+
+LIB=lib9.a
+
+#
+# files used by all models
+#
+COMMONFILES=\
+ convD2M.$O\
+ convM2D.$O\
+ convM2S.$O\
+ convS2M.$O\
+ fcallfmt.$O\
+ qsort.$O\
+ runestrlen.$O\
+ strtoll.$O\
+ rune.$O\
+#
+# files used by most models. these are added to TARGFILES in some
+# model-specific mkfiles included below
+#
+IMPORTFILES=\
+ argv0.$O\
+ charstod.$O\
+ cistrcmp.$O\
+ cistrncmp.$O\
+ cistrstr.$O\
+ cleanname.$O\
+ create.$O\
+ dirwstat.$O\
+ dofmt.$O\
+ dorfmt.$O\
+ errfmt.$O\
+ exits.$O\
+ fmt.$O\
+ fmtfd.$O\
+ fmtlock.$O\
+ fmtprint.$O\
+ fmtquote.$O\
+ fmtrune.$O\
+ fmtstr.$O\
+ fmtvprint.$O\
+ fprint.$O\
+ getfields.$O\
+ nulldir.$O\
+ pow10.$O\
+ print.$O\
+ readn.$O\
+ rerrstr.$O\
+ seek.$O\
+ seprint.$O\
+ smprint.$O\
+ snprint.$O\
+ sprint.$O\
+ strdup.$O\
+ strecpy.$O\
+ sysfatal.$O\
+ tokenize.$O\
+ u16.$O\
+ u32.$O\
+ u64.$O\
+ utflen.$O\
+ utfnlen.$O\
+ utfrrune.$O\
+ utfrune.$O\
+ utfecpy.$O\
+ vfprint.$O\
+ vseprint.$O\
+ vsmprint.$O\
+ vsnprint.$O\
+
+<mkfile-$TARGMODEL
+
+OFILES=$COMMONFILES $TARGFILES
+
+HFILES=$ROOT/$SYSTARG/$OBJTYPE/include/lib9.h\
+ fmtdef.h\
+
+<$ROOT/mkfiles/mksyslib-$SHELLTYPE
+
+convD2M.$O: $ROOT/include/fcall.h
+convM2D.$O: $ROOT/include/fcall.h
+convM2S.$O: $ROOT/include/fcall.h
+convS2M.$O: $ROOT/include/fcall.h
+fcallfmt.$O: $ROOT/include/fcall.h