diff options
author | Steve Chamberlain <sac@cygnus> | 1993-01-04 20:55:22 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1993-01-04 20:55:22 +0000 |
commit | 06137fcb39050b754f71835da1f4ac24d3e08c41 (patch) | |
tree | c33ce23c551bba802ad7255f2db8fb952915a679 /sim/h8300/Makefile.in | |
parent | ce1a2ef4cabd20a5bd775caf866899ccf30083ca (diff) | |
download | gdb-06137fcb39050b754f71835da1f4ac24d3e08c41.zip gdb-06137fcb39050b754f71835da1f4ac24d3e08c41.tar.gz gdb-06137fcb39050b754f71835da1f4ac24d3e08c41.tar.bz2 |
* p{1,3}.c (sim_resume): when running on dos, any character typed to
the keyboard will cause a simulated exception.
Diffstat (limited to 'sim/h8300/Makefile.in')
-rw-r--r-- | sim/h8300/Makefile.in | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/sim/h8300/Makefile.in b/sim/h8300/Makefile.in index 1a87e92..4a5f7af 100644 --- a/sim/h8300/Makefile.in +++ b/sim/h8300/Makefile.in @@ -57,8 +57,9 @@ INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR) -I$(srcdir)/../bfd DEP = mkdep +#### host, target, and site specific Makefile frags come in here. -TARGETLIB = libsim.a +all: run run: code.o run.o $(CC) -o run code.o run.o ../bfd/libbfd.a ../libiberty/libiberty.a @@ -72,7 +73,7 @@ p2.c:writecode writecode:writecode.c - $(CC_FOR_BUILD) -o writecode -g $(CSEARCH) -c $(srcdir)/writecode.c + $(CC_FOR_BUILD) -o writecode -g $(CSEARCH) $(srcdir)/writecode.c @@ -98,13 +99,6 @@ FLAGS_TO_PASS = \ $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $< -# C source files that correspond to .o's. -CFILES = z8k-dis.c - -STAGESTUFF = $(TARGETLIB) $(OFILES) - -all: $(TARGETLIB) - .NOEXPORT: @@ -117,13 +111,6 @@ install-info: # HDEPFILES comes from the host config; TDEPFILES from the target config. -$(TARGETLIB): $(OFILES) - rm -f $(TARGETLIB) - $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES) - $(RANLIB) $(TARGETLIB) - -# Circumvent Sun Make bug with VPATH. -sparc-opc.o: sparc-opc.c tags etags: TAGS |