head	1.3;
access;
symbols
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2001.08.09.09.00.57;	author ijliao;	state dead;
branches;
next	1.2;

1.2
date	2001.04.23.06.26.56;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.18.19.43.17;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.3
log
@upgrade to 0.1.4
drop maintainership
@
text
@--- plugin-src/Makefile.orig	Mon Apr 23 14:17:40 2001
+++ plugin-src/Makefile	Mon Apr 23 14:18:15 2001
@@@@ -8,7 +8,7 @@@@
 INSTALL_DIR = ..
 
 CC = gcc
-CFLAGS = -Wall -pedantic -fPIC -g `gtk-config --cflags` -I$(CRANK_DIR)
+CFLAGS += -fPIC `gtk-config --cflags` -I$(CRANK_DIR)
 
 
 all: monoalphabetic.key-controls.so \
@@@@ -21,7 +21,7 @@@@
 #    transpositions.grid-brute-force.so
 
 monoalphabetic.key-controls.so: monoalphabetic.key-controls.o common.monoalphabetic.o
-	$(CC) $(CFLAGS) -g -shared -o $@@ $< common.monoalphabetic.o -lc
+	$(CC) $(CFLAGS) -g -shared -o $@@ $< common.monoalphabetic.o
 
 statistics.n-grams.so: statistics.n-grams.o common.statistics.n-grams.o
 	$(CC) $(CFLAGS) -g -shared -o $@@ $< common.statistics.n-grams.o
@


1.2
log
@upgrade to 0.1.3
@
text
@@


1.1
log
@add crank
CRyptANalysis toolKit
@
text
@d1 5
a5 3
--- plugin-src/Makefile.orig	Wed Apr 18 23:52:38 2001
+++ plugin-src/Makefile	Wed Apr 18 23:56:10 2001
@@@@ -1,10 +1,10 @@@@
d7 3
a9 2
-CFLAGS = -Wall -pedantic -fPIC -g `gtk-config --cflags` -I..
+CFLAGS += -fPIC `gtk-config --cflags` -I..
d11 3
a13 1
 all: monoalphabetic.key-controls.so statistics.n-grams.so monoalphabetic.hillclimb-cracker.so text.simple-filters.so utilities.notepad.so
@

