next up previous
Next: circular_permutation.h, circular_permutation.cpp Up: Relationships with Neighborhood and Previous: Relationships with Neighborhood and

Makefile

Define and direct dependencies.

BASE_OBJECT = circular_permutation.o

main.o  :  circular_permutation.h

circular_permutation.o	 : circular_permutation.cpp circular_permutation.h \
			 combinatorial_object.h
			 $(CC) -c circular_permutation.cpp



Vinhthuy Phan 2003-05-15