ref: 7da7a91bc8a0162bf0f21d298c1a356fc2cbce00
dir: /llt/Makefile/
CFLAGS?=-O2 -pipe -g -Wall -falign-functions -Wno-strict-aliasing TARG=libllt.a OBJS=\ bitvector.o\ hashing.o\ socket.o\ timefuncs.o\ ptrhash.o\ utf8.o\ ios.o\ dirpath.o\ htable.o\ bitvector-ops.o\ int2str.o\ dump.o\ random.o\ lltinit.o\ .PHONY: all default clean all: default default: ${TARG} clean: rm -f *.o ${TARG} ${TARG}: ${OBJS} ${AR} crs ${TARG} ${OBJS}