From aa2976e355a838c5be762cccb5ebe0ee3b68e365 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 20 Sep 2004 00:44:42 +0200 Subject: [PATCH] [svn r6517] Maybe it will work this time --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6d5782793..06212ac93 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ dataset_path = dataset/loser surveydir_path = surveys cavern_flags = -qq -s tar_flags = -cz --exclude "*/CVS" --ignore-case -f -svxtrace_cmd = /home/cucc/bin/svxtrace.py +svxtrace_cmd = find -name "*.svx" ########### @@ -39,16 +39,16 @@ surveytable: 3dfiles: noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d plateau/76/76.3d -noinfo/all.3d: $(shell $(svxtrace_cmd) $(dataset_path)/all) +noinfo/all.3d: $(shell $(svxtrace_cmd) $(dataset_path)) cavern $(cavern_flags) $(dataset_path)/all -o noinfo/all.3d -smkridge/204/204.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/204/204) +smkridge/204/204.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/204) cavern $(cavern_flags) $(dataset_path)/caves/204/204 -o smkridge/204/204.3d -smkridge/234/234.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/234/234) +smkridge/234/234.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/234) cavern $(cavern_flags) $(dataset_path)/caves/234/234 -o smkridge/234/234.3d -plateau/76/76.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/76/76.svx) +plateau/76/76.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/76/) cavern $(cavern_flags) $(dataset_path)/caves/76/76 -o plateau/76/76.3d ###########