X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fsim.src%2FMakefile.in;h=77ce47da631bc6bf8a67e6bc88b05d25b2f05451;hb=0a602d50e5d325591873e6ef4a92b023539b2136;hp=8eeeb05a07677a895ac9a6a1b2c5c69846ca3b05;hpb=499b6796788df7ba66b6ce645ebefd1be3bf96c3;p=fw%2Fsdcc diff --git a/sim/ucsim/sim.src/Makefile.in b/sim/ucsim/sim.src/Makefile.in index 8eeeb05a..77ce47da 100644 --- a/sim/ucsim/sim.src/Makefile.in +++ b/sim/ucsim/sim.src/Makefile.in @@ -34,16 +34,16 @@ man2dir = $(mandir)/man2 infodir = @infodir@ srcdir = @srcdir@ -OBJECTS = app.o sim.o itsrc.o brk.o option.o arg.o stack.o \ - guiobj.o uc.o hw.o mem.o +OBJECTS = mem.o sim.o itsrc.o brk.o arg.o stack.o \ + guiobj.o uc.o hw.o # Compiling entire program or any subproject # ------------------------------------------ -all: checkconf sim_lib test_mem_speed +all: checkconf sim_lib -test_mem_speed: test_mem_speed.o - $(CC) -o $@ $< -L$(PRJDIR) -lsim -lutil +test_mem_speed: $(PRJDIR)/lib*.a test_mem_speed.o + $(CC) -o $@ test_mem_speed.o -L$(PRJDIR) -lsim -lutil -lcmd -lsim sim.src: all @@ -60,8 +60,10 @@ uninstall: # Performing self-test # -------------------- -check: +check: test + ./test_mem_speed +test: test_mem_speed # Performing installation test # ----------------------------