-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from coq-community/purge-old
Purge old boilerplate
- Loading branch information
Showing
53 changed files
with
53 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,16 @@ | ||
include Makefile.ml-files | ||
all: Makefile.coq | ||
@+$(MAKE) -f Makefile.coq all | ||
|
||
MLFILES = ml/algorithm.ml ml/algorithm1.ml ml/algorithm2.ml ml/algorithm3.ml \ | ||
ml/common.ml ml/benchgen.ml ml/benchprog.ml ml/commonbench.ml ml/configuration.ml \ | ||
ml/launchStore1.ml ml/launchStore2.ml ml/launchStore3.ml ml/runtime.ml \ | ||
ml/experiment.ml ml/readConfig.ml ml/util.ml | ||
|
||
OCAMLBUILD = ocamlbuild -tag safe_string -package batteries -I ml | ||
|
||
default: coq | ||
|
||
coq: Makefile.coq | ||
$(MAKE) -f Makefile.coq all | ||
|
||
stores: launchStore1.native launchStore2.native launchStore3.native | ||
clean: Makefile.coq | ||
@+$(MAKE) -f Makefile.coq cleanall | ||
@rm -f Makefile.coq Makefile.coq.conf | ||
|
||
Makefile.coq: _CoqProject | ||
$(COQBIN)coq_makefile -f _CoqProject -o Makefile.coq | ||
|
||
$(ALGSML): Makefile.coq | ||
$(MAKE) -f Makefile.coq $@ | ||
|
||
install: Makefile.coq | ||
$(MAKE) -f Makefile.coq install | ||
|
||
benchgen.native : $(MLFILES) | ||
$(OCAMLBUILD) benchgen.native | ||
force _CoqProject Makefile: ; | ||
|
||
launchStore1.native: $(ALG1) $(MLFILES) benchgen.native | ||
$(OCAMLBUILD) launchStore1.native | ||
|
||
launchStore2.native: $(ALG2) $(MLFILES) benchgen.native | ||
$(OCAMLBUILD) launchStore2.native | ||
|
||
launchStore3.native: $(ALG3) $(MLFILES) benchgen.native | ||
$(OCAMLBUILD) launchStore3.native | ||
|
||
experiment.native: $(MLFILES) | ||
$(OCAMLBUILD) experiment.native | ||
|
||
run: launchStore1.native launchStore2.native launchStore2.native benchgen.native | ||
./batchrun | ||
|
||
run2: launchStore1.native launchStore2.native launchStore2.native benchgen.native | ||
./batchrundetach | ||
|
||
clean: Makefile.coq | ||
$(MAKE) -f Makefile.coq cleanall | ||
$(OCAMLBUILD) launchStore1.native -clean | ||
$(OCAMLBUILD) launchStore2.native -clean | ||
$(OCAMLBUILD) launchStore3.native -clean | ||
$(OCAMLBUILD) benchgen.native -clean | ||
$(OCAMLBUILD) experiment.native -clean | ||
rm -f Makefile.coq Makefile.coq.conf | ||
rm -f RemoteAllOutputs.txt | ||
rm -f RemoteAllResults.txt | ||
rm -f RemoteLauncherOutput.txt | ||
%: Makefile.coq force | ||
@+$(MAKE) -f Makefile.coq $@ | ||
|
||
.PHONY: default coq run run2 clean install stores $(ALGSML) | ||
.NOTPARALLEL: $(ALGSML) | ||
.PHONY: all clean force |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
-Q coq Chapar | ||
-Q theories Chapar | ||
|
||
coq/Lib/extralib.v | ||
coq/Lib/Predefs.v | ||
coq/Framework/KVStore.v | ||
coq/Framework/ReflectiveAbstractSemantics.v | ||
coq/Algorithms/KVSAlg1.v | ||
coq/Algorithms/KVSAlg2.v | ||
coq/Algorithms/KVSAlg3.v | ||
coq/Algorithms/ExtractAlgorithm.v | ||
coq/Examples/Clients.v | ||
coq/Examples/ListClient.v | ||
theories/Lib/extralib.v | ||
theories/Lib/Predefs.v | ||
theories/Framework/KVStore.v | ||
theories/Framework/ReflectiveAbstractSemantics.v | ||
theories/Algorithms/KVSAlg1.v | ||
theories/Algorithms/KVSAlg2.v | ||
theories/Algorithms/KVSAlg3.v | ||
theories/Algorithms/ExtractAlgorithm.v | ||
theories/Examples/Clients.v | ||
theories/Examples/ListClient.v |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.