mesa: Add scons files to distribution.

This commit is contained in:
Matt Turner 2014-12-07 14:07:32 -08:00
parent f6502aaa58
commit 952b324b23
16 changed files with 29 additions and 8 deletions

View File

@ -29,8 +29,11 @@ PACKAGE_DIR = Mesa-$(PACKAGE_VERSION)
PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
EXTRA_DIST = \
common.py \
docs \
doxygen
doxygen \
scons \
SConstruct
EXTRA_FILES = \
aclocal.m4 \

View File

@ -51,4 +51,4 @@ if HAVE_GALLIUM
SUBDIRS += gallium
endif
EXTRA_DIST = egl/docs getopt hgl
EXTRA_DIST = egl/docs getopt hgl SConscript

View File

@ -113,6 +113,7 @@ SUBDIRS += winsys/sw/wrapper
EXTRA_DIST = \
docs \
SConscript \
winsys/sw/android \
winsys/sw/gdi \
winsys/sw/hgl

View File

@ -2,6 +2,8 @@
include $(top_srcdir)/src/gallium/Automake.inc
EXTRA_DIST = SConscript
AM_CFLAGS = \
$(GALLIUM_CFLAGS)

View File

@ -34,7 +34,8 @@ EXTRA_DIST = tests glcpp/tests README TODO \
glsl_lexer.ll \
glsl_parser.yy \
glcpp/glcpp-lex.l \
glcpp/glcpp-parse.y
glcpp/glcpp-parse.y \
SConscript
include Makefile.sources

View File

@ -26,6 +26,8 @@ endif
SUBDIRS =
EXTRA_DIST = SConscript
if HAVE_XF86VIDMODE
EXTRA_DEFINES_XF86VIDMODE = -DXF86VIDMODE
endif

View File

@ -21,6 +21,8 @@
include Makefile.sources
EXTRA_DIST = SConscript
noinst_LTLIBRARIES = libloader.la
libloader_la_CPPFLAGS = \

View File

@ -32,7 +32,10 @@ check_PROGRAMS =
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA =
EXTRA_DIST = mapi_abi.py
EXTRA_DIST = \
mapi_abi.py \
glapi/SConscript \
shared-glapi/SConscript
AM_CFLAGS = $(PTHREAD_CFLAGS)
AM_CPPFLAGS = \

View File

@ -75,6 +75,7 @@ EXTRA_DIST= \
glX_proto_size.py \
glX_server_table.py \
remap_helper.py \
SConscript \
gl_API.dtd
######################################################################

View File

@ -54,7 +54,7 @@ vgapi_tmp.h: $(srcdir)/vgapi.csv $(top_srcdir)/src/mapi/mapi_abi.py
$(AM_V_GEN) $(PYTHON2) $(PYTHON_FLAGS) $(top_srcdir)/src/mapi/mapi_abi.py \
--printer vgapi --mode lib $< > $@
EXTRA_DIST = vgapi.csv
EXTRA_DIST = SConscript vgapi.csv
BUILT_SOURCES = vgapi_tmp.h
CLEANFILES = $(BUILT_SOURCES)

View File

@ -64,6 +64,7 @@ include Makefile.sources
EXTRA_DIST = \
drivers/haiku \
drivers/SConscript \
main/format_info.py \
main/format_parser.py \
main/formats.csv \
@ -71,6 +72,7 @@ EXTRA_DIST = \
main/get_hash_params.py \
program/program_lexer.l \
program/program_parse.y \
SConscript \
tnl_dd
BUILT_SOURCES = \

View File

@ -23,7 +23,7 @@ SUBDIRS = xmlpool
include Makefile.sources
EXTRA_DIST = drirc xmlpool.h
EXTRA_DIST = drirc xmlpool.h SConscript
AM_CFLAGS = \
-I$(top_srcdir)/include \

View File

@ -52,7 +52,7 @@ POT=xmlpool.pot
.PHONY: all clean pot po mo
EXTRA_DIST = gen_xmlpool.py t_options.h $(POS)
EXTRA_DIST = gen_xmlpool.py t_options.h $(POS) SConscript
BUILT_SOURCES = options.h
CLEANFILES = $(MOS) options.h

View File

@ -21,6 +21,8 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
EXTRA_DIST = SConscript
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src \

View File

@ -23,6 +23,8 @@
# GLX extension. All rendering is converted to Xlib calls. No hardware
# acceleration.
EXTRA_DIST = SConscript
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/mapi \

View File

@ -39,7 +39,7 @@ libmesautil_la_SOURCES = \
BUILT_SOURCES = $(MESA_UTIL_GENERATED_FILES)
CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = format_srgb.py
EXTRA_DIST = format_srgb.py SConscript
format_srgb.c: $(srcdir)/format_srgb.py
$(AM_V_GEN) $(PYTHON2) $< > $@