mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Makefile: remove references to the examples
This commit is contained in:
parent
4ff65aa01a
commit
e0c2c58687
9
.gitignore
vendored
9
.gitignore
vendored
@ -17,14 +17,5 @@ build.ninja
|
||||
.envrc
|
||||
.direnv
|
||||
|
||||
french_law/js/src/french_law.js
|
||||
french_law/ocaml/law_source/allocations_familiales.ml
|
||||
french_law/ocaml/law_source/allocations_familiales_api_web.ml
|
||||
french_law/ocaml/law_source/unit_tests/tests_allocations_famiales.ml
|
||||
french_law/python/src/allocations_familiales.py
|
||||
french_law/ocaml/law_source/aides_logement.ml
|
||||
french_law/ocaml/law_source/aides_logement_api_web.ml
|
||||
french_law/python/src/aides_logement.py
|
||||
french_law/python/src/runtime.py
|
||||
|
||||
.catleg_secrets.toml
|
||||
|
29
Makefile
29
Makefile
@ -182,7 +182,6 @@ vscode: vscode_fr vscode_en
|
||||
|
||||
syntax:
|
||||
$(MAKE) -C doc/syntax
|
||||
$(MAKE) -C $(FRENCH_LAW_JS_LIB_DIR) bench
|
||||
|
||||
##########################################
|
||||
# High-level test and benchmarks commands
|
||||
@ -204,18 +203,6 @@ CLERK=$(CLERK_BIN) --exe $(CATALA_BIN) \
|
||||
tests: .FORCE prepare-install
|
||||
@$(MAKE) -C tests pass_all_tests
|
||||
|
||||
#> tests_ocaml : Run OCaml unit tests for the Catala-generated code
|
||||
tests_ocaml: run_french_law_library_ocaml_tests
|
||||
|
||||
#> bench_ocaml : Run OCaml benchmarks for the Catala-generated code
|
||||
bench_ocaml: run_french_law_library_benchmark_ocaml
|
||||
|
||||
#> bench_js : Run JS benchmarks for the Catala-generated code
|
||||
bench_js: run_french_law_library_benchmark_js
|
||||
|
||||
#> bench_python : Run Python benchmarks for the Catala-generated code
|
||||
bench_python: run_french_law_library_benchmark_python
|
||||
|
||||
tests/%: .FORCE
|
||||
@$(MAKE) -C tests $*
|
||||
|
||||
@ -228,7 +215,7 @@ WEBSITE_ASSETS = grammar.html catala.html clerk.html
|
||||
$(addprefix _build/default/,$(WEBSITE_ASSETS)):
|
||||
dune build $@
|
||||
|
||||
website-assets-base: build_french_law_library_web_api build
|
||||
website-assets-base: build
|
||||
dune build $(WEBSITE_ASSETS)
|
||||
|
||||
#> website-assets : Builds all the assets necessary for the Catala website
|
||||
@ -236,7 +223,7 @@ website-assets:
|
||||
$(MAKE) DUNE_PROFILE=release website-assets-base
|
||||
|
||||
##########################################
|
||||
# Misceallenous
|
||||
# Miscellaneous
|
||||
##########################################
|
||||
|
||||
#> all : Run all make commands
|
||||
@ -245,12 +232,6 @@ all: \
|
||||
tests \
|
||||
runtimes \
|
||||
plugins \
|
||||
generate_french_law_library_ocaml build_french_law_library_ocaml \
|
||||
tests_ocaml bench_ocaml \
|
||||
build_french_law_library_js \
|
||||
bench_js \
|
||||
generate_french_law_library_python type_french_law_library_python \
|
||||
bench_python \
|
||||
website-assets-base
|
||||
|
||||
|
||||
@ -283,10 +264,4 @@ help_catala:
|
||||
.PHONY: inspect clean all english allocations_familiales \
|
||||
pygments install build_dev build doc format dependencies \
|
||||
dependencies-ocaml catala.html help parser-messages plugins \
|
||||
generate_french_law_json_schemas generate_french_law_library_python \
|
||||
generate_french_law_library_ocaml \
|
||||
run_french_law_library_benchmark_python \
|
||||
run_french_law_library_benchmark_js run_french_law_library_ocaml_tests \
|
||||
build_french_law_library_js build_french_law_library_web_api \
|
||||
build_french_law_library_ocaml \
|
||||
website-assets website-assets-base
|
||||
|
@ -8,7 +8,9 @@
|
||||
; `pip install dir` and be sure to get the right version
|
||||
|
||||
; Python runtime
|
||||
|
||||
(install
|
||||
(files
|
||||
(glob_files_rec (python/** with_prefix runtime_python)))
|
||||
(glob_files_rec
|
||||
(python/** with_prefix runtime_python)))
|
||||
(section lib))
|
||||
|
Loading…
Reference in New Issue
Block a user