BBFUNCS = ../libbubulles.a 

OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT=0

read_obj:	read_obj.c Makefile importobj.o $(BBFUNCS)
	gcc $(OPT)  $<  importobj.o $(BBFUNCS) -o $@

importobj.o:	importobj.c ../bubulles.h Makefile
	$(CC) $(OPT) -c $<