Alexandre Julliard : makefiles: Remove no longer needed dlldata. o and testlist.o extra objects.

Alexandre Julliard julliard at winehq.org
Wed Jan 1 14:24:21 CST 2014


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Dec 31 19:05:12 2013 +0100

makefiles: Remove no longer needed dlldata.o and testlist.o extra objects.

---

 configure                      |    1 -
 configure.ac                   |    1 -
 dlls/actxprxy/Makefile.in      |    2 --
 dlls/dispex/Makefile.in        |    2 --
 dlls/msdaps/Makefile.in        |    2 --
 dlls/ole32/Makefile.in         |    2 --
 dlls/oleaut32/Makefile.in      |    2 --
 dlls/qmgrprxy/Makefile.in      |    2 --
 dlls/quartz/Makefile.in        |    2 --
 dlls/sti/Makefile.in           |    2 --
 dlls/urlmon/Makefile.in        |    2 --
 dlls/windowscodecs/Makefile.in |    2 --
 12 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/configure b/configure
index 925ead3..19db3c3 100755
--- a/configure
+++ b/configure
@@ -16567,7 +16567,6 @@ DLLFLAGS    = $DLLFLAGS
 MAKE_TEST_RULES="
 DLLFLAGS     = $DLLFLAGS
 RUNTESTFLAGS = -q -P wine
-EXTRA_OBJS   = testlist.o
 "
 
 if test -n "$CROSSTARGET"
diff --git a/configure.ac b/configure.ac
index e83cbd1..9a37857 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2625,7 +2625,6 @@ dnl Test rules
 AC_SUBST(MAKE_TEST_RULES,"
 DLLFLAGS     = $DLLFLAGS
 RUNTESTFLAGS = -q -P wine
-EXTRA_OBJS   = testlist.o
 ")
 if test -n "$CROSSTARGET"
 then
diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in
index 9cd1b47..69394c1 100644
--- a/dlls/actxprxy/Makefile.in
+++ b/dlls/actxprxy/Makefile.in
@@ -2,8 +2,6 @@ MODULE    = actxprxy.dll
 IMPORTS   = uuid oleaut32 ole32 rpcrt4
 EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
 
-EXTRA_OBJS = dlldata.o
-
 C_SRCS = \
 	usrmarshal.c
 
diff --git a/dlls/dispex/Makefile.in b/dlls/dispex/Makefile.in
index 19d3083..f663249 100644
--- a/dlls/dispex/Makefile.in
+++ b/dlls/dispex/Makefile.in
@@ -2,8 +2,6 @@ MODULE    = dispex.dll
 IMPORTS   = uuid oleaut32 ole32 rpcrt4 advapi32
 EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
 
-EXTRA_OBJS = dlldata.o
-
 C_SRCS = \
 	usrmarshal.c
 
diff --git a/dlls/msdaps/Makefile.in b/dlls/msdaps/Makefile.in
index bcfde21..74b38c5 100644
--- a/dlls/msdaps/Makefile.in
+++ b/dlls/msdaps/Makefile.in
@@ -3,8 +3,6 @@ IMPORTS   = uuid oleaut32 ole32 rpcrt4 advapi32
 EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_CLSID=CLSID_PSFactoryBuffer -DENTRY_PREFIX=msdaps_
 EXTRAIDLFLAGS = --win32-align=2
 
-EXTRA_OBJS = dlldata.o
-
 C_SRCS = \
 	main.c \
 	row_server.c \
diff --git a/dlls/ole32/Makefile.in b/dlls/ole32/Makefile.in
index 71869a0..141c27f 100644
--- a/dlls/ole32/Makefile.in
+++ b/dlls/ole32/Makefile.in
@@ -50,6 +50,4 @@ IDL_SRCS = \
 	ole32_oleidl.idl \
 	ole32_unknwn.idl
 
-EXTRA_OBJS = dlldata.o
-
 @MAKE_DLL_RULES@
diff --git a/dlls/oleaut32/Makefile.in b/dlls/oleaut32/Makefile.in
index caf4098..fc5b1dd 100644
--- a/dlls/oleaut32/Makefile.in
+++ b/dlls/oleaut32/Makefile.in
@@ -27,6 +27,4 @@ IDL_SRCS = \
 	oleaut32_oaidl.idl \
 	oleaut32_ocidl.idl
 
-EXTRA_OBJS = dlldata.o
-
 @MAKE_DLL_RULES@
diff --git a/dlls/qmgrprxy/Makefile.in b/dlls/qmgrprxy/Makefile.in
index d520fe7..1137465 100644
--- a/dlls/qmgrprxy/Makefile.in
+++ b/dlls/qmgrprxy/Makefile.in
@@ -4,6 +4,4 @@ EXTRADEFS = -DWINE_REGISTER_DLL
 
 IDL_SRCS = qmgrprxy.idl
 
-EXTRA_OBJS = dlldata.o
-
 @MAKE_DLL_RULES@
diff --git a/dlls/quartz/Makefile.in b/dlls/quartz/Makefile.in
index 9a6057d..c1b92a8 100644
--- a/dlls/quartz/Makefile.in
+++ b/dlls/quartz/Makefile.in
@@ -34,6 +34,4 @@ IDL_SRCS = \
 	fil_data.idl \
 	quartz_strmif.idl
 
-EXTRA_OBJS = dlldata.o
-
 @MAKE_DLL_RULES@
diff --git a/dlls/sti/Makefile.in b/dlls/sti/Makefile.in
index 3decb9a..22efe3e 100644
--- a/dlls/sti/Makefile.in
+++ b/dlls/sti/Makefile.in
@@ -9,6 +9,4 @@ C_SRCS = \
 
 IDL_SRCS = sti_wia.idl
 
-EXTRA_OBJS = dlldata.o
-
 @MAKE_DLL_RULES@
diff --git a/dlls/urlmon/Makefile.in b/dlls/urlmon/Makefile.in
index ec2cd5c..c0a57c1 100644
--- a/dlls/urlmon/Makefile.in
+++ b/dlls/urlmon/Makefile.in
@@ -32,6 +32,4 @@ RC_SRCS = urlmon.rc
 
 IDL_SRCS = urlmon_urlmon.idl
 
-EXTRA_OBJS = dlldata.o
-
 @MAKE_DLL_RULES@
diff --git a/dlls/windowscodecs/Makefile.in b/dlls/windowscodecs/Makefile.in
index 2456ae4..04adda4 100644
--- a/dlls/windowscodecs/Makefile.in
+++ b/dlls/windowscodecs/Makefile.in
@@ -38,6 +38,4 @@ RC_SRCS = version.rc
 
 IDL_SRCS = windowscodecs_wincodec.idl
 
-EXTRA_OBJS = dlldata.o
-
 @MAKE_DLL_RULES@




More information about the wine-cvs mailing list