diff options
| author | Brian Campbell | 2020-08-07 18:14:54 +0100 |
|---|---|---|
| committer | Brian Campbell | 2020-08-07 18:14:54 +0100 |
| commit | 2fa4a0719eef21b90b6ae9bb4eafb5a779b55227 (patch) | |
| tree | 88873aad572e5a06d64fbab91da9b08023133a2e /Makefile | |
| parent | a4c44cef89eb7b252ac2e66a878b093ecfbbd99f (diff) | |
Remove Makefile references to old directories
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 |
