Alexandre Julliard : makefiles: Get rid of the MAKE_IMPLIB_RULES variable.

Alexandre Julliard julliard at winehq.org
Thu Jan 2 13:13:47 CST 2014


Module: wine
Branch: master
Commit: af6db67d6fdf5fbafcd2ce38b13235b6ab193927
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=af6db67d6fdf5fbafcd2ce38b13235b6ab193927

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jan  2 12:09:13 2014 +0100

makefiles: Get rid of the MAKE_IMPLIB_RULES variable.

---

 configure                 |    5 -----
 configure.ac              |    4 ----
 dlls/adsiid/Makefile.in   |    2 --
 dlls/dxerr8/Makefile.in   |    2 --
 dlls/dxerr9/Makefile.in   |    2 --
 dlls/dxguid/Makefile.in   |    2 --
 dlls/strmbase/Makefile.in |    2 --
 dlls/strmiids/Makefile.in |    2 --
 dlls/uuid/Makefile.in     |    2 --
 dlls/winecrt0/Makefile.in |    2 --
 10 files changed, 0 insertions(+), 25 deletions(-)

diff --git a/configure b/configure
index b065c2f..859a892 100755
--- a/configure
+++ b/configure
@@ -627,7 +627,6 @@ LIBOBJS
 PORCFLAGS
 LINGUAS
 MAKE_TEST_RULES
-MAKE_IMPLIB_RULES
 LDAPLIBS
 LIBRT
 LIBPOLL
@@ -16528,10 +16527,6 @@ ac_config_commands="$ac_config_commands include/stamp-h"
 $as_echo_n "creating Makefile rules..." >&6
 
 
-MAKE_IMPLIB_RULES=""
-
-
-
 MAKE_TEST_RULES="
 RUNTESTFLAGS = -q -P wine
 "
diff --git a/configure.ac b/configure.ac
index ff596b0..fd72bc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2591,10 +2591,6 @@ AH_BOTTOM([#endif /* WINE_CROSSTEST */
 AC_CONFIG_COMMANDS([include/stamp-h], [echo timestamp > include/stamp-h])
 AS_ECHO_N("creating Makefile rules...") >&AS_MESSAGE_FD
 
-dnl Import library rules
-
-AC_SUBST(MAKE_IMPLIB_RULES,"")
-
 dnl Test rules
 
 AC_SUBST(MAKE_TEST_RULES,"
diff --git a/dlls/adsiid/Makefile.in b/dlls/adsiid/Makefile.in
index a5b27d5..d741ea5 100644
--- a/dlls/adsiid/Makefile.in
+++ b/dlls/adsiid/Makefile.in
@@ -2,5 +2,3 @@ MODULE    = libadsiid.a
 
 C_SRCS = \
 	adsiid.c
-
- at MAKE_IMPLIB_RULES@
diff --git a/dlls/dxerr8/Makefile.in b/dlls/dxerr8/Makefile.in
index aa46a26..c056b1c 100644
--- a/dlls/dxerr8/Makefile.in
+++ b/dlls/dxerr8/Makefile.in
@@ -2,5 +2,3 @@ MODULE    = libdxerr8.a
 
 C_SRCS = \
 	dxerr8.c
-
- at MAKE_IMPLIB_RULES@
diff --git a/dlls/dxerr9/Makefile.in b/dlls/dxerr9/Makefile.in
index 57edb14..04fac1f 100644
--- a/dlls/dxerr9/Makefile.in
+++ b/dlls/dxerr9/Makefile.in
@@ -2,5 +2,3 @@ MODULE    = libdxerr9.a
 
 C_SRCS = \
 	dxerr9.c
-
- at MAKE_IMPLIB_RULES@
diff --git a/dlls/dxguid/Makefile.in b/dlls/dxguid/Makefile.in
index a47a51f..551bff9 100644
--- a/dlls/dxguid/Makefile.in
+++ b/dlls/dxguid/Makefile.in
@@ -5,5 +5,3 @@ C_SRCS = \
 	dx8guid.c \
 	dx9guid.c \
 	dxguid.c
-
- at MAKE_IMPLIB_RULES@
diff --git a/dlls/strmbase/Makefile.in b/dlls/strmbase/Makefile.in
index 3ac7c56..a51691b 100644
--- a/dlls/strmbase/Makefile.in
+++ b/dlls/strmbase/Makefile.in
@@ -16,5 +16,3 @@ C_SRCS = \
 	transform.c \
 	video.c \
 	window.c
-
- at MAKE_IMPLIB_RULES@
diff --git a/dlls/strmiids/Makefile.in b/dlls/strmiids/Makefile.in
index 744682e..baf7019 100644
--- a/dlls/strmiids/Makefile.in
+++ b/dlls/strmiids/Makefile.in
@@ -2,5 +2,3 @@ MODULE    = libstrmiids.a
 
 C_SRCS = \
 	strmiids.c
-
- at MAKE_IMPLIB_RULES@
diff --git a/dlls/uuid/Makefile.in b/dlls/uuid/Makefile.in
index bc35e69..6cabbc5 100644
--- a/dlls/uuid/Makefile.in
+++ b/dlls/uuid/Makefile.in
@@ -2,5 +2,3 @@ MODULE    = libuuid.a
 
 C_SRCS = \
 	uuid.c
-
- at MAKE_IMPLIB_RULES@
diff --git a/dlls/winecrt0/Makefile.in b/dlls/winecrt0/Makefile.in
index 23dca02..6b7c3e8 100644
--- a/dlls/winecrt0/Makefile.in
+++ b/dlls/winecrt0/Makefile.in
@@ -14,5 +14,3 @@ C_SRCS = \
 	init.c \
 	register.c \
 	stub.c
-
- at MAKE_IMPLIB_RULES@




More information about the wine-cvs mailing list