dect
/
asterisk
Archived
13
0
Fork 0

clean up assembler and preprocessor files if they are here too

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@87467 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2007-10-29 22:24:44 +00:00
parent de04a59313
commit 5aafb5a5e4
8 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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),)

View File

@ -15,3 +15,4 @@ $(LIB): $(OBJS)
clean:
rm -f $(LIB) *.o
rm -f .*.o.d
rm -f *.s *.i

View File

@ -18,3 +18,4 @@ $(LIB): $(OBJS)
clean:
rm -f $(LIB) *.o .*.d
rm -f *.s *.i

View File

@ -75,3 +75,4 @@ $(LIB): $(OBJ)
clean:
rm -f *.o $(LIB) .*.d
rm -f *.s *.i

View File

@ -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)

View 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

View File

@ -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