Skip to content

Commit

Permalink
More work on integrating mesa into build system.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzorin committed Feb 17, 2012
1 parent dbd1b11 commit 7df41ef
Show file tree
Hide file tree
Showing 25 changed files with 6,215 additions and 186 deletions.
54 changes: 39 additions & 15 deletions Makefile.in
@@ -1,9 +1,9 @@
# Makefile.in generated by automake 1.11.1 from Makefile.am.
# Makefile.in generated by automake 1.11.2 from Makefile.am.
# @configure_input@

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
# Inc.
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
# Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
Expand Down Expand Up @@ -35,8 +35,9 @@ subdir = .
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure \
$(top_srcdir)/src/library/GL3/rsxgl3ext.h.in \
$(top_srcdir)/src/library/GL3/rsxgl_compatibility.h.in AUTHORS \
INSTALL TODO config/depcomp config/install-sh config/missing
$(top_srcdir)/src/library/GL3/rsxgl_compatibility.h.in \
$(top_srcdir)/src/mesa/configs/rsx.in AUTHORS TODO \
config/depcomp config/install-sh config/missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/extpkg.m4 \
$(top_srcdir)/m4/ps3dev.m4 $(top_srcdir)/m4/psl1ght.m4 \
Expand All @@ -46,7 +47,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno config.status.lineno
mkinstalldirs = $(install_sh) -d
CONFIG_CLEAN_FILES = src/library/GL3/rsxgl3ext.h \
CONFIG_CLEAN_FILES = src/mesa/configs/rsx src/library/GL3/rsxgl3ext.h \
src/library/GL3/rsxgl_compatibility.h
CONFIG_CLEAN_VPATH_FILES =
SOURCES =
Expand Down Expand Up @@ -101,6 +102,8 @@ am__relativize = \
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
| sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
AMTAR = @AMTAR@
Expand Down Expand Up @@ -137,6 +140,7 @@ LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MESA_LOCATION = @MESA_LOCATION@
MKDIR_P = @MKDIR_P@
NV40ASM = @NV40ASM@
OBJEXT = @OBJEXT@
Expand All @@ -147,6 +151,7 @@ PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATCH = @PATCH@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG = @PKG@
PKG_CONFIG = @PKG_CONFIG@
Expand All @@ -158,12 +163,14 @@ PSL1GHT = @PSL1GHT@
PSL1GHT_CPPFLAGS = @PSL1GHT_CPPFLAGS@
PSL1GHT_LDFLAGS = @PSL1GHT_LDFLAGS@
PSL1GHT_PATH = @PSL1GHT_PATH@
PWDCMD = @PWDCMD@
RANLIB = @RANLIB@
RSXGL_CONFIG_RSX_compatibility = @RSXGL_CONFIG_RSX_compatibility@
RSXGL_CONFIG_samples_host_ip = @RSXGL_CONFIG_samples_host_ip@
RSXGL_CONFIG_samples_host_port = @RSXGL_CONFIG_samples_host_port@
RSXGL_SAMPLES = @RSXGL_SAMPLES@
RSXGL_SUBDIRS = @RSXGL_SUBDIRS@
RSYNC = @RSYNC@
SELF = @SELF@
SELF_NPDRM = @SELF_NPDRM@
SET_MAKE = @SET_MAKE@
Expand All @@ -172,6 +179,7 @@ SHELL = @SHELL@
SPRX = @SPRX@
STRIP = @STRIP@
VERSION = @VERSION@
XARGS = @XARGS@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@
abs_top_builddir = @abs_top_builddir@
Expand Down Expand Up @@ -250,7 +258,7 @@ SUBDIRS = @RSXGL_SUBDIRS@
all: all-recursive

.SUFFIXES:
am--refresh:
am--refresh: Makefile
@:
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
@for dep in $?; do \
Expand Down Expand Up @@ -284,6 +292,8 @@ $(top_srcdir)/configure: $(am__configure_deps)
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
$(am__aclocal_m4_deps):
src/mesa/configs/rsx: $(top_builddir)/config.status $(top_srcdir)/src/mesa/configs/rsx.in
cd $(top_builddir) && $(SHELL) ./config.status $@
src/library/GL3/rsxgl3ext.h: $(top_builddir)/config.status $(top_srcdir)/src/library/GL3/rsxgl3ext.h.in
cd $(top_builddir) && $(SHELL) ./config.status $@
src/library/GL3/rsxgl_compatibility.h: $(top_builddir)/config.status $(top_srcdir)/src/library/GL3/rsxgl_compatibility.h.in
Expand Down Expand Up @@ -496,15 +506,15 @@ dist-gzip: distdir
$(am__remove_distdir)

dist-bzip2: distdir
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
$(am__remove_distdir)

dist-lzma: distdir
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
$(am__remove_distdir)

dist-xz: distdir
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
$(am__remove_distdir)

dist-tarZ: distdir
Expand Down Expand Up @@ -554,6 +564,7 @@ distcheck: dist
&& am__cwd=`pwd` \
&& $(am__cd) $(distdir)/_build \
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
Expand Down Expand Up @@ -582,8 +593,16 @@ distcheck: dist
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
@$(am__cd) '$(distuninstallcheck_dir)' \
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
@test -n '$(distuninstallcheck_dir)' || { \
echo 'ERROR: trying to run $@ with an empty' \
'$$(distuninstallcheck_dir)' >&2; \
exit 1; \
}; \
$(am__cd) '$(distuninstallcheck_dir)' || { \
echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
exit 1; \
}; \
test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
|| { echo "ERROR: files left after uninstall:" ; \
if test -n "$(DESTDIR)"; then \
echo " (check DESTDIR support)"; \
Expand Down Expand Up @@ -614,10 +633,15 @@ install-am: all-am

installcheck: installcheck-recursive
install-strip:
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
`test -z '$(STRIP)' || \
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
if test -z '$(STRIP)'; then \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
install; \
else \
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
"INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
fi
mostlyclean-generic:

clean-generic:
Expand Down

0 comments on commit 7df41ef

Please sign in to comment.