/* This is the Imakefile for the regexp package */

CC=gcc -I.
SRCS=regexp.c regerror.c regsub.c
OBJS=regexp.o regerror.o regsub.o

all::
    NormalLibraryObjectRule()

NormalLibraryTarget(regexp,$(OBJS))

DependTarget()
