aboutsummaryrefslogtreecommitdiff
path: root/sim/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-04-22 17:46:07 +0000
committerAndrew Cagney <cagney@redhat.com>1997-04-22 17:46:07 +0000
commit15c1649391b66df7e721377daa248721ab3e58eb (patch)
treecbc9fca2a3287bf2882499101225fd5213f44ad4 /sim/Makefile.in
parent81f464815db9a9fc4209c7eb6eb7ea341b78b76e (diff)
downloadfsf-binutils-gdb-15c1649391b66df7e721377daa248721ab3e58eb.zip
fsf-binutils-gdb-15c1649391b66df7e721377daa248721ab3e58eb.tar.gz
fsf-binutils-gdb-15c1649391b66df7e721377daa248721ab3e58eb.tar.bz2
TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.
Diffstat (limited to 'sim/Makefile.in')
-rw-r--r--sim/Makefile.in17
1 files changed, 13 insertions, 4 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in
index 7c9308e..c70355c 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -61,10 +61,6 @@ RANLIB = @RANLIB@
SUBDIRS = @subdirs@
-.NOEXPORT:
-MAKEOVERRIDES=
-
-
INCDIR = $(srcdir)/../include
CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
DEP = mkdep
@@ -133,6 +129,16 @@ all:
else true; fi; \
done
+clean mostlyclean:
+ @rootme=`pwd` ; export rootme ; \
+ for dir in . ${SUBDIRS}; do \
+ if [ "$$dir" = "." ]; then \
+ true; \
+ elif [ -d $$dir ]; then \
+ (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) $@); \
+ else true; fi; \
+ done
+
distclean maintainer-clean realclean:
@rootme=`pwd` ; export rootme ; \
for dir in . ${SUBDIRS}; do \
@@ -178,6 +184,9 @@ dvi:
###
###
+.NOEXPORT:
+MAKEOVERRIDES=
+
.PHONY: check installcheck
check:
installcheck: