comparison Makefile @ 522:c6043f70304f libavformat

removing the .so file when make clean is run patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)
author michael
date Thu, 16 Sep 2004 17:15:58 +0000
parents d95e74ef39e0
children 59da52e5f5a5
comparison
equal deleted inserted replaced
521:eb14a350e64a 522:c6043f70304f
129 # BeOS: remove -Wall to get rid of all the "multibyte constant" warnings 129 # BeOS: remove -Wall to get rid of all the "multibyte constant" warnings
130 %.o: %.cpp 130 %.o: %.cpp
131 g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $< 131 g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $<
132 132
133 distclean clean: 133 distclean clean:
134 rm -f *.o *.d .depend *~ *.a $(LIB) 134 rm -f *.o *.d .depend *~ *.a *.so $(LIB)
135 135
136 # 136 #
137 # include dependency files if they exist 137 # include dependency files if they exist
138 # 138 #
139 ifneq ($(wildcard .depend),) 139 ifneq ($(wildcard .depend),)