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

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

CC = gcc

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

_objects/frame.o		: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/pursue.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/roc.o		: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/sac_endpt.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/vest_motor.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/vest_sensory.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/write_sac.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/trialinfo.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
