# Last edited on 2003-07-08 21:12:49 by ra007998 TESTE := 6 EXT := pgm INCSTOLFI := /home/staff/stolfi/PUB/include LIBSTOLFI := /home/staff/stolfi/PUB/i686-Linux-2.2/lib SOURCES := \ epipolar.c \ linhas.c \ linhas_static.c \ listas.c \ imagem.c HEADERS := \ epipolar.h \ linhas.h \ linhas_static.h \ listas.h \ imagem.h EXEC := imagem all: ${EXEC} roda-teste ${EXEC}: ${SOURCES} ${HEADERS} /usr/bin/gcc -o -I${INCSTOLFI} ${EXEC} ${SOURCES} -L${LIBSTOLFI} -lgeo -ljs -lm -g -Wall roda-teste: imagem teste-${TESTE}-in.${EXT} teste-${TESTE}-out 9 display teste-${TESTE}-out*.p*m