mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-04-19 20:11:10 +01:00
.hg/last-message.txt
This commit is contained in:
48
Makefile
48
Makefile
@@ -32,10 +32,10 @@ noinfo/lengths.dat:
|
||||
|
||||
noinfo/all.pos: noinfo/all.3d
|
||||
3dtopos noinfo/all.3d noinfo/all.pos
|
||||
|
||||
|
||||
noinfo/cavestats:
|
||||
# This needs a built copy of survex sources. See
|
||||
# noinfo/cavestats.build for details
|
||||
# noinfo/cavestats.build for details
|
||||
|
||||
###########
|
||||
|
||||
@@ -57,32 +57,32 @@ folk/index.htm: noinfo/folk.csv noinfo/make-folklist.py
|
||||
|
||||
###########
|
||||
|
||||
qmlists: smkridge/204/qm.html smkridge/204/atoz.html smkridge/234/qm.html smkridge/258/qm.html
|
||||
qmlists: 1623/204/qm.html 1623/204/atoz.html 1623/234/qm.html 1623/258/qm.html
|
||||
|
||||
smkridge/204/qm.html: smkridge/204/qm.csv smkridge/204/tablize-qms.pl
|
||||
cd smkridge/204; perl tablize-qms.pl qm.csv
|
||||
1623/204/qm.html: 1623/204/qm.csv 1623/204/tablize-qms.pl
|
||||
cd 1623/204; perl tablize-qms.pl qm.csv
|
||||
|
||||
smkridge/234/qm.html: smkridge/234/qm.csv smkridge/234/tablize-qms.pl
|
||||
cd smkridge/234; perl tablize-qms.pl qm.csv
|
||||
1623/234/qm.html: 1623/234/qm.csv 1623/234/tablize-qms.pl
|
||||
cd 1623/234; perl tablize-qms.pl qm.csv
|
||||
|
||||
smkridge/258/qm.html: smkridge/258/qm.csv smkridge/258/tablize-qms.pl
|
||||
cd smkridge/258; perl tablize-qms.pl qm.csv
|
||||
1623/258/qm.html: 1623/258/qm.csv 1623/258/tablize-qms.pl
|
||||
cd 1623/258; perl tablize-qms.pl qm.csv
|
||||
|
||||
smkridge/204/atoz.html: smkridge/204/glossary.csv smkridge/204/make-glossary.pl
|
||||
cd smkridge/204; perl make-glossary.pl glossary.csv
|
||||
1623/204/atoz.html: 1623/204/glossary.csv 1623/204/make-glossary.pl
|
||||
cd 1623/204; perl make-glossary.pl glossary.csv
|
||||
|
||||
###########
|
||||
|
||||
3dfiles: noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d plateau/76/76.3d noinfo/alltracks.3d
|
||||
3dfiles: noinfo/all.3d 1623/204/204.3d 1623/234/234.3d plateau/76/76.3d noinfo/alltracks.3d
|
||||
|
||||
noinfo/all.3d: $(shell $(svxtrace_cmd) $(dataset_path)/all)
|
||||
cavern $(cavern_flags) $(dataset_path)/all -o noinfo/all.3d
|
||||
|
||||
smkridge/204/204.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/204/204)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/204/204 -o smkridge/204/204.3d
|
||||
1623/204/204.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/204/204)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/204/204 -o 1623/204/204.3d
|
||||
|
||||
smkridge/234/234.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/234/234)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/234/234 -o smkridge/234/234.3d
|
||||
1623/234/234.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/234/234)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/234/234 -o 1623/234/234.3d
|
||||
|
||||
plateau/76/76.3d: $(shell $(svxtrace_cmd) $(dataset_path)/caves/76/76)
|
||||
cavern $(cavern_flags) $(dataset_path)/caves/76/76 -o plateau/76/76.3d
|
||||
@@ -109,19 +109,19 @@ dump3d: noinfo/prospecting_guide_scripts/dump3d
|
||||
|
||||
###########
|
||||
|
||||
tarfiles: noinfo/all.tgz smkridge/204/surveydata.tgz smkridge/234/surveydata.tgz plateau/76/surveydata.tgz
|
||||
tarfiles: noinfo/all.tgz 1623/204/surveydata.tgz 1623/234/surveydata.tgz 1623/76/surveydata.tgz
|
||||
|
||||
noinfo/all.tgz: noinfo/all.3d
|
||||
tar $(tar_flags) noinfo/all.tgz -C $(dataset_path)/.. loser
|
||||
|
||||
smkridge/204/surveydata.tgz: smkridge/204/204.3d
|
||||
tar $(tar_flags) smkridge/204/surveydata.tgz -C $(dataset_path)/caves/ 204
|
||||
1623/204/surveydata.tgz: 1623/204/204.3d
|
||||
tar $(tar_flags) 1623/204/surveydata.tgz -C $(dataset_path)/caves/ 204
|
||||
|
||||
smkridge/234/surveydata.tgz: smkridge/234/234.3d
|
||||
tar $(tar_flags) smkridge/234/surveydata.tgz -C $(dataset_path)/caves/ 234
|
||||
1623/234/surveydata.tgz: 1623/234/234.3d
|
||||
tar $(tar_flags) 1623/234/surveydata.tgz -C $(dataset_path)/caves/ 234
|
||||
|
||||
plateau/76/surveydata.tgz: plateau/76/76.3d
|
||||
tar $(tar_flags) plateau/76/surveydata.tgz -C $(dataset_path)/caves/ 76
|
||||
tar $(tar_flags) 1623/76/surveydata.tgz -C $(dataset_path)/caves/ 76
|
||||
|
||||
# (tarfiles depend on 3d files to avoid running the
|
||||
# expensive $(shell ...) commands more than necessary.)
|
||||
@@ -131,8 +131,8 @@ plateau/76/surveydata.tgz: plateau/76/76.3d
|
||||
clean:
|
||||
cut -d "," -f 6 noinfo/CAVETAB2.CSV | xargs rm -f
|
||||
rm -f indxal.htm folk/index.htm noinfo/all.pos
|
||||
rm -f noinfo/all.3d smkridge/204/204.3d smkridge/234/234.3d plateau/76/76.3d
|
||||
rm -f smkridge/204/surveydata.tgz smkridge/234/surveydata.tgz plateau/76/surveydata.tgz noinfo/all.tgz
|
||||
rm -f noinfo/all.3d 1623/204/204.3d 1623/234/234.3d 1623/76/76.3d
|
||||
rm -f 1623/204/surveydata.tgz 1623/234/surveydata.tgz 1623/76/surveydata.tgz noinfo/all.tgz
|
||||
rm -f $(surveydir_path)/surveytable.html
|
||||
rm -f report.html
|
||||
find . -name ".cvsignore" | xargs rm -f
|
||||
|
||||
Reference in New Issue
Block a user