WMII Reforge  Artifact [7a5137c4bc]

Artifact 7a5137c4bce123a412dc96ee50cc38d6c9855e80d04130abb02b251146c533cd:

  • File lib/libfmt/Makefile — part of check-in [15eae1e8e6] at 2019-06-20 16:42:23 on branch trunk — Import sources to have something to work with (user: KhazAkar size: 497)

ROOT= ../..
include $(ROOT)/mk/hdr.mk

VERSION=2.0
TARG=libfmt

NUM=\
	charstod\
	pow10\
	nan64

OBJ=\
	dofmt\
	dorfmt\
	errfmt\
	fltfmt\
	fmt\
	fmtfd\
	fmtfdflush\
	fmtlocale\
	fmtlock\
	fmtprint\
	fmtquote\
	fmtrune\
	fmtstr\
	fmtvprint\
	fprint\
	print\
	runefmtstr\
	runeseprint\
	runesmprint\
	runesnprint\
	runesprint\
	runevseprint\
	runevsmprint\
	runevsnprint\
	seprint\
	smprint\
	snprint\
	sprint\
	strtod\
	vfprint\
	vseprint\
	vsmprint\
	vsnprint\
	$(NUM)

include $(ROOT)/mk/lib.mk