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/glsl | |
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/glsl')
-rw-r--r-- | src/glsl/Makefile.am | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index aff1559e0f1..0f545d54881 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -78,10 +78,3 @@ CLEANFILES = glsl_lexer.cc glsl_parser.cc $(BUILT_SOURCES) builtin_function.cpp builtin_function.cpp: $(srcdir)/builtins/profiles/* $(srcdir)/builtins/ir/* $(srcdir)/builtins/glsl/* $(srcdir)/builtins/tools/generate_builtins.py $(srcdir)/builtins/tools/texture_builtins.py builtin_compiler/builtin_compiler$(BUILD_EXEEXT) $(AM_V_GEN) $(PYTHON2) $(PYTHON_FLAGS) $(srcdir)/builtins/tools/generate_builtins.py builtin_compiler/builtin_compiler$(BUILD_EXEEXT) > builtin_function.cpp || rm -f builtin_function.cpp - -# Provide compatibility with scripts for the old Mesa build system for -# a while by putting a link to the library in the current directory. -all-local: libglsl.la - ln -f .libs/libglsl.a . - -CLEANFILES += libglsl.a |