From: Daniel Borca Date: Wed, 28 Apr 2004 08:39:45 +0000 (+0000) Subject: updated makefiles X-Git-Tag: mesa-7.8~11121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af503f3438c53962c1ee65ec69c07cb584672198;p=platform%2Fupstream%2Fmesa.git updated makefiles --- diff --git a/src/mesa/Makefile.DJ b/src/mesa/Makefile.DJ index 6ee62fc..2ce5a6f 100644 --- a/src/mesa/Makefile.DJ +++ b/src/mesa/Makefile.DJ @@ -154,6 +154,8 @@ clean: -$(call UNLINK,glapi/*.o) -$(call UNLINK,main/*.o) -$(call UNLINK,math/*.o) + -$(call UNLINK,shader/*.o) + -$(call UNLINK,sparc/*.o) -$(call UNLINK,swrast/*.o) -$(call UNLINK,swrast_setup/*.o) -$(call UNLINK,tnl/*.o) diff --git a/src/mesa/Makefile.mgw b/src/mesa/Makefile.mgw index a209e58..d1d415d 100644 --- a/src/mesa/Makefile.mgw +++ b/src/mesa/Makefile.mgw @@ -152,6 +152,8 @@ clean: -$(call UNLINK,glapi/*.o) -$(call UNLINK,main/*.o) -$(call UNLINK,math/*.o) + -$(call UNLINK,shader/*.o) + -$(call UNLINK,sparc/*.o) -$(call UNLINK,swrast/*.o) -$(call UNLINK,swrast_setup/*.o) -$(call UNLINK,tnl/*.o)