head	1.4;
access;
symbols
	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.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2
	bwbasic_2_10:1.1.1.1
	MSMITH:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2005.04.19.21.05.40;	author vs;	state dead;
branches;
next	1.3;

1.3
date	2000.02.07.00.38.55;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	97.01.16.00.57.03;	author msmith;	state Exp;
branches;
next	1.1;

1.1
date	95.08.09.14.42.50;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.08.09.14.42.50;	author asami;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Don't need a patch for setting CFLAGS
@
text
@--- Makefile.in.orig	Sat Nov 25 14:32:18 1995
+++ Makefile.in	Sun Feb  6 16:12:49 2000
@@@@ -16,9 +16,10 @@@@
 
 DEFS = @@DEFS@@
 
-# Revised by JBV
-#CFLAGS = -O
-CFLAGS = -g -ansi
+# Re-revised by MJS
+CFLAGS ?= -O
+CFLAGS += -ansi
+#CFLAGS = -g -ansi
 
 # Revised by JBV
 #LDFLAGS = -s
@


1.3
log
@Respect CC, CFLAGS
@
text
@@


1.2
log
@New patches for bwbasic 2.20
@
text
@d1 3
a3 3
--- ../../foo/bwbasic-2.20/Makefile.in	Sun Nov 26 09:02:18 1995
+++ Makefile.in	Thu Jan 16 10:41:01 1997
@@@@ -16,9 +16,9 @@@@
d11 2
a12 1
+CFLAGS = -O -ansi
@


1.1
log
@Initial revision
@
text
@d1 15
a15 23
*** ../../original/bwbasic-2.10/Makefile.in	Wed Aug  9 20:52:34 1995
--- ./Makefile.in	Wed Aug  9 21:54:17 1995
***************
*** 29,37 ****
                  bwb_exp.o bwb_var.o bwb_inp.o bwb_fnc.o bwb_cnd.o\
                  bwb_ops.o bwb_dio.o bwb_str.o bwb_elx.o bwb_mth.o\
  		bwb_stc.o bwb_par.o bwx_tty.o
!  
  HFILES=         bwbasic.h bwb_mes.h bwx_tty.h
!  
  MISCFILES=	COPYING INSTALL Makefile.in README bwbasic.doc\
  		bwbasic.mak configure.in configure makefile.qcl\
  		bwb_tcc.c bwx_iqc.c bwx_iqc.h
--- 29,37 ----
                  bwb_exp.o bwb_var.o bwb_inp.o bwb_fnc.o bwb_cnd.o\
                  bwb_ops.o bwb_dio.o bwb_str.o bwb_elx.o bwb_mth.o\
  		bwb_stc.o bwb_par.o bwx_tty.o
! 
  HFILES=         bwbasic.h bwb_mes.h bwx_tty.h
! 
  MISCFILES=	COPYING INSTALL Makefile.in README bwbasic.doc\
  		bwbasic.mak configure.in configure makefile.qcl\
  		bwb_tcc.c bwx_iqc.c bwx_iqc.h
@


1.1.1.1
log
@The Bywater Basic interpreter.  If you don't know what Basic is,
you are probably too young to use FreeBSD. :p

Submitted by:	Michael Smith <msmith@@atrad.adelaide.edu.au>
@
text
@@
