X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FMakefile.in;h=ffff6dbc703c769c67819c93dab7805ce57633bf;hb=ed14a50cf2be75a6bbd0af822d763cadc5325a20;hp=7302396c906b37cc5efab6371d2df001b4555118;hpb=b1298f95e03d153ca2c8b36558701b1552353d5c;p=fw%2Fsdcc diff --git a/src/Makefile.in b/src/Makefile.in index 7302396c..ffff6dbc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -19,7 +19,7 @@ LIBS = -lm @LIBS@ ifdef SDCC_SUB_VERSION CFLAGS += -DSDCC_SUB_VERSION_STR=\"$(SDCC_SUB_VERSION)\" endif - + SLIBOBJS = SDCCerr.o NewAlloc.o MySystem.o BuildCmd.o OBJECTS = SDCCy.o SDCChasht.o SDCCmain.o \ @@ -27,7 +27,7 @@ OBJECTS = SDCCy.o SDCChasht.o SDCCmain.o \ SDCCicode.o SDCCbitv.o SDCCset.o SDCClabel.o \ SDCCBBlock.o SDCCloop.o SDCCcse.o SDCCcflow.o SDCCdflow.o \ SDCClrange.o SDCCptropt.o SDCCpeeph.o SDCCglue.o spawn.o \ - asm.o + asm.o SDCCmacro.o SDCCutil.o SPECIAL = SDCCy.h ifeq ($(USE_ALT_LEX), 1) @@ -39,7 +39,7 @@ endif SOURCES = $(patsubst %.o,%.c,$(OBJECTS)) -TARGET = $(PRJDIR)/bin/sdcc +TARGET = $(PRJDIR)/bin/sdcc$(EXEEXT) # Compiling entire program or any subproject # ------------------------------------------ @@ -54,14 +54,14 @@ $(PRJDIR)/support/gc/libgc.a: # Compiling and installing everything and runing test # --------------------------------------------------- install: all installdirs - $(INSTALL) -s $(TARGET) $(bindir)/sdcc + $(INSTALL) $(TARGET) `echo $(bindir)/sdcc|sed '$(transform)'` + $(STRIP) `echo $(bindir)/sdcc|sed '$(transform)'` # Deleting all the installed files # -------------------------------- uninstall: rm -f $(bindir)/sdcc - rm -f $(bindir)/packihx # Performing self-test # --------------------