# Generated automatically from Makefile.in by configure.
#
# Copyright(c) 1995,1996 by Gennady B. Sorokopud (gena@NetVision.net.il)
#
# This software can be freely redistributed and modified for 
# non-commercial purposes as long as above copyright
# message and this permission notice appear in all
# copies of distributed source code and included as separate file
# in binary distribution.
#
# Any commercial use of this software requires author's permission.
#
# This software is provided "as is" without expressed or implied
# warranty of any kind.
# Under no circumstances is the author responsible for the proper
# functioning of this software, nor does the author assume any
# responsibility for damages incurred with its use.
#

# $Id: Makefile.in,v 2.1 1997/09/23 16:08:45 gena Exp $VE_ALLOCA_H

CC=	gcc
LIB=	libregex.a
CFLAGS=	-g -O2 -DHAVE_CONFIG_H -I. -I../ui
SRCS=	regex.c
OBJS=	regex.o
HDRS=	regex.h

# On HP without gcc
# CC = cc
# CFLAGS= -Aa -DREGEX_MALLOC -I${.CURDIR} -DHAVE_STRING_H=1 -DSTDC_HEADERS=1
# On Irix without gcc
# CFLAGS -I. -DHAVE_STRING_H=1 -DSTDC_HEADERS=1 -DHAVE_ALLOCA_H=1

all:            ${LIB}

$(LIB) :	${OBJS}
	ar rc ${LIB} ${OBJS}
	-ranlib ${LIB}

clean :
	rm -f *.o *.a core a.out

regex.o :	regex.c regex.h
