wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

Makefile (497B)


      1 ROOT= ../..
      2 include $(ROOT)/mk/hdr.mk
      3 
      4 VERSION=2.0
      5 TARG=libfmt
      6 
      7 NUM=\
      8 	charstod\
      9 	pow10\
     10 	nan64
     11 
     12 OBJ=\
     13 	dofmt\
     14 	dorfmt\
     15 	errfmt\
     16 	fltfmt\
     17 	fmt\
     18 	fmtfd\
     19 	fmtfdflush\
     20 	fmtlocale\
     21 	fmtlock\
     22 	fmtprint\
     23 	fmtquote\
     24 	fmtrune\
     25 	fmtstr\
     26 	fmtvprint\
     27 	fprint\
     28 	print\
     29 	runefmtstr\
     30 	runeseprint\
     31 	runesmprint\
     32 	runesnprint\
     33 	runesprint\
     34 	runevseprint\
     35 	runevsmprint\
     36 	runevsnprint\
     37 	seprint\
     38 	smprint\
     39 	snprint\
     40 	sprint\
     41 	strtod\
     42 	vfprint\
     43 	vseprint\
     44 	vsmprint\
     45 	vsnprint\
     46 	$(NUM)
     47 
     48 include $(ROOT)/mk/lib.mk
     49