diff options
author | Matt Turner <[email protected]> | 2012-09-05 21:08:39 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-13 00:55:37 +0100 |
commit | 92ce9c38fd5e2260ca2a707548c4de13a6002a1b (patch) | |
tree | 9896c99928b93d2c1eee28bc09b1a97907ce85c8 /src/gallium/winsys/sw | |
parent | 8c80bdc4a8d0b1c39cad8b8bfb1b982a498f0a8e (diff) |
Remove hacks for static Makefiles
v2: Andreas Boll <[email protected]>
- don't remove compatibility with scripts for the old build system
v3: Andreas Boll <[email protected]>
- remove more obsolete hacks
v4: Andreas Boll <[email protected]>
- add a previously removed TOP variable to fix vgapi build
Diffstat (limited to 'src/gallium/winsys/sw')
-rw-r--r-- | src/gallium/winsys/sw/dri/Makefile.am | 4 | ||||
-rw-r--r-- | src/gallium/winsys/sw/fbdev/Makefile.am | 4 | ||||
-rw-r--r-- | src/gallium/winsys/sw/null/Makefile.am | 4 | ||||
-rw-r--r-- | src/gallium/winsys/sw/wayland/Makefile.am | 4 | ||||
-rw-r--r-- | src/gallium/winsys/sw/wrapper/Makefile.am | 4 | ||||
-rw-r--r-- | src/gallium/winsys/sw/xlib/Makefile.am | 4 |
6 files changed, 0 insertions, 24 deletions
diff --git a/src/gallium/winsys/sw/dri/Makefile.am b/src/gallium/winsys/sw/dri/Makefile.am index c93ce3c0c98..e0f9451fe8a 100644 --- a/src/gallium/winsys/sw/dri/Makefile.am +++ b/src/gallium/winsys/sw/dri/Makefile.am @@ -28,7 +28,3 @@ AM_CPPFLAGS = \ noinst_LTLIBRARIES = libswdri.la libswdri_la_SOURCES = dri_sw_winsys.c - -#XXX: Delete this when all targets using the swdri winsys are converted to automake. -all-local: libswdri.la - ln -f $(builddir)/.libs/libswdri.a $(builddir)/libswdri.a diff --git a/src/gallium/winsys/sw/fbdev/Makefile.am b/src/gallium/winsys/sw/fbdev/Makefile.am index ec06f7e5713..801f68993f7 100644 --- a/src/gallium/winsys/sw/fbdev/Makefile.am +++ b/src/gallium/winsys/sw/fbdev/Makefile.am @@ -28,7 +28,3 @@ AM_CPPFLAGS = \ noinst_LTLIBRARIES = libfbdev.la libfbdev_la_SOURCES = fbdev_sw_winsys.c - -#XXX: Delete this when all targets using the fbdev winsys are converted to automake. -all-local: libfbdev.la - ln -f $(builddir)/.libs/libfbdev.a $(builddir)/libfbdev.a diff --git a/src/gallium/winsys/sw/null/Makefile.am b/src/gallium/winsys/sw/null/Makefile.am index 5a1e11dddfc..fb450dd0035 100644 --- a/src/gallium/winsys/sw/null/Makefile.am +++ b/src/gallium/winsys/sw/null/Makefile.am @@ -28,7 +28,3 @@ AM_CPPFLAGS = \ noinst_LTLIBRARIES = libws_null.la libws_null_la_SOURCES = null_sw_winsys.c - -#XXX: Delete this when all targets using the ws_null winsys are converted to automake. -all-local: libws_null.la - ln -f $(builddir)/.libs/libws_null.a $(builddir)/libws_null.a diff --git a/src/gallium/winsys/sw/wayland/Makefile.am b/src/gallium/winsys/sw/wayland/Makefile.am index 1f61e58d679..40ec7d92d1e 100644 --- a/src/gallium/winsys/sw/wayland/Makefile.am +++ b/src/gallium/winsys/sw/wayland/Makefile.am @@ -29,7 +29,3 @@ AM_CPPFLAGS = \ noinst_LTLIBRARIES = libws_wayland.la libws_wayland_la_SOURCES = wayland_sw_winsys.c - -#XXX: Delete this when all targets using the ws_wayland winsys are converted to automake. -all-local: libws_wayland.la - ln -f $(builddir)/.libs/libws_wayland.a $(builddir)/libws_wayland.a diff --git a/src/gallium/winsys/sw/wrapper/Makefile.am b/src/gallium/winsys/sw/wrapper/Makefile.am index 14f43827819..3dcd6ad488c 100644 --- a/src/gallium/winsys/sw/wrapper/Makefile.am +++ b/src/gallium/winsys/sw/wrapper/Makefile.am @@ -28,7 +28,3 @@ AM_CPPFLAGS = \ noinst_LTLIBRARIES = libwsw.la libwsw_la_SOURCES = wrapper_sw_winsys.c - -#XXX: Delete this when all targets using the wsw winsys are converted to automake. -all-local: libwsw.la - ln -f $(builddir)/.libs/libwsw.a $(builddir)/libwsw.a diff --git a/src/gallium/winsys/sw/xlib/Makefile.am b/src/gallium/winsys/sw/xlib/Makefile.am index 76dbea315c4..59da37dbb47 100644 --- a/src/gallium/winsys/sw/xlib/Makefile.am +++ b/src/gallium/winsys/sw/xlib/Makefile.am @@ -29,7 +29,3 @@ AM_CPPFLAGS = \ noinst_LTLIBRARIES = libws_xlib.la libws_xlib_la_SOURCES = xlib_sw_winsys.c - -#XXX: Delete this when all targets using the ws_xlib winsys are converted to automake. -all-local: libws_xlib.la - ln -f $(builddir)/.libs/libws_xlib.a $(builddir)/libws_xlib.a |