Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126851 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 126851