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


1.6
date	2001.09.11.08.13.02;	author ijliao;	state dead;
branches;
next	1.5;

1.5
date	2001.08.09.09.14.42;	author ijliao;	state Exp;
branches;
next	1.4;

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

1.3
date	2001.07.16.03.39.05;	author ijliao;	state Exp;
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.6
log
@upgrade to 0.2.1
@
text
@--- Makefile.in.orig	Thu Aug  9 17:05:12 2001
+++ Makefile.in	Thu Aug  9 17:05:54 2001
@@@@ -7,9 +7,8 @@@@
 prefix=@@prefix@@
 exec_prefix = @@exec_prefix@@
 VERSION = $(shell cat VERSION)
-CC = gcc
 PLUGIN-INSTALL = @@libdir@@/crank/plugins
-CFLAGS = -O2 -Wall @@GTK_CFLAGS@@ -DPLUGIN_DIR=\"$(PLUGIN-INSTALL)\"
+CFLAGS += -Wall @@GTK_CFLAGS@@ -DPLUGIN_DIR=\"$(PLUGIN-INSTALL)\"
 LIBS  = @@GTK_LIBS@@
 OBJFILES = $(patsubst %.c,%.o,$(wildcard *.c))
 PLUGIN-INSTALL = @@libdir@@/crank/plugins
@@@@ -19,7 +18,7 @@@@
           $(PLUGIN-SRC)/statistics.n-grams.so \
           $(PLUGIN-SRC)/text.simple-filters.so \
           $(PLUGIN-SRC)/utilities.notepad.so
-TMPDIR = /usr/tmp
+TMPDIR = /tmp
 
 # Files for source distribution
 DISTFILES = *.[ch] Makefile.in Makefile.mingw AUTHORS README BUGS VERSION \
@@@@ -40,7 +39,7 @@@@
 all: crank plugin
 
 crank: $(OBJFILES)
-	$(CC) $(CFLAGS) $(LIBDIR) -o $@@ $(OBJFILES) $(LIBS)
+	$(CC) $(CFLAGS) -o $@@ $(OBJFILES) $(LIBS)
 
 $(OBJFILES) : crank.h
 
@


1.5
log
@dont know why remove patch-Makefile in the last commit :<
@
text
@@


1.4
log
@upgrade to 0.1.4
drop maintainership
@
text
@d1 5
a5 5
--- Makefile.orig	Sun Apr 22 22:33:28 2001
+++ Makefile	Mon Jul 16 11:35:51 2001
@@@@ -5,8 +5,7 @@@@
 # See LICENSE for more info
 
d8 4
a11 3
-CFLAGS = -g -Wall -pedantic `gtk-config --cflags`
+CFLAGS += `gtk-config --cflags`
 LIBS  = `gtk-config --libs`
d13 2
a14 2
 PLUGIN-SRC = plugin-src
@@@@ -15,7 +14,7 @@@@
d22 2
a23 2
 DISTFILES = *.[ch] Makefile Makefile.mingw README BUGS VERSION \
@@@@ -36,7 +35,7 @@@@
d27 2
a28 2
-	$(CC) $(CFLAGS) $(LIBDIR) -o crank $(OBJFILES) $(LIBS)
+	$(CC) $(CFLAGS) -o crank $(OBJFILES) $(LIBS)
@


1.3
log
@handle gtk-config more properly
@
text
@@


1.2
log
@upgrade to 0.1.3
@
text
@d2 3
a4 2
+++ Makefile	Mon Apr 23 14:21:00 2001
@@@@ -6,8 +6,8 @@@@
d7 1
a7 1
 CC = gcc
d9 2
a10 3
-LIBS  = `gtk-config --libs`
+CFLAGS += `/usr/X11R6/bin/gtk12-config --cflags`
+LIBS  = `/usr/X11R6/bin/gtk12-config --libs`
d13 1
a13 2
 PLUGINS = $(PLUGIN-SRC)/monoalphabetic.hillclimb-cracker.so \
@@@@ -15,7 +15,7 @@@@
d22 1
a22 1
@@@@ -36,7 +36,7 @@@@
@


1.1
log
@add crank
CRyptANalysis toolKit
@
text
@d1 4
a4 3
--- Makefile.orig	Tue Apr 17 08:42:25 2001
+++ Makefile	Wed Apr 18 23:57:16 2001
@@@@ -1,7 +1,7 @@@@
a6 1
 DYNAMICGDB = -Wl,--dynamic-linker,/lib/ld-linux.so.2 
d8 3
a10 2
+CFLAGS += `gtk-config --cflags`
 LIBS  = `gtk-config --libs`
d13 2
a14 1
@@@@ -10,7 +10,7 @@@@
d20 2
d23 1
a23 3
             HISTORY LICENSE TODO ciphertext.txt 
 DISTFILES_DATA = data/*.dat
@@@@ -19,7 +19,7 @@@@
d25 1
a25 1

d29 1
a29 1

d31 1
a31 1

@

