build: Rename sources.mak -> Makefile.sources

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>
This commit is contained in:
Matt Turner
2013-01-21 10:25:31 -08:00
parent d50343dff1
commit 3c690524e2
13 changed files with 14 additions and 14 deletions
+1 -1
View 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
+2 -2
View 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) \
@@ -1,4 +1,4 @@
# src/mapi/glapi/sources.mak
# src/mapi/glapi/Makefile.sources
GLAPI_SOURCES = \
glapi_dispatch.c \
@@ -1,4 +1,4 @@
# src/mapi/mapi/sources.mak
# src/mapi/mapi/Makefile.sources
#
# mapi may be used in several ways
#
+1 -1
View 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)
+1 -1
View 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
+1 -1
View 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)
+1 -1
View 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)
+1 -1
View 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)
+1 -1
View 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 =
+2 -2
View 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 \
+1 -1
View 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)