Add a new $way_libsuf variable for library suffix+extension
authorDuncan Coutts <duncan@well-typed.com>
Tue, 28 Apr 2009 12:35:29 +0000 (12:35 +0000)
committerDuncan Coutts <duncan@well-typed.com>
Tue, 28 Apr 2009 12:35:29 +0000 (12:35 +0000)
commit66b0d2dea58a0eb13889e86069b9d8297de4c19c
treee4ed628f427be1cc0b3c0c52abfa46a309d95e51
parentce14988222b8da2abc57c68a087a61efe5ba709b
Add a new $way_libsuf variable for library suffix+extension
This allows the library file type to depend on the way. This is needed
to use .so/.dll libs for the "dyn" way rather than always using .a libs.
For example: thr_debug_dyn_libsuf="_thr_debug-ghc6.11.20090426.so"
rules/build-package-way.mk
rules/way-prelims.mk