From 2fa4a0719eef21b90b6ae9bb4eafb5a779b55227 Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Fri, 7 Aug 2020 18:14:54 +0100 Subject: Remove Makefile references to old directories --- Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 895dc3be..4a4c22a9 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3