Makefile.src.in
changeset 6104 addbdb9d898e
parent 6084 1bf4040cd72e
child 6523 bbc566ffb999
equal deleted inserted replaced
6103:d38163ddfef9 6104:addbdb9d898e
   158 # Calculate the deps via makedepend
   158 # Calculate the deps via makedepend
   159 	$(Q)$(MAKEDEPEND) -f$(SRC_OBJS_DIR)/Makefile.dep.tmp -o.o -Y -v -- $(CFLAGS_MAKEDEP) -- $(SRCS:%=$(SRC_DIR)/%) 2>/dev/null
   159 	$(Q)$(MAKEDEPEND) -f$(SRC_OBJS_DIR)/Makefile.dep.tmp -o.o -Y -v -- $(CFLAGS_MAKEDEP) -- $(SRCS:%=$(SRC_DIR)/%) 2>/dev/null
   160 
   160 
   161 # Convert x:/... paths to /x/... for mingw
   161 # Convert x:/... paths to /x/... for mingw
   162 ifeq ($(OS), MINGW)
   162 ifeq ($(OS), MINGW)
   163 	@cat Makefile.dep.tmp | sed 's@\([a-zA-Z]\):/@/\1/@g' > Makefile.dep.tmp.mingw
   163 	@cat Makefile.dep.tmp | sed 's@\([a-zA-Z]\):\/@\/\1\/@g' > Makefile.dep.tmp.mingw
   164 	@cp Makefile.dep.tmp.mingw Makefile.dep.tmp
   164 	@cp Makefile.dep.tmp.mingw Makefile.dep.tmp
   165 	@rm -f Makefile.dep.tmp.mingw
   165 	@rm -f Makefile.dep.tmp.mingw
   166 endif
   166 endif
   167 
   167 
   168 # Remove all comments and includes that don't start with $(SRC_DIR)
   168 # Remove all comments and includes that don't start with $(SRC_DIR)