################################################################################
#	'grab' makefile, _macro/memory subdirectory  (for REACH)
#
################################################################################

all: $(MACS:%=_objects/%)

CC = gcc

_objects/%.o : %.c
	$(COMPILE.c) $<
	@mv $(<:%.c=%.o) _objects

_objects/extract.o 	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/sort.o 	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/times.o 	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
