diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -50,24 +50,14 @@ language: interpreter: $(MAKE) -C src interpreter -archs: - for arch in arm mips cheri; do\ - $(MAKE) -C "$$arch" || exit;\ - done - apply_header: $(MAKE) clean - headache -c etc/headache_config -h etc/mips_header `ls mips/*.sail` - headache -c etc/headache_config -h etc/mips_header `ls cheri/*.sail` headache -c etc/headache_config -h LICENCE `ls src/Makefile*` headache -c etc/headache_config -h LICENCE `ls src/*.ml*` headache -c etc/headache_config -h LICENCE `ls src/lem_interp/*.ml` headache -c etc/headache_config -h LICENCE `ls src/lem_interp/*.lem` - $(MAKE) -C arm apply_header anon_dist: - headache -c etc/headache_config -h etc/anon_header `ls mips/*.sail` - headache -c etc/headache_config -h etc/anon_header `ls cheri/*.sail` headache -c etc/headache_config -h etc/anon_header `ls lib/*.ml` headache -c etc/headache_config -h etc/anon_header `ls lib/coq/*.v` headache -c etc/headache_config -h etc/anon_header `ls src/Makefile*` @@ -75,14 +65,12 @@ anon_dist: headache -c etc/headache_config -h etc/anon_header `ls src/*.lem` headache -c etc/headache_config -h etc/anon_header `ls src/lem_interp/*.ml` headache -c etc/headache_config -h etc/anon_header `ls src/lem_interp/*.lem` - headache -c etc/headache_config -h etc/anon_header `ls arm/*.sail` headache -c etc/headache_config -h etc/anon_header `ls snapshots/isabelle/lib/sail/*.thy` headache -c etc/headache_config -h etc/anon_header `ls snapshots/isabelle/lib/lem/*.thy` headache -c etc/headache_config -h etc/anon_header `ls snapshots/hol4/lem/hol-lib/*.sml` - rm mips/sim.dts clean: - for subdir in src arm ; do\ + for subdir in src ; do\ $(MAKE) -C "$$subdir" clean;\ done rm -f sail |
