#
.c.o:
	gcc -g -c -I../include $*.c

default:	libibert.a

OBJS=getopt.o getopt1.o getrunti.o obstack.o strncase.o xexit.o xmalloc.o

getopt.o:	getopt.c
getopt1.o:	getopt1.c
getrunti.o:	getrunti.c
obstack.o:	obstack.c
strncase.o:	strncase.c
xexit.o:	xexit.c
xmalloc.o:	xmalloc.c

libibert.a: $(OBJS)
	-del libibert.a
	ar r libibert.a $(OBJS)
	ar s libibert.a
