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

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

CC = gcc

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

_objects/printbehav.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/getbestclass.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/interval.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/movement.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/findsac.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/printstim.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h

