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

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


CC = gcc

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

_objects/direction.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/exportdata.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
getbestclass.c	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/intent.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/test.o		: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/split.o	: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
_objects/getbestclass.o		: ../../anal.h ../../deffs.h ../Function.h ../Function2.h
