View | Details | Raw Unified
Collapse All | Expand All

(-) clit18/Makefile (-2 / +2 lines)
 Lines 1-9    Link Here 
all: clit
all: clit
CFLAGS=-funsigned-char -Wall -O2 -I ../libtommath-0.30/ -I ../lib -I ../lib/des -I .
CFLAGS+=-funsigned-char -I ../lib -I ../lib/des -I . 
clean:
clean:
	rm -f *.o clit
	rm -f *.o clit
clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a 
clit: clit.o hexdump.o drm5.o explode.o transmute.o display.o utils.o manifest.o ../lib/openclit.a 
	gcc -o clit $^  ../libtommath-0.30/libtommath.a
	$(CC) $(LDFLAGS) -o clit $^ -ltommath
(-) lib/Makefile (-1 / +1 lines)
 Lines 1-6    Link Here 
all: openclit.a
all: openclit.a
CFLAGS=-O3 -Wall -Ides -Isha -Inewlzx -I.
CFLAGS+=-Ides -Isha -Inewlzx -I.
clean:
clean:
	rm -f *.o openclit.a des/*.o lzx/*.o sha/*.o
	rm -f *.o openclit.a des/*.o lzx/*.o sha/*.o