Remove generated pkg-config files on `make clean'

This commit is contained in:
Dan Nicholson
2008-07-11 10:43:29 -07:00
parent 99803a4ec9
commit 6c44c6d020
6 changed files with 6 additions and 2 deletions
+1
View File
@@ -32,3 +32,4 @@ clean:
-@for dir in $(SUBDIRS) ; do \
(cd $$dir && $(MAKE) clean) ; \
done
-rm -f *.pc
+1
View File
@@ -119,6 +119,7 @@ clean:
-rm -f *.o *~
-rm -f *.lo
-rm -f *.la
-rm -f *.pc
-rm -rf .libs
-rm -f depend depend.bak
+1 -1
View File
@@ -93,6 +93,6 @@ install: glut.pc
# Remove .o and backup files
clean: depend
-rm -f depend depend.bak
-rm -f *.o *~ *.o *~ *.so libglut.so.3.7
-rm -f *.o *~ *.o *~ *.so *.pc libglut.so.3.7
include depend
+1 -1
View File
@@ -44,7 +44,7 @@ install: glw.pc
clean:
-rm -f depend depend.bak
-rm -f *.o *~
-rm -f *.o *.pc *~
# Make the library
+1
View File
@@ -129,6 +129,7 @@ clean:
-rm -f */*/*.o
-rm -f depend depend.bak libmesa.a libglapi.a
-rm -f drivers/*/*.o
-rm -f *.pc
-@cd drivers/dri && $(MAKE) clean
-@cd drivers/x11 && $(MAKE) clean
-@cd drivers/osmesa && $(MAKE) clean
+1
View File
@@ -53,3 +53,4 @@ clean:
fi \
done
-rm -f common/*.o
-rm -f *.pc