head	1.4;
access;
symbols
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.3
	RELEASE_4_2_0:1.3
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.3
	RELEASE_3_4_0:1.3
	intercal_0_19:1.3
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	intercal_0_18:1.2
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	mph_0_17:1.1.1.1
	MPH:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2006.07.29.01.56.31;	author rafan;	state dead;
branches;
next	1.3;

1.3
date	99.12.06.20.35.52;	author mph;	state Exp;
branches;
next	1.2;

1.2
date	98.12.11.19.39.37;	author mph;	state Exp;
branches;
next	1.1;

1.1
date	98.04.17.21.52.20;	author mph;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.04.17.21.52.20;	author mph;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Update to 0.24
- Pass maintainership to submitter

PR:		ports/100929
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
@
text
@--- Makefile.old	Mon Nov  1 00:56:19 1999
+++ Makefile	Mon Nov  1 00:56:58 1999
@@@@ -8,14 +8,14 @@@@
 # all over creation behind your back.
 # (/dev/null may be another good choice :-))
 
-BINDIR = /usr/bin
-INCDIR = /usr/include/intercal
-LIBDIR = /usr/share/intercal
+BINDIR = $(PREFIX)/bin
+INCDIR = $(PREFIX)/share/intercal
+LIBDIR = $(PREFIX)/lib/intercal
 #INCDIR = $(PWD)
 #LIBDIR = $(PWD)
 
 YDEBUG = -vlt
-DEBUG	= -g -DDEBUG
+# DEBUG	= -g -DDEBUG
 # DEBUG = -O
 
 # This version (0.18) is POSIX-compliant.  You should only set the POSIX
@@@@ -25,18 +25,19 @@@@
 # POSIX = 
 POSIX = -D_POSIX_SOURCE
 
-CFLAGS = -I. $(DEBUG) -DICKINCLUDEDIR=\"$(INCDIR)\" \
+CFLAGS += -I. $(DEBUG) -DICKINCLUDEDIR=\"$(INCDIR)\" \
 	-DICKLIBDIR=\"$(LIBDIR)\" -DYYDEBUG $(POSIX)
 LDFLAGS =
 
-CC = gcc -Wall -W
+#CC = gcc -Wall -W
 
 # You can use lex or flex
-#LEX = lex
-LEX = flex
+LEX = lex
+#LEX = flex
 
 # You should use bison, because some yaccs won't work correctly
-YACC = bison -y
+#YACC = bison -y
+YACC = yacc
 
 CSOURCES = ick.y lexer.l feh.c lose.c fiddle.c perpetrate.c
 ISOURCES = cesspool.c arrgghh.c ick-wrap.c
@@@@ -74,14 +75,10 @@@@
 	-ranlib libick.a
 
 install: all
-	cp ick $(BINDIR)
-	-mkdir $(INCDIR)
-	cp lose.h abcess.h fiddle.h ick-wrap.c $(INCDIR)
-	-mkdir $(LIBDIR)
-	cp libick.a $(LIBDIR)
-	(cd ../pit; cp *.i *.3i  t_tet *.fft glider gun blinkers $(LIBDIR))
-	-mkdir $(LIBDIR)/lib
-	(cd ../pit/lib; cp *.*i $(LIBDIR)/lib) 
+	$(BSD_INSTALL_PROGRAM) ick $(BINDIR)
+	$(BSD_INSTALL_DATA) lose.h abcess.h fiddle.h ick-wrap.c $(INCDIR)
+	$(BSD_INSTALL_DATA) libick.a ../pit/lib/syslib.i ../pit/lib/syslib.?i $(LIBDIR)
+
 
 clean:
 	rm -f yacc.* y.tab.* y.output *~ *.[oa] lexer.c ick.c lextest ick
@


1.3
log
@Upgrade to 0.19.

PR:		14635
Submitted by:	saper@@system.pl
@
text
@@


1.2
log
@Upgrade to 0.18.

Provoked by:	Bill Fenner's distfile survey
@
text
@d1 3
a3 3
--- Makefile.orig	Wed Apr 29 11:54:34 1998
+++ Makefile	Fri Dec 11 11:30:33 1998
@@@@ -8,18 +8,19 @@@@
d7 6
a12 12
-DVMT=~/WWW/intercal-0.18
+#DVMT=~/WWW/intercal-0.18
 #DVMT=/usr/local
-DVMT=/intercal-0.18
+#DVMT=/intercal-0.18
+DVMT=$(PREFIX)
 
 BINDIR = $(DVMT)/bin
-INCDIR = $(DVMT)/lib
-LIBDIR = $(DVMT)/lib
+INCDIR = $(DVMT)/share/intercal
+LIBDIR = $(DVMT)/lib/intercal
d22 1
a22 1
@@@@ -29,18 +30,18 @@@@
d32 1
a32 1
+# CC = gcc -Wall -W
d42 1
d47 1
a47 10
@@@@ -61,7 +62,7 @@@@
 	mv lex.yy.c lexer.c 
 
 # Uncomment the following if using a stock lex
-# LEXLIBS = -ll
+LEXLIBS = -ll
 lextest: y.tab.h lexer.c ick.h lose.o
 	$(CC) -DMAIN lexer.c lose.o $(LEXLIBS) -o lextest
 
@@@@ -78,9 +79,9 @@@@
d52 1
d54 5
a58 1
-	cp libick.a ../pit/lib/syslib.i ../pit/lib/syslib.?i $(LIBDIR)
d62 1
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- Makefile.orig	Fri Feb 27 02:33:59 1998
+++ Makefile	Fri Apr 17 17:44:20 1998
@@@@ -8,31 +8,31 @@@@
d7 5
a11 3
-DVMT=~/WWW/intercal-0.17
-#DVMT=/usr/local
+#DVMT=~/WWW/intercal-0.17
d26 6
d34 1
a34 1
 	-DICKLIBDIR=\"$(LIBDIR)\" -DYYDEBUG
d38 1
a38 1
+#CC = gcc -Wall -W
d46 1
a46 2
 # You can use either yacc or bison
-#YACC = yacc
a48 1
+#YACC = bison -y
d52 1
a52 1
@@@@ -53,7 +53,7 @@@@
d61 1
a61 1
@@@@ -70,9 +70,9 @@@@
@


1.1.1.1
log
@Import of the INTERCAL compiler, ick, version 0.17.
PR:		6080
@
text
@@
