aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.moddir_rules1
-rw-r--r--agi/Makefile1
-rw-r--r--codecs/g722/Makefile1
-rw-r--r--codecs/ilbc/Makefile1
-rw-r--r--codecs/lpc10/Makefile1
-rw-r--r--main/db1-ast/Makefile1
-rw-r--r--main/editline/Makefile.in1
-rw-r--r--utils/Makefile1
8 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.moddir_rules b/Makefile.moddir_rules
index 1c78ebd45..38caf2294 100644
--- a/Makefile.moddir_rules
+++ b/Makefile.moddir_rules
@@ -74,6 +74,7 @@ modules.link:
clean::
rm -f *.so *.o *.oo *.eo *.eoo
rm -f .*.o.d .*.oo.d
+ rm -f *.s *.i
rm -f modules.link
install:: all
diff --git a/agi/Makefile b/agi/Makefile
index 4066cda0b..2ced1ba68 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -40,6 +40,7 @@ uninstall:
clean:
rm -f *.so *.o look eagi-test eagi-sphinx-test
rm -f .*.o.d .*.oo.d
+ rm -f *.s *.i
rm -f strcompat.c
ifneq ($(wildcard .*.d),)
diff --git a/codecs/g722/Makefile b/codecs/g722/Makefile
index a894e5cbf..dee23c6e8 100644
--- a/codecs/g722/Makefile
+++ b/codecs/g722/Makefile
@@ -15,3 +15,4 @@ $(LIB): $(OBJS)
clean:
rm -f $(LIB) *.o
rm -f .*.o.d
+ rm -f *.s *.i
diff --git a/codecs/ilbc/Makefile b/codecs/ilbc/Makefile
index 3864f31fb..c3db840ef 100644
--- a/codecs/ilbc/Makefile
+++ b/codecs/ilbc/Makefile
@@ -18,3 +18,4 @@ $(LIB): $(OBJS)
clean:
rm -f $(LIB) *.o .*.d
+ rm -f *.s *.i
diff --git a/codecs/lpc10/Makefile b/codecs/lpc10/Makefile
index e3308913a..c98131c26 100644
--- a/codecs/lpc10/Makefile
+++ b/codecs/lpc10/Makefile
@@ -75,3 +75,4 @@ $(LIB): $(OBJ)
clean:
rm -f *.o $(LIB) .*.d
+ rm -f *.s *.i
diff --git a/main/db1-ast/Makefile b/main/db1-ast/Makefile
index 73ccbd605..56657f88f 100644
--- a/main/db1-ast/Makefile
+++ b/main/db1-ast/Makefile
@@ -47,6 +47,7 @@ clean-depend:
clean:
rm -f $(LIBDB) $(LIBDBSO) $(OBJS) $(SHOBJS)
+ rm -f *.s *.i
ASTCFLAGS:=-Wall -D__DBINTERFACE_PRIVATE -I. -I.. -Iinclude -Ihash -Ibtree -Irecno $(ASTCFLAGS)
diff --git a/main/editline/Makefile.in b/main/editline/Makefile.in
index 1b4648617..f17cfd43a 100644
--- a/main/editline/Makefile.in
+++ b/main/editline/Makefile.in
@@ -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
diff --git a/utils/Makefile b/utils/Makefile
index c5b7067e9..2cbf1b4c9 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -58,6 +58,7 @@ uninstall:
clean:
rm -f *.o $(ALL_UTILS) check_expr
rm -f .*.o.d .*.oo.d
+ rm -f *.s *.i
rm -f md5.c strcompat.c ast_expr2.c ast_expr2f.c pbx_ael.c pval.c
rm -f aelparse.c aelbison.c conf2ael
rm -f utils.c sha1.c astobj2.c hashtest2