From 58611a1bbf601c7f38c76421d3a3ece58bc56efb Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Nov 2003 18:16:24 +0000 Subject: make -> mk change %u from verb to flag. --- src/libfmt/Makefile | 57 ----------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 src/libfmt/Makefile (limited to 'src/libfmt/Makefile') diff --git a/src/libfmt/Makefile b/src/libfmt/Makefile deleted file mode 100644 index 9e48a596..00000000 --- a/src/libfmt/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -PLAN9=../.. -include $(PLAN9)/src/Makehdr - -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\ - 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)\ - $(NAN)\ - -HFILES=\ - fmtdef.h\ - $(PLAN9)/include/fmt.h\ - -include $(PLAN9)/src/Makesyslib - -$(NAN).$O: nan.h -strtod.$O: nan.h - -test: $(LIB) test.$O - $(CC) -o test test.$O $(LIB) -L$(PLAN9)/lib -lutf - -- cgit v1.2.3