]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
clean up (and ignore) assembler and preprocessor intermediate files if any are create...
authorKevin P. Fleming <kpfleming@digium.com>
Mon, 29 Oct 2007 22:12:16 +0000 (22:12 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Mon, 29 Oct 2007 22:12:16 +0000 (22:12 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@87463 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile.moddir_rules
agi/Makefile
codecs/ilbc/Makefile
codecs/lpc10/Makefile
main/db1-ast/Makefile
main/editline/Makefile.in
utils/Makefile

index 7d7109b6d223c246d02a94e25d3dd04f87dc62f0..a493e4733d33cd7ad5383492dd021c748d82ef82 100644 (file)
@@ -70,7 +70,7 @@ modules.link:
        @for file in $(patsubst %,$(SUBDIR)/%,$(filter-out %.o,$^)); do echo "INPUT (../$${file})" >> $@; done
 
 clean::
-       rm -f *.so *.o *.oo
+       rm -f *.so *.o *.oo *.s *.i
        rm -f .*.o.d .*.oo.d
        rm -f modules.link
 
index 4066cda0bb7e2e554880c7b46423f5af548f4197..c24c7f1006876b29084a7c1deef22655c66b6d77 100644 (file)
@@ -39,7 +39,7 @@ uninstall:
 
 clean:
        rm -f *.so *.o look eagi-test eagi-sphinx-test
-       rm -f .*.o.d .*.oo.d
+       rm -f .*.o.d .*.oo.d *.s *.i
        rm -f strcompat.c
 
 ifneq ($(wildcard .*.d),)
index 3864f31fbd5177602eb9883b40cfce3aba222381..51e2ae2494c2965dfcbf1954f63491ed9779ad8e 100644 (file)
@@ -17,4 +17,4 @@ $(LIB): $(OBJS)
        $(CMD_PREFIX) $(RANLIB) $@
 
 clean:
-       rm -f $(LIB) *.o .*.d
+       rm -f $(LIB) *.o .*.d *.s *.i
index e3308913abba99cd2785115e4511534b984ec038..bf6a6e08a33f284a2adb7e9235a943fc0c683366 100644 (file)
@@ -74,4 +74,4 @@ $(LIB): $(OBJ)
        $(CMD_PREFIX) $(RANLIB) $@
 
 clean:
-       rm -f *.o $(LIB) .*.d
+       rm -f *.o $(LIB) .*.d *.s *.i
index 73ccbd605a0474ed60892958c25106815267f986..4b9bb25d7fd03716df6dab907060b87bbbae0719 100644 (file)
@@ -46,7 +46,7 @@ $(PROG): db_dump185.o $(LIBDBSO)
 clean-depend:
 
 clean:
-       rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
+       rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS) *.s *.i
 
 ASTCFLAGS:=-Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno $(ASTCFLAGS)
 
index 1b464861769b5c7a73eb771e8fffc38819249a49..f17cfd43a7dd55877b1f2d51f82bdfc0a77066b5 100644 (file)
@@ -177,6 +177,7 @@ clean :
        rm -f $(BGCSRCS:.c=.o_a) $(CCSRCS:.c=.o_a)
        rm -f $(BGCSRCS:.c=.o_s) $(CCSRCS:.c=.o_s)
        rm -f $(TCSRCS:.c=.o) $(TEST)
+       rm -f *.s *.i
 
 distclean : clean
        rm -f config.cache config.log config.status config.h Makefile
index f41427ddf1a3534344304d16eb9338f32358b2da..4703e2c845c99da082d335bbc5a443fceb56e9e7 100644 (file)
@@ -55,7 +55,7 @@ uninstall:
        for x in $(ALL_UTILS); do rm -f $$x $(DESTDIR)$(ASTSBINDIR)/$$x; done
 
 clean:
-       rm -f *.o $(ALL_UTILS) check_expr
+       rm -f *.o $(ALL_UTILS) check_expr *.s *.i
        rm -f .*.o.d .*.oo.d
        rm -f md5.c strcompat.c ast_expr2.c ast_expr2f.c pbx_ael.c
        rm -f aelparse.c aelbison.c