head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.10.13.10.21.27;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2003.10.19.08.06.55;	author kris;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Use MAKE_ARGS
@
text
@--- Makefile.orig	Sun Oct 19 01:04:35 2003
+++ Makefile	Sun Oct 19 01:04:55 2003
@@@@ -36,16 +36,15 @@@@
 #	HPUX			cc (v10.10)
 #
 
-CC	= cc
+CC	?= cc
 
 # Select appropriate flag... -g for debugging, -O for optimized.
 #OPTIMIZE	= -g
 #OPTIMIZE	= -p
-OPTIMIZE	= -O
 GCC_PARANOIA	= -Wall -Wtraditional \
 		  -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith 
 DEFINES		=
-CFLAGS		= $(DEFINES) $(OPTIMIZE) $(EFT) # $(GCC_PARANOIA)
+CFLAGS		+= $(DEFINES) $(EFT) # $(GCC_PARANOIA)
 
 LDFLAGS	=
 LIBS	=
@


1.1
log
@Respect CC and CFLAGS
@
text
@@

