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

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

CC = gcc

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

# _objects/correlate.o 	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
# _objects/power.o 	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
