unix/fiss

lib/libfmt/Makefile in master
Repositories | Summary | Log | Files | LICENSE

Makefile (674B) download


 1TOPDIR=../..
 2-include $(TOPDIR)/config.mk
 3
 4OBJS = dofmt.o \
 5	dorfmt.o \
 6	errfmt.o \
 7	fltfmt.o \
 8	fmt.o \
 9	fmtfd.o \
10	fmtfdflush.o \
11	fmtlocale.o \
12	fmtlock.o \
13	fmtnull.o \
14	fmtprint.o \
15	fmtquote.o \
16	fmtrune.o \
17	fmtstr.o \
18	fmtvprint.o \
19	fprint.o \
20	print.o \
21	runefmtstr.o \
22	runeseprint.o \
23	runesmprint.o \
24	runesnprint.o \
25	runesprint.o \
26	runevseprint.o \
27	runevsmprint.o \
28	runevsnprint.o \
29	seprint.o \
30	smprint.o \
31	snprint.o \
32	sprint.o \
33	strtod.o \
34	vfprint.o \
35	vseprint.o \
36	vsmprint.o \
37	vsnprint.o \
38	charstod.o \
39	pow10.o \
40	nan64.o
41
42HEADERS = fmt.h  fmtdef.h  nan.h  plan9.h
43LIBRARY = libfmt.a
44
45CFLAGS += -Wuse-after-free=1
46
47include $(TOPDIR)/mk/lib.mk