Removed -traditional flag from CFLAGS definition

Updated email and web addresses
This commit is contained in:
Thomas Jensen 2006-07-08 08:47:58 +00:00
parent dab5f12459
commit 74288d1d4a

View File

@ -1,11 +1,10 @@
# #
# File: Makefile # File: Makefile
# Creation: August 13, 1999 (Friday, 22:13h) # Creation: August 13, 1999 (Friday, 22:13h)
# Author: Copyright (C) 1999 Thomas Jensen # Author: Copyright (C) 1999 Thomas Jensen <boxes@thomasjensen.com>
# tsjensen@stud.informatik.uni-erlangen.de # Version: $Id: Makefile,v 1.1 1999/08/13 20:56:09 tsjensen Exp tsjensen $
# Version: $Id$
# Format: GNU make # Format: GNU make
# Web Site: http://home.pages.de/~jensen/boxes/ # Web Site: http://boxes.thomasjensen.com/
# Platforms: sparc/Solaris 2.6 and others # Platforms: sparc/Solaris 2.6 and others
# Purpose: Makefile for boxes, the box drawing program # Purpose: Makefile for boxes, the box drawing program
# generation of regexp handling library # generation of regexp handling library
@ -25,12 +24,15 @@
# #
# Revision History: # Revision History:
# #
# $Log$ # $Log: Makefile,v $
# Revision 1.1 1999/08/13 20:56:09 tsjensen
# Initial revision
#
#____________________________________________________________________________ #____________________________________________________________________________
#============================================================================ #============================================================================
CFLAGS = -traditional -O -I. $(CFLAGS_ADDTL) CFLAGS = -O -I. $(CFLAGS_ADDTL)
ALL_CL = regexp/regexp.c regexp/regsub.c ALL_CL = regexp/regexp.c regexp/regsub.c
C_SRC = $(notdir $(ALL_CL)) C_SRC = $(notdir $(ALL_CL))