ref: 2e916a41db4a82fa7f90ae1805dc7b0dc8c43d3a
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}