build: Rename sources.mak -> Makefile.sources
authorMatt Turner <mattst88@gmail.com>
Mon, 21 Jan 2013 18:25:31 +0000 (10:25 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 15 Apr 2013 19:04:25 +0000 (12:04 -0700)
For the sake of consistency.

Tested-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-and-Tested-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
13 files changed:
src/glx/apple/Makefile
src/mapi/glapi/Makefile.am
src/mapi/glapi/Makefile.sources [moved from src/mapi/glapi/sources.mak with 87% similarity]
src/mapi/mapi/Makefile.sources [moved from src/mapi/mapi/sources.mak with 97% similarity]
src/mapi/shared-glapi/Makefile.am
src/mapi/vgapi/Makefile.am
src/mesa/Android.libmesa_dricore.mk
src/mesa/Android.libmesa_st_mesa.mk
src/mesa/Makefile.am
src/mesa/Makefile.sources [moved from src/mesa/sources.mak with 100% similarity]
src/mesa/libdricore/Makefile.am
src/mesa/program/Android.mk
src/mesa/program/Makefile.am

index f6faa1e..7dab068 100644 (file)
@@ -58,7 +58,7 @@ SOURCES = \
        ../xfont.c \
        ../applegl_glx.c
 
-include $(TOP)/src/mesa/sources.mak
+include $(TOP)/src/mesa/Makefile.sources
 
 # override GLAPI_LIB
 GLAPI_LIB = $(TOP)/src/mapi/glapi/libglapi.a
index bdb527d..cf2602a 100644 (file)
@@ -20,8 +20,8 @@
 # IN THE SOFTWARE.
 
 TOP = $(top_srcdir)
-include sources.mak
-include ../mapi/sources.mak
+include Makefile.sources
+include ../mapi/Makefile.sources
 
 AM_CPPFLAGS = \
         $(DEFINES) \
similarity index 87%
rename from src/mapi/glapi/sources.mak
rename to src/mapi/glapi/Makefile.sources
index aa8a4d4..58d28c5 100644 (file)
@@ -1,4 +1,4 @@
-# src/mapi/glapi/sources.mak
+# src/mapi/glapi/Makefile.sources
 
 GLAPI_SOURCES = \
        glapi_dispatch.c \
similarity index 97%
rename from src/mapi/mapi/sources.mak
rename to src/mapi/mapi/Makefile.sources
index 56f4afd..a2f6c71 100644 (file)
@@ -1,4 +1,4 @@
-# src/mapi/mapi/sources.mak
+# src/mapi/mapi/Makefile.sources
 #
 # mapi may be used in several ways
 #
index d215c43..2cc5c59 100644 (file)
@@ -2,7 +2,7 @@
 
 TOP = $(top_srcdir)
 GLAPI = $(top_srcdir)/src/mapi/glapi
-include $(top_srcdir)/src/mapi/mapi/sources.mak
+include $(top_srcdir)/src/mapi/mapi/Makefile.sources
 
 lib_LTLIBRARIES = libglapi.la
 libglapi_la_SOURCES = $(MAPI_GLAPI_FILES)
index b7abf92..7d7c581 100644 (file)
@@ -40,7 +40,7 @@ VG_include_HEADERS = \
 lib_LTLIBRARIES = libOpenVG.la
 
 TOP=$(top_srcdir)
-include ../mapi/sources.mak
+include ../mapi/Makefile.sources
 libOpenVG_la_SOURCES = $(MAPI_FILES) vgapi_tmp.h
 libOpenVG_la_LIBADD = $(VG_LIB_DEPS)
 libOpenVG_la_LDFLAGS = -version-number 1 -no-undefined
index 093d7a1..00c0694 100644 (file)
@@ -31,7 +31,7 @@ LOCAL_PATH := $(call my-dir)
 # Import the following variables:
 #     MESA_FILES
 #     X86_FILES
-include $(LOCAL_PATH)/sources.mak
+include $(LOCAL_PATH)/Makefile.sources
 
 include $(CLEAR_VARS)
 
index 79914ca..e7203c4 100644 (file)
@@ -31,7 +31,7 @@ LOCAL_PATH := $(call my-dir)
 # Import variables:
 #      MESA_GALLIUM_FILES.
 #      X86_FILES
-include $(LOCAL_PATH)/sources.mak
+include $(LOCAL_PATH)/Makefile.sources
 
 include $(CLEAR_VARS)
 
index c341c48..14685e7 100644 (file)
@@ -81,7 +81,7 @@ endif
 
 SRCDIR = $(top_srcdir)/src/mesa/
 BUILDDIR = $(top_builddir)/src/mesa/
-include sources.mak
+include Makefile.sources
 
 AM_CPPFLAGS = $(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS)
 AM_CFLAGS = $(LLVM_CFLAGS) $(VISIBILITY_CFLAGS)
index 753548e..dce5170 100644 (file)
@@ -21,7 +21,7 @@
 
 SRCDIR=$(top_srcdir)/src/mesa/
 BUILDDIR=$(top_builddir)/src/mesa/
-include ../sources.mak
+include ../Makefile.sources
 include ../../glsl/Makefile.sources
 
 noinst_PROGRAMS =
index 51362e0..3f974ea 100644 (file)
@@ -38,7 +38,7 @@ endef
 
 # Import the following variables:
 #     PROGRAM_FILES
-include $(MESA_TOP)/src/mesa/sources.mak
+include $(MESA_TOP)/src/mesa/Makefile.sources
 
 include $(CLEAR_VARS)
 
@@ -49,7 +49,7 @@ intermediates := $(call local-intermediates-dir)
 
 MESA_ENABLED_APIS := ES1 ES2
 
-# TODO(chadv): In sources.mak, move these vars to a different list so we can
+# TODO(chadv): In Makefile.sources, move these vars to a different list so we can
 # remove this kludge.
 generated_sources_basenames := \
        lex.yy.c \
index 1b82046..b0e9eff 100644 (file)
@@ -19,7 +19,7 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-include ../sources.mak
+include ../Makefile.sources
 
 AM_CPPFLAGS = $(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS)
 AM_CFLAGS = $(VISIBILITY_CFLAGS)