#
# This is Makefile of GNU regex.
#

TOPDIR=..

include $(TOPDIR)/Makeconfig
include $(TOPDIR)/Makerules

#override PIC_OPT_CFLAGS= -fPIC -O1

DIRS:=

SRCS = regex.c # rx.c
SRCS = rx.c
ASMS= $(SRCS:.c=.s)
OBJS= $(SRCS:.c=.o)
ALIAESE=

include $(TOPDIR)/Maketargets  
