X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=sim%2Fucsim%2Fmain_in.mk;h=413f4dbe2f0b6a5b90e76d5d51a7bfe325507e2e;hb=72b7e8dadd92279596c0f56649775fc056acf449;hp=99cfc2320bfb446df3df870eab3700b2d8eb66f7;hpb=652bf1e9f327ec2cb5fa4aeb92863be808d1ce4a;p=fw%2Fsdcc diff --git a/sim/ucsim/main_in.mk b/sim/ucsim/main_in.mk index 99cfc232..413f4dbe 100644 --- a/sim/ucsim/main_in.mk +++ b/sim/ucsim/main_in.mk @@ -26,6 +26,8 @@ CFLAGS = @CFLAGS@ -I$(PRJDIR) -Wall CXXFLAGS = @CXXFLAGS@ -I$(PRJDIR) -Wall M_OR_MM = @M_OR_MM@ +EXEEXT = @EXEEXT@ + LIB_LIST = util sim cmd sim UCSIM_LIBS = $(patsubst %,-l%,$(LIB_LIST)) UCSIM_LIB_FILES = $(patsubst %,lib%.a,$(LIB_LIST)) @@ -67,10 +69,10 @@ install: all installdirs # Deleting all the installed files # -------------------------------- uninstall: - rm -f $(bindir)/s51 - rm -f $(bindir)/savr - rm -f $(bindir)/serialview - rm -f $(bindir)/portmon + rm -f $(bindir)/s51$(EXEEXT) + rm -f $(bindir)/savr$(EXEEXT) + rm -f $(bindir)/serialview$(EXEEXT) + rm -f $(bindir)/portmon$(EXEEXT) # Performing self-test