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

default:	libibert.a

OBJS=concat.o cplus-de.o getopt.o getopt1.o getrunti.o hex.o \
	obstack.o strncase.o xatexit.o xexit.o xmalloc.o xstrerro.o

concat.o: concat.c
cplus-de.o: cplus-de.c
getopt.o: getopt.c
getopt1.o: getopt1.c
getrunti.o: getrunti.c
hex.o: hex.c
obstack.o: obstack.c
strncase.o: strncase.c
xatexit.o: xatexit.c
xexit.o: xexit.c
xmalloc.o: xmalloc.c
xstrerro.o: xstrerro.c

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