diff --git a/dlls/acledit/Makefile.in b/dlls/acledit/Makefile.in index ca2c27e3528..dc396f3e385 100644 --- a/dlls/acledit/Makefile.in +++ b/dlls/acledit/Makefile.in @@ -2,5 +2,5 @@ MODULE = acledit.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/activeds/tests/Makefile.in b/dlls/activeds/tests/Makefile.in index 25ae2a9bfd2..8fb719149ad 100644 --- a/dlls/activeds/tests/Makefile.in +++ b/dlls/activeds/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = activeds.dll IMPORTS = ole32 oleaut32 activeds -C_SRCS = \ +SOURCES = \ activeds.c diff --git a/dlls/adsldp/tests/Makefile.in b/dlls/adsldp/tests/Makefile.in index 26b937aa684..303b6a8ea5b 100644 --- a/dlls/adsldp/tests/Makefile.in +++ b/dlls/adsldp/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = adsldp.dll IMPORTS = ole32 oleaut32 secur32 advapi32 activeds uuid -C_SRCS = \ +SOURCES = \ ldap.c \ sysinfo.c diff --git a/dlls/advpack/Makefile.in b/dlls/advpack/Makefile.in index 2f699a37112..217c5f1fedb 100644 --- a/dlls/advpack/Makefile.in +++ b/dlls/advpack/Makefile.in @@ -2,7 +2,7 @@ MODULE = advpack.dll IMPORTLIB = advpack IMPORTS = ole32 setupapi version advapi32 -C_SRCS = \ +SOURCES = \ advpack.c \ files.c \ install.c \ diff --git a/dlls/advpack/tests/Makefile.in b/dlls/advpack/tests/Makefile.in index 9c1fecebe9a..084d67955ce 100644 --- a/dlls/advpack/tests/Makefile.in +++ b/dlls/advpack/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = advpack.dll IMPORTS = cabinet advapi32 advpack -C_SRCS = \ +SOURCES = \ advpack.c \ files.c \ install.c diff --git a/dlls/amsi/Makefile.in b/dlls/amsi/Makefile.in index 213d3e06ce9..03475856c3a 100644 --- a/dlls/amsi/Makefile.in +++ b/dlls/amsi/Makefile.in @@ -1,4 +1,4 @@ MODULE = amsi.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/apphelp/Makefile.in b/dlls/apphelp/Makefile.in index 4803e1d3dd4..b677e9cde89 100644 --- a/dlls/apphelp/Makefile.in +++ b/dlls/apphelp/Makefile.in @@ -2,4 +2,5 @@ MODULE = apphelp.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = apphelp.c +SOURCES = \ + apphelp.c diff --git a/dlls/apphelp/tests/Makefile.in b/dlls/apphelp/tests/Makefile.in index 2a05c019955..bcf0c8236e4 100644 --- a/dlls/apphelp/tests/Makefile.in +++ b/dlls/apphelp/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = apphelp.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ apphelp.c diff --git a/dlls/atl/tests/Makefile.in b/dlls/atl/tests/Makefile.in index aee6cfd92d8..24ec88300d9 100644 --- a/dlls/atl/tests/Makefile.in +++ b/dlls/atl/tests/Makefile.in @@ -2,7 +2,7 @@ TESTDLL = atl.dll IMPORTS = uuid atl oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 EXTRADEFS = -D_ATL_VER=_ATL_VER_30 -C_SRCS = \ +SOURCES = \ atl_ax.c \ module.c \ registrar.c diff --git a/dlls/atl100/tests/Makefile.in b/dlls/atl100/tests/Makefile.in index 61ebeb32c6c..5ff0663827d 100644 --- a/dlls/atl100/tests/Makefile.in +++ b/dlls/atl100/tests/Makefile.in @@ -2,5 +2,5 @@ TESTDLL = atl100.dll IMPORTS = uuid atl100 oleaut32 ole32 advapi32 user32 EXTRADEFS = -D_ATL_VER=_ATL_VER_100 -C_SRCS = \ +SOURCES = \ atl.c diff --git a/dlls/atl110/tests/Makefile.in b/dlls/atl110/tests/Makefile.in index 6374117e1be..6457f6e6f0f 100644 --- a/dlls/atl110/tests/Makefile.in +++ b/dlls/atl110/tests/Makefile.in @@ -2,5 +2,5 @@ TESTDLL = atl110.dll IMPORTS = uuid ole32 atl110 EXTRADEFS = -D_ATL_VER=_ATL_VER_110 -C_SRCS = \ +SOURCES = \ atl.c diff --git a/dlls/atlthunk/Makefile.in b/dlls/atlthunk/Makefile.in index 1adeedf6654..9f6330f46bd 100644 --- a/dlls/atlthunk/Makefile.in +++ b/dlls/atlthunk/Makefile.in @@ -1,5 +1,5 @@ MODULE = atlthunk.dll IMPORTLIB = atlthunk -C_SRCS = \ +SOURCES = \ atlthunk.c diff --git a/dlls/atlthunk/tests/Makefile.in b/dlls/atlthunk/tests/Makefile.in index 9da3a9696ad..e6f2c2df043 100644 --- a/dlls/atlthunk/tests/Makefile.in +++ b/dlls/atlthunk/tests/Makefile.in @@ -1,6 +1,5 @@ TESTDLL = atlthunk.dll IMPORTS = atlthunk - -C_SRCS = \ +SOURCES = \ atlthunk.c diff --git a/dlls/atmlib/Makefile.in b/dlls/atmlib/Makefile.in index c5a549a2515..c37fdf8c82b 100644 --- a/dlls/atmlib/Makefile.in +++ b/dlls/atmlib/Makefile.in @@ -2,5 +2,5 @@ MODULE = atmlib.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/authz/Makefile.in b/dlls/authz/Makefile.in index c80b4d1df32..53befbbc7a0 100644 --- a/dlls/authz/Makefile.in +++ b/dlls/authz/Makefile.in @@ -2,5 +2,5 @@ MODULE = authz.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ authz.c diff --git a/dlls/avicap32/Makefile.in b/dlls/avicap32/Makefile.in index 9281990e211..5681481bce7 100644 --- a/dlls/avicap32/Makefile.in +++ b/dlls/avicap32/Makefile.in @@ -3,6 +3,6 @@ UNIXLIB = avicap32.so IMPORTLIB = avicap32 IMPORTS = user32 -C_SRCS = \ +SOURCES = \ avicap32_main.c \ v4l.c diff --git a/dlls/avifil32/tests/Makefile.in b/dlls/avifil32/tests/Makefile.in index dad7974456e..e1d703bed50 100644 --- a/dlls/avifil32/tests/Makefile.in +++ b/dlls/avifil32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = avifil32.dll IMPORTS = avifil32 ole32 -C_SRCS = \ +SOURCES = \ api.c diff --git a/dlls/avifile.dll16/Makefile.in b/dlls/avifile.dll16/Makefile.in index 4152c2f9f2a..665eb515920 100644 --- a/dlls/avifile.dll16/Makefile.in +++ b/dlls/avifile.dll16/Makefile.in @@ -2,5 +2,5 @@ MODULE = avifile.dll16 IMPORTS = avifil32 EXTRADLLFLAGS = -m16 -Wb,--main-module,avifil32.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/avrt/Makefile.in b/dlls/avrt/Makefile.in index b5ac2697ed1..19ce3034a98 100644 --- a/dlls/avrt/Makefile.in +++ b/dlls/avrt/Makefile.in @@ -4,5 +4,5 @@ IMPORTS = user32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/bcrypt/tests/Makefile.in b/dlls/bcrypt/tests/Makefile.in index 1bf7d2c48f1..f54b38547f5 100644 --- a/dlls/bcrypt/tests/Makefile.in +++ b/dlls/bcrypt/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = bcrypt.dll IMPORTS = bcrypt user32 advapi32 -C_SRCS = \ +SOURCES = \ bcrypt.c diff --git a/dlls/bcryptprimitives/Makefile.in b/dlls/bcryptprimitives/Makefile.in index 537383ba530..1b3a4f00eb1 100644 --- a/dlls/bcryptprimitives/Makefile.in +++ b/dlls/bcryptprimitives/Makefile.in @@ -1,5 +1,5 @@ MODULE = bcryptprimitives.dll IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/bluetoothapis/Makefile.in b/dlls/bluetoothapis/Makefile.in index 50799b90435..78518822519 100644 --- a/dlls/bluetoothapis/Makefile.in +++ b/dlls/bluetoothapis/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = bluetoothapis EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/browseui/tests/Makefile.in b/dlls/browseui/tests/Makefile.in index 70de3ab4785..44fd73c77b2 100644 --- a/dlls/browseui/tests/Makefile.in +++ b/dlls/browseui/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = browseui.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ autocomplete.c \ progressdlg.c diff --git a/dlls/cabinet/tests/Makefile.in b/dlls/cabinet/tests/Makefile.in index f301617473d..9ce1e90c69e 100644 --- a/dlls/cabinet/tests/Makefile.in +++ b/dlls/cabinet/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = cabinet.dll IMPORTS = cabinet -C_SRCS = \ +SOURCES = \ extract.c \ fdi.c diff --git a/dlls/capi2032/Makefile.in b/dlls/capi2032/Makefile.in index 606a813368c..33e97b4a339 100644 --- a/dlls/capi2032/Makefile.in +++ b/dlls/capi2032/Makefile.in @@ -4,6 +4,6 @@ IMPORTLIB = capi2032 UNIX_LIBS = $(CAPI20_LIBS) UNIX_CFLAGS = $(CAPI20_CFLAGS) -C_SRCS = \ +SOURCES = \ cap20wxx.c \ unixlib.c diff --git a/dlls/cdosys/Makefile.in b/dlls/cdosys/Makefile.in index d1ce780b790..176a5a8c144 100644 --- a/dlls/cdosys/Makefile.in +++ b/dlls/cdosys/Makefile.in @@ -1,5 +1,5 @@ MODULE = cdosys.dll IMPORTS = uuid ole32 -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/cfgmgr32/Makefile.in b/dlls/cfgmgr32/Makefile.in index f05b3176aa3..1ff06a63b5f 100644 --- a/dlls/cfgmgr32/Makefile.in +++ b/dlls/cfgmgr32/Makefile.in @@ -2,5 +2,5 @@ MODULE = cfgmgr32.dll IMPORTLIB = cfgmgr32 IMPORTS = setupapi -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/cfgmgr32/tests/Makefile.in b/dlls/cfgmgr32/tests/Makefile.in index 4e1f97b1c0c..8b836ba3b76 100644 --- a/dlls/cfgmgr32/tests/Makefile.in +++ b/dlls/cfgmgr32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = cfgmgr32.dll IMPORTS = cfgmgr32 -C_SRCS = \ +SOURCES = \ cfgmgr32.c diff --git a/dlls/clusapi/Makefile.in b/dlls/clusapi/Makefile.in index 01451a1d743..c49fdd6144e 100644 --- a/dlls/clusapi/Makefile.in +++ b/dlls/clusapi/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = clusapi EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ clusapi.c diff --git a/dlls/comcat/tests/Makefile.in b/dlls/comcat/tests/Makefile.in index 51e92329a05..867c45d880d 100644 --- a/dlls/comcat/tests/Makefile.in +++ b/dlls/comcat/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = comcat.dll IMPORTS = ole32 advapi32 -C_SRCS = \ +SOURCES = \ comcat.c diff --git a/dlls/commdlg.dll16/Makefile.in b/dlls/commdlg.dll16/Makefile.in index 69731147d07..51df2e846d0 100644 --- a/dlls/commdlg.dll16/Makefile.in +++ b/dlls/commdlg.dll16/Makefile.in @@ -2,7 +2,7 @@ MODULE = commdlg.dll16 IMPORTS = comdlg32 user32 gdi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,comdlg32.dll -C_SRCS = \ +SOURCES = \ colordlg.c \ filedlg.c \ finddlg.c \ diff --git a/dlls/compobj.dll16/Makefile.in b/dlls/compobj.dll16/Makefile.in index 5b11e840c7f..ff00615ce1d 100644 --- a/dlls/compobj.dll16/Makefile.in +++ b/dlls/compobj.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = compobj.dll16 IMPORTS = uuid ole32 advapi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll -C_SRCS = compobj.c +SOURCES = \ + compobj.c diff --git a/dlls/comsvcs/tests/Makefile.in b/dlls/comsvcs/tests/Makefile.in index 1d9146ba5b6..6a9965d3f3a 100644 --- a/dlls/comsvcs/tests/Makefile.in +++ b/dlls/comsvcs/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = comsvcs.dll IMPORTS = uuid oleaut32 ole32 -C_SRCS = \ +SOURCES = \ comsvcs.c \ property.c diff --git a/dlls/concrt140/Makefile.in b/dlls/concrt140/Makefile.in index 05258adf7ee..3ea17016680 100644 --- a/dlls/concrt140/Makefile.in +++ b/dlls/concrt140/Makefile.in @@ -2,7 +2,7 @@ EXTRADEFS = -D_CONCRT= MODULE = concrt140.dll PARENTSRC = ../msvcrt -C_SRCS = \ +SOURCES = \ concrt140.c \ concurrency.c \ details.c \ diff --git a/dlls/concrt140/tests/Makefile.in b/dlls/concrt140/tests/Makefile.in index e36fc37eb86..c979901c8d5 100644 --- a/dlls/concrt140/tests/Makefile.in +++ b/dlls/concrt140/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = concrt140.dll -C_SRCS = \ +SOURCES = \ concrt140.c diff --git a/dlls/connect/Makefile.in b/dlls/connect/Makefile.in index 43e037b4198..e9518ca3273 100644 --- a/dlls/connect/Makefile.in +++ b/dlls/connect/Makefile.in @@ -2,5 +2,5 @@ MODULE = connect.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/credui/tests/Makefile.in b/dlls/credui/tests/Makefile.in index 4442837ed11..bafe18aa556 100644 --- a/dlls/credui/tests/Makefile.in +++ b/dlls/credui/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = credui.dll IMPORTS = credui -C_SRCS = \ +SOURCES = \ credui.c diff --git a/dlls/crtdll/Makefile.in b/dlls/crtdll/Makefile.in index efb835749b6..b2559f3b91e 100644 --- a/dlls/crtdll/Makefile.in +++ b/dlls/crtdll/Makefile.in @@ -4,7 +4,7 @@ IMPORTS = $(MUSL_PE_LIBS) ntdll DELAYIMPORTS = advapi32 user32 PARENTSRC = ../msvcrt -C_SRCS = \ +SOURCES = \ console.c \ cpp.c \ ctype.c \ diff --git a/dlls/crypt32/tests/Makefile.in b/dlls/crypt32/tests/Makefile.in index 339cff30e0f..9e4a32f208b 100644 --- a/dlls/crypt32/tests/Makefile.in +++ b/dlls/crypt32/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = crypt32.dll IMPORTS = crypt32 advapi32 user32 shlwapi shell32 bcrypt -C_SRCS = \ +SOURCES = \ base64.c \ cert.c \ chain.c \ diff --git a/dlls/cryptext/Makefile.in b/dlls/cryptext/Makefile.in index 0ec2b8a2045..5598bfb78e0 100644 --- a/dlls/cryptext/Makefile.in +++ b/dlls/cryptext/Makefile.in @@ -2,5 +2,5 @@ MODULE = cryptext.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ cryptext_main.c diff --git a/dlls/cryptnet/Makefile.in b/dlls/cryptnet/Makefile.in index af41122193f..444237ad598 100644 --- a/dlls/cryptnet/Makefile.in +++ b/dlls/cryptnet/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = cryptnet IMPORTS = crypt32 shell32 ole32 advapi32 DELAYIMPORTS = wininet -C_SRCS = \ +SOURCES = \ cryptnet_main.c diff --git a/dlls/cryptnet/tests/Makefile.in b/dlls/cryptnet/tests/Makefile.in index b2b27717678..67cad66c004 100644 --- a/dlls/cryptnet/tests/Makefile.in +++ b/dlls/cryptnet/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = cryptnet.dll IMPORTS = cryptnet crypt32 -C_SRCS = \ +SOURCES = \ cryptnet.c diff --git a/dlls/cryptowinrt/tests/Makefile.in b/dlls/cryptowinrt/tests/Makefile.in index af7cc510dc2..55c25ed7048 100644 --- a/dlls/cryptowinrt/tests/Makefile.in +++ b/dlls/cryptowinrt/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = cryptowinrt.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ crypto.c diff --git a/dlls/cryptui/tests/Makefile.in b/dlls/cryptui/tests/Makefile.in index 27dbbd8b140..9c4fcf06177 100644 --- a/dlls/cryptui/tests/Makefile.in +++ b/dlls/cryptui/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = cryptui.dll IMPORTS = cryptui crypt32 user32 -C_SRCS = \ +SOURCES = \ cryptui.c diff --git a/dlls/ctapi32/Makefile.in b/dlls/ctapi32/Makefile.in index fa13d24540c..d40bffd4f59 100644 --- a/dlls/ctapi32/Makefile.in +++ b/dlls/ctapi32/Makefile.in @@ -2,6 +2,6 @@ MODULE = ctapi32.dll UNIXLIB = ctapi32.so IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ ctapi32.c \ unixlib.c diff --git a/dlls/ctl3d.dll16/Makefile.in b/dlls/ctl3d.dll16/Makefile.in index e8e0b40956e..0a62e15f645 100644 --- a/dlls/ctl3d.dll16/Makefile.in +++ b/dlls/ctl3d.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = ctl3d.dll16 IMPORTS = user32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ctl3d32.dll -C_SRCS = ctl3d.c +SOURCES = \ + ctl3d.c diff --git a/dlls/ctl3d32/Makefile.in b/dlls/ctl3d32/Makefile.in index eb4b2ba04fa..c67491679b2 100644 --- a/dlls/ctl3d32/Makefile.in +++ b/dlls/ctl3d32/Makefile.in @@ -1,4 +1,5 @@ MODULE = ctl3d32.dll IMPORTS = user32 -C_SRCS = ctl3d32.c +SOURCES = \ + ctl3d32.c diff --git a/dlls/ctl3dv2.dll16/Makefile.in b/dlls/ctl3dv2.dll16/Makefile.in index 6bd224fae09..042788029e7 100644 --- a/dlls/ctl3dv2.dll16/Makefile.in +++ b/dlls/ctl3dv2.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = ctl3dv2.dll16 IMPORTS = user32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ctl3d32.dll -C_SRCS = ctl3d.c +SOURCES = \ + ctl3d.c diff --git a/dlls/d2d1/tests/Makefile.in b/dlls/d2d1/tests/Makefile.in index 5eeb815e07f..5c7fe78491e 100644 --- a/dlls/d2d1/tests/Makefile.in +++ b/dlls/d2d1/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = d2d1.dll IMPORTS = d2d1 d3d10_1 d3d11 dwrite dxguid uuid user32 advapi32 ole32 gdi32 -C_SRCS = \ +SOURCES = \ d2d1.c diff --git a/dlls/d3d10/tests/Makefile.in b/dlls/d3d10/tests/Makefile.in index e3849ec634b..ba2e27097f7 100644 --- a/dlls/d3d10/tests/Makefile.in +++ b/dlls/d3d10/tests/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = d3d10 EXTRADEFS = -DD3D_COMPILER_VERSION=0 PARENTSRC = ../../d3dcompiler_43/tests -C_SRCS = \ +SOURCES = \ device.c \ effect.c \ reflection.c diff --git a/dlls/d3d10_1/tests/Makefile.in b/dlls/d3d10_1/tests/Makefile.in index 9f36f4db76d..6bc8a8a4e26 100644 --- a/dlls/d3d10_1/tests/Makefile.in +++ b/dlls/d3d10_1/tests/Makefile.in @@ -3,6 +3,6 @@ IMPORTS = d3d10_1 user32 EXTRADEFS = -DD3D_COMPILER_VERSION=0 PARENTSRC = ../../d3dcompiler_43/tests -C_SRCS = \ +SOURCES = \ d3d10_1.c \ reflection.c diff --git a/dlls/d3d10core/tests/Makefile.in b/dlls/d3d10core/tests/Makefile.in index 313a042b246..c8c18694618 100644 --- a/dlls/d3d10core/tests/Makefile.in +++ b/dlls/d3d10core/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = d3d10core.dll IMPORTS = d3d10 dxgi user32 -C_SRCS = \ +SOURCES = \ d3d10core.c diff --git a/dlls/d3d11/tests/Makefile.in b/dlls/d3d11/tests/Makefile.in index 9612bb36374..8af7276c427 100644 --- a/dlls/d3d11/tests/Makefile.in +++ b/dlls/d3d11/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = d3d11.dll IMPORTS = d3d11 dxgi user32 gdi32 -C_SRCS = \ +SOURCES = \ d3d11.c diff --git a/dlls/d3d12/Makefile.in b/dlls/d3d12/Makefile.in index 09ca3f24d9e..84b1cbead74 100644 --- a/dlls/d3d12/Makefile.in +++ b/dlls/d3d12/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = d3d12 IMPORTS = dxgi dxguid wined3d gdi32 user32 uuid win32u EXTRAINCL = $(VKD3D_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ d3d12_main.c diff --git a/dlls/d3d12/tests/Makefile.in b/dlls/d3d12/tests/Makefile.in index b3406f9e6c1..e6b4e9a4778 100644 --- a/dlls/d3d12/tests/Makefile.in +++ b/dlls/d3d12/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = d3d12.dll IMPORTS = d3d12 dxgi user32 -C_SRCS = \ +SOURCES = \ d3d12.c diff --git a/dlls/d3d8/tests/Makefile.in b/dlls/d3d8/tests/Makefile.in index 9b288b967a9..4a12450c3e9 100644 --- a/dlls/d3d8/tests/Makefile.in +++ b/dlls/d3d8/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = d3d8.dll IMPORTS = d3d8 user32 gdi32 -C_SRCS = \ +SOURCES = \ device.c \ stateblock.c \ visual.c diff --git a/dlls/d3d9/tests/Makefile.in b/dlls/d3d9/tests/Makefile.in index f6f52ba7d2d..17d0a451fbc 100644 --- a/dlls/d3d9/tests/Makefile.in +++ b/dlls/d3d9/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = d3d9.dll IMPORTS = d3d9 user32 gdi32 -C_SRCS = \ +SOURCES = \ d3d9ex.c \ device.c \ stateblock.c \ diff --git a/dlls/d3dcompiler_43/tests/Makefile.in b/dlls/d3dcompiler_43/tests/Makefile.in index 6584ae92bea..dd300ed905b 100644 --- a/dlls/d3dcompiler_43/tests/Makefile.in +++ b/dlls/d3dcompiler_43/tests/Makefile.in @@ -2,7 +2,7 @@ TESTDLL = d3dcompiler_43.dll IMPORTS = d3d9 user32 d3dcompiler_43 EXTRADEFS = -DD3D_COMPILER_VERSION=43 -C_SRCS = \ +SOURCES = \ asm.c \ blob.c \ hlsl_d3d11.c \ diff --git a/dlls/d3dcompiler_46/tests/Makefile.in b/dlls/d3dcompiler_46/tests/Makefile.in index 7d2b899c0eb..fc006a105df 100644 --- a/dlls/d3dcompiler_46/tests/Makefile.in +++ b/dlls/d3dcompiler_46/tests/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = d3d9 user32 d3dcompiler_46 EXTRADEFS = -DD3D_COMPILER_VERSION=46 PARENTSRC = ../../d3dcompiler_43/tests -C_SRCS = \ +SOURCES = \ asm.c \ blob.c \ hlsl_d3d11.c \ diff --git a/dlls/d3dcompiler_47/tests/Makefile.in b/dlls/d3dcompiler_47/tests/Makefile.in index 6e40550e777..765f516421f 100644 --- a/dlls/d3dcompiler_47/tests/Makefile.in +++ b/dlls/d3dcompiler_47/tests/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = d3d9 user32 d3dcompiler EXTRADEFS = -DD3D_COMPILER_VERSION=47 PARENTSRC = ../../d3dcompiler_43/tests -C_SRCS = \ +SOURCES = \ asm.c \ blob.c \ hlsl_d3d11.c \ diff --git a/dlls/d3drm/tests/Makefile.in b/dlls/d3drm/tests/Makefile.in index 4b39989531c..95a5fef6e72 100644 --- a/dlls/d3drm/tests/Makefile.in +++ b/dlls/d3drm/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = d3drm.dll IMPORTS = dxguid uuid d3drm ddraw user32 -C_SRCS = \ +SOURCES = \ d3drm.c \ vector.c diff --git a/dlls/d3dx10_34/tests/Makefile.in b/dlls/d3dx10_34/tests/Makefile.in index 67ee4f4031b..e0dd116ed2f 100644 --- a/dlls/d3dx10_34/tests/Makefile.in +++ b/dlls/d3dx10_34/tests/Makefile.in @@ -3,5 +3,5 @@ TESTDLL = d3dx10_34.dll IMPORTS = d3dx10_34 ole32 gdi32 PARENTSRC = ../../d3dx10_43/tests -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx10_35/tests/Makefile.in b/dlls/d3dx10_35/tests/Makefile.in index cf22bbf1422..241132f2cbf 100644 --- a/dlls/d3dx10_35/tests/Makefile.in +++ b/dlls/d3dx10_35/tests/Makefile.in @@ -3,5 +3,5 @@ TESTDLL = d3dx10_35.dll IMPORTS = d3dx10_35 ole32 gdi32 PARENTSRC = ../../d3dx10_43/tests -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx10_36/tests/Makefile.in b/dlls/d3dx10_36/tests/Makefile.in index 97a7b0374a8..33d122e2ba6 100644 --- a/dlls/d3dx10_36/tests/Makefile.in +++ b/dlls/d3dx10_36/tests/Makefile.in @@ -3,5 +3,5 @@ TESTDLL = d3dx10_36.dll IMPORTS = d3dx10_36 ole32 gdi32 PARENTSRC = ../../d3dx10_43/tests -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx10_37/tests/Makefile.in b/dlls/d3dx10_37/tests/Makefile.in index ed999db15b0..10edb074946 100644 --- a/dlls/d3dx10_37/tests/Makefile.in +++ b/dlls/d3dx10_37/tests/Makefile.in @@ -3,5 +3,5 @@ TESTDLL = d3dx10_37.dll IMPORTS = d3dx10_37 ole32 gdi32 PARENTSRC = ../../d3dx10_43/tests -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx10_38/tests/Makefile.in b/dlls/d3dx10_38/tests/Makefile.in index 4f444bdfd81..f2ec875d965 100644 --- a/dlls/d3dx10_38/tests/Makefile.in +++ b/dlls/d3dx10_38/tests/Makefile.in @@ -3,5 +3,5 @@ TESTDLL = d3dx10_38.dll IMPORTS = d3dx10_38 ole32 gdi32 PARENTSRC = ../../d3dx10_43/tests -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx10_39/tests/Makefile.in b/dlls/d3dx10_39/tests/Makefile.in index b7f264cd3d4..5cf915fd403 100644 --- a/dlls/d3dx10_39/tests/Makefile.in +++ b/dlls/d3dx10_39/tests/Makefile.in @@ -3,5 +3,5 @@ TESTDLL = d3dx10_39.dll IMPORTS = d3dx10_39 ole32 gdi32 PARENTSRC = ../../d3dx10_43/tests -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx10_40/tests/Makefile.in b/dlls/d3dx10_40/tests/Makefile.in index 4d16b500e89..482f4c9fa9e 100644 --- a/dlls/d3dx10_40/tests/Makefile.in +++ b/dlls/d3dx10_40/tests/Makefile.in @@ -3,5 +3,5 @@ TESTDLL = d3dx10_40.dll IMPORTS = d3dx10_40 ole32 gdi32 PARENTSRC = ../../d3dx10_43/tests -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx10_41/tests/Makefile.in b/dlls/d3dx10_41/tests/Makefile.in index dbee23044cd..b7ceb0818d2 100644 --- a/dlls/d3dx10_41/tests/Makefile.in +++ b/dlls/d3dx10_41/tests/Makefile.in @@ -3,5 +3,5 @@ TESTDLL = d3dx10_41.dll IMPORTS = d3dx10_41 ole32 gdi32 PARENTSRC = ../../d3dx10_43/tests -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx10_42/tests/Makefile.in b/dlls/d3dx10_42/tests/Makefile.in index 300ce3a0492..f04547f202b 100644 --- a/dlls/d3dx10_42/tests/Makefile.in +++ b/dlls/d3dx10_42/tests/Makefile.in @@ -3,5 +3,5 @@ TESTDLL = d3dx10_42.dll IMPORTS = d3dx10_42 ole32 gdi32 PARENTSRC = ../../d3dx10_43/tests -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx10_43/tests/Makefile.in b/dlls/d3dx10_43/tests/Makefile.in index fe5e1e397bd..a3579db263b 100644 --- a/dlls/d3dx10_43/tests/Makefile.in +++ b/dlls/d3dx10_43/tests/Makefile.in @@ -2,5 +2,5 @@ EXTRADEFS = -DD3DX10_SDK_VERSION=43 TESTDLL = d3dx10_43.dll IMPORTS = d3dx10 ole32 gdi32 -C_SRCS = \ +SOURCES = \ d3dx10.c diff --git a/dlls/d3dx11_42/tests/Makefile.in b/dlls/d3dx11_42/tests/Makefile.in index 660f6d947cc..f18be76d9d5 100644 --- a/dlls/d3dx11_42/tests/Makefile.in +++ b/dlls/d3dx11_42/tests/Makefile.in @@ -2,5 +2,5 @@ TESTDLL = d3dx11_42.dll IMPORTS = d3dx11_42 PARENTSRC = ../../d3dx11_43/tests -C_SRCS = \ +SOURCES = \ d3dx11.c diff --git a/dlls/d3dx11_43/tests/Makefile.in b/dlls/d3dx11_43/tests/Makefile.in index 6e522df66fb..3283e251bdd 100644 --- a/dlls/d3dx11_43/tests/Makefile.in +++ b/dlls/d3dx11_43/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = d3dx11_43.dll IMPORTS = d3dx11 -C_SRCS = \ +SOURCES = \ d3dx11.c diff --git a/dlls/d3dxof/tests/Makefile.in b/dlls/d3dxof/tests/Makefile.in index 5144ff63b97..c05a58745f2 100644 --- a/dlls/d3dxof/tests/Makefile.in +++ b/dlls/d3dxof/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = d3dxof.dll IMPORTS = d3dxof -C_SRCS = \ +SOURCES = \ d3dxof.c diff --git a/dlls/davclnt/Makefile.in b/dlls/davclnt/Makefile.in index 007258ed236..6e457142d99 100644 --- a/dlls/davclnt/Makefile.in +++ b/dlls/davclnt/Makefile.in @@ -2,5 +2,5 @@ MODULE = davclnt.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/dbgeng/Makefile.in b/dlls/dbgeng/Makefile.in index c2639c5d222..af3798f5217 100644 --- a/dlls/dbgeng/Makefile.in +++ b/dlls/dbgeng/Makefile.in @@ -2,4 +2,5 @@ MODULE = dbgeng.dll IMPORTLIB = dbgeng DELAYIMPORTS = version -C_SRCS = dbgeng.c +SOURCES = \ + dbgeng.c diff --git a/dlls/dbgeng/tests/Makefile.in b/dlls/dbgeng/tests/Makefile.in index 26006e9546b..b30146d75f4 100644 --- a/dlls/dbgeng/tests/Makefile.in +++ b/dlls/dbgeng/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dbgeng.dll IMPORTS = dbgeng -C_SRCS = \ +SOURCES = \ dbgeng.c diff --git a/dlls/dbghelp/tests/Makefile.in b/dlls/dbghelp/tests/Makefile.in index 171c0840179..d4264e85c5b 100644 --- a/dlls/dbghelp/tests/Makefile.in +++ b/dlls/dbghelp/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = dbghelp.dll IMPORTS = dbghelp user32 -C_SRCS = \ +SOURCES = \ dbghelp.c \ path.c diff --git a/dlls/dciman32/Makefile.in b/dlls/dciman32/Makefile.in index 67957142afe..184c2c2afb5 100644 --- a/dlls/dciman32/Makefile.in +++ b/dlls/dciman32/Makefile.in @@ -1,4 +1,5 @@ MODULE = dciman32.dll IMPORTLIB = dciman32 -C_SRCS = dciman_main.c +SOURCES = \ + dciman_main.c diff --git a/dlls/ddeml.dll16/Makefile.in b/dlls/ddeml.dll16/Makefile.in index 82a08179b94..87ca78fce83 100644 --- a/dlls/ddeml.dll16/Makefile.in +++ b/dlls/ddeml.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = ddeml.dll16 IMPORTS = user32 EXTRADLLFLAGS = -m16 -C_SRCS = ddeml.c +SOURCES = \ + ddeml.c diff --git a/dlls/ddraw/tests/Makefile.in b/dlls/ddraw/tests/Makefile.in index a3d0ce5cf12..169a53d3974 100644 --- a/dlls/ddraw/tests/Makefile.in +++ b/dlls/ddraw/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = ddraw.dll IMPORTS = ddraw user32 gdi32 ole32 -C_SRCS = \ +SOURCES = \ d3d.c \ ddraw1.c \ ddraw2.c \ diff --git a/dlls/ddrawex/tests/Makefile.in b/dlls/ddrawex/tests/Makefile.in index ecb57137763..db0c3664659 100644 --- a/dlls/ddrawex/tests/Makefile.in +++ b/dlls/ddrawex/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = ddrawex.dll IMPORTS = user32 gdi32 -C_SRCS = \ +SOURCES = \ ddrawex.c \ surface.c diff --git a/dlls/devenum/tests/Makefile.in b/dlls/devenum/tests/Makefile.in index 2d6ec2d87ea..38deac7dc58 100644 --- a/dlls/devenum/tests/Makefile.in +++ b/dlls/devenum/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = devenum.dll IMPORTS = advapi32 dsound msdmo msvfw32 oleaut32 ole32 winmm -C_SRCS = \ +SOURCES = \ devenum.c diff --git a/dlls/dhcpcsvc/Makefile.in b/dlls/dhcpcsvc/Makefile.in index 989264d8b43..eb9892cfcbc 100644 --- a/dlls/dhcpcsvc/Makefile.in +++ b/dlls/dhcpcsvc/Makefile.in @@ -4,4 +4,5 @@ IMPORTLIB = dhcpcsvc EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = dhcpcsvc.c +SOURCES = \ + dhcpcsvc.c diff --git a/dlls/dhcpcsvc/tests/Makefile.in b/dlls/dhcpcsvc/tests/Makefile.in index 47440eb2cd4..b1cacfd7df5 100644 --- a/dlls/dhcpcsvc/tests/Makefile.in +++ b/dlls/dhcpcsvc/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dhcpcsvc.dll IMPORTS = dhcpcsvc iphlpapi -C_SRCS = \ +SOURCES = \ dhcpcsvc.c diff --git a/dlls/difxapi/Makefile.in b/dlls/difxapi/Makefile.in index 3f61fd319ff..71ed1b8b134 100644 --- a/dlls/difxapi/Makefile.in +++ b/dlls/difxapi/Makefile.in @@ -1,4 +1,4 @@ MODULE = difxapi.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/directmanipulation/tests/Makefile.in b/dlls/directmanipulation/tests/Makefile.in index 29ec0db511a..5ba49709eb1 100644 --- a/dlls/directmanipulation/tests/Makefile.in +++ b/dlls/directmanipulation/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = directmanipulation.dll IMPORTS = uuid ole32 -C_SRCS = \ +SOURCES = \ manipulation.c diff --git a/dlls/dispdib.dll16/Makefile.in b/dlls/dispdib.dll16/Makefile.in index b7c924f95c8..c412a41a455 100644 --- a/dlls/dispdib.dll16/Makefile.in +++ b/dlls/dispdib.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = dispdib.dll16 EXTRADLLFLAGS = -m16 -C_SRCS = dispdib.c +SOURCES = \ + dispdib.c diff --git a/dlls/dispex/tests/Makefile.in b/dlls/dispex/tests/Makefile.in index e5ed0baf687..c546d86d6e1 100644 --- a/dlls/dispex/tests/Makefile.in +++ b/dlls/dispex/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dispex.dll IMPORTS = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 -C_SRCS = \ +SOURCES = \ marshal.c diff --git a/dlls/dmband/tests/Makefile.in b/dlls/dmband/tests/Makefile.in index ddce98f1085..2dbd49f49e4 100644 --- a/dlls/dmband/tests/Makefile.in +++ b/dlls/dmband/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dmband.dll IMPORTS = oleaut32 ole32 uuid -C_SRCS = \ +SOURCES = \ dmband.c diff --git a/dlls/dmcompos/tests/Makefile.in b/dlls/dmcompos/tests/Makefile.in index b794d4d48e0..52aeb1f6ef8 100644 --- a/dlls/dmcompos/tests/Makefile.in +++ b/dlls/dmcompos/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dmcompos.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ dmcompos.c diff --git a/dlls/dmloader/tests/Makefile.in b/dlls/dmloader/tests/Makefile.in index d8be1bce3e4..4a69018e61b 100644 --- a/dlls/dmloader/tests/Makefile.in +++ b/dlls/dmloader/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dmloader.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ loader.c diff --git a/dlls/dmscript/tests/Makefile.in b/dlls/dmscript/tests/Makefile.in index a4b246d0931..f00ebdbcd50 100644 --- a/dlls/dmscript/tests/Makefile.in +++ b/dlls/dmscript/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dmscript.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ dmscript.c diff --git a/dlls/dmstyle/tests/Makefile.in b/dlls/dmstyle/tests/Makefile.in index ec8b0636014..00c20a27315 100644 --- a/dlls/dmstyle/tests/Makefile.in +++ b/dlls/dmstyle/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dmstyle.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ dmstyle.c diff --git a/dlls/dmsynth/tests/Makefile.in b/dlls/dmsynth/tests/Makefile.in index 1119bb09ce7..01bc06a14ec 100644 --- a/dlls/dmsynth/tests/Makefile.in +++ b/dlls/dmsynth/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dmsynth.dll IMPORTS = oleaut32 ole32 uuid dsound user32 -C_SRCS = \ +SOURCES = \ dmsynth.c diff --git a/dlls/dmusic/tests/Makefile.in b/dlls/dmusic/tests/Makefile.in index 2f8d6a8654c..56c2731d755 100644 --- a/dlls/dmusic/tests/Makefile.in +++ b/dlls/dmusic/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dmusic.dll IMPORTS = oleaut32 ole32 uuid user32 dsound -C_SRCS = \ +SOURCES = \ dmusic.c diff --git a/dlls/dnsapi/tests/Makefile.in b/dlls/dnsapi/tests/Makefile.in index 3f8c424b4f7..15fc3b8e5d9 100644 --- a/dlls/dnsapi/tests/Makefile.in +++ b/dlls/dnsapi/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = dnsapi.dll IMPORTS = dnsapi ws2_32 iphlpapi -C_SRCS = \ +SOURCES = \ cache.c \ name.c \ query.c \ diff --git a/dlls/dplayx/tests/Makefile.in b/dlls/dplayx/tests/Makefile.in index b55ec38acc9..4b292a9806d 100644 --- a/dlls/dplayx/tests/Makefile.in +++ b/dlls/dplayx/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dplayx.dll IMPORTS = ole32 oleaut32 version advapi32 -C_SRCS = \ +SOURCES = \ dplayx.c diff --git a/dlls/dpnet/tests/Makefile.in b/dlls/dpnet/tests/Makefile.in index 62ef3f7c47c..af80277cdc0 100644 --- a/dlls/dpnet/tests/Makefile.in +++ b/dlls/dpnet/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = dpnet.dll IMPORTS = dxguid uuid dpnet ole32 oleaut32 version advapi32 -C_SRCS = \ +SOURCES = \ address.c \ client.c \ server.c \ diff --git a/dlls/dpvoice/tests/Makefile.in b/dlls/dpvoice/tests/Makefile.in index 04b3a5c0b5b..95ead6df4c2 100644 --- a/dlls/dpvoice/tests/Makefile.in +++ b/dlls/dpvoice/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dpvoice.dll IMPORTS = uuid dpnet ole32 user32 -C_SRCS = \ +SOURCES = \ voice.c diff --git a/dlls/dsdmo/tests/Makefile.in b/dlls/dsdmo/tests/Makefile.in index 67378635f3c..f8cee43ad12 100644 --- a/dlls/dsdmo/tests/Makefile.in +++ b/dlls/dsdmo/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dsdmo.dll IMPORTS = dmoguids uuid msdmo ole32 -C_SRCS = \ +SOURCES = \ dsdmo.c diff --git a/dlls/dsound/tests/Makefile.in b/dlls/dsound/tests/Makefile.in index 234b49b1bba..ac201d932db 100644 --- a/dlls/dsound/tests/Makefile.in +++ b/dlls/dsound/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = dsound.dll IMPORTS = dmoguids dsound msdmo ole32 version user32 -C_SRCS = \ +SOURCES = \ capture.c \ ds3d.c \ ds3d8.c \ diff --git a/dlls/dssenh/tests/Makefile.in b/dlls/dssenh/tests/Makefile.in index d8c2f1f1429..07d2912c453 100644 --- a/dlls/dssenh/tests/Makefile.in +++ b/dlls/dssenh/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dssenh.dll IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ dssenh.c diff --git a/dlls/dswave/tests/Makefile.in b/dlls/dswave/tests/Makefile.in index 0745348860d..699ed34eae4 100644 --- a/dlls/dswave/tests/Makefile.in +++ b/dlls/dswave/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dswave.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ dswave.c diff --git a/dlls/dwmapi/tests/Makefile.in b/dlls/dwmapi/tests/Makefile.in index e819e3ca09a..1cf8d1c9d6f 100644 --- a/dlls/dwmapi/tests/Makefile.in +++ b/dlls/dwmapi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dwmapi.dll IMPORTS = dwmapi user32 -C_SRCS = \ +SOURCES = \ dwmapi.c diff --git a/dlls/dwrite/Makefile.in b/dlls/dwrite/Makefile.in index 44c401adb4f..cb5844d5b90 100644 --- a/dlls/dwrite/Makefile.in +++ b/dlls/dwrite/Makefile.in @@ -4,7 +4,7 @@ UNIXLIB = dwrite.so IMPORTS = user32 gdi32 advapi32 UNIX_CFLAGS = $(FREETYPE_CFLAGS) -C_SRCS = \ +SOURCES = \ analyzer.c \ bidi.c \ bracket.c \ diff --git a/dlls/dxcore/Makefile.in b/dlls/dxcore/Makefile.in index 85eeb58cee3..3a1d12c73e5 100644 --- a/dlls/dxcore/Makefile.in +++ b/dlls/dxcore/Makefile.in @@ -1,4 +1,4 @@ MODULE = dxcore.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/dxdiagn/tests/Makefile.in b/dlls/dxdiagn/tests/Makefile.in index 04437c5e7bd..ccffc7d16c2 100644 --- a/dlls/dxdiagn/tests/Makefile.in +++ b/dlls/dxdiagn/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = dxdiagn.dll IMPORTS = oleaut32 ole32 -C_SRCS = \ +SOURCES = \ container.c \ provider.c diff --git a/dlls/dxgi/tests/Makefile.in b/dlls/dxgi/tests/Makefile.in index 1c99d70957d..43c7a55a88c 100644 --- a/dlls/dxgi/tests/Makefile.in +++ b/dlls/dxgi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dxgi.dll IMPORTS = d3d10_1 dxgi user32 -C_SRCS = \ +SOURCES = \ dxgi.c diff --git a/dlls/dxtrans/Makefile.in b/dlls/dxtrans/Makefile.in index cf669277b93..cd2e6357abe 100644 --- a/dlls/dxtrans/Makefile.in +++ b/dlls/dxtrans/Makefile.in @@ -1,4 +1,4 @@ MODULE = dxtrans.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/dxva2/Makefile.in b/dlls/dxva2/Makefile.in index 8f7a62bb902..ed88d3621f1 100644 --- a/dlls/dxva2/Makefile.in +++ b/dlls/dxva2/Makefile.in @@ -4,5 +4,5 @@ IMPORTLIB = dxva2 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/dxva2/tests/Makefile.in b/dlls/dxva2/tests/Makefile.in index ccd03940a24..17991fc708f 100644 --- a/dlls/dxva2/tests/Makefile.in +++ b/dlls/dxva2/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = dxva2.dll IMPORTS = dxva2 user32 d3d9 ole32 -C_SRCS = \ +SOURCES = \ dxva2.c diff --git a/dlls/explorerframe/tests/Makefile.in b/dlls/explorerframe/tests/Makefile.in index ede5443bcd1..621feff23f4 100644 --- a/dlls/explorerframe/tests/Makefile.in +++ b/dlls/explorerframe/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = explorerframe.dll IMPORTS = uuid shell32 ole32 user32 -C_SRCS = \ +SOURCES = \ nstc.c \ taskbarlist.c diff --git a/dlls/faultrep/Makefile.in b/dlls/faultrep/Makefile.in index 9e054425781..3fe186c1756 100644 --- a/dlls/faultrep/Makefile.in +++ b/dlls/faultrep/Makefile.in @@ -4,4 +4,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = faultrep.c +SOURCES = \ + faultrep.c diff --git a/dlls/faultrep/tests/Makefile.in b/dlls/faultrep/tests/Makefile.in index 404bd4d7d3f..effe6de86f5 100644 --- a/dlls/faultrep/tests/Makefile.in +++ b/dlls/faultrep/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = faultrep.dll IMPORTS = faultrep advapi32 -C_SRCS = \ +SOURCES = \ faultrep.c diff --git a/dlls/fntcache/Makefile.in b/dlls/fntcache/Makefile.in index dbc72506fe3..33133bed4d5 100644 --- a/dlls/fntcache/Makefile.in +++ b/dlls/fntcache/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/fontsub/Makefile.in b/dlls/fontsub/Makefile.in index 338af096ccb..fa066745dfb 100644 --- a/dlls/fontsub/Makefile.in +++ b/dlls/fontsub/Makefile.in @@ -2,5 +2,5 @@ MODULE = fontsub.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/fusion/tests/Makefile.in b/dlls/fusion/tests/Makefile.in index 02a6ae3970f..b835ece510c 100644 --- a/dlls/fusion/tests/Makefile.in +++ b/dlls/fusion/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = fusion.dll IMPORTS = user32 -C_SRCS = \ +SOURCES = \ asmcache.c \ asmenum.c \ asmname.c \ diff --git a/dlls/fwpuclnt/Makefile.in b/dlls/fwpuclnt/Makefile.in index 99ac89c17e9..9efa6b30cc2 100644 --- a/dlls/fwpuclnt/Makefile.in +++ b/dlls/fwpuclnt/Makefile.in @@ -2,5 +2,5 @@ MODULE = fwpuclnt.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/gamingtcui/Makefile.in b/dlls/gamingtcui/Makefile.in index dc485f690ed..28239bea066 100644 --- a/dlls/gamingtcui/Makefile.in +++ b/dlls/gamingtcui/Makefile.in @@ -1,4 +1,4 @@ MODULE = gamingtcui.dll -C_SRCS = \ +SOURCES = \ gamingtcui_main.c diff --git a/dlls/geolocation/tests/Makefile.in b/dlls/geolocation/tests/Makefile.in index 216e741fea8..47d0c63323a 100644 --- a/dlls/geolocation/tests/Makefile.in +++ b/dlls/geolocation/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = geolocation.dll IMPORTS = combase uuid -C_SRCS = \ +SOURCES = \ geolocator.c diff --git a/dlls/glu32/Makefile.in b/dlls/glu32/Makefile.in index dee7db9f861..bcec566c6eb 100644 --- a/dlls/glu32/Makefile.in +++ b/dlls/glu32/Makefile.in @@ -4,7 +4,7 @@ IMPORTS = opengl32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ geom.c \ glu.c \ mesh.c \ diff --git a/dlls/graphicscapture/tests/Makefile.in b/dlls/graphicscapture/tests/Makefile.in index 234514dbc3b..6a1f7d80143 100644 --- a/dlls/graphicscapture/tests/Makefile.in +++ b/dlls/graphicscapture/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = graphicscapture.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ graphicscapture.c diff --git a/dlls/hid/tests/Makefile.in b/dlls/hid/tests/Makefile.in index 6bf377350c8..55081fce5a9 100644 --- a/dlls/hid/tests/Makefile.in +++ b/dlls/hid/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = hid.dll IMPORTS = hid setupapi -C_SRCS = \ +SOURCES = \ device.c diff --git a/dlls/hidparse.sys/Makefile.in b/dlls/hidparse.sys/Makefile.in index 1e4261b8973..ad581aa8952 100644 --- a/dlls/hidparse.sys/Makefile.in +++ b/dlls/hidparse.sys/Makefile.in @@ -3,6 +3,6 @@ IMPORTLIB = hidparse IMPORTS = ntoskrnl PARENTSRC = ../hid -C_SRCS = \ +SOURCES = \ hidp.c \ main.c diff --git a/dlls/hlink/tests/Makefile.in b/dlls/hlink/tests/Makefile.in index f5344d6f2d7..8abc8f0e78c 100644 --- a/dlls/hlink/tests/Makefile.in +++ b/dlls/hlink/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = hlink.dll IMPORTS = hlink ole32 -C_SRCS = \ +SOURCES = \ browse_ctx.c \ hlink.c diff --git a/dlls/hnetcfg/tests/Makefile.in b/dlls/hnetcfg/tests/Makefile.in index 922370ae5e3..40d175c0d00 100644 --- a/dlls/hnetcfg/tests/Makefile.in +++ b/dlls/hnetcfg/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = hnetcfg.dll IMPORTS = ole32 uuid oleaut32 advapi32 mpr -C_SRCS = \ +SOURCES = \ policy.c diff --git a/dlls/hrtfapo/Makefile.in b/dlls/hrtfapo/Makefile.in index 16a745e0fca..50a3510f4c8 100644 --- a/dlls/hrtfapo/Makefile.in +++ b/dlls/hrtfapo/Makefile.in @@ -1,4 +1,4 @@ MODULE = hrtfapo.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/http.sys/Makefile.in b/dlls/http.sys/Makefile.in index b79f11cf930..d962dfdd55a 100644 --- a/dlls/http.sys/Makefile.in +++ b/dlls/http.sys/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = ntoskrnl ws2_32 EXTRADLLFLAGS = -Wl,--subsystem,native -C_SRCS = \ +SOURCES = \ http.c diff --git a/dlls/httpapi/Makefile.in b/dlls/httpapi/Makefile.in index 94020e9c17e..982d12644cc 100644 --- a/dlls/httpapi/Makefile.in +++ b/dlls/httpapi/Makefile.in @@ -2,5 +2,5 @@ MODULE = httpapi.dll IMPORTLIB = httpapi IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ httpapi_main.c diff --git a/dlls/httpapi/tests/Makefile.in b/dlls/httpapi/tests/Makefile.in index 20210a34510..897dfa99b98 100644 --- a/dlls/httpapi/tests/Makefile.in +++ b/dlls/httpapi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = httpapi.dll IMPORTS = httpapi ws2_32 -C_SRCS = \ +SOURCES = \ httpapi.c diff --git a/dlls/hvsimanagementapi/tests/Makefile.in b/dlls/hvsimanagementapi/tests/Makefile.in index 1823284773c..d9750843e8d 100644 --- a/dlls/hvsimanagementapi/tests/Makefile.in +++ b/dlls/hvsimanagementapi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = hvsimanagementapi.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ isolation.c diff --git a/dlls/ieframe/tests/Makefile.in b/dlls/ieframe/tests/Makefile.in index b2ea9a26054..70dc9d30176 100644 --- a/dlls/ieframe/tests/Makefile.in +++ b/dlls/ieframe/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = ieframe.dll IMPORTS = ole32 oleaut32 user32 gdi32 advapi32 -C_SRCS = \ +SOURCES = \ ie.c \ intshcut.c \ webbrowser.c diff --git a/dlls/ifsmgr.vxd/Makefile.in b/dlls/ifsmgr.vxd/Makefile.in index 65c6be21036..3fe32ba1186 100644 --- a/dlls/ifsmgr.vxd/Makefile.in +++ b/dlls/ifsmgr.vxd/Makefile.in @@ -1,5 +1,5 @@ MODULE = ifsmgr.vxd IMPORTS = kernel -C_SRCS = \ +SOURCES = \ ifsmgr.c diff --git a/dlls/imaadp32.acm/Makefile.in b/dlls/imaadp32.acm/Makefile.in index ff982fd138e..1df786ab61d 100644 --- a/dlls/imaadp32.acm/Makefile.in +++ b/dlls/imaadp32.acm/Makefile.in @@ -1,4 +1,5 @@ MODULE = imaadp32.acm IMPORTS = winmm user32 -C_SRCS = imaadp32.c +SOURCES = \ + imaadp32.c diff --git a/dlls/imagehlp/Makefile.in b/dlls/imagehlp/Makefile.in index e8958d9fc62..0d1de9e4fb2 100644 --- a/dlls/imagehlp/Makefile.in +++ b/dlls/imagehlp/Makefile.in @@ -3,7 +3,7 @@ MODULE = imagehlp.dll IMPORTLIB = imagehlp IMPORTS = dbghelp -C_SRCS = \ +SOURCES = \ access.c \ imagehlp_main.c \ integrity.c \ diff --git a/dlls/inetcomm/tests/Makefile.in b/dlls/inetcomm/tests/Makefile.in index 5a5b16d538d..13a835f7f9d 100644 --- a/dlls/inetcomm/tests/Makefile.in +++ b/dlls/inetcomm/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = inetcomm.dll IMPORTS = inetcomm urlmon oleaut32 ole32 -C_SRCS = \ +SOURCES = \ mimeintl.c \ mimeole.c diff --git a/dlls/inetmib1/Makefile.in b/dlls/inetmib1/Makefile.in index 553c8911792..9e3780b4933 100644 --- a/dlls/inetmib1/Makefile.in +++ b/dlls/inetmib1/Makefile.in @@ -2,5 +2,5 @@ MODULE = inetmib1.dll IMPORTS = snmpapi ws2_32 DELAYIMPORTS = iphlpapi -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/inetmib1/tests/Makefile.in b/dlls/inetmib1/tests/Makefile.in index 9229fb660a8..f78fdc19251 100644 --- a/dlls/inetmib1/tests/Makefile.in +++ b/dlls/inetmib1/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = inetmib1.dll IMPORTS = snmpapi -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/infosoft/tests/Makefile.in b/dlls/infosoft/tests/Makefile.in index 971d67b9f48..f70cc53b7dd 100644 --- a/dlls/infosoft/tests/Makefile.in +++ b/dlls/infosoft/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = infosoft.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ infosoft.c diff --git a/dlls/inkobj/Makefile.in b/dlls/inkobj/Makefile.in index 9feb261db7b..bc9f90577a5 100644 --- a/dlls/inkobj/Makefile.in +++ b/dlls/inkobj/Makefile.in @@ -2,5 +2,5 @@ MODULE = inkobj.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ inkobj.c diff --git a/dlls/iphlpapi/tests/Makefile.in b/dlls/iphlpapi/tests/Makefile.in index 23e8d1b80d3..f801c6c6c7e 100644 --- a/dlls/iphlpapi/tests/Makefile.in +++ b/dlls/iphlpapi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = iphlpapi.dll IMPORTS = iphlpapi ws2_32 -C_SRCS = \ +SOURCES = \ iphlpapi.c diff --git a/dlls/jsproxy/tests/Makefile.in b/dlls/jsproxy/tests/Makefile.in index 356947694d3..40a56288466 100644 --- a/dlls/jsproxy/tests/Makefile.in +++ b/dlls/jsproxy/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = jsproxy.dll IMPORTS = jsproxy -C_SRCS = \ +SOURCES = \ jsproxy.c diff --git a/dlls/kerberos/Makefile.in b/dlls/kerberos/Makefile.in index 9ee747e5f5a..c58709228b5 100644 --- a/dlls/kerberos/Makefile.in +++ b/dlls/kerberos/Makefile.in @@ -2,6 +2,6 @@ MODULE = kerberos.dll UNIXLIB = kerberos.so UNIX_CFLAGS = $(KRB5_CFLAGS) $(GSSAPI_CFLAGS) -C_SRCS = \ +SOURCES = \ krb5_ap.c \ unixlib.c diff --git a/dlls/keyboard.drv16/Makefile.in b/dlls/keyboard.drv16/Makefile.in index 91c82f75b51..927aa50c15f 100644 --- a/dlls/keyboard.drv16/Makefile.in +++ b/dlls/keyboard.drv16/Makefile.in @@ -2,4 +2,5 @@ MODULE = keyboard.drv16 IMPORTS = user32 EXTRADLLFLAGS = -m16 -C_SRCS = keyboard.c +SOURCES = \ + keyboard.c diff --git a/dlls/ktmw32/Makefile.in b/dlls/ktmw32/Makefile.in index b0517f09193..35718cad0b7 100644 --- a/dlls/ktmw32/Makefile.in +++ b/dlls/ktmw32/Makefile.in @@ -1,4 +1,4 @@ MODULE = ktmw32.dll -C_SRCS = \ +SOURCES = \ ktmw32_main.c diff --git a/dlls/l3codeca.acm/Makefile.in b/dlls/l3codeca.acm/Makefile.in index 31765766d4e..dd42188bee2 100644 --- a/dlls/l3codeca.acm/Makefile.in +++ b/dlls/l3codeca.acm/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = $(MPG123_PE_LIBS) winmm user32 kernelbase EXTRAINCL = $(MPG123_PE_CFLAGS) EXTRADEFS = -DMPG123_NO_LARGENAME -C_SRCS = \ +SOURCES = \ mpegl3.c diff --git a/dlls/loadperf/Makefile.in b/dlls/loadperf/Makefile.in index 0ae67f59eeb..fa49ff5ee65 100644 --- a/dlls/loadperf/Makefile.in +++ b/dlls/loadperf/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = loadperf EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ loadperf_main.c diff --git a/dlls/localspl/tests/Makefile.in b/dlls/localspl/tests/Makefile.in index 9638788307e..9ee86e8090b 100644 --- a/dlls/localspl/tests/Makefile.in +++ b/dlls/localspl/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = localspl.dll IMPORTS = advapi32 winspool -C_SRCS = \ +SOURCES = \ localmon.c diff --git a/dlls/localui/tests/Makefile.in b/dlls/localui/tests/Makefile.in index 8f5cb77f291..d7663a1fb5a 100644 --- a/dlls/localui/tests/Makefile.in +++ b/dlls/localui/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = localui.dll IMPORTS = winspool -C_SRCS = \ +SOURCES = \ localui.c diff --git a/dlls/lz32/tests/Makefile.in b/dlls/lz32/tests/Makefile.in index 27e7c57c546..2921f3570da 100644 --- a/dlls/lz32/tests/Makefile.in +++ b/dlls/lz32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = lz32.dll IMPORTS = lz32 -C_SRCS = \ +SOURCES = \ lzexpand_main.c diff --git a/dlls/lzexpand.dll16/Makefile.in b/dlls/lzexpand.dll16/Makefile.in index b44a1eb82d0..88fe6fa3869 100644 --- a/dlls/lzexpand.dll16/Makefile.in +++ b/dlls/lzexpand.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = lzexpand.dll16 IMPORTS = lz32 EXTRADLLFLAGS = -m16 -Wb,--main-module,lz32.dll -C_SRCS = lzexpand.c +SOURCES = \ + lzexpand.c diff --git a/dlls/mapi32/tests/Makefile.in b/dlls/mapi32/tests/Makefile.in index 62d86765529..5611bab9b21 100644 --- a/dlls/mapi32/tests/Makefile.in +++ b/dlls/mapi32/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = mapi32.dll IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ imalloc.c \ prop.c \ util.c diff --git a/dlls/mcicda/Makefile.in b/dlls/mcicda/Makefile.in index fad06893dc1..2f1471e0c7d 100644 --- a/dlls/mcicda/Makefile.in +++ b/dlls/mcicda/Makefile.in @@ -1,5 +1,5 @@ MODULE = mcicda.dll IMPORTS = winmm user32 -C_SRCS = \ +SOURCES = \ mcicda.c diff --git a/dlls/mciseq/Makefile.in b/dlls/mciseq/Makefile.in index 161a3deb994..66088937d77 100644 --- a/dlls/mciseq/Makefile.in +++ b/dlls/mciseq/Makefile.in @@ -1,5 +1,5 @@ MODULE = mciseq.dll IMPORTS = winmm user32 -C_SRCS = \ +SOURCES = \ mcimidi.c diff --git a/dlls/mciwave/Makefile.in b/dlls/mciwave/Makefile.in index 7df953858a3..9a4c125112c 100644 --- a/dlls/mciwave/Makefile.in +++ b/dlls/mciwave/Makefile.in @@ -1,5 +1,5 @@ MODULE = mciwave.dll IMPORTS = winmm user32 -C_SRCS = \ +SOURCES = \ mciwave.c diff --git a/dlls/mfplat/Makefile.in b/dlls/mfplat/Makefile.in index 4515d652c58..b41110e9f6f 100644 --- a/dlls/mfplat/Makefile.in +++ b/dlls/mfplat/Makefile.in @@ -5,7 +5,7 @@ DELAYIMPORTS = bcrypt EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ buffer.c \ main.c \ mediatype.c \ diff --git a/dlls/mfplay/Makefile.in b/dlls/mfplay/Makefile.in index 4d465fbec39..5e69fbde037 100644 --- a/dlls/mfplay/Makefile.in +++ b/dlls/mfplay/Makefile.in @@ -4,5 +4,5 @@ IMPORTS = mfplat mf ole32 user32 uuid mfuuid strmiids EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ player.c diff --git a/dlls/mfsrcsnk/tests/Makefile.in b/dlls/mfsrcsnk/tests/Makefile.in index 32e5637db4f..55a84256266 100644 --- a/dlls/mfsrcsnk/tests/Makefile.in +++ b/dlls/mfsrcsnk/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = mfsrcsnk.dll IMPORTS = ole32 mfsrcsnk mfplat mf uuid mfuuid -C_SRCS = \ +SOURCES = \ mfsrcsnk.c diff --git a/dlls/mgmtapi/Makefile.in b/dlls/mgmtapi/Makefile.in index 4db4d3e82e8..bdb15eb5aa9 100644 --- a/dlls/mgmtapi/Makefile.in +++ b/dlls/mgmtapi/Makefile.in @@ -2,4 +2,5 @@ MODULE = mgmtapi.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = mgmtapi.c +SOURCES = \ + mgmtapi.c diff --git a/dlls/midimap/Makefile.in b/dlls/midimap/Makefile.in index c0e66f4341e..35ae704386f 100644 --- a/dlls/midimap/Makefile.in +++ b/dlls/midimap/Makefile.in @@ -1,5 +1,5 @@ MODULE = midimap.dll IMPORTS = winmm user32 advapi32 -C_SRCS = \ +SOURCES = \ midimap.c diff --git a/dlls/mlang/tests/Makefile.in b/dlls/mlang/tests/Makefile.in index 21ec4b2465f..bab8331285e 100644 --- a/dlls/mlang/tests/Makefile.in +++ b/dlls/mlang/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = mlang.dll IMPORTS = mlang oleaut32 ole32 user32 gdi32 -C_SRCS = \ +SOURCES = \ mlang.c diff --git a/dlls/mmcndmgr/tests/Makefile.in b/dlls/mmcndmgr/tests/Makefile.in index 22d79ebb65b..2c7fe75aed2 100644 --- a/dlls/mmcndmgr/tests/Makefile.in +++ b/dlls/mmcndmgr/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = mmcndmgr.dll IMPORTS = ole32 shlwapi uuid -C_SRCS = \ +SOURCES = \ mmcndmgr.c diff --git a/dlls/mmdevapi/tests/Makefile.in b/dlls/mmdevapi/tests/Makefile.in index dd180a253b9..d7408be1bbf 100644 --- a/dlls/mmdevapi/tests/Makefile.in +++ b/dlls/mmdevapi/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = mmdevapi.dll IMPORTS = ole32 version user32 advapi32 winmm -C_SRCS = \ +SOURCES = \ capture.c \ dependency.c \ mmdevenum.c \ diff --git a/dlls/mmdevldr.vxd/Makefile.in b/dlls/mmdevldr.vxd/Makefile.in index 096ae7c598d..10f10ae5d6b 100644 --- a/dlls/mmdevldr.vxd/Makefile.in +++ b/dlls/mmdevldr.vxd/Makefile.in @@ -1,4 +1,4 @@ MODULE = mmdevldr.vxd -C_SRCS = \ +SOURCES = \ mmdevldr.c diff --git a/dlls/mmsystem.dll16/Makefile.in b/dlls/mmsystem.dll16/Makefile.in index 1eb0ce98c1d..08334cb8f83 100644 --- a/dlls/mmsystem.dll16/Makefile.in +++ b/dlls/mmsystem.dll16/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = winmm user32 EXTRADLLFLAGS = -m16 -Wb,--main-module,winmm.dll -C_SRCS = \ +SOURCES = \ driver.c \ mci16.c \ message16.c \ diff --git a/dlls/monodebg.vxd/Makefile.in b/dlls/monodebg.vxd/Makefile.in index ccbfdba36e4..349ab38a775 100644 --- a/dlls/monodebg.vxd/Makefile.in +++ b/dlls/monodebg.vxd/Makefile.in @@ -1,4 +1,4 @@ MODULE = monodebg.vxd -C_SRCS = \ +SOURCES = \ monodebg.c diff --git a/dlls/mountmgr.sys/Makefile.in b/dlls/mountmgr.sys/Makefile.in index 11a9a23d5f6..b308a4cfbac 100644 --- a/dlls/mountmgr.sys/Makefile.in +++ b/dlls/mountmgr.sys/Makefile.in @@ -7,7 +7,7 @@ UNIX_LIBS = $(DISKARBITRATION_LIBS) $(SYSTEMCONFIGURATION_LIBS) $(CORESERVICE EXTRADLLFLAGS = -Wl,--subsystem,native -C_SRCS = \ +SOURCES = \ cred.c \ dbus.c \ device.c \ diff --git a/dlls/mp3dmod/tests/Makefile.in b/dlls/mp3dmod/tests/Makefile.in index f5d54e48533..71e25dbe2ab 100644 --- a/dlls/mp3dmod/tests/Makefile.in +++ b/dlls/mp3dmod/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = mp3dmod.dll IMPORTS = dmoguids msdmo ole32 strmiids uuid wmcodecdspuuid -C_SRCS = \ +SOURCES = \ mp3dmod.c diff --git a/dlls/mpr/tests/Makefile.in b/dlls/mpr/tests/Makefile.in index c3282546e84..7ff60ce9e74 100644 --- a/dlls/mpr/tests/Makefile.in +++ b/dlls/mpr/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = mpr.dll IMPORTS = mpr -C_SRCS = \ +SOURCES = \ mpr.c diff --git a/dlls/mprapi/Makefile.in b/dlls/mprapi/Makefile.in index c97e316deb5..42a42e52a24 100644 --- a/dlls/mprapi/Makefile.in +++ b/dlls/mprapi/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = mprapi EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ mprapi.c diff --git a/dlls/msacm.dll16/Makefile.in b/dlls/msacm.dll16/Makefile.in index dccaf17c721..d424004a6bf 100644 --- a/dlls/msacm.dll16/Makefile.in +++ b/dlls/msacm.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = msacm.dll16 IMPORTS = msacm32 EXTRADLLFLAGS = -m16 -Wb,--main-module,msacm32.dll -C_SRCS = msacm.c +SOURCES = \ + msacm.c diff --git a/dlls/msacm32.drv/Makefile.in b/dlls/msacm32.drv/Makefile.in index ec343b0e272..32e4fea0ed5 100644 --- a/dlls/msacm32.drv/Makefile.in +++ b/dlls/msacm32.drv/Makefile.in @@ -1,5 +1,5 @@ MODULE = msacm32.drv IMPORTS = msacm32 winmm user32 -C_SRCS = \ +SOURCES = \ wavemap.c diff --git a/dlls/msacm32/tests/Makefile.in b/dlls/msacm32/tests/Makefile.in index dba7cfee3da..c6e711e6548 100644 --- a/dlls/msacm32/tests/Makefile.in +++ b/dlls/msacm32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msacm32.dll IMPORTS = msacm32 winmm -C_SRCS = \ +SOURCES = \ msacm.c diff --git a/dlls/msado15/tests/Makefile.in b/dlls/msado15/tests/Makefile.in index a97f3dd4339..6af5852c224 100644 --- a/dlls/msado15/tests/Makefile.in +++ b/dlls/msado15/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msado15.dll IMPORTS = oleaut32 ole32 -C_SRCS = \ +SOURCES = \ msado15.c diff --git a/dlls/msadp32.acm/Makefile.in b/dlls/msadp32.acm/Makefile.in index 6828872bc68..ee271b6c377 100644 --- a/dlls/msadp32.acm/Makefile.in +++ b/dlls/msadp32.acm/Makefile.in @@ -1,4 +1,5 @@ MODULE = msadp32.acm IMPORTS = winmm user32 -C_SRCS = msadp32.c +SOURCES = \ + msadp32.c diff --git a/dlls/msasn1/Makefile.in b/dlls/msasn1/Makefile.in index 6d55907cff2..4562d9e1058 100644 --- a/dlls/msasn1/Makefile.in +++ b/dlls/msasn1/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = msasn1 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/msasn1/tests/Makefile.in b/dlls/msasn1/tests/Makefile.in index 395ef933c0d..cf0b4a64020 100644 --- a/dlls/msasn1/tests/Makefile.in +++ b/dlls/msasn1/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msasn1.dll IMPORTS = msasn1 -C_SRCS = \ +SOURCES = \ asn1.c diff --git a/dlls/msauddecmft/Makefile.in b/dlls/msauddecmft/Makefile.in index 832f203d6ba..e5b23ed11ee 100644 --- a/dlls/msauddecmft/Makefile.in +++ b/dlls/msauddecmft/Makefile.in @@ -1,4 +1,4 @@ MODULE = msauddecmft.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/mscms/tests/Makefile.in b/dlls/mscms/tests/Makefile.in index 5dd9975434a..41ac721654e 100644 --- a/dlls/mscms/tests/Makefile.in +++ b/dlls/mscms/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = mscms.dll IMPORTS = mscms user32 advapi32 -C_SRCS = \ +SOURCES = \ profile.c diff --git a/dlls/msctfmonitor/Makefile.in b/dlls/msctfmonitor/Makefile.in index dd58e9fb0f6..fc641d6dd7d 100644 --- a/dlls/msctfmonitor/Makefile.in +++ b/dlls/msctfmonitor/Makefile.in @@ -2,5 +2,5 @@ MODULE = msctfmonitor.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/msdasql/tests/Makefile.in b/dlls/msdasql/tests/Makefile.in index 314238660e2..95bdcd45737 100644 --- a/dlls/msdasql/tests/Makefile.in +++ b/dlls/msdasql/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msdasql.dll IMPORTS = uuid oleaut32 ole32 odbccp32 -C_SRCS = \ +SOURCES = \ provider.c diff --git a/dlls/msdmo/tests/Makefile.in b/dlls/msdmo/tests/Makefile.in index 22a8e359643..db32dcbfdb5 100644 --- a/dlls/msdmo/tests/Makefile.in +++ b/dlls/msdmo/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msdmo.dll IMPORTS = advapi32 dmoguids msdmo uuid -C_SRCS = \ +SOURCES = \ msdmo.c diff --git a/dlls/msdrm/Makefile.in b/dlls/msdrm/Makefile.in index 21137dd2da5..93ba6d3eb71 100644 --- a/dlls/msdrm/Makefile.in +++ b/dlls/msdrm/Makefile.in @@ -2,5 +2,5 @@ MODULE = msdrm.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/msftedit/tests/Makefile.in b/dlls/msftedit/tests/Makefile.in index 99cc46a0076..c0e3b32fd69 100644 --- a/dlls/msftedit/tests/Makefile.in +++ b/dlls/msftedit/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msftedit.dll IMPORTS = ole32 oleaut32 user32 -C_SRCS = \ +SOURCES = \ richole.c diff --git a/dlls/msg711.acm/Makefile.in b/dlls/msg711.acm/Makefile.in index baf8627a0a4..02fcdd8f737 100644 --- a/dlls/msg711.acm/Makefile.in +++ b/dlls/msg711.acm/Makefile.in @@ -1,4 +1,5 @@ MODULE = msg711.acm IMPORTS = winmm user32 -C_SRCS = msg711.c +SOURCES = \ + msg711.c diff --git a/dlls/msgsm32.acm/Makefile.in b/dlls/msgsm32.acm/Makefile.in index 41bd1703abf..344c01fa67a 100644 --- a/dlls/msgsm32.acm/Makefile.in +++ b/dlls/msgsm32.acm/Makefile.in @@ -2,4 +2,5 @@ MODULE = msgsm32.acm IMPORTS = $(GSM_PE_LIBS) winmm user32 EXTRAINCL = $(GSM_PE_CFLAGS) -C_SRCS = msgsm32.c +SOURCES = \ + msgsm32.c diff --git a/dlls/msimg32/Makefile.in b/dlls/msimg32/Makefile.in index 5080d80caea..a327345ad4f 100644 --- a/dlls/msimg32/Makefile.in +++ b/dlls/msimg32/Makefile.in @@ -2,4 +2,5 @@ MODULE = msimg32.dll IMPORTLIB = msimg32 IMPORTS = gdi32 -C_SRCS = msimg32_main.c +SOURCES = \ + msimg32_main.c diff --git a/dlls/msisip/Makefile.in b/dlls/msisip/Makefile.in index 3bad02a186a..0e6ab325a83 100644 --- a/dlls/msisip/Makefile.in +++ b/dlls/msisip/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = crypt32 ole32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/msisys.ocx/Makefile.in b/dlls/msisys.ocx/Makefile.in index a1957f33304..2afa284bc9b 100644 --- a/dlls/msisys.ocx/Makefile.in +++ b/dlls/msisys.ocx/Makefile.in @@ -1,4 +1,5 @@ MODULE = msisys.ocx IMPORTS = uuid -C_SRCS = msisys.c +SOURCES = \ + msisys.c diff --git a/dlls/msmpeg2vdec/Makefile.in b/dlls/msmpeg2vdec/Makefile.in index 609c6a34f9a..74a2cdffceb 100644 --- a/dlls/msmpeg2vdec/Makefile.in +++ b/dlls/msmpeg2vdec/Makefile.in @@ -1,4 +1,4 @@ MODULE = msmpeg2vdec.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/msnet32/Makefile.in b/dlls/msnet32/Makefile.in index e67f0e73061..fe806e501bf 100644 --- a/dlls/msnet32/Makefile.in +++ b/dlls/msnet32/Makefile.in @@ -2,4 +2,5 @@ MODULE = msnet32.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = msnet_main.c +SOURCES = \ + msnet_main.c diff --git a/dlls/msrle32/tests/Makefile.in b/dlls/msrle32/tests/Makefile.in index 5fe929a6ded..7fa77a0af6e 100644 --- a/dlls/msrle32/tests/Makefile.in +++ b/dlls/msrle32/tests/Makefile.in @@ -1,4 +1,5 @@ TESTDLL = msrle32.dll IMPORTS = msvfw32 -C_SRCS = msrle.c +SOURCES = \ + msrle.c diff --git a/dlls/mssign32/Makefile.in b/dlls/mssign32/Makefile.in index d3fdd1568e0..fc55d80629a 100644 --- a/dlls/mssign32/Makefile.in +++ b/dlls/mssign32/Makefile.in @@ -2,5 +2,5 @@ MODULE = mssign32.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ mssign32_main.c diff --git a/dlls/mstask/tests/Makefile.in b/dlls/mstask/tests/Makefile.in index ad5d7d683fa..4a05302b4e3 100644 --- a/dlls/mstask/tests/Makefile.in +++ b/dlls/mstask/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = mstask.dll IMPORTS = ole32 user32 -C_SRCS = \ +SOURCES = \ task.c \ task_scheduler.c \ task_trigger.c diff --git a/dlls/msv1_0/Makefile.in b/dlls/msv1_0/Makefile.in index 439d74d7bb9..d0d82d1684e 100644 --- a/dlls/msv1_0/Makefile.in +++ b/dlls/msv1_0/Makefile.in @@ -2,6 +2,6 @@ MODULE = msv1_0.dll UNIXLIB = msv1_0.so IMPORTS = netapi32 advapi32 -C_SRCS = \ +SOURCES = \ main.c \ unixlib.c diff --git a/dlls/msvcirt/Makefile.in b/dlls/msvcirt/Makefile.in index 2e3e3edc9ea..4f60ea36b3e 100644 --- a/dlls/msvcirt/Makefile.in +++ b/dlls/msvcirt/Makefile.in @@ -3,6 +3,6 @@ EXTRADEFS = -D_MSVCIRT PARENTSRC = ../msvcp90 IMPORTS = msvcrt -C_SRCS = \ +SOURCES = \ exception.c \ msvcirt.c diff --git a/dlls/msvcirt/tests/Makefile.in b/dlls/msvcirt/tests/Makefile.in index 340d2e00996..f7f8c314ff7 100644 --- a/dlls/msvcirt/tests/Makefile.in +++ b/dlls/msvcirt/tests/Makefile.in @@ -1,3 +1,4 @@ TESTDLL = msvcirt.dll -C_SRCS = msvcirt.c +SOURCES = \ + msvcirt.c diff --git a/dlls/msvcm80/Makefile.in b/dlls/msvcm80/Makefile.in index f69762043f0..7acf6e60932 100644 --- a/dlls/msvcm80/Makefile.in +++ b/dlls/msvcm80/Makefile.in @@ -2,5 +2,5 @@ MODULE = msvcm80.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ msvcm_main.c diff --git a/dlls/msvcm90/Makefile.in b/dlls/msvcm90/Makefile.in index 0837586f9f1..6c3962b7dd6 100644 --- a/dlls/msvcm90/Makefile.in +++ b/dlls/msvcm90/Makefile.in @@ -3,5 +3,5 @@ PARENTSRC = ../msvcm80 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ msvcm_main.c diff --git a/dlls/msvcp100/Makefile.in b/dlls/msvcp100/Makefile.in index 43416c92ad2..c6ba5bb21dc 100644 --- a/dlls/msvcp100/Makefile.in +++ b/dlls/msvcp100/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = msvcr100 EXTRADEFS = -D_MSVCP_VER=100 PARENTSRC = ../msvcp90 -C_SRCS = \ +SOURCES = \ details.c \ exception.c \ ios.c \ diff --git a/dlls/msvcp100/tests/Makefile.in b/dlls/msvcp100/tests/Makefile.in index 8d0a4ef893d..b4766211695 100644 --- a/dlls/msvcp100/tests/Makefile.in +++ b/dlls/msvcp100/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msvcp100.dll -C_SRCS = \ +SOURCES = \ misc.c \ string.c diff --git a/dlls/msvcp110/Makefile.in b/dlls/msvcp110/Makefile.in index b2814b35cc3..6fcead67420 100644 --- a/dlls/msvcp110/Makefile.in +++ b/dlls/msvcp110/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = msvcr110 EXTRADEFS = -D_MSVCP_VER=110 PARENTSRC = ../msvcp90 -C_SRCS = \ +SOURCES = \ details.c \ exception.c \ ios.c \ diff --git a/dlls/msvcp110/tests/Makefile.in b/dlls/msvcp110/tests/Makefile.in index e064826b2d2..1fa5c56501c 100644 --- a/dlls/msvcp110/tests/Makefile.in +++ b/dlls/msvcp110/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcp110.dll -C_SRCS = \ +SOURCES = \ msvcp110.c diff --git a/dlls/msvcp120/Makefile.in b/dlls/msvcp120/Makefile.in index 605dcfe4988..e93163b4d47 100644 --- a/dlls/msvcp120/Makefile.in +++ b/dlls/msvcp120/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = msvcr120 EXTRADEFS = -D_MSVCP_VER=120 PARENTSRC = ../msvcp90 -C_SRCS = \ +SOURCES = \ details.c \ exception.c \ ios.c \ diff --git a/dlls/msvcp120/tests/Makefile.in b/dlls/msvcp120/tests/Makefile.in index 088a2164148..c5eb43ddde3 100644 --- a/dlls/msvcp120/tests/Makefile.in +++ b/dlls/msvcp120/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcp120.dll -C_SRCS = \ +SOURCES = \ msvcp120.c diff --git a/dlls/msvcp140/Makefile.in b/dlls/msvcp140/Makefile.in index c5b1582944b..5a8c8950f04 100644 --- a/dlls/msvcp140/Makefile.in +++ b/dlls/msvcp140/Makefile.in @@ -4,7 +4,7 @@ PARENTSRC = ../msvcp90 IMPORTLIB = msvcp140 IMPORTS = vcruntime140 -C_SRCS = \ +SOURCES = \ details.c \ exception.c \ ios.c \ diff --git a/dlls/msvcp140/tests/Makefile.in b/dlls/msvcp140/tests/Makefile.in index aa82d0cba06..130ba6ef93a 100644 --- a/dlls/msvcp140/tests/Makefile.in +++ b/dlls/msvcp140/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcp140.dll -C_SRCS = \ +SOURCES = \ msvcp140.c diff --git a/dlls/msvcp140_1/Makefile.in b/dlls/msvcp140_1/Makefile.in index 29b42ef8aea..cb13b2a37b7 100644 --- a/dlls/msvcp140_1/Makefile.in +++ b/dlls/msvcp140_1/Makefile.in @@ -1,4 +1,5 @@ MODULE = msvcp140_1.dll PARENTSRC = ../msvcp90 -C_SRCS = msvcp140_1.c +SOURCES = \ + msvcp140_1.c diff --git a/dlls/msvcp140_1/tests/Makefile.in b/dlls/msvcp140_1/tests/Makefile.in index 523a2016d3a..096695d2f75 100644 --- a/dlls/msvcp140_1/tests/Makefile.in +++ b/dlls/msvcp140_1/tests/Makefile.in @@ -1,3 +1,4 @@ TESTDLL = msvcp140_1.dll -C_SRCS = msvcp140_1.c +SOURCES = \ + msvcp140_1.c diff --git a/dlls/msvcp140_atomic_wait/Makefile.in b/dlls/msvcp140_atomic_wait/Makefile.in index 1be68bc5ce5..81b21c812c1 100644 --- a/dlls/msvcp140_atomic_wait/Makefile.in +++ b/dlls/msvcp140_atomic_wait/Makefile.in @@ -1,5 +1,5 @@ MODULE = msvcp140_atomic_wait.dll IMPORTS = kernelbase msvcp140 -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/msvcp140_atomic_wait/tests/Makefile.in b/dlls/msvcp140_atomic_wait/tests/Makefile.in index 7f58d06d8f3..4ed10fd4ccb 100644 --- a/dlls/msvcp140_atomic_wait/tests/Makefile.in +++ b/dlls/msvcp140_atomic_wait/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcp140_atomic_wait.dll -C_SRCS = \ +SOURCES = \ msvcp140_atomic_wait.c diff --git a/dlls/msvcp140_codecvt_ids/Makefile.in b/dlls/msvcp140_codecvt_ids/Makefile.in index 14e820b01fe..08590232f8e 100644 --- a/dlls/msvcp140_codecvt_ids/Makefile.in +++ b/dlls/msvcp140_codecvt_ids/Makefile.in @@ -1,4 +1,4 @@ MODULE = msvcp140_codecvt_ids.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/msvcp60/Makefile.in b/dlls/msvcp60/Makefile.in index 90dc3c03ff1..d7beeb0f989 100644 --- a/dlls/msvcp60/Makefile.in +++ b/dlls/msvcp60/Makefile.in @@ -5,7 +5,7 @@ IMPORTS = msvcrt EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ exception.c \ ios.c \ locale.c \ diff --git a/dlls/msvcp60/tests/Makefile.in b/dlls/msvcp60/tests/Makefile.in index 5bc1aaa334a..56b005cdd27 100644 --- a/dlls/msvcp60/tests/Makefile.in +++ b/dlls/msvcp60/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msvcp60.dll -C_SRCS = \ +SOURCES = \ ios.c \ string.c diff --git a/dlls/msvcp70/Makefile.in b/dlls/msvcp70/Makefile.in index 36ba70b761b..0dca71412e8 100644 --- a/dlls/msvcp70/Makefile.in +++ b/dlls/msvcp70/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = msvcr70 EXTRADEFS = -D_MSVCP_VER=70 PARENTSRC = ../msvcp90 -C_SRCS = \ +SOURCES = \ exception.c \ ios.c \ locale.c \ diff --git a/dlls/msvcp71/Makefile.in b/dlls/msvcp71/Makefile.in index dfa0a2b23d5..b58bbdedd63 100644 --- a/dlls/msvcp71/Makefile.in +++ b/dlls/msvcp71/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = msvcr71 EXTRADEFS = -D_MSVCP_VER=71 PARENTSRC = ../msvcp90 -C_SRCS = \ +SOURCES = \ exception.c \ ios.c \ locale.c \ diff --git a/dlls/msvcp80/Makefile.in b/dlls/msvcp80/Makefile.in index c541c1b0d11..b72ae61d728 100644 --- a/dlls/msvcp80/Makefile.in +++ b/dlls/msvcp80/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = msvcr80 EXTRADEFS = -D_MSVCP_VER=80 PARENTSRC = ../msvcp90 -C_SRCS = \ +SOURCES = \ exception.c \ ios.c \ locale.c \ diff --git a/dlls/msvcp90/Makefile.in b/dlls/msvcp90/Makefile.in index 5d812db58d9..5438b518260 100644 --- a/dlls/msvcp90/Makefile.in +++ b/dlls/msvcp90/Makefile.in @@ -2,7 +2,7 @@ MODULE = msvcp90.dll IMPORTS = msvcr90 EXTRADEFS = -D_MSVCP_VER=90 -C_SRCS = \ +SOURCES = \ details.c \ exception.c \ ios.c \ diff --git a/dlls/msvcr100/tests/Makefile.in b/dlls/msvcr100/tests/Makefile.in index a7652df38d2..9923f6b0d66 100644 --- a/dlls/msvcr100/tests/Makefile.in +++ b/dlls/msvcr100/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcr100.dll -C_SRCS = \ +SOURCES = \ msvcr100.c diff --git a/dlls/msvcr110/Makefile.in b/dlls/msvcr110/Makefile.in index 1337b52224a..a397b04efa2 100644 --- a/dlls/msvcr110/Makefile.in +++ b/dlls/msvcr110/Makefile.in @@ -5,7 +5,7 @@ IMPORTS = $(MUSL_PE_LIBS) ntdll DELAYIMPORTS = advapi32 user32 PARENTSRC = ../msvcrt -C_SRCS = \ +SOURCES = \ concurrency.c \ console.c \ cpp.c \ diff --git a/dlls/msvcr110/tests/Makefile.in b/dlls/msvcr110/tests/Makefile.in index e9ece8c1a80..34f0a8e79d0 100644 --- a/dlls/msvcr110/tests/Makefile.in +++ b/dlls/msvcr110/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcr110.dll -C_SRCS = \ +SOURCES = \ msvcr110.c diff --git a/dlls/msvcr120/tests/Makefile.in b/dlls/msvcr120/tests/Makefile.in index 9898cbae117..92474473aaa 100644 --- a/dlls/msvcr120/tests/Makefile.in +++ b/dlls/msvcr120/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcr120.dll -C_SRCS = \ +SOURCES = \ msvcr120.c diff --git a/dlls/msvcr70/Makefile.in b/dlls/msvcr70/Makefile.in index 9415d5b5b66..a1d8bf0f001 100644 --- a/dlls/msvcr70/Makefile.in +++ b/dlls/msvcr70/Makefile.in @@ -5,7 +5,7 @@ IMPORTS = $(MUSL_PE_LIBS) ntdll DELAYIMPORTS = advapi32 user32 PARENTSRC = ../msvcrt -C_SRCS = \ +SOURCES = \ console.c \ cpp.c \ ctype.c \ diff --git a/dlls/msvcr70/tests/Makefile.in b/dlls/msvcr70/tests/Makefile.in index 2c6a08d55e4..29af98bb54f 100644 --- a/dlls/msvcr70/tests/Makefile.in +++ b/dlls/msvcr70/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcr70.dll -C_SRCS = \ +SOURCES = \ msvcr70.c diff --git a/dlls/msvcr71/Makefile.in b/dlls/msvcr71/Makefile.in index 6079e87841f..6da68524dc6 100644 --- a/dlls/msvcr71/Makefile.in +++ b/dlls/msvcr71/Makefile.in @@ -5,7 +5,7 @@ IMPORTS = $(MUSL_PE_LIBS) ntdll DELAYIMPORTS = advapi32 user32 PARENTSRC = ../msvcrt -C_SRCS = \ +SOURCES = \ console.c \ cpp.c \ ctype.c \ diff --git a/dlls/msvcr71/tests/Makefile.in b/dlls/msvcr71/tests/Makefile.in index 7a65a611479..079227a5e1c 100644 --- a/dlls/msvcr71/tests/Makefile.in +++ b/dlls/msvcr71/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcr71.dll -C_SRCS = \ +SOURCES = \ msvcr71.c diff --git a/dlls/msvcrt/tests/Makefile.in b/dlls/msvcrt/tests/Makefile.in index 1db6da2a0ad..770b9ef11fb 100644 --- a/dlls/msvcrt/tests/Makefile.in +++ b/dlls/msvcrt/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = msvcrt.dll IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ cpp.c \ data.c \ dir.c \ diff --git a/dlls/msvcrt20/Makefile.in b/dlls/msvcrt20/Makefile.in index de312940131..9e5efd25853 100644 --- a/dlls/msvcrt20/Makefile.in +++ b/dlls/msvcrt20/Makefile.in @@ -1,4 +1,5 @@ MODULE = msvcrt20.dll IMPORTS = msvcrt -C_SRCS = msvcrt20.c +SOURCES = \ + msvcrt20.c diff --git a/dlls/msvcrtd/Makefile.in b/dlls/msvcrtd/Makefile.in index 994195eebc6..8bfae2270f8 100644 --- a/dlls/msvcrtd/Makefile.in +++ b/dlls/msvcrtd/Makefile.in @@ -5,7 +5,7 @@ IMPORTS = $(MUSL_PE_LIBS) ntdll PARENTSRC = ../msvcrt DELAYIMPORTS = advapi32 user32 -C_SRCS = \ +SOURCES = \ console.c \ cpp.c \ ctype.c \ diff --git a/dlls/msvcrtd/tests/Makefile.in b/dlls/msvcrtd/tests/Makefile.in index d72b1d6a16d..4f817fe7ed1 100644 --- a/dlls/msvcrtd/tests/Makefile.in +++ b/dlls/msvcrtd/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = msvcrtd.dll -C_SRCS = \ +SOURCES = \ debug.c diff --git a/dlls/msvideo.dll16/Makefile.in b/dlls/msvideo.dll16/Makefile.in index 5f7a9a4c33d..84829f6bd70 100644 --- a/dlls/msvideo.dll16/Makefile.in +++ b/dlls/msvideo.dll16/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = msvfw32 version advapi32 user32 EXTRADLLFLAGS = -m16 -Wb,--main-module,msvfw32.dll -C_SRCS = msvideo16.c +SOURCES = \ + msvideo16.c diff --git a/dlls/msxml4/tests/Makefile.in b/dlls/msxml4/tests/Makefile.in index 6515c06f112..2daf770868e 100644 --- a/dlls/msxml4/tests/Makefile.in +++ b/dlls/msxml4/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msxml4.dll IMPORTS = oleaut32 ole32 -C_SRCS = \ +SOURCES = \ domdoc.c diff --git a/dlls/msxml6/tests/Makefile.in b/dlls/msxml6/tests/Makefile.in index 47231ace2ee..0dc61bd2019 100644 --- a/dlls/msxml6/tests/Makefile.in +++ b/dlls/msxml6/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = msxml6.dll IMPORTS = oleaut32 ole32 -C_SRCS = \ +SOURCES = \ domdoc.c diff --git a/dlls/mtxdm/Makefile.in b/dlls/mtxdm/Makefile.in index 63a99b6302f..2ca5068022b 100644 --- a/dlls/mtxdm/Makefile.in +++ b/dlls/mtxdm/Makefile.in @@ -1,5 +1,5 @@ MODULE = mtxdm.dll IMPORTS = uuid ole32 -C_SRCS = \ +SOURCES = \ mtxdm_main.c diff --git a/dlls/ncrypt/Makefile.in b/dlls/ncrypt/Makefile.in index f46aecae66b..9b63d5e511f 100644 --- a/dlls/ncrypt/Makefile.in +++ b/dlls/ncrypt/Makefile.in @@ -4,5 +4,5 @@ IMPORTS = bcrypt EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/ncrypt/tests/Makefile.in b/dlls/ncrypt/tests/Makefile.in index d08a32dc312..9f0b4b1ca31 100644 --- a/dlls/ncrypt/tests/Makefile.in +++ b/dlls/ncrypt/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = ncrypt.dll IMPORTS = ncrypt -C_SRCS = \ +SOURCES = \ ncrypt.c diff --git a/dlls/nddeapi/Makefile.in b/dlls/nddeapi/Makefile.in index 6a335119b62..ac432d01fc9 100644 --- a/dlls/nddeapi/Makefile.in +++ b/dlls/nddeapi/Makefile.in @@ -1,5 +1,5 @@ MODULE = nddeapi.dll IMPORTLIB = nddeapi -C_SRCS = \ +SOURCES = \ nddeapi.c diff --git a/dlls/ndis.sys/tests/Makefile.in b/dlls/ndis.sys/tests/Makefile.in index 8544dfdff2f..94dee9c007e 100644 --- a/dlls/ndis.sys/tests/Makefile.in +++ b/dlls/ndis.sys/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = ndis.sys IMPORTS = iphlpapi advapi32 ole32 -C_SRCS = \ +SOURCES = \ ndis.c diff --git a/dlls/netapi32/tests/Makefile.in b/dlls/netapi32/tests/Makefile.in index 3ca81e6e2bc..0385b3fe909 100644 --- a/dlls/netapi32/tests/Makefile.in +++ b/dlls/netapi32/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = netapi32.dll IMPORTS = advapi32 netapi32 -C_SRCS = \ +SOURCES = \ access.c \ apibuf.c \ ds.c \ diff --git a/dlls/netcfgx/tests/Makefile.in b/dlls/netcfgx/tests/Makefile.in index 699af30f213..833ba987336 100644 --- a/dlls/netcfgx/tests/Makefile.in +++ b/dlls/netcfgx/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = netcfgx.dll IMPORTS = uuid ole32 -C_SRCS = \ +SOURCES = \ netcfgx.c diff --git a/dlls/netprofm/tests/Makefile.in b/dlls/netprofm/tests/Makefile.in index 3b5be5c5453..3dd8aed9e1e 100644 --- a/dlls/netprofm/tests/Makefile.in +++ b/dlls/netprofm/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = netprofm.dll IMPORTS = oleaut32 ole32 -C_SRCS = \ +SOURCES = \ list.c diff --git a/dlls/newdev/Makefile.in b/dlls/newdev/Makefile.in index c447a388614..db8ae8048b0 100644 --- a/dlls/newdev/Makefile.in +++ b/dlls/newdev/Makefile.in @@ -2,4 +2,5 @@ MODULE = newdev.dll IMPORTLIB = newdev IMPORTS = setupapi -C_SRCS = main.c +SOURCES = \ + main.c diff --git a/dlls/ninput/Makefile.in b/dlls/ninput/Makefile.in index 8b2d181ed94..c9a479af9a8 100644 --- a/dlls/ninput/Makefile.in +++ b/dlls/ninput/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = ninput EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/ninput/tests/Makefile.in b/dlls/ninput/tests/Makefile.in index 9c0b44fa17d..f642031348a 100644 --- a/dlls/ninput/tests/Makefile.in +++ b/dlls/ninput/tests/Makefile.in @@ -1,4 +1,5 @@ TESTDLL = ninput.dll IMPORTS = ninput -C_SRCS = ninput.c +SOURCES = \ + ninput.c diff --git a/dlls/nsi/Makefile.in b/dlls/nsi/Makefile.in index 2d3d98f69d0..71b23fd19e0 100644 --- a/dlls/nsi/Makefile.in +++ b/dlls/nsi/Makefile.in @@ -1,5 +1,5 @@ MODULE = nsi.dll IMPORTLIB = nsi -C_SRCS = \ +SOURCES = \ nsi.c diff --git a/dlls/nsi/tests/Makefile.in b/dlls/nsi/tests/Makefile.in index 98129935198..45a7d77668f 100644 --- a/dlls/nsi/tests/Makefile.in +++ b/dlls/nsi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = nsi.dll IMPORTS = nsi uuid iphlpapi -C_SRCS = \ +SOURCES = \ nsi.c diff --git a/dlls/nsiproxy.sys/Makefile.in b/dlls/nsiproxy.sys/Makefile.in index d1896b37ce6..40ea0701a46 100644 --- a/dlls/nsiproxy.sys/Makefile.in +++ b/dlls/nsiproxy.sys/Makefile.in @@ -5,7 +5,7 @@ UNIX_LIBS = $(PROCSTAT_LIBS) EXTRADLLFLAGS = -Wl,--subsystem,native -C_SRCS = \ +SOURCES = \ device.c \ icmp_echo.c \ ip.c \ diff --git a/dlls/ntdll/tests/Makefile.in b/dlls/ntdll/tests/Makefile.in index 90deb5865f8..3ca77a03053 100644 --- a/dlls/ntdll/tests/Makefile.in +++ b/dlls/ntdll/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = ntdll.dll IMPORTS = user32 advapi32 -C_SRCS = \ +SOURCES = \ atom.c \ change.c \ directory.c \ diff --git a/dlls/ntdsapi/Makefile.in b/dlls/ntdsapi/Makefile.in index 263b0d45333..e12827ac83d 100644 --- a/dlls/ntdsapi/Makefile.in +++ b/dlls/ntdsapi/Makefile.in @@ -4,5 +4,5 @@ IMPORTS = user32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ ntdsapi.c diff --git a/dlls/ntdsapi/tests/Makefile.in b/dlls/ntdsapi/tests/Makefile.in index 5a895e3b682..1a11a06160a 100644 --- a/dlls/ntdsapi/tests/Makefile.in +++ b/dlls/ntdsapi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = ntdsapi.dll IMPORTS = ntdsapi -C_SRCS = \ +SOURCES = \ ntdsapi.c diff --git a/dlls/ntprint/tests/Makefile.in b/dlls/ntprint/tests/Makefile.in index 0c1793fe9e8..ecd5c03233d 100644 --- a/dlls/ntprint/tests/Makefile.in +++ b/dlls/ntprint/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = ntprint.dll -C_SRCS = \ +SOURCES = \ ntprint.c diff --git a/dlls/odbccp32/Makefile.in b/dlls/odbccp32/Makefile.in index 77308270728..233d85cf53a 100644 --- a/dlls/odbccp32/Makefile.in +++ b/dlls/odbccp32/Makefile.in @@ -2,5 +2,5 @@ MODULE = odbccp32.dll IMPORTLIB = odbccp32 IMPORTS = uuid advapi32 -C_SRCS = \ +SOURCES = \ odbccp32.c diff --git a/dlls/ole2.dll16/Makefile.in b/dlls/ole2.dll16/Makefile.in index bb9fa89fd69..54084adac6c 100644 --- a/dlls/ole2.dll16/Makefile.in +++ b/dlls/ole2.dll16/Makefile.in @@ -2,6 +2,6 @@ MODULE = ole2.dll16 IMPORTS = uuid ole32 user32 gdi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll -C_SRCS = \ +SOURCES = \ memlockbytes.c \ ole2.c diff --git a/dlls/ole2disp.dll16/Makefile.in b/dlls/ole2disp.dll16/Makefile.in index 86100fe146a..becafc203e0 100644 --- a/dlls/ole2disp.dll16/Makefile.in +++ b/dlls/ole2disp.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = ole2disp.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll -C_SRCS = ole2disp.c +SOURCES = \ + ole2disp.c diff --git a/dlls/oleacc/tests/Makefile.in b/dlls/oleacc/tests/Makefile.in index 7773ba911e3..129a978e4dd 100644 --- a/dlls/oleacc/tests/Makefile.in +++ b/dlls/oleacc/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = oleacc.dll IMPORTS = ole32 oleacc oleaut32 user32 -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/olecli.dll16/Makefile.in b/dlls/olecli.dll16/Makefile.in index 40a2446b61e..18531e80fd2 100644 --- a/dlls/olecli.dll16/Makefile.in +++ b/dlls/olecli.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = olecli.dll16 IMPORTS = gdi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,olecli32.dll -C_SRCS = olecli.c +SOURCES = \ + olecli.c diff --git a/dlls/olecli32/Makefile.in b/dlls/olecli32/Makefile.in index 0eca46ff269..1bd56bcd402 100644 --- a/dlls/olecli32/Makefile.in +++ b/dlls/olecli32/Makefile.in @@ -2,5 +2,5 @@ MODULE = olecli32.dll IMPORTLIB = olecli32 IMPORTS = ole32 gdi32 -C_SRCS = \ +SOURCES = \ olecli_main.c diff --git a/dlls/oledlg/tests/Makefile.in b/dlls/oledlg/tests/Makefile.in index 5c6227bb59d..4a836be29cc 100644 --- a/dlls/oledlg/tests/Makefile.in +++ b/dlls/oledlg/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = oledlg.dll IMPORTS = oledlg ole32 user32 -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/olesvr.dll16/Makefile.in b/dlls/olesvr.dll16/Makefile.in index d894b588007..18daa357089 100644 --- a/dlls/olesvr.dll16/Makefile.in +++ b/dlls/olesvr.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = olesvr.dll16 IMPORTS = gdi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,olesvr32.dll -C_SRCS = olesvr.c +SOURCES = \ + olesvr.c diff --git a/dlls/olesvr32/Makefile.in b/dlls/olesvr32/Makefile.in index 0cea1ad4654..b6efe22e97b 100644 --- a/dlls/olesvr32/Makefile.in +++ b/dlls/olesvr32/Makefile.in @@ -1,5 +1,5 @@ MODULE = olesvr32.dll IMPORTLIB = olesvr32 -C_SRCS = \ +SOURCES = \ olesvr_main.c diff --git a/dlls/opcservices/tests/Makefile.in b/dlls/opcservices/tests/Makefile.in index 4fa222e9273..4ba3d59ab04 100644 --- a/dlls/opcservices/tests/Makefile.in +++ b/dlls/opcservices/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = opcservices.dll IMPORTS = ole32 urlmon oleaut32 -C_SRCS = \ +SOURCES = \ opcservices.c diff --git a/dlls/opencl/Makefile.in b/dlls/opencl/Makefile.in index 1ad5ec56363..69df0a3073c 100644 --- a/dlls/opencl/Makefile.in +++ b/dlls/opencl/Makefile.in @@ -2,7 +2,7 @@ MODULE = opencl.dll UNIXLIB = opencl.so UNIX_LIBS = $(OPENCL_LIBS) -C_SRCS = \ +SOURCES = \ pe_thunks.c \ pe_wrappers.c \ unix_thunks.c \ diff --git a/dlls/opengl32/tests/Makefile.in b/dlls/opengl32/tests/Makefile.in index 792c9d0fe78..d1336fcc67e 100644 --- a/dlls/opengl32/tests/Makefile.in +++ b/dlls/opengl32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = opengl32.dll IMPORTS = opengl32 user32 gdi32 -C_SRCS = \ +SOURCES = \ opengl.c diff --git a/dlls/packager/tests/Makefile.in b/dlls/packager/tests/Makefile.in index 9988caad906..e0b52f0ec3a 100644 --- a/dlls/packager/tests/Makefile.in +++ b/dlls/packager/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = packager.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ oleobj.c diff --git a/dlls/pdh/Makefile.in b/dlls/pdh/Makefile.in index a56b9d6e4fc..b8616aaaa26 100644 --- a/dlls/pdh/Makefile.in +++ b/dlls/pdh/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = pdh EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ pdh_main.c diff --git a/dlls/pdh/tests/Makefile.in b/dlls/pdh/tests/Makefile.in index cb50923565b..d13691a5784 100644 --- a/dlls/pdh/tests/Makefile.in +++ b/dlls/pdh/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = pdh.dll IMPORTS = pdh -C_SRCS = \ +SOURCES = \ pdh.c diff --git a/dlls/powrprof/Makefile.in b/dlls/powrprof/Makefile.in index e51fc62e7c0..d081c6af81e 100644 --- a/dlls/powrprof/Makefile.in +++ b/dlls/powrprof/Makefile.in @@ -2,4 +2,5 @@ MODULE = powrprof.dll IMPORTLIB = powrprof IMPORTS = advapi32 -C_SRCS = powrprof.c +SOURCES = \ + powrprof.c diff --git a/dlls/prntvpt/Makefile.in b/dlls/prntvpt/Makefile.in index 77eaf354224..3b2ce0c11af 100644 --- a/dlls/prntvpt/Makefile.in +++ b/dlls/prntvpt/Makefile.in @@ -4,6 +4,6 @@ IMPORTS = winspool ole32 oleaut32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c \ ticket.c diff --git a/dlls/prntvpt/tests/Makefile.in b/dlls/prntvpt/tests/Makefile.in index 692a134d016..775a81439d5 100644 --- a/dlls/prntvpt/tests/Makefile.in +++ b/dlls/prntvpt/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = prntvpt.dll IMPORTS = prntvpt winspool ole32 -C_SRCS = \ +SOURCES = \ prntvpt.c diff --git a/dlls/propsys/tests/Makefile.in b/dlls/propsys/tests/Makefile.in index 19e30afde77..e58dd577965 100644 --- a/dlls/propsys/tests/Makefile.in +++ b/dlls/propsys/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = propsys.dll IMPORTS = propsys ole32 oleaut32 -C_SRCS = \ +SOURCES = \ propsys.c diff --git a/dlls/psapi/tests/Makefile.in b/dlls/psapi/tests/Makefile.in index d085953f6ca..c22fe61ef67 100644 --- a/dlls/psapi/tests/Makefile.in +++ b/dlls/psapi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = psapi.dll IMPORTS = psapi user32 -C_SRCS = \ +SOURCES = \ psapi_main.c diff --git a/dlls/pstorec/tests/Makefile.in b/dlls/pstorec/tests/Makefile.in index 2287f0f4c70..22b5925168f 100644 --- a/dlls/pstorec/tests/Makefile.in +++ b/dlls/pstorec/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = pstorec.dll -C_SRCS = \ +SOURCES = \ pstorec.c diff --git a/dlls/qcap/tests/Makefile.in b/dlls/qcap/tests/Makefile.in index 6e2fb2d4d2a..c9286640936 100644 --- a/dlls/qcap/tests/Makefile.in +++ b/dlls/qcap/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = qcap.dll IMPORTS = strmbase strmiids uuid oleaut32 ole32 advapi32 msvfw32 -C_SRCS = \ +SOURCES = \ audiorecord.c \ avico.c \ avimux.c \ diff --git a/dlls/qdvd/tests/Makefile.in b/dlls/qdvd/tests/Makefile.in index fdd769b73e0..fb4e05adb38 100644 --- a/dlls/qdvd/tests/Makefile.in +++ b/dlls/qdvd/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = qdvd.dll IMPORTS = strmiids uuid ole32 -C_SRCS = \ +SOURCES = \ graph.c \ navigator.c diff --git a/dlls/qmgr/tests/Makefile.in b/dlls/qmgr/tests/Makefile.in index 2bf92a94019..cbab4b022bc 100644 --- a/dlls/qmgr/tests/Makefile.in +++ b/dlls/qmgr/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = qmgr.dll IMPORTS = uuid ole32 shlwapi user32 -C_SRCS = \ +SOURCES = \ enum_files.c \ enum_jobs.c \ file.c \ diff --git a/dlls/query/Makefile.in b/dlls/query/Makefile.in index 8cdeb9c9765..4cce67f0fe4 100644 --- a/dlls/query/Makefile.in +++ b/dlls/query/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = uuid EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ query_main.c diff --git a/dlls/qwave/Makefile.in b/dlls/qwave/Makefile.in index fee5602d7ba..6ae6d18c0e1 100644 --- a/dlls/qwave/Makefile.in +++ b/dlls/qwave/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = qwave EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/qwave/tests/Makefile.in b/dlls/qwave/tests/Makefile.in index 713909ba191..8fb15ab8146 100644 --- a/dlls/qwave/tests/Makefile.in +++ b/dlls/qwave/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = qwave.dll IMPORTS = qwave -C_SRCS = \ +SOURCES = \ qos.c diff --git a/dlls/rasapi32/Makefile.in b/dlls/rasapi32/Makefile.in index ff7e71042f9..08928b8312a 100644 --- a/dlls/rasapi32/Makefile.in +++ b/dlls/rasapi32/Makefile.in @@ -1,4 +1,5 @@ MODULE = rasapi32.dll IMPORTLIB = rasapi32 -C_SRCS = rasapi.c +SOURCES = \ + rasapi.c diff --git a/dlls/rasapi32/tests/Makefile.in b/dlls/rasapi32/tests/Makefile.in index 64d91ee7359..5826a953319 100644 --- a/dlls/rasapi32/tests/Makefile.in +++ b/dlls/rasapi32/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = rasapi32.dll -C_SRCS = \ +SOURCES = \ rasapi.c diff --git a/dlls/rasdlg/Makefile.in b/dlls/rasdlg/Makefile.in index 8bcce67ac3f..2f6cc2a09ce 100644 --- a/dlls/rasdlg/Makefile.in +++ b/dlls/rasdlg/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = rasdlg EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ rasdlg_main.c diff --git a/dlls/riched20/tests/Makefile.in b/dlls/riched20/tests/Makefile.in index 34c00afa7cb..e62165deea0 100644 --- a/dlls/riched20/tests/Makefile.in +++ b/dlls/riched20/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = riched20.dll IMPORTS = ole32 oleaut32 user32 gdi32 -C_SRCS = \ +SOURCES = \ editor.c \ richole.c \ txtsrv.c diff --git a/dlls/riched32/tests/Makefile.in b/dlls/riched32/tests/Makefile.in index c73defc11d0..84645913723 100644 --- a/dlls/riched32/tests/Makefile.in +++ b/dlls/riched32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = riched32.dll IMPORTS = ole32 user32 -C_SRCS = \ +SOURCES = \ editor.c diff --git a/dlls/rsaenh/tests/Makefile.in b/dlls/rsaenh/tests/Makefile.in index 91f2d28ef6d..31ab082a33e 100644 --- a/dlls/rsaenh/tests/Makefile.in +++ b/dlls/rsaenh/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = rsaenh.dll IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ rsaenh.c diff --git a/dlls/rstrtmgr/Makefile.in b/dlls/rstrtmgr/Makefile.in index 8e9610ee5c9..b7f6ad8a741 100644 --- a/dlls/rstrtmgr/Makefile.in +++ b/dlls/rstrtmgr/Makefile.in @@ -2,5 +2,5 @@ MODULE = rstrtmgr.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/rtutils/Makefile.in b/dlls/rtutils/Makefile.in index d55efc11cfb..488a0fdb1ac 100644 --- a/dlls/rtutils/Makefile.in +++ b/dlls/rtutils/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = rtutils EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ tracing.c diff --git a/dlls/rtworkq/Makefile.in b/dlls/rtworkq/Makefile.in index 46268866ddb..fea26971669 100644 --- a/dlls/rtworkq/Makefile.in +++ b/dlls/rtworkq/Makefile.in @@ -2,5 +2,5 @@ MODULE = rtworkq.dll IMPORTLIB = rtworkq IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ queue.c diff --git a/dlls/rtworkq/tests/Makefile.in b/dlls/rtworkq/tests/Makefile.in index 8354cd810d1..0a67847ca22 100644 --- a/dlls/rtworkq/tests/Makefile.in +++ b/dlls/rtworkq/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = rtworkq.dll IMPORTS = rtworkq ole32 -C_SRCS = \ +SOURCES = \ rtworkq.c diff --git a/dlls/sapi/tests/Makefile.in b/dlls/sapi/tests/Makefile.in index ea14710194f..4c107d5e994 100644 --- a/dlls/sapi/tests/Makefile.in +++ b/dlls/sapi/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = sapi.dll IMPORTS = ole32 user32 advapi32 winmm -C_SRCS = \ +SOURCES = \ automation.c \ mmaudio.c \ resource.c \ diff --git a/dlls/scardsvr/Makefile.in b/dlls/scardsvr/Makefile.in index c89e86c17d8..7a9a2d21dfc 100644 --- a/dlls/scardsvr/Makefile.in +++ b/dlls/scardsvr/Makefile.in @@ -1,5 +1,5 @@ MODULE = scardsvr.dll IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ scardsvr.c diff --git a/dlls/schannel/tests/Makefile.in b/dlls/schannel/tests/Makefile.in index ca82dccfd9b..f076d0a7ad4 100644 --- a/dlls/schannel/tests/Makefile.in +++ b/dlls/schannel/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = schannel.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/secur32/Makefile.in b/dlls/secur32/Makefile.in index 6a13020b253..2120a9c0e02 100644 --- a/dlls/secur32/Makefile.in +++ b/dlls/secur32/Makefile.in @@ -5,7 +5,7 @@ IMPORTS = advapi32 DELAYIMPORTS = crypt32 UNIX_CFLAGS = $(GNUTLS_CFLAGS) -C_SRCS = \ +SOURCES = \ lsa.c \ negotiate.c \ schannel.c \ diff --git a/dlls/secur32/tests/Makefile.in b/dlls/secur32/tests/Makefile.in index 089d1c3117b..caeac7e47e1 100644 --- a/dlls/secur32/tests/Makefile.in +++ b/dlls/secur32/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = secur32.dll IMPORTS = secur32 crypt32 advapi32 ws2_32 -C_SRCS = \ +SOURCES = \ main.c \ negotiate.c \ ntlm.c \ diff --git a/dlls/sensapi/Makefile.in b/dlls/sensapi/Makefile.in index 8c88a26ca5f..4fbcecff7e3 100644 --- a/dlls/sensapi/Makefile.in +++ b/dlls/sensapi/Makefile.in @@ -1,5 +1,5 @@ MODULE = sensapi.dll IMPORTLIB = sensapi -C_SRCS = \ +SOURCES = \ sensapi.c diff --git a/dlls/serialui/tests/Makefile.in b/dlls/serialui/tests/Makefile.in index 63f553cae11..05c9e0c92ec 100644 --- a/dlls/serialui/tests/Makefile.in +++ b/dlls/serialui/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = serialui.dll -C_SRCS = \ +SOURCES = \ confdlg.c diff --git a/dlls/setupx.dll16/Makefile.in b/dlls/setupx.dll16/Makefile.in index d7d6555baf0..765f0c24561 100644 --- a/dlls/setupx.dll16/Makefile.in +++ b/dlls/setupx.dll16/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = setupapi user32 advapi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,setupapi.dll -C_SRCS = \ +SOURCES = \ devinst16.c \ infparse.c \ setupx_main.c \ diff --git a/dlls/sfc_os/Makefile.in b/dlls/sfc_os/Makefile.in index e3e727fc262..a9812a261cd 100644 --- a/dlls/sfc_os/Makefile.in +++ b/dlls/sfc_os/Makefile.in @@ -3,4 +3,5 @@ IMPORTLIB = sfc_os EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = sfc_os.c +SOURCES = \ + sfc_os.c diff --git a/dlls/shcore/Makefile.in b/dlls/shcore/Makefile.in index 61840e9a056..fd07a9e1b51 100644 --- a/dlls/shcore/Makefile.in +++ b/dlls/shcore/Makefile.in @@ -5,5 +5,5 @@ DELAYIMPORTS = user32 ole32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/shcore/tests/Makefile.in b/dlls/shcore/tests/Makefile.in index 4f537fa3874..2b7eaa65686 100644 --- a/dlls/shcore/tests/Makefile.in +++ b/dlls/shcore/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = shcore.dll IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ shcore.c diff --git a/dlls/shdocvw/tests/Makefile.in b/dlls/shdocvw/tests/Makefile.in index 4c415363e2d..b4f5a7c9703 100644 --- a/dlls/shdocvw/tests/Makefile.in +++ b/dlls/shdocvw/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = shdocvw.dll IMPORTS = shell32 ole32 oleaut32 advapi32 -C_SRCS = \ +SOURCES = \ shdocvw.c \ shortcut.c diff --git a/dlls/shlwapi/tests/Makefile.in b/dlls/shlwapi/tests/Makefile.in index 450a3955489..90bf9222b94 100644 --- a/dlls/shlwapi/tests/Makefile.in +++ b/dlls/shlwapi/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = shlwapi.dll IMPORTS = shlwapi shell32 mlang oleaut32 ole32 user32 advapi32 -C_SRCS = \ +SOURCES = \ assoc.c \ clist.c \ clsid.c \ diff --git a/dlls/slc/Makefile.in b/dlls/slc/Makefile.in index 83cb0043d87..440e7af4c27 100644 --- a/dlls/slc/Makefile.in +++ b/dlls/slc/Makefile.in @@ -4,5 +4,5 @@ IMPORTLIB = slc EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ slc.c diff --git a/dlls/slc/tests/Makefile.in b/dlls/slc/tests/Makefile.in index 51b648cb854..7734860b624 100644 --- a/dlls/slc/tests/Makefile.in +++ b/dlls/slc/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = slc.dll IMPORTS = slc -C_SRCS = \ +SOURCES = \ slc.c diff --git a/dlls/snmpapi/Makefile.in b/dlls/snmpapi/Makefile.in index eaee9374cfe..4d5d6c601d7 100644 --- a/dlls/snmpapi/Makefile.in +++ b/dlls/snmpapi/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = snmpapi EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/snmpapi/tests/Makefile.in b/dlls/snmpapi/tests/Makefile.in index 55d15ece64f..1fb434d9184 100644 --- a/dlls/snmpapi/tests/Makefile.in +++ b/dlls/snmpapi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = snmpapi.dll IMPORTS = snmpapi -C_SRCS = \ +SOURCES = \ util.c diff --git a/dlls/sound.drv16/Makefile.in b/dlls/sound.drv16/Makefile.in index 8e9b04bfa83..f72c1e67992 100644 --- a/dlls/sound.drv16/Makefile.in +++ b/dlls/sound.drv16/Makefile.in @@ -1,4 +1,5 @@ MODULE = sound.drv16 EXTRADLLFLAGS = -m16 -Wb,--main-module,winmm.dll -C_SRCS = sound.c +SOURCES = \ + sound.c diff --git a/dlls/spoolss/Makefile.in b/dlls/spoolss/Makefile.in index d09836cbae6..81b1bc68620 100644 --- a/dlls/spoolss/Makefile.in +++ b/dlls/spoolss/Makefile.in @@ -4,6 +4,6 @@ IMPORTS = winspool EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ router.c \ spoolss_main.c diff --git a/dlls/spoolss/tests/Makefile.in b/dlls/spoolss/tests/Makefile.in index f54fe5937c1..f6d18ee5096 100644 --- a/dlls/spoolss/tests/Makefile.in +++ b/dlls/spoolss/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = spoolss.dll -C_SRCS = \ +SOURCES = \ spoolss.c diff --git a/dlls/sppc/Makefile.in b/dlls/sppc/Makefile.in index 1cd222f6175..81a59392c62 100644 --- a/dlls/sppc/Makefile.in +++ b/dlls/sppc/Makefile.in @@ -2,5 +2,5 @@ MODULE = sppc.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ sppc.c diff --git a/dlls/srvsvc/Makefile.in b/dlls/srvsvc/Makefile.in index f9c68fd12aa..01f2185c8bd 100644 --- a/dlls/srvsvc/Makefile.in +++ b/dlls/srvsvc/Makefile.in @@ -1,5 +1,5 @@ MODULE = srvsvc.dll IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ srvsvc.c diff --git a/dlls/sspicli/Makefile.in b/dlls/sspicli/Makefile.in index ceef844e1d4..b6bb84c23ed 100644 --- a/dlls/sspicli/Makefile.in +++ b/dlls/sspicli/Makefile.in @@ -1,4 +1,4 @@ MODULE = sspicli.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/sti/tests/Makefile.in b/dlls/sti/tests/Makefile.in index a6735dd09e6..0da0e211dca 100644 --- a/dlls/sti/tests/Makefile.in +++ b/dlls/sti/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = sti.dll IMPORTS = uuid ole32 -C_SRCS = \ +SOURCES = \ sti.c diff --git a/dlls/storage.dll16/Makefile.in b/dlls/storage.dll16/Makefile.in index f390aca7dd9..cd8a3e52a3b 100644 --- a/dlls/storage.dll16/Makefile.in +++ b/dlls/storage.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = storage.dll16 IMPORTS = uuid ole32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll -C_SRCS = storage.c +SOURCES = \ + storage.c diff --git a/dlls/stress.dll16/Makefile.in b/dlls/stress.dll16/Makefile.in index 0c93384c33e..aef520c91b8 100644 --- a/dlls/stress.dll16/Makefile.in +++ b/dlls/stress.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = stress.dll16 EXTRADLLFLAGS = -m16 -C_SRCS = stress.c +SOURCES = \ + stress.c diff --git a/dlls/sxs/Makefile.in b/dlls/sxs/Makefile.in index 867ea270f3d..654ed4aa114 100644 --- a/dlls/sxs/Makefile.in +++ b/dlls/sxs/Makefile.in @@ -4,7 +4,7 @@ IMPORTLIB = sxs EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ cache.c \ name.c \ sxs.c diff --git a/dlls/system.drv16/Makefile.in b/dlls/system.drv16/Makefile.in index 553e6337a68..260bf957f10 100644 --- a/dlls/system.drv16/Makefile.in +++ b/dlls/system.drv16/Makefile.in @@ -1,4 +1,5 @@ MODULE = system.drv16 EXTRADLLFLAGS = -m16 -C_SRCS = system.c +SOURCES = \ + system.c diff --git a/dlls/t2embed/Makefile.in b/dlls/t2embed/Makefile.in index afda2511913..15415459543 100644 --- a/dlls/t2embed/Makefile.in +++ b/dlls/t2embed/Makefile.in @@ -4,5 +4,5 @@ IMPORTS = gdi32 advapi32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/t2embed/tests/Makefile.in b/dlls/t2embed/tests/Makefile.in index c4f49a3f6ca..cb95d5081cf 100644 --- a/dlls/t2embed/tests/Makefile.in +++ b/dlls/t2embed/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = t2embed.dll IMPORTS = user32 gdi32 t2embed -C_SRCS = \ +SOURCES = \ t2embed.c diff --git a/dlls/tapi32/Makefile.in b/dlls/tapi32/Makefile.in index e8c5e58cee0..fbbc19c0b1c 100644 --- a/dlls/tapi32/Makefile.in +++ b/dlls/tapi32/Makefile.in @@ -2,7 +2,7 @@ MODULE = tapi32.dll IMPORTLIB = tapi32 IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ assisted.c \ line.c \ phone.c diff --git a/dlls/tapi32/tests/Makefile.in b/dlls/tapi32/tests/Makefile.in index 126eed1c85c..7da52ccccb4 100644 --- a/dlls/tapi32/tests/Makefile.in +++ b/dlls/tapi32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = tapi32.dll IMPORTS = tapi32 -C_SRCS = \ +SOURCES = \ tapi.c diff --git a/dlls/taskschd/tests/Makefile.in b/dlls/taskschd/tests/Makefile.in index 41898c12f3e..5653ef82d10 100644 --- a/dlls/taskschd/tests/Makefile.in +++ b/dlls/taskschd/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = taskschd.dll IMPORTS = advapi32 oleaut32 ole32 -C_SRCS = \ +SOURCES = \ scheduler.c diff --git a/dlls/tbs/Makefile.in b/dlls/tbs/Makefile.in index 4b69d20058b..db9ba94fed1 100644 --- a/dlls/tbs/Makefile.in +++ b/dlls/tbs/Makefile.in @@ -1,4 +1,4 @@ MODULE = tbs.dll -C_SRCS = \ +SOURCES = \ tbs.c diff --git a/dlls/threadpoolwinrt/tests/Makefile.in b/dlls/threadpoolwinrt/tests/Makefile.in index ca1206d68da..f0330422cb6 100644 --- a/dlls/threadpoolwinrt/tests/Makefile.in +++ b/dlls/threadpoolwinrt/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = threadpoolwinrt.dll IMPORTS = combase uuid -C_SRCS = \ +SOURCES = \ threadpool.c diff --git a/dlls/toolhelp.dll16/Makefile.in b/dlls/toolhelp.dll16/Makefile.in index 64d0de31528..4888e550161 100644 --- a/dlls/toolhelp.dll16/Makefile.in +++ b/dlls/toolhelp.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = toolhelp.dll16 EXTRADLLFLAGS = -m16 -C_SRCS = toolhelp.c +SOURCES = \ + toolhelp.c diff --git a/dlls/traffic/Makefile.in b/dlls/traffic/Makefile.in index 633355f93ec..0077f709967 100644 --- a/dlls/traffic/Makefile.in +++ b/dlls/traffic/Makefile.in @@ -2,5 +2,5 @@ MODULE = traffic.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ traffic_main.c diff --git a/dlls/twain.dll16/Makefile.in b/dlls/twain.dll16/Makefile.in index e9b543477d1..18ea9b42ed2 100644 --- a/dlls/twain.dll16/Makefile.in +++ b/dlls/twain.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = twain.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,twain_32.dll -C_SRCS = twain.c +SOURCES = \ + twain.c diff --git a/dlls/twain_32/tests/Makefile.in b/dlls/twain_32/tests/Makefile.in index c8853713e60..13052327d7d 100644 --- a/dlls/twain_32/tests/Makefile.in +++ b/dlls/twain_32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = twain_32.dll IMPORTS = user32 gdi32 -C_SRCS = \ +SOURCES = \ dsm.c diff --git a/dlls/twinapi.appcore/Makefile.in b/dlls/twinapi.appcore/Makefile.in index a0095988f7f..06203bdb691 100644 --- a/dlls/twinapi.appcore/Makefile.in +++ b/dlls/twinapi.appcore/Makefile.in @@ -1,5 +1,5 @@ EXTRADEFS = -D_CONTRACT_GEN MODULE = twinapi.appcore.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/typelib.dll16/Makefile.in b/dlls/typelib.dll16/Makefile.in index b4d39ee6601..04897a38c9d 100644 --- a/dlls/typelib.dll16/Makefile.in +++ b/dlls/typelib.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = typelib.dll16 IMPORTS = oleaut32 advapi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll -C_SRCS = typelib.c +SOURCES = \ + typelib.c diff --git a/dlls/uianimation/tests/Makefile.in b/dlls/uianimation/tests/Makefile.in index ec1118c2fcd..42c870b78cb 100644 --- a/dlls/uianimation/tests/Makefile.in +++ b/dlls/uianimation/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = uianimation.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ uianimation.c diff --git a/dlls/uiautomationcore/tests/Makefile.in b/dlls/uiautomationcore/tests/Makefile.in index 53ed6f6e380..41905e4e0e2 100644 --- a/dlls/uiautomationcore/tests/Makefile.in +++ b/dlls/uiautomationcore/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = uiautomationcore.dll IMPORTS = uiautomationcore user32 ole32 oleaut32 oleacc -C_SRCS = \ +SOURCES = \ uiautomation.c diff --git a/dlls/updspapi/Makefile.in b/dlls/updspapi/Makefile.in index 3cf19228ca6..28605ebcf6f 100644 --- a/dlls/updspapi/Makefile.in +++ b/dlls/updspapi/Makefile.in @@ -1,5 +1,5 @@ MODULE = updspapi.dll IMPORTS = setupapi -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/url/Makefile.in b/dlls/url/Makefile.in index 141d0c65655..42bea8c95e3 100644 --- a/dlls/url/Makefile.in +++ b/dlls/url/Makefile.in @@ -4,4 +4,5 @@ IMPORTS = shell32 shlwapi EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = url_main.c +SOURCES = \ + url_main.c diff --git a/dlls/urlmon/tests/Makefile.in b/dlls/urlmon/tests/Makefile.in index 7217f5326ad..797a3434e1f 100644 --- a/dlls/urlmon/tests/Makefile.in +++ b/dlls/urlmon/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = urlmon.dll IMPORTS = urlmon wininet ole32 oleaut32 shlwapi user32 advapi32 -C_SRCS = \ +SOURCES = \ generated.c \ misc.c \ protocol.c \ diff --git a/dlls/userenv/Makefile.in b/dlls/userenv/Makefile.in index dcda835708e..c57e421df37 100644 --- a/dlls/userenv/Makefile.in +++ b/dlls/userenv/Makefile.in @@ -4,5 +4,5 @@ IMPORTLIB = userenv EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ userenv_main.c diff --git a/dlls/userenv/tests/Makefile.in b/dlls/userenv/tests/Makefile.in index c4aa8d0db4a..7ff6933ff92 100644 --- a/dlls/userenv/tests/Makefile.in +++ b/dlls/userenv/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = userenv.dll IMPORTS = userenv advapi32 -C_SRCS = \ +SOURCES = \ userenv.c diff --git a/dlls/usp10/tests/Makefile.in b/dlls/usp10/tests/Makefile.in index 131bcee1727..7bf2f9bde77 100644 --- a/dlls/usp10/tests/Makefile.in +++ b/dlls/usp10/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = usp10.dll IMPORTS = usp10 user32 gdi32 -C_SRCS = \ +SOURCES = \ usp10.c diff --git a/dlls/uxtheme/tests/Makefile.in b/dlls/uxtheme/tests/Makefile.in index 3fd3c23f5d8..bf2a2400942 100644 --- a/dlls/uxtheme/tests/Makefile.in +++ b/dlls/uxtheme/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = uxtheme.dll IMPORTS = advapi32 user32 gdi32 uxtheme -C_SRCS = \ +SOURCES = \ system.c diff --git a/dlls/vcomp/Makefile.in b/dlls/vcomp/Makefile.in index a54a86f8eb6..e2c199d4938 100644 --- a/dlls/vcomp/Makefile.in +++ b/dlls/vcomp/Makefile.in @@ -1,4 +1,4 @@ MODULE = vcomp.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/vcomp/tests/Makefile.in b/dlls/vcomp/tests/Makefile.in index d1b7b1291bd..c0b19b327ed 100644 --- a/dlls/vcomp/tests/Makefile.in +++ b/dlls/vcomp/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = vcomp.dll -C_SRCS = \ +SOURCES = \ vcomp.c diff --git a/dlls/vcomp100/Makefile.in b/dlls/vcomp100/Makefile.in index b087e894ad7..1c07bd69c4c 100644 --- a/dlls/vcomp100/Makefile.in +++ b/dlls/vcomp100/Makefile.in @@ -1,5 +1,5 @@ MODULE = vcomp100.dll PARENTSRC = ../vcomp -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/vcomp110/Makefile.in b/dlls/vcomp110/Makefile.in index abd3d465934..120c15cd0a6 100644 --- a/dlls/vcomp110/Makefile.in +++ b/dlls/vcomp110/Makefile.in @@ -1,5 +1,5 @@ MODULE = vcomp110.dll PARENTSRC = ../vcomp -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/vcomp110/tests/Makefile.in b/dlls/vcomp110/tests/Makefile.in index 98fba09e5b4..da46d589529 100644 --- a/dlls/vcomp110/tests/Makefile.in +++ b/dlls/vcomp110/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = vcomp110.dll -C_SRCS = \ +SOURCES = \ vcomp110.c diff --git a/dlls/vcomp120/Makefile.in b/dlls/vcomp120/Makefile.in index 9a2f2428f6f..cf2541d047d 100644 --- a/dlls/vcomp120/Makefile.in +++ b/dlls/vcomp120/Makefile.in @@ -1,5 +1,5 @@ MODULE = vcomp120.dll PARENTSRC = ../vcomp -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/vcomp140/Makefile.in b/dlls/vcomp140/Makefile.in index 644ac670af9..3869c0c567d 100644 --- a/dlls/vcomp140/Makefile.in +++ b/dlls/vcomp140/Makefile.in @@ -1,5 +1,5 @@ MODULE = vcomp140.dll PARENTSRC = ../vcomp -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/vcruntime140/Makefile.in b/dlls/vcruntime140/Makefile.in index b09faf2c901..1f99225ffe8 100644 --- a/dlls/vcruntime140/Makefile.in +++ b/dlls/vcruntime140/Makefile.in @@ -1,5 +1,5 @@ MODULE = vcruntime140.dll IMPORTLIB = vcruntime140 -C_SRCS = \ +SOURCES = \ misc.c diff --git a/dlls/vcruntime140_1/Makefile.in b/dlls/vcruntime140_1/Makefile.in index 6e3dd2ec2ff..9fad2edaa48 100644 --- a/dlls/vcruntime140_1/Makefile.in +++ b/dlls/vcruntime140_1/Makefile.in @@ -2,6 +2,6 @@ MODULE = vcruntime140_1.dll IMPORTS = vcruntime140 PARENTSRC = ../msvcrt -C_SRCS = \ +SOURCES = \ handler4.c \ main.c diff --git a/dlls/vdhcp.vxd/Makefile.in b/dlls/vdhcp.vxd/Makefile.in index b27d520f256..9982980a83a 100644 --- a/dlls/vdhcp.vxd/Makefile.in +++ b/dlls/vdhcp.vxd/Makefile.in @@ -1,4 +1,4 @@ MODULE = vdhcp.vxd -C_SRCS = \ +SOURCES = \ vdhcp.c diff --git a/dlls/vdmdbg/Makefile.in b/dlls/vdmdbg/Makefile.in index 63051c1c23c..e46726fcc35 100644 --- a/dlls/vdmdbg/Makefile.in +++ b/dlls/vdmdbg/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = vdmdbg EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ vdmdbg.c diff --git a/dlls/ver.dll16/Makefile.in b/dlls/ver.dll16/Makefile.in index 1c68dfc5035..16369946c2b 100644 --- a/dlls/ver.dll16/Makefile.in +++ b/dlls/ver.dll16/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = version lz32 EXTRADLLFLAGS = -m16 -Wb,--main-module,version.dll -C_SRCS = version.c +SOURCES = \ + version.c diff --git a/dlls/virtdisk/Makefile.in b/dlls/virtdisk/Makefile.in index 949065907fc..d845f5c28d2 100644 --- a/dlls/virtdisk/Makefile.in +++ b/dlls/virtdisk/Makefile.in @@ -2,5 +2,5 @@ MODULE = virtdisk.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ virtdisk_main.c diff --git a/dlls/virtdisk/tests/Makefile.in b/dlls/virtdisk/tests/Makefile.in index 3ace1a702d3..9a91779ad74 100644 --- a/dlls/virtdisk/tests/Makefile.in +++ b/dlls/virtdisk/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = virtdisk.dll -C_SRCS = \ +SOURCES = \ virtdisk.c diff --git a/dlls/vmm.vxd/Makefile.in b/dlls/vmm.vxd/Makefile.in index 28a5302f532..281c1a9c73c 100644 --- a/dlls/vmm.vxd/Makefile.in +++ b/dlls/vmm.vxd/Makefile.in @@ -1,4 +1,4 @@ MODULE = vmm.vxd -C_SRCS = \ +SOURCES = \ vmm.c diff --git a/dlls/vnbt.vxd/Makefile.in b/dlls/vnbt.vxd/Makefile.in index 8fc6b3e4a73..629456a017e 100644 --- a/dlls/vnbt.vxd/Makefile.in +++ b/dlls/vnbt.vxd/Makefile.in @@ -1,5 +1,5 @@ MODULE = vnbt.vxd IMPORTS = iphlpapi ws2_32 -C_SRCS = \ +SOURCES = \ vnbt.c diff --git a/dlls/vnetbios.vxd/Makefile.in b/dlls/vnetbios.vxd/Makefile.in index 8e8cb60481c..d3437e60918 100644 --- a/dlls/vnetbios.vxd/Makefile.in +++ b/dlls/vnetbios.vxd/Makefile.in @@ -1,5 +1,5 @@ MODULE = vnetbios.vxd IMPORTS = netapi32 -C_SRCS = \ +SOURCES = \ vnetbios.c diff --git a/dlls/vssapi/Makefile.in b/dlls/vssapi/Makefile.in index 867a56287a5..15d5bc85c87 100644 --- a/dlls/vssapi/Makefile.in +++ b/dlls/vssapi/Makefile.in @@ -1,4 +1,4 @@ MODULE = vssapi.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/vtdapi.vxd/Makefile.in b/dlls/vtdapi.vxd/Makefile.in index 685495e70e9..64c73bd7794 100644 --- a/dlls/vtdapi.vxd/Makefile.in +++ b/dlls/vtdapi.vxd/Makefile.in @@ -1,4 +1,4 @@ MODULE = vtdapi.vxd -C_SRCS = \ +SOURCES = \ vtdapi.c diff --git a/dlls/vulkan-1/tests/Makefile.in b/dlls/vulkan-1/tests/Makefile.in index c9f9f0727c8..32822d89e60 100644 --- a/dlls/vulkan-1/tests/Makefile.in +++ b/dlls/vulkan-1/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = vulkan-1.dll IMPORTS = vulkan-1 -C_SRCS = \ +SOURCES = \ vulkan.c diff --git a/dlls/vwin32.vxd/Makefile.in b/dlls/vwin32.vxd/Makefile.in index 6157900448c..d0bb20b8198 100644 --- a/dlls/vwin32.vxd/Makefile.in +++ b/dlls/vwin32.vxd/Makefile.in @@ -1,5 +1,5 @@ MODULE = vwin32.vxd IMPORTS = kernel -C_SRCS = \ +SOURCES = \ vwin32.c diff --git a/dlls/w32skrnl/Makefile.in b/dlls/w32skrnl/Makefile.in index 3cc5dd5d77a..7abe1921e4b 100644 --- a/dlls/w32skrnl/Makefile.in +++ b/dlls/w32skrnl/Makefile.in @@ -1,4 +1,5 @@ MODULE = w32skrnl.dll IMPORTS = kernel -C_SRCS = w32skernel.c +SOURCES = \ + w32skernel.c diff --git a/dlls/w32sys.dll16/Makefile.in b/dlls/w32sys.dll16/Makefile.in index 73691b2fa5d..eb894ccdcec 100644 --- a/dlls/w32sys.dll16/Makefile.in +++ b/dlls/w32sys.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = w32sys.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,w32skrnl.dll -C_SRCS = w32sys.c +SOURCES = \ + w32sys.c diff --git a/dlls/wbemdisp/tests/Makefile.in b/dlls/wbemdisp/tests/Makefile.in index f509d374f24..5614c4e0623 100644 --- a/dlls/wbemdisp/tests/Makefile.in +++ b/dlls/wbemdisp/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wbemdisp.dll IMPORTS = oleaut32 ole32 -C_SRCS = \ +SOURCES = \ wbemdisp.c diff --git a/dlls/wbemprox/tests/Makefile.in b/dlls/wbemprox/tests/Makefile.in index 565edd0a289..ba603031c2c 100644 --- a/dlls/wbemprox/tests/Makefile.in +++ b/dlls/wbemprox/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = wbemprox.dll IMPORTS = uuid oleaut32 ole32 user32 advapi32 -C_SRCS = \ +SOURCES = \ query.c \ services.c diff --git a/dlls/webservices/tests/Makefile.in b/dlls/webservices/tests/Makefile.in index 63e24e66db0..6e81fdb625a 100644 --- a/dlls/webservices/tests/Makefile.in +++ b/dlls/webservices/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = webservices.dll IMPORTS = webservices oleaut32 ole32 user32 rpcrt4 ws2_32 advapi32 -C_SRCS = \ +SOURCES = \ channel.c \ msg.c \ proxy.c \ diff --git a/dlls/wer/Makefile.in b/dlls/wer/Makefile.in index a422a934bc0..47574de5aaa 100644 --- a/dlls/wer/Makefile.in +++ b/dlls/wer/Makefile.in @@ -4,5 +4,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/wer/tests/Makefile.in b/dlls/wer/tests/Makefile.in index ec7bb5c1df5..3819ed9dded 100644 --- a/dlls/wer/tests/Makefile.in +++ b/dlls/wer/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wer.dll IMPORTS = wer -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/wevtapi/Makefile.in b/dlls/wevtapi/Makefile.in index 4b300799051..ade3a98d7c0 100644 --- a/dlls/wevtapi/Makefile.in +++ b/dlls/wevtapi/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = wevtapi EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/wevtapi/tests/Makefile.in b/dlls/wevtapi/tests/Makefile.in index 47fde74b0eb..1703e64277a 100644 --- a/dlls/wevtapi/tests/Makefile.in +++ b/dlls/wevtapi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wevtapi.dll IMPORTS = wevtapi advapi32 -C_SRCS = \ +SOURCES = \ wevtapi.c diff --git a/dlls/wevtsvc/Makefile.in b/dlls/wevtsvc/Makefile.in index 729089463f9..5edf368a6ea 100644 --- a/dlls/wevtsvc/Makefile.in +++ b/dlls/wevtsvc/Makefile.in @@ -1,5 +1,5 @@ MODULE = wevtsvc.dll IMPORTS = rpcrt4 advapi32 -C_SRCS = \ +SOURCES = \ wevtsvc.c diff --git a/dlls/wiaservc/tests/Makefile.in b/dlls/wiaservc/tests/Makefile.in index 594e1b2a988..539f72ed7c9 100644 --- a/dlls/wiaservc/tests/Makefile.in +++ b/dlls/wiaservc/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wiaservc.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ wia.c diff --git a/dlls/wimgapi/Makefile.in b/dlls/wimgapi/Makefile.in index 7b4216e54cc..1f83fb74f76 100644 --- a/dlls/wimgapi/Makefile.in +++ b/dlls/wimgapi/Makefile.in @@ -2,5 +2,5 @@ MODULE = wimgapi.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/win32s16.dll16/Makefile.in b/dlls/win32s16.dll16/Makefile.in index ce8a5d101ae..e92b757a517 100644 --- a/dlls/win32s16.dll16/Makefile.in +++ b/dlls/win32s16.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = win32s16.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,w32skrnl.dll -C_SRCS = win32s16.c +SOURCES = \ + win32s16.c diff --git a/dlls/win32u/Makefile.in b/dlls/win32u/Makefile.in index 8e687a0b85f..92bfbded6b3 100644 --- a/dlls/win32u/Makefile.in +++ b/dlls/win32u/Makefile.in @@ -8,7 +8,7 @@ UNIX_LIBS = $(CARBON_LIBS) $(APPKIT_LIBS) $(PTHREAD_LIBS) -lm EXTRADLLFLAGS = -nodefaultlibs -Wb,--syscall-table,1 -C_SRCS = \ +SOURCES = \ bitblt.c \ bitmap.c \ brush.c \ diff --git a/dlls/win32u/tests/Makefile.in b/dlls/win32u/tests/Makefile.in index fcbcfa50e39..a33920f6c02 100644 --- a/dlls/win32u/tests/Makefile.in +++ b/dlls/win32u/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = win32u.dll IMPORTS = user32 gdi32 win32u -C_SRCS = \ +SOURCES = \ win32u.c diff --git a/dlls/win87em.dll16/Makefile.in b/dlls/win87em.dll16/Makefile.in index b40ceb0c68d..03bf1b5853b 100644 --- a/dlls/win87em.dll16/Makefile.in +++ b/dlls/win87em.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = win87em.dll16 EXTRADLLFLAGS = -m16 -C_SRCS = win87em.c +SOURCES = \ + win87em.c diff --git a/dlls/winaspi.dll16/Makefile.in b/dlls/winaspi.dll16/Makefile.in index e248c2abd7f..bb42f1dfbeb 100644 --- a/dlls/winaspi.dll16/Makefile.in +++ b/dlls/winaspi.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = winaspi.dll16 IMPORTS = wnaspi32 advapi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,wnaspi32.dll -C_SRCS = winaspi.c +SOURCES = \ + winaspi.c diff --git a/dlls/windebug.dll16/Makefile.in b/dlls/windebug.dll16/Makefile.in index 7336c2d2009..5a74762366e 100644 --- a/dlls/windebug.dll16/Makefile.in +++ b/dlls/windebug.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = windebug.dll16 EXTRADLLFLAGS = -m16 -C_SRCS = windebug.c +SOURCES = \ + windebug.c diff --git a/dlls/windows.devices.bluetooth/tests/Makefile.in b/dlls/windows.devices.bluetooth/tests/Makefile.in index 7925d0fec9c..588b1c61989 100644 --- a/dlls/windows.devices.bluetooth/tests/Makefile.in +++ b/dlls/windows.devices.bluetooth/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.devices.bluetooth.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ bluetooth.c diff --git a/dlls/windows.devices.enumeration/tests/Makefile.in b/dlls/windows.devices.enumeration/tests/Makefile.in index fe8780974c8..0b47593720c 100644 --- a/dlls/windows.devices.enumeration/tests/Makefile.in +++ b/dlls/windows.devices.enumeration/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.devices.enumeration.dll IMPORTS = combase uuid -C_SRCS = \ +SOURCES = \ devices.c diff --git a/dlls/windows.devices.usb/tests/Makefile.in b/dlls/windows.devices.usb/tests/Makefile.in index 1cfecd0488a..093ea746d44 100644 --- a/dlls/windows.devices.usb/tests/Makefile.in +++ b/dlls/windows.devices.usb/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.devices.usb.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ usb.c diff --git a/dlls/windows.gaming.input/tests/Makefile.in b/dlls/windows.gaming.input/tests/Makefile.in index 88e1c05fbcf..a8b1b981eec 100644 --- a/dlls/windows.gaming.input/tests/Makefile.in +++ b/dlls/windows.gaming.input/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.gaming.input.dll IMPORTS = combase uuid -C_SRCS = \ +SOURCES = \ input.c diff --git a/dlls/windows.gaming.ui.gamebar/tests/Makefile.in b/dlls/windows.gaming.ui.gamebar/tests/Makefile.in index 67d70eee241..4122ec7cffb 100644 --- a/dlls/windows.gaming.ui.gamebar/tests/Makefile.in +++ b/dlls/windows.gaming.ui.gamebar/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.gaming.ui.gamebar.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ gamebar.c diff --git a/dlls/windows.globalization/tests/Makefile.in b/dlls/windows.globalization/tests/Makefile.in index 7ee2bc407d6..3b5c90d2db4 100644 --- a/dlls/windows.globalization/tests/Makefile.in +++ b/dlls/windows.globalization/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.globalization.dll IMPORTS = combase uuid -C_SRCS = \ +SOURCES = \ globalization.c diff --git a/dlls/windows.media.devices/tests/Makefile.in b/dlls/windows.media.devices/tests/Makefile.in index 4d107889dad..f645226c969 100644 --- a/dlls/windows.media.devices/tests/Makefile.in +++ b/dlls/windows.media.devices/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.media.devices.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ devices.c diff --git a/dlls/windows.media.mediacontrol/tests/Makefile.in b/dlls/windows.media.mediacontrol/tests/Makefile.in index b0bceb0ac75..2978a672e1e 100644 --- a/dlls/windows.media.mediacontrol/tests/Makefile.in +++ b/dlls/windows.media.mediacontrol/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.media.mediacontrol.dll IMPORTS = combase user32 -C_SRCS = \ +SOURCES = \ mediacontrol.c diff --git a/dlls/windows.media.speech/tests/Makefile.in b/dlls/windows.media.speech/tests/Makefile.in index 2ee10d3db21..db32c28ef10 100644 --- a/dlls/windows.media.speech/tests/Makefile.in +++ b/dlls/windows.media.speech/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.media.speech.dll IMPORTS = combase uuid -C_SRCS = \ +SOURCES = \ speech.c diff --git a/dlls/windows.media/tests/Makefile.in b/dlls/windows.media/tests/Makefile.in index cc432fd73cc..479d91c9117 100644 --- a/dlls/windows.media/tests/Makefile.in +++ b/dlls/windows.media/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.media.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ captions.c diff --git a/dlls/windows.networking.hostname/tests/Makefile.in b/dlls/windows.networking.hostname/tests/Makefile.in index 62c923a32aa..fb268879d97 100644 --- a/dlls/windows.networking.hostname/tests/Makefile.in +++ b/dlls/windows.networking.hostname/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.networking.hostname.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ hostname.c diff --git a/dlls/windows.networking/Makefile.in b/dlls/windows.networking/Makefile.in index df8bc4819eb..09a8c649a47 100644 --- a/dlls/windows.networking/Makefile.in +++ b/dlls/windows.networking/Makefile.in @@ -1,5 +1,5 @@ MODULE = windows.networking.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/windows.perception.stub/tests/Makefile.in b/dlls/windows.perception.stub/tests/Makefile.in index 2bcb68cfb42..9de867787b3 100644 --- a/dlls/windows.perception.stub/tests/Makefile.in +++ b/dlls/windows.perception.stub/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.perception.stub.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ perception.c diff --git a/dlls/windows.security.credentials.ui.userconsentverifier/tests/Makefile.in b/dlls/windows.security.credentials.ui.userconsentverifier/tests/Makefile.in index d7c4e3f507b..017b389931e 100644 --- a/dlls/windows.security.credentials.ui.userconsentverifier/tests/Makefile.in +++ b/dlls/windows.security.credentials.ui.userconsentverifier/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.security.credentials.ui.userconsentverifier.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ verifier.c diff --git a/dlls/windows.storage.applicationdata/tests/Makefile.in b/dlls/windows.storage.applicationdata/tests/Makefile.in index 8f23f6e64d0..6588f233a0c 100644 --- a/dlls/windows.storage.applicationdata/tests/Makefile.in +++ b/dlls/windows.storage.applicationdata/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.storage.applicationdata.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ data.c diff --git a/dlls/windows.system.profile.systemmanufacturers/tests/Makefile.in b/dlls/windows.system.profile.systemmanufacturers/tests/Makefile.in index ade0c6b12dd..c2724963649 100644 --- a/dlls/windows.system.profile.systemmanufacturers/tests/Makefile.in +++ b/dlls/windows.system.profile.systemmanufacturers/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.system.profile.systemmanufacturers.dll IMPORTS = combase -C_SRCS = \ +SOURCES = \ smbios.c diff --git a/dlls/windows.ui/tests/Makefile.in b/dlls/windows.ui/tests/Makefile.in index 76dbfb1677c..ddaf0262cf0 100644 --- a/dlls/windows.ui/tests/Makefile.in +++ b/dlls/windows.ui/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windows.ui.dll IMPORTS = combase advapi32 -C_SRCS = \ +SOURCES = \ uisettings.c diff --git a/dlls/windowscodecs/tests/Makefile.in b/dlls/windowscodecs/tests/Makefile.in index 3d1e9e8a84e..f6052992846 100644 --- a/dlls/windowscodecs/tests/Makefile.in +++ b/dlls/windowscodecs/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = windowscodecs.dll IMPORTS = windowscodecs propsys oleaut32 ole32 user32 gdi32 shlwapi uuid -C_SRCS = \ +SOURCES = \ bitmap.c \ bmpformat.c \ converter.c \ diff --git a/dlls/windowscodecsext/Makefile.in b/dlls/windowscodecsext/Makefile.in index e4de9c8af9a..51e77b4003f 100644 --- a/dlls/windowscodecsext/Makefile.in +++ b/dlls/windowscodecsext/Makefile.in @@ -4,5 +4,5 @@ IMPORTS = ole32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/windowscodecsext/tests/Makefile.in b/dlls/windowscodecsext/tests/Makefile.in index d99067ef296..095bd7bc899 100644 --- a/dlls/windowscodecsext/tests/Makefile.in +++ b/dlls/windowscodecsext/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = windowscodecsext.dll IMPORTS = windowscodecsext ole32 -C_SRCS = \ +SOURCES = \ transform.c diff --git a/dlls/winealsa.drv/Makefile.in b/dlls/winealsa.drv/Makefile.in index 94884bc3c2b..7c84f690174 100644 --- a/dlls/winealsa.drv/Makefile.in +++ b/dlls/winealsa.drv/Makefile.in @@ -4,7 +4,7 @@ IMPORTS = uuid ole32 advapi32 DELAYIMPORTS = winmm UNIX_LIBS = $(ALSA_LIBS) $(PTHREAD_LIBS) -C_SRCS = \ +SOURCES = \ alsa.c \ alsamidi.c \ midi.c \ diff --git a/dlls/winecoreaudio.drv/Makefile.in b/dlls/winecoreaudio.drv/Makefile.in index 28998a4bbf8..1bcc58d72ea 100644 --- a/dlls/winecoreaudio.drv/Makefile.in +++ b/dlls/winecoreaudio.drv/Makefile.in @@ -4,7 +4,7 @@ IMPORTS = uuid ole32 user32 advapi32 DELAYIMPORTS = winmm UNIX_LIBS = $(COREAUDIO_LIBS) -C_SRCS = \ +SOURCES = \ coreaudio.c \ coremidi.c \ midi.c \ diff --git a/dlls/winecrt0/Makefile.in b/dlls/winecrt0/Makefile.in index 458c7785442..f78f1b8e98c 100644 --- a/dlls/winecrt0/Makefile.in +++ b/dlls/winecrt0/Makefile.in @@ -1,6 +1,6 @@ STATICLIB = libwinecrt0.a -C_SRCS = \ +SOURCES = \ crt_dllmain.c \ crt_fltused.c \ debug.c \ diff --git a/dlls/winemapi/Makefile.in b/dlls/winemapi/Makefile.in index 813ee42b349..c9c5a5152f4 100644 --- a/dlls/winemapi/Makefile.in +++ b/dlls/winemapi/Makefile.in @@ -1,6 +1,6 @@ MODULE = winemapi.dll IMPORTS = shlwapi shell32 mapi32 -C_SRCS = \ +SOURCES = \ main.c \ sendmail.c diff --git a/dlls/wineoss.drv/Makefile.in b/dlls/wineoss.drv/Makefile.in index a1771e14e2a..a453388a1ef 100644 --- a/dlls/wineoss.drv/Makefile.in +++ b/dlls/wineoss.drv/Makefile.in @@ -5,7 +5,7 @@ DELAYIMPORTS = winmm UNIX_LIBS = $(OSS4_LIBS) $(PTHREAD_LIBS) UNIX_CFLAGS = $(OSS4_CFLAGS) -C_SRCS = \ +SOURCES = \ midi.c \ midipatch.c \ mmaux.c \ diff --git a/dlls/wineps16.drv16/Makefile.in b/dlls/wineps16.drv16/Makefile.in index 7d82de757b1..333bdfe552d 100644 --- a/dlls/wineps16.drv16/Makefile.in +++ b/dlls/wineps16.drv16/Makefile.in @@ -2,4 +2,5 @@ MODULE = wineps16.drv16 IMPORTS = winspool EXTRADLLFLAGS = -m16 -C_SRCS = driver.c +SOURCES = \ + driver.c diff --git a/dlls/winepulse.drv/Makefile.in b/dlls/winepulse.drv/Makefile.in index d9cf2a02224..bfaf715aa48 100644 --- a/dlls/winepulse.drv/Makefile.in +++ b/dlls/winepulse.drv/Makefile.in @@ -4,6 +4,6 @@ IMPORTS = dxguid uuid winmm user32 advapi32 ole32 UNIX_LIBS = $(PULSE_LIBS) $(PTHREAD_LIBS) -lm UNIX_CFLAGS = $(PULSE_CFLAGS) -C_SRCS = \ +SOURCES = \ mmdevdrv.c \ pulse.c diff --git a/dlls/wing.dll16/Makefile.in b/dlls/wing.dll16/Makefile.in index d9b936ea98a..6187f1040af 100644 --- a/dlls/wing.dll16/Makefile.in +++ b/dlls/wing.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = wing.dll16 IMPORTS = gdi32 EXTRADLLFLAGS = -m16 -C_SRCS = wing.c +SOURCES = \ + wing.c diff --git a/dlls/wing32/Makefile.in b/dlls/wing32/Makefile.in index 06775e3e82c..833e62e8d8e 100644 --- a/dlls/wing32/Makefile.in +++ b/dlls/wing32/Makefile.in @@ -1,4 +1,5 @@ MODULE = wing32.dll IMPORTS = user32 gdi32 -C_SRCS = wing32.c +SOURCES = \ + wing32.c diff --git a/dlls/winhttp/tests/Makefile.in b/dlls/winhttp/tests/Makefile.in index 77ebefae170..27699a09c1d 100644 --- a/dlls/winhttp/tests/Makefile.in +++ b/dlls/winhttp/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = winhttp.dll IMPORTS = winhttp oleaut32 ole32 crypt32 advapi32 ws2_32 -C_SRCS = \ +SOURCES = \ notification.c \ url.c \ winhttp.c diff --git a/dlls/wininet/tests/Makefile.in b/dlls/wininet/tests/Makefile.in index ae18bb72faf..91814bd1dff 100644 --- a/dlls/wininet/tests/Makefile.in +++ b/dlls/wininet/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = wininet.dll IMPORTS = wininet crypt32 ws2_32 user32 advapi32 shell32 -C_SRCS = \ +SOURCES = \ ftp.c \ generated.c \ http.c \ diff --git a/dlls/winnls.dll16/Makefile.in b/dlls/winnls.dll16/Makefile.in index 7326bf69eef..8b12aef6fcc 100644 --- a/dlls/winnls.dll16/Makefile.in +++ b/dlls/winnls.dll16/Makefile.in @@ -2,4 +2,5 @@ MODULE = winnls.dll16 IMPORTS = winnls32 EXTRADLLFLAGS = -m16 -Wb,--main-module,winnls32.dll -C_SRCS = winnls.c +SOURCES = \ + winnls.c diff --git a/dlls/winnls32/Makefile.in b/dlls/winnls32/Makefile.in index c275c8468fd..f0833e3c7f7 100644 --- a/dlls/winnls32/Makefile.in +++ b/dlls/winnls32/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = winnls32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ winnls.c diff --git a/dlls/winprint/Makefile.in b/dlls/winprint/Makefile.in index 57851fc5b04..c0711dd76c7 100644 --- a/dlls/winprint/Makefile.in +++ b/dlls/winprint/Makefile.in @@ -1,5 +1,5 @@ MODULE = winprint.dll IMPORTS = winspool -C_SRCS = \ +SOURCES = \ printproc.c diff --git a/dlls/winscard/tests/Makefile.in b/dlls/winscard/tests/Makefile.in index 70c3df9c3e8..efc5d6d6e25 100644 --- a/dlls/winscard/tests/Makefile.in +++ b/dlls/winscard/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = winscard.dll IMPORTS = winscard -C_SRCS = \ +SOURCES = \ winscard.c diff --git a/dlls/winsock.dll16/Makefile.in b/dlls/winsock.dll16/Makefile.in index 2491a8cf23a..706db91b20a 100644 --- a/dlls/winsock.dll16/Makefile.in +++ b/dlls/winsock.dll16/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = ws2_32 DELAYIMPORTS = user32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ws2_32.dll -C_SRCS = socket.c +SOURCES = \ + socket.c diff --git a/dlls/winspool.drv/tests/Makefile.in b/dlls/winspool.drv/tests/Makefile.in index 3a8c6fece1c..45edb55ca5b 100644 --- a/dlls/winspool.drv/tests/Makefile.in +++ b/dlls/winspool.drv/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = winspool.drv IMPORTS = winspool advapi32 -C_SRCS = \ +SOURCES = \ info.c diff --git a/dlls/winsta/Makefile.in b/dlls/winsta/Makefile.in index dcf29b6ccb1..7403a3183cf 100644 --- a/dlls/winsta/Makefile.in +++ b/dlls/winsta/Makefile.in @@ -2,5 +2,5 @@ MODULE = winsta.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/wintab.dll16/Makefile.in b/dlls/wintab.dll16/Makefile.in index 05479200a09..21d1e967a20 100644 --- a/dlls/wintab.dll16/Makefile.in +++ b/dlls/wintab.dll16/Makefile.in @@ -1,4 +1,5 @@ MODULE = wintab.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,wintab32.dll -C_SRCS = wintab.c +SOURCES = \ + wintab.c diff --git a/dlls/wintab32/Makefile.in b/dlls/wintab32/Makefile.in index 050c78b86d3..52e9312af6f 100644 --- a/dlls/wintab32/Makefile.in +++ b/dlls/wintab32/Makefile.in @@ -2,7 +2,7 @@ MODULE = wintab32.dll IMPORTLIB = wintab32 IMPORTS = user32 advapi32 -C_SRCS = \ +SOURCES = \ context.c \ manager.c \ wintab32.c diff --git a/dlls/wintab32/tests/Makefile.in b/dlls/wintab32/tests/Makefile.in index 635e03fd5d6..29a39daf9c9 100644 --- a/dlls/wintab32/tests/Makefile.in +++ b/dlls/wintab32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wintab32.dll IMPORTS = user32 -C_SRCS = \ +SOURCES = \ context.c diff --git a/dlls/wintrust/tests/Makefile.in b/dlls/wintrust/tests/Makefile.in index 87654a685ff..3676e70e1d5 100644 --- a/dlls/wintrust/tests/Makefile.in +++ b/dlls/wintrust/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = wintrust.dll IMPORTS = wintrust crypt32 advapi32 -C_SRCS = \ +SOURCES = \ asn.c \ crypt.c \ register.c \ diff --git a/dlls/wintypes/tests/Makefile.in b/dlls/wintypes/tests/Makefile.in index 457551548f9..2f667a48085 100644 --- a/dlls/wintypes/tests/Makefile.in +++ b/dlls/wintypes/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wintypes.dll IMPORTS = combase uuid -C_SRCS = \ +SOURCES = \ wintypes.c diff --git a/dlls/winusb/Makefile.in b/dlls/winusb/Makefile.in index d33bf088362..57f8544badc 100644 --- a/dlls/winusb/Makefile.in +++ b/dlls/winusb/Makefile.in @@ -1,4 +1,4 @@ MODULE = winusb.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/wlanapi/Makefile.in b/dlls/wlanapi/Makefile.in index 312e5407800..bd2bf87d4d1 100644 --- a/dlls/wlanapi/Makefile.in +++ b/dlls/wlanapi/Makefile.in @@ -3,5 +3,5 @@ IMPORTLIB = wlanapi EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/wlanapi/tests/Makefile.in b/dlls/wlanapi/tests/Makefile.in index a08db320f1f..1c00078d749 100644 --- a/dlls/wlanapi/tests/Makefile.in +++ b/dlls/wlanapi/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wlanapi.dll IMPORTS = wlanapi -C_SRCS = \ +SOURCES = \ wlanapi.c diff --git a/dlls/wldap32/tests/Makefile.in b/dlls/wldap32/tests/Makefile.in index 0911147a784..b387ec95a71 100644 --- a/dlls/wldap32/tests/Makefile.in +++ b/dlls/wldap32/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = wldap32.dll IMPORTS = crypt32 wldap32 -C_SRCS = \ +SOURCES = \ ber.c \ parse.c diff --git a/dlls/wldp/Makefile.in b/dlls/wldp/Makefile.in index 8e2eaead297..b9871a8609a 100644 --- a/dlls/wldp/Makefile.in +++ b/dlls/wldp/Makefile.in @@ -2,5 +2,5 @@ MODULE = wldp.dll EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = \ +SOURCES = \ wldp.c diff --git a/dlls/wmiutils/tests/Makefile.in b/dlls/wmiutils/tests/Makefile.in index 3099d506bed..7e28d7be3ea 100644 --- a/dlls/wmiutils/tests/Makefile.in +++ b/dlls/wmiutils/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wmiutils.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ path.c diff --git a/dlls/wnaspi32/Makefile.in b/dlls/wnaspi32/Makefile.in index 5c3fa66e9d0..f382aadd918 100644 --- a/dlls/wnaspi32/Makefile.in +++ b/dlls/wnaspi32/Makefile.in @@ -2,6 +2,6 @@ MODULE = wnaspi32.dll IMPORTLIB = wnaspi32 IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ aspi.c \ winaspi32.c diff --git a/dlls/wofutil/Makefile.in b/dlls/wofutil/Makefile.in index 479dea651bc..930e0249e16 100644 --- a/dlls/wofutil/Makefile.in +++ b/dlls/wofutil/Makefile.in @@ -1,4 +1,4 @@ MODULE = wofutil.dll -C_SRCS = \ +SOURCES = \ main.c diff --git a/dlls/wow64/Makefile.in b/dlls/wow64/Makefile.in index 156bc8acd36..b58b6eb803a 100644 --- a/dlls/wow64/Makefile.in +++ b/dlls/wow64/Makefile.in @@ -4,7 +4,7 @@ IMPORTS = ntdll winecrt0 EXTRADLLFLAGS = -nodefaultlibs -C_SRCS = \ +SOURCES = \ file.c \ process.c \ registry.c \ diff --git a/dlls/wow64cpu/Makefile.in b/dlls/wow64cpu/Makefile.in index 75132c90792..b06fc8f9f64 100644 --- a/dlls/wow64cpu/Makefile.in +++ b/dlls/wow64cpu/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = wow64 ntdll winecrt0 EXTRADLLFLAGS = -nodefaultlibs -Wl,--image-base,0x7a400000 -C_SRCS = cpu.c +SOURCES = \ + cpu.c diff --git a/dlls/wow64win/Makefile.in b/dlls/wow64win/Makefile.in index 160fea8b1a4..e4451cf7099 100644 --- a/dlls/wow64win/Makefile.in +++ b/dlls/wow64win/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = wow64 win32u ntdll winecrt0 EXTRADLLFLAGS = -nodefaultlibs -C_SRCS = \ +SOURCES = \ gdi.c \ syscall.c \ user.c diff --git a/dlls/wpc/tests/Makefile.in b/dlls/wpc/tests/Makefile.in index 72f550d576f..9e6e49cd082 100644 --- a/dlls/wpc/tests/Makefile.in +++ b/dlls/wpc/tests/Makefile.in @@ -1,4 +1,5 @@ TESTDLL = wpc.dll IMPORTS = ole32 -C_SRCS = wpc.c +SOURCES = \ + wpc.c diff --git a/dlls/wpcap/tests/Makefile.in b/dlls/wpcap/tests/Makefile.in index c2f8fce6da8..9ec718641a2 100644 --- a/dlls/wpcap/tests/Makefile.in +++ b/dlls/wpcap/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = wpcap.dll -C_SRCS = \ +SOURCES = \ wpcap.c diff --git a/dlls/ws2_32/tests/Makefile.in b/dlls/ws2_32/tests/Makefile.in index b1b10c1636e..3ca9be37a78 100644 --- a/dlls/ws2_32/tests/Makefile.in +++ b/dlls/ws2_32/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = ws2_32.dll IMPORTS = iphlpapi ws2_32 user32 -C_SRCS = \ +SOURCES = \ afd.c \ protocol.c \ sock.c diff --git a/dlls/wsdapi/Makefile.in b/dlls/wsdapi/Makefile.in index dd7b350d80b..d669ed19294 100644 --- a/dlls/wsdapi/Makefile.in +++ b/dlls/wsdapi/Makefile.in @@ -2,7 +2,7 @@ MODULE = wsdapi.dll IMPORTLIB = wsdapi IMPORTS = bcrypt iphlpapi rpcrt4 user32 webservices ws2_32 -C_SRCS = \ +SOURCES = \ address.c \ discovery.c \ memory.c \ diff --git a/dlls/wsdapi/tests/Makefile.in b/dlls/wsdapi/tests/Makefile.in index eaefa3a962b..ba3ccef4d9a 100644 --- a/dlls/wsdapi/tests/Makefile.in +++ b/dlls/wsdapi/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = wsdapi.dll IMPORTS = wsdapi ole32 oleaut32 user32 ws2_32 advapi32 iphlpapi rpcrt4 -C_SRCS = \ +SOURCES = \ address.c \ discovery.c \ memory.c \ diff --git a/dlls/wsnmp32/Makefile.in b/dlls/wsnmp32/Makefile.in index 30af7acbd78..0ed738bb3a0 100644 --- a/dlls/wsnmp32/Makefile.in +++ b/dlls/wsnmp32/Makefile.in @@ -3,4 +3,5 @@ IMPORTLIB = wsnmp32 EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = wsnmp32.c +SOURCES = \ + wsnmp32.c diff --git a/dlls/wsnmp32/tests/Makefile.in b/dlls/wsnmp32/tests/Makefile.in index 95eafef3da7..f06c21715aa 100644 --- a/dlls/wsnmp32/tests/Makefile.in +++ b/dlls/wsnmp32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wsnmp32.dll IMPORTS = wsnmp32 -C_SRCS = \ +SOURCES = \ wsnmp.c diff --git a/dlls/wtsapi32/Makefile.in b/dlls/wtsapi32/Makefile.in index e54c088f21c..51bd7c16916 100644 --- a/dlls/wtsapi32/Makefile.in +++ b/dlls/wtsapi32/Makefile.in @@ -2,5 +2,5 @@ MODULE = wtsapi32.dll IMPORTLIB = wtsapi32 IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ wtsapi32.c diff --git a/dlls/wtsapi32/tests/Makefile.in b/dlls/wtsapi32/tests/Makefile.in index 57014aea938..a727a41157b 100644 --- a/dlls/wtsapi32/tests/Makefile.in +++ b/dlls/wtsapi32/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = wtsapi32.dll IMPORTS = wtsapi32 advapi32 psapi -C_SRCS = \ +SOURCES = \ wtsapi.c diff --git a/dlls/x3daudio1_0/Makefile.in b/dlls/x3daudio1_0/Makefile.in index 7e6bba4a018..d3c2cbe6743 100644 --- a/dlls/x3daudio1_0/Makefile.in +++ b/dlls/x3daudio1_0/Makefile.in @@ -4,5 +4,5 @@ PARENTSRC = ../xaudio2_7 IMPORTS = $(FAUDIO_PE_LIBS) EXTRAINCL = $(FAUDIO_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ x3daudio.c diff --git a/dlls/x3daudio1_1/Makefile.in b/dlls/x3daudio1_1/Makefile.in index c1a1e0aa647..8dfccce11d8 100644 --- a/dlls/x3daudio1_1/Makefile.in +++ b/dlls/x3daudio1_1/Makefile.in @@ -4,5 +4,5 @@ PARENTSRC = ../xaudio2_7 IMPORTS = $(FAUDIO_PE_LIBS) EXTRAINCL = $(FAUDIO_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ x3daudio.c diff --git a/dlls/x3daudio1_2/Makefile.in b/dlls/x3daudio1_2/Makefile.in index 603e33e2d31..699aac41317 100644 --- a/dlls/x3daudio1_2/Makefile.in +++ b/dlls/x3daudio1_2/Makefile.in @@ -4,5 +4,5 @@ PARENTSRC = ../xaudio2_7 IMPORTS = $(FAUDIO_PE_LIBS) EXTRAINCL = $(FAUDIO_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ x3daudio.c diff --git a/dlls/x3daudio1_3/Makefile.in b/dlls/x3daudio1_3/Makefile.in index 5bfa657cd9d..093fe118089 100644 --- a/dlls/x3daudio1_3/Makefile.in +++ b/dlls/x3daudio1_3/Makefile.in @@ -4,5 +4,5 @@ PARENTSRC = ../xaudio2_7 IMPORTS = $(FAUDIO_PE_LIBS) EXTRAINCL = $(FAUDIO_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ x3daudio.c diff --git a/dlls/x3daudio1_4/Makefile.in b/dlls/x3daudio1_4/Makefile.in index f75f39d8610..c67d6535a4d 100644 --- a/dlls/x3daudio1_4/Makefile.in +++ b/dlls/x3daudio1_4/Makefile.in @@ -4,5 +4,5 @@ PARENTSRC = ../xaudio2_7 IMPORTS = $(FAUDIO_PE_LIBS) EXTRAINCL = $(FAUDIO_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ x3daudio.c diff --git a/dlls/x3daudio1_5/Makefile.in b/dlls/x3daudio1_5/Makefile.in index fcb6e2866b2..471e2c6b052 100644 --- a/dlls/x3daudio1_5/Makefile.in +++ b/dlls/x3daudio1_5/Makefile.in @@ -4,5 +4,5 @@ PARENTSRC = ../xaudio2_7 IMPORTS = $(FAUDIO_PE_LIBS) EXTRAINCL = $(FAUDIO_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ x3daudio.c diff --git a/dlls/x3daudio1_6/Makefile.in b/dlls/x3daudio1_6/Makefile.in index 896bab407b2..7fb6f052729 100644 --- a/dlls/x3daudio1_6/Makefile.in +++ b/dlls/x3daudio1_6/Makefile.in @@ -4,5 +4,5 @@ PARENTSRC = ../xaudio2_7 IMPORTS = $(FAUDIO_PE_LIBS) EXTRAINCL = $(FAUDIO_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ x3daudio.c diff --git a/dlls/x3daudio1_7/Makefile.in b/dlls/x3daudio1_7/Makefile.in index c6a8ed5102a..fd22a260f07 100644 --- a/dlls/x3daudio1_7/Makefile.in +++ b/dlls/x3daudio1_7/Makefile.in @@ -4,5 +4,5 @@ PARENTSRC = ../xaudio2_7 IMPORTS = $(FAUDIO_PE_LIBS) EXTRAINCL = $(FAUDIO_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ x3daudio.c diff --git a/dlls/xactengine3_7/tests/Makefile.in b/dlls/xactengine3_7/tests/Makefile.in index c32b2562546..54046e85b88 100644 --- a/dlls/xactengine3_7/tests/Makefile.in +++ b/dlls/xactengine3_7/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = xactengine3_7.dll IMPORTS = ole32 -C_SRCS = \ +SOURCES = \ xact3.c diff --git a/dlls/xinput1_3/tests/Makefile.in b/dlls/xinput1_3/tests/Makefile.in index 260a8a634e4..1c421dae1cc 100644 --- a/dlls/xinput1_3/tests/Makefile.in +++ b/dlls/xinput1_3/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = xinput1_3.dll IMPORTS = user32 hid setupapi -C_SRCS = \ +SOURCES = \ xinput.c diff --git a/dlls/xmllite/Makefile.in b/dlls/xmllite/Makefile.in index aeb448162f6..b68910632e8 100644 --- a/dlls/xmllite/Makefile.in +++ b/dlls/xmllite/Makefile.in @@ -1,6 +1,6 @@ MODULE = xmllite.dll IMPORTLIB = xmllite -C_SRCS = \ +SOURCES = \ reader.c \ writer.c diff --git a/dlls/xmllite/tests/Makefile.in b/dlls/xmllite/tests/Makefile.in index 6a87e6663aa..68b35fa6785 100644 --- a/dlls/xmllite/tests/Makefile.in +++ b/dlls/xmllite/tests/Makefile.in @@ -1,6 +1,6 @@ TESTDLL = xmllite.dll IMPORTS = xmllite ole32 -C_SRCS = \ +SOURCES = \ reader.c \ writer.c diff --git a/dlls/xolehlp/Makefile.in b/dlls/xolehlp/Makefile.in index f39cd90f0b9..89673668f04 100644 --- a/dlls/xolehlp/Makefile.in +++ b/dlls/xolehlp/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = uuid EXTRADLLFLAGS = -Wb,--prefer-native -C_SRCS = xolehlp.c +SOURCES = \ + xolehlp.c diff --git a/libs/adsiid/Makefile.in b/libs/adsiid/Makefile.in index 14a46b31108..2d2d67ebd45 100644 --- a/libs/adsiid/Makefile.in +++ b/libs/adsiid/Makefile.in @@ -1,4 +1,4 @@ STATICLIB = libadsiid.a -C_SRCS = \ +SOURCES = \ adsiid.c diff --git a/libs/dmoguids/Makefile.in b/libs/dmoguids/Makefile.in index 183a4359918..4729231e57d 100644 --- a/libs/dmoguids/Makefile.in +++ b/libs/dmoguids/Makefile.in @@ -1,4 +1,4 @@ STATICLIB = libdmoguids.a -C_SRCS = \ +SOURCES = \ dmoguids.c diff --git a/libs/dxerr8/Makefile.in b/libs/dxerr8/Makefile.in index 04e9d382723..081685b062c 100644 --- a/libs/dxerr8/Makefile.in +++ b/libs/dxerr8/Makefile.in @@ -1,4 +1,4 @@ STATICLIB = libdxerr8.a -C_SRCS = \ +SOURCES = \ dxerr8.c diff --git a/libs/dxerr9/Makefile.in b/libs/dxerr9/Makefile.in index 1f3bdaed39f..6cd29ab9477 100644 --- a/libs/dxerr9/Makefile.in +++ b/libs/dxerr9/Makefile.in @@ -1,4 +1,4 @@ STATICLIB = libdxerr9.a -C_SRCS = \ +SOURCES = \ dxerr9.c diff --git a/libs/dxguid/Makefile.in b/libs/dxguid/Makefile.in index 60f50bd2146..6839c83a61c 100644 --- a/libs/dxguid/Makefile.in +++ b/libs/dxguid/Makefile.in @@ -1,6 +1,6 @@ STATICLIB = libdxguid.a -C_SRCS = \ +SOURCES = \ dx10guid.c \ dx8guid.c \ dx9guid.c \ diff --git a/libs/faudio/Makefile.in b/libs/faudio/Makefile.in index 639cd2cbff0..426f71cdfdf 100644 --- a/libs/faudio/Makefile.in +++ b/libs/faudio/Makefile.in @@ -2,7 +2,7 @@ EXTLIB = libfaudio.a EXTRAINCL = $(FAUDIO_PE_CFLAGS) EXTRADEFS = -DFAUDIO_WIN32_PLATFORM -DHAVE_WMADEC -DNDEBUG -C_SRCS = \ +SOURCES = \ src/F3DAudio.c \ src/FACT.c \ src/FACT3D.c \ diff --git a/libs/fluidsynth/Makefile.in b/libs/fluidsynth/Makefile.in index 489d296754b..c811ba90d1a 100644 --- a/libs/fluidsynth/Makefile.in +++ b/libs/fluidsynth/Makefile.in @@ -10,7 +10,7 @@ EXTRAINCL = -I$(srcdir)/src \ -I$(srcdir)/src/utils \ $(FLUIDSYNTH_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ glib.c \ src/midi/fluid_midi.c \ src/rvoice/fluid_adsr_env.c \ diff --git a/libs/gsm/Makefile.in b/libs/gsm/Makefile.in index d2aefc937f9..fa1afb6deb4 100644 --- a/libs/gsm/Makefile.in +++ b/libs/gsm/Makefile.in @@ -2,7 +2,7 @@ EXTLIB = libgsm.a EXTRAINCL = $(GSM_PE_CFLAGS) EXTRADEFS = -DWAV49 -C_SRCS = \ +SOURCES = \ src/add.c \ src/code.c \ src/decode.c \ diff --git a/libs/jpeg/Makefile.in b/libs/jpeg/Makefile.in index 9558a9cda81..3aab73eec57 100644 --- a/libs/jpeg/Makefile.in +++ b/libs/jpeg/Makefile.in @@ -1,6 +1,6 @@ EXTLIB = libjpeg.a -C_SRCS = \ +SOURCES = \ jaricom.c \ jcapimin.c \ jcapistd.c \ diff --git a/libs/jxr/Makefile.in b/libs/jxr/Makefile.in index 3162cfca263..bf83582c8bb 100644 --- a/libs/jxr/Makefile.in +++ b/libs/jxr/Makefile.in @@ -2,7 +2,7 @@ EXTLIB = libjxr.a EXTRAINCL = $(JXR_PE_CFLAGS) EXTRADEFS = -DDISABLE_PERF_MEASUREMENT -C_SRCS = \ +SOURCES = \ image/decode/JXRTranscode.c \ image/decode/decode.c \ image/decode/postprocess.c \ diff --git a/libs/lcms2/Makefile.in b/libs/lcms2/Makefile.in index c2aafa9c70a..a17333ab1a6 100644 --- a/libs/lcms2/Makefile.in +++ b/libs/lcms2/Makefile.in @@ -1,7 +1,7 @@ EXTLIB = liblcms2.a EXTRAINCL = $(LCMS2_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ src/cmsalpha.c \ src/cmscnvrt.c \ src/cmserr.c \ diff --git a/libs/ldap/Makefile.in b/libs/ldap/Makefile.in index 36caad1cf44..5e5882584d0 100644 --- a/libs/ldap/Makefile.in +++ b/libs/ldap/Makefile.in @@ -2,7 +2,7 @@ EXTLIB = libldap.a EXTRAINCL = -I$(srcdir)/include EXTRADEFS = -D_TIMEVAL_DEFINED -C_SRCS = \ +SOURCES = \ liblber/bprint.c \ liblber/decode.c \ liblber/encode.c \ diff --git a/libs/mfuuid/Makefile.in b/libs/mfuuid/Makefile.in index a17fead940c..116a5ee8df2 100644 --- a/libs/mfuuid/Makefile.in +++ b/libs/mfuuid/Makefile.in @@ -1,5 +1,5 @@ STATICLIB = libmfuuid.a -C_SRCS = \ +SOURCES = \ mfplay.c \ mfuuid.c diff --git a/libs/mpg123/Makefile.in b/libs/mpg123/Makefile.in index bad519e4709..10e073a342a 100644 --- a/libs/mpg123/Makefile.in +++ b/libs/mpg123/Makefile.in @@ -2,7 +2,7 @@ EXTLIB = libmpg123.a EXTRAINCL = -I$(srcdir)/src -I$(srcdir)/src/compat $(MPG123_PE_CFLAGS) EXTRADEFS = -DOPT_GENERIC_DITHER -DREAL_IS_FLOAT -DNO_CATCHSIGNAL -DMPG123_NO_LARGENAME -C_SRCS = \ +SOURCES = \ src/compat/compat.c \ src/compat/compat_str.c \ src/libmpg123/dct64.c \ diff --git a/libs/png/Makefile.in b/libs/png/Makefile.in index 2011bf71538..e8d0b323fb7 100644 --- a/libs/png/Makefile.in +++ b/libs/png/Makefile.in @@ -2,7 +2,7 @@ EXTLIB = libpng.a EXTRAINCL = $(ZLIB_PE_CFLAGS) EXTRADEFS = -DPNG_ARM_NEON_OPT=0 -C_SRCS = \ +SOURCES = \ png.c \ pngerror.c \ pngget.c \ diff --git a/libs/strmbase/Makefile.in b/libs/strmbase/Makefile.in index 8b6ea8a3b43..bea569964ae 100644 --- a/libs/strmbase/Makefile.in +++ b/libs/strmbase/Makefile.in @@ -1,6 +1,6 @@ STATICLIB = libstrmbase.a -C_SRCS = \ +SOURCES = \ dispatch.c \ filter.c \ mediatype.c \ diff --git a/libs/strmiids/Makefile.in b/libs/strmiids/Makefile.in index 1b9bbd98fb6..1e203830804 100644 --- a/libs/strmiids/Makefile.in +++ b/libs/strmiids/Makefile.in @@ -1,5 +1,5 @@ STATICLIB = libstrmiids.a -C_SRCS = \ +SOURCES = \ evr.c \ strmiids.c diff --git a/libs/tiff/Makefile.in b/libs/tiff/Makefile.in index da4b8d31209..5807c83145e 100644 --- a/libs/tiff/Makefile.in +++ b/libs/tiff/Makefile.in @@ -1,7 +1,7 @@ EXTLIB = libtiff.a EXTRAINCL = $(TIFF_PE_CFLAGS) $(JPEG_PE_CFLAGS) $(ZLIB_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ libtiff/tif_aux.c \ libtiff/tif_close.c \ libtiff/tif_codec.c \ diff --git a/libs/uuid/Makefile.in b/libs/uuid/Makefile.in index 2a27740d7ed..340338553ac 100644 --- a/libs/uuid/Makefile.in +++ b/libs/uuid/Makefile.in @@ -1,5 +1,5 @@ STATICLIB = libuuid.a -C_SRCS = \ +SOURCES = \ d2d.c \ uuid.c diff --git a/libs/wbemuuid/Makefile.in b/libs/wbemuuid/Makefile.in index 87a07d463e1..c04b6ebf9e6 100644 --- a/libs/wbemuuid/Makefile.in +++ b/libs/wbemuuid/Makefile.in @@ -1,4 +1,4 @@ STATICLIB = libwbemuuid.a -C_SRCS = \ +SOURCES = \ wbemuuid.c diff --git a/libs/wmcodecdspuuid/Makefile.in b/libs/wmcodecdspuuid/Makefile.in index 04b5a7a378f..75db9454443 100644 --- a/libs/wmcodecdspuuid/Makefile.in +++ b/libs/wmcodecdspuuid/Makefile.in @@ -1,4 +1,4 @@ STATICLIB = libwmcodecdspuuid.a -C_SRCS = \ +SOURCES = \ wmcodecdspuuid.c diff --git a/libs/xml2/Makefile.in b/libs/xml2/Makefile.in index 4ea92188217..e57fce2c2fd 100644 --- a/libs/xml2/Makefile.in +++ b/libs/xml2/Makefile.in @@ -2,7 +2,7 @@ EXTLIB = libxml2.a EXTRAINCL = $(XML2_PE_CFLAGS) EXTRADEFS = -DHAVE_VA_COPY -C_SRCS = \ +SOURCES = \ HTMLparser.c \ HTMLtree.c \ SAX.c \ diff --git a/libs/xslt/Makefile.in b/libs/xslt/Makefile.in index b620710c5af..524e97ec702 100644 --- a/libs/xslt/Makefile.in +++ b/libs/xslt/Makefile.in @@ -1,7 +1,7 @@ EXTLIB = libxslt.a EXTRAINCL = $(XML2_PE_CFLAGS) $(XSLT_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ libxslt/attributes.c \ libxslt/attrvt.c \ libxslt/documents.c \ diff --git a/libs/zlib/Makefile.in b/libs/zlib/Makefile.in index 9da00e785da..bd2de5b2af1 100644 --- a/libs/zlib/Makefile.in +++ b/libs/zlib/Makefile.in @@ -1,7 +1,7 @@ EXTLIB = libz.a EXTRAINCL = $(ZLIB_PE_CFLAGS) -C_SRCS = \ +SOURCES = \ adler32.c \ crc32.c \ deflate.c \ diff --git a/programs/arp/Makefile.in b/programs/arp/Makefile.in index 503ac53d138..1586e0a72c5 100644 --- a/programs/arp/Makefile.in +++ b/programs/arp/Makefile.in @@ -2,5 +2,5 @@ MODULE = arp.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/aspnet_regiis/Makefile.in b/programs/aspnet_regiis/Makefile.in index 26b423ad3d7..804740c70d7 100644 --- a/programs/aspnet_regiis/Makefile.in +++ b/programs/aspnet_regiis/Makefile.in @@ -2,5 +2,5 @@ MODULE = aspnet_regiis.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/cabarc/Makefile.in b/programs/cabarc/Makefile.in index 769df20457d..29f79f88301 100644 --- a/programs/cabarc/Makefile.in +++ b/programs/cabarc/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = cabinet EXTRADLLFLAGS = -mconsole -municode -C_SRCS = cabarc.c +SOURCES = \ + cabarc.c diff --git a/programs/cacls/Makefile.in b/programs/cacls/Makefile.in index 714f57c3c26..a3ba6559818 100644 --- a/programs/cacls/Makefile.in +++ b/programs/cacls/Makefile.in @@ -2,5 +2,5 @@ MODULE = cacls.exe EXTRADLLFLAGS = -mconsole -C_SRCS = \ +SOURCES = \ cacls_main.c diff --git a/programs/certutil/Makefile.in b/programs/certutil/Makefile.in index 69a585a245d..4956fd166db 100644 --- a/programs/certutil/Makefile.in +++ b/programs/certutil/Makefile.in @@ -2,5 +2,5 @@ MODULE = certutil.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/conhost/tests/Makefile.in b/programs/conhost/tests/Makefile.in index ecaf68fe4b2..56724181cc1 100644 --- a/programs/conhost/tests/Makefile.in +++ b/programs/conhost/tests/Makefile.in @@ -1,6 +1,5 @@ TESTDLL = conhost.exe IMPORTS = user32 - -C_SRCS = \ +SOURCES = \ tty.c diff --git a/programs/dllhost/Makefile.in b/programs/dllhost/Makefile.in index bca6c208cdc..3d85f97823e 100644 --- a/programs/dllhost/Makefile.in +++ b/programs/dllhost/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = ole32 uuid EXTRADLLFLAGS = -mwindows -municode -C_SRCS = \ +SOURCES = \ dllhost.c diff --git a/programs/eject/Makefile.in b/programs/eject/Makefile.in index 76274f66d97..a0874ecc157 100644 --- a/programs/eject/Makefile.in +++ b/programs/eject/Makefile.in @@ -2,4 +2,5 @@ MODULE = eject.exe EXTRADLLFLAGS = -mconsole -C_SRCS = eject.c +SOURCES = \ + eject.c diff --git a/programs/expand/Makefile.in b/programs/expand/Makefile.in index 63d78db90e3..29df876503a 100644 --- a/programs/expand/Makefile.in +++ b/programs/expand/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = setupapi EXTRADLLFLAGS = -mconsole -C_SRCS = expand.c +SOURCES = \ + expand.c diff --git a/programs/explorer/tests/Makefile.in b/programs/explorer/tests/Makefile.in index 01dfc134fe5..9e807859e83 100644 --- a/programs/explorer/tests/Makefile.in +++ b/programs/explorer/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = explorer.exe IMPORTS = user32 -C_SRCS = \ +SOURCES = \ explorer.c diff --git a/programs/fc/Makefile.in b/programs/fc/Makefile.in index 23d909e0223..864f2e32858 100644 --- a/programs/fc/Makefile.in +++ b/programs/fc/Makefile.in @@ -2,4 +2,5 @@ MODULE = fc.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = fc.c +SOURCES = \ + fc.c diff --git a/programs/find/tests/Makefile.in b/programs/find/tests/Makefile.in index c5b359bd98f..2649406bcb5 100644 --- a/programs/find/tests/Makefile.in +++ b/programs/find/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = find.exe IMPORTS = user32 -C_SRCS = \ +SOURCES = \ find.c diff --git a/programs/findstr/tests/Makefile.in b/programs/findstr/tests/Makefile.in index b900619c10b..b142cbbf023 100644 --- a/programs/findstr/tests/Makefile.in +++ b/programs/findstr/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = findstr.exe -C_SRCS = \ +SOURCES = \ findstr.c diff --git a/programs/fsutil/tests/Makefile.in b/programs/fsutil/tests/Makefile.in index f0490b3b660..8d0810408d2 100644 --- a/programs/fsutil/tests/Makefile.in +++ b/programs/fsutil/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = fsutil.exe IMPORTS = advapi32 user32 -C_SRCS = \ +SOURCES = \ fsutil.c diff --git a/programs/icacls/Makefile.in b/programs/icacls/Makefile.in index 59df6d43b6a..bae04bf2242 100644 --- a/programs/icacls/Makefile.in +++ b/programs/icacls/Makefile.in @@ -2,5 +2,5 @@ MODULE = icacls.exe EXTRADLLFLAGS = -mconsole -C_SRCS = \ +SOURCES = \ icacls_main.c diff --git a/programs/icinfo/Makefile.in b/programs/icinfo/Makefile.in index c00234dc563..77a2b4c85e6 100644 --- a/programs/icinfo/Makefile.in +++ b/programs/icinfo/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = msvfw32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = icinfo.c +SOURCES = \ + icinfo.c diff --git a/programs/lodctr/Makefile.in b/programs/lodctr/Makefile.in index dac24ff663e..1d7aafa3792 100644 --- a/programs/lodctr/Makefile.in +++ b/programs/lodctr/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = loadperf EXTRADLLFLAGS = -mconsole -C_SRCS = lodctr_main.c +SOURCES = \ + lodctr_main.c diff --git a/programs/mofcomp/Makefile.in b/programs/mofcomp/Makefile.in index 072d5f49323..7a809f5dd53 100644 --- a/programs/mofcomp/Makefile.in +++ b/programs/mofcomp/Makefile.in @@ -2,4 +2,5 @@ MODULE = mofcomp.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = mofcomp.c +SOURCES = \ + mofcomp.c diff --git a/programs/mshta/Makefile.in b/programs/mshta/Makefile.in index fae18441df6..31985b98beb 100644 --- a/programs/mshta/Makefile.in +++ b/programs/mshta/Makefile.in @@ -2,5 +2,5 @@ MODULE = mshta.exe EXTRADLLFLAGS = -mwindows -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/msidb/Makefile.in b/programs/msidb/Makefile.in index e1b18835ee8..9c3206ea99b 100644 --- a/programs/msidb/Makefile.in +++ b/programs/msidb/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = msi shlwapi EXTRADLLFLAGS = -mconsole -municode -C_SRCS = main.c +SOURCES = \ + main.c diff --git a/programs/netsh/Makefile.in b/programs/netsh/Makefile.in index 764cd0b9d61..a51a2c99b22 100644 --- a/programs/netsh/Makefile.in +++ b/programs/netsh/Makefile.in @@ -2,4 +2,5 @@ MODULE = netsh.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = netsh.c +SOURCES = \ + netsh.c diff --git a/programs/ping/Makefile.in b/programs/ping/Makefile.in index 0ed66f470ea..84e2ad9c3d7 100644 --- a/programs/ping/Makefile.in +++ b/programs/ping/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = ws2_32 iphlpapi EXTRADLLFLAGS = -mconsole -C_SRCS = \ +SOURCES = \ ping_main.c diff --git a/programs/pnputil/Makefile.in b/programs/pnputil/Makefile.in index aa22d9b6ce8..addc671d695 100644 --- a/programs/pnputil/Makefile.in +++ b/programs/pnputil/Makefile.in @@ -2,5 +2,5 @@ MODULE = pnputil.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/powershell/Makefile.in b/programs/powershell/Makefile.in index a9b21b5c46a..3548fb2cdf1 100644 --- a/programs/powershell/Makefile.in +++ b/programs/powershell/Makefile.in @@ -2,5 +2,5 @@ MODULE = powershell.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/presentationfontcache/Makefile.in b/programs/presentationfontcache/Makefile.in index 412523e1048..8116178a4b5 100644 --- a/programs/presentationfontcache/Makefile.in +++ b/programs/presentationfontcache/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/reg/tests/Makefile.in b/programs/reg/tests/Makefile.in index 6d7530bb5d6..506b91e99d9 100644 --- a/programs/reg/tests/Makefile.in +++ b/programs/reg/tests/Makefile.in @@ -1,7 +1,7 @@ TESTDLL = reg.exe IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ add.c \ copy.c \ delete.c \ diff --git a/programs/regasm/Makefile.in b/programs/regasm/Makefile.in index 1a6ae5afee7..f805661a5af 100644 --- a/programs/regasm/Makefile.in +++ b/programs/regasm/Makefile.in @@ -2,5 +2,5 @@ MODULE = regasm.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/regedit/tests/Makefile.in b/programs/regedit/tests/Makefile.in index 06bf31b402b..fbebb4be070 100644 --- a/programs/regedit/tests/Makefile.in +++ b/programs/regedit/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = regedit.exe IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ regedit.c diff --git a/programs/regini/Makefile.in b/programs/regini/Makefile.in index 88beafc6362..f4acf7c6882 100644 --- a/programs/regini/Makefile.in +++ b/programs/regini/Makefile.in @@ -2,5 +2,5 @@ MODULE = regini.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/regsvcs/Makefile.in b/programs/regsvcs/Makefile.in index b03247c28b7..5a9ea7691b1 100644 --- a/programs/regsvcs/Makefile.in +++ b/programs/regsvcs/Makefile.in @@ -2,5 +2,5 @@ MODULE = regsvcs.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/rundll.exe16/Makefile.in b/programs/rundll.exe16/Makefile.in index 81e19e95f96..c3f6b29541b 100644 --- a/programs/rundll.exe16/Makefile.in +++ b/programs/rundll.exe16/Makefile.in @@ -2,4 +2,5 @@ MODULE = rundll.exe16 EXTRADLLFLAGS = -mconsole -m16 -C_SRCS = rundll.c +SOURCES = \ + rundll.c diff --git a/programs/rundll32/Makefile.in b/programs/rundll32/Makefile.in index 45976983732..c92afb10d3d 100644 --- a/programs/rundll32/Makefile.in +++ b/programs/rundll32/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = user32 EXTRADLLFLAGS = -mwindows -municode -C_SRCS = \ +SOURCES = \ rundll32.c diff --git a/programs/sc/Makefile.in b/programs/sc/Makefile.in index 4ee6b86bdc7..fdc07428c8c 100644 --- a/programs/sc/Makefile.in +++ b/programs/sc/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = sc.c +SOURCES = \ + sc.c diff --git a/programs/sc/tests/Makefile.in b/programs/sc/tests/Makefile.in index 24a875fb905..fe002fe9c73 100644 --- a/programs/sc/tests/Makefile.in +++ b/programs/sc/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = sc.exe IMPORTS = advapi32 -C_SRCS = \ +SOURCES = \ sc.c diff --git a/programs/schtasks/Makefile.in b/programs/schtasks/Makefile.in index 6eb8d530425..f0d83dac53c 100644 --- a/programs/schtasks/Makefile.in +++ b/programs/schtasks/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = oleaut32 ole32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ schtasks.c diff --git a/programs/schtasks/tests/Makefile.in b/programs/schtasks/tests/Makefile.in index 424f9a294d1..905e3c20a81 100644 --- a/programs/schtasks/tests/Makefile.in +++ b/programs/schtasks/tests/Makefile.in @@ -1,6 +1,5 @@ TESTDLL = schtasks.exe IMPORTS = advapi32 ole32 - -C_SRCS = \ +SOURCES = \ schtasks.c diff --git a/programs/sdbinst/Makefile.in b/programs/sdbinst/Makefile.in index 6a58c8b4eb1..9eef2b98eff 100644 --- a/programs/sdbinst/Makefile.in +++ b/programs/sdbinst/Makefile.in @@ -2,5 +2,5 @@ MODULE = sdbinst.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/secedit/Makefile.in b/programs/secedit/Makefile.in index db6f0de22c2..21eafd9c423 100644 --- a/programs/secedit/Makefile.in +++ b/programs/secedit/Makefile.in @@ -2,5 +2,5 @@ MODULE = secedit.exe EXTRADLLFLAGS = -mconsole -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/servicemodelreg/Makefile.in b/programs/servicemodelreg/Makefile.in index 2fbaa642ccf..aeb3058965d 100644 --- a/programs/servicemodelreg/Makefile.in +++ b/programs/servicemodelreg/Makefile.in @@ -2,5 +2,5 @@ MODULE = servicemodelreg.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/services/tests/Makefile.in b/programs/services/tests/Makefile.in index 3abec747653..67a08d5ed14 100644 --- a/programs/services/tests/Makefile.in +++ b/programs/services/tests/Makefile.in @@ -1,5 +1,5 @@ TESTDLL = services.exe IMPORTS = user32 advapi32 -C_SRCS = \ +SOURCES = \ service.c diff --git a/programs/shutdown/Makefile.in b/programs/shutdown/Makefile.in index 5c3ea7801dd..975bed8ff82 100644 --- a/programs/shutdown/Makefile.in +++ b/programs/shutdown/Makefile.in @@ -2,5 +2,5 @@ MODULE = shutdown.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/spoolsv/Makefile.in b/programs/spoolsv/Makefile.in index 5046a9c0861..6ec2a5e2b4d 100644 --- a/programs/spoolsv/Makefile.in +++ b/programs/spoolsv/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -mconsole -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/subst/Makefile.in b/programs/subst/Makefile.in index e88bba81687..d566e042abb 100644 --- a/programs/subst/Makefile.in +++ b/programs/subst/Makefile.in @@ -2,5 +2,5 @@ MODULE = subst.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/svchost/Makefile.in b/programs/svchost/Makefile.in index f31e393c8af..8a1d648df0f 100644 --- a/programs/svchost/Makefile.in +++ b/programs/svchost/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ svchost.c diff --git a/programs/systeminfo/Makefile.in b/programs/systeminfo/Makefile.in index e19f3d56c4b..c7376c8a1a3 100644 --- a/programs/systeminfo/Makefile.in +++ b/programs/systeminfo/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = oleaut32 ole32 advapi32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/tasklist/tests/Makefile.in b/programs/tasklist/tests/Makefile.in index ac6a97d0853..9070a37ee87 100644 --- a/programs/tasklist/tests/Makefile.in +++ b/programs/tasklist/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = tasklist.exe -C_SRCS = \ +SOURCES = \ tasklist.c diff --git a/programs/termsv/Makefile.in b/programs/termsv/Makefile.in index 6a83ee3b9b9..e83bcb4de42 100644 --- a/programs/termsv/Makefile.in +++ b/programs/termsv/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/unlodctr/Makefile.in b/programs/unlodctr/Makefile.in index f13d32f237f..458dd618471 100644 --- a/programs/unlodctr/Makefile.in +++ b/programs/unlodctr/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = loadperf EXTRADLLFLAGS = -mconsole -C_SRCS = unlodctr_main.c +SOURCES = \ + unlodctr_main.c diff --git a/programs/wevtutil/Makefile.in b/programs/wevtutil/Makefile.in index 55d4cadbb13..c31b7b695d6 100644 --- a/programs/wevtutil/Makefile.in +++ b/programs/wevtutil/Makefile.in @@ -2,5 +2,5 @@ MODULE = wevtutil.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/where/Makefile.in b/programs/where/Makefile.in index 5aaab278856..bca42590176 100644 --- a/programs/where/Makefile.in +++ b/programs/where/Makefile.in @@ -2,5 +2,5 @@ MODULE = where.exe EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/whoami/Makefile.in b/programs/whoami/Makefile.in index 5be08c702a8..8ca8fd02086 100644 --- a/programs/whoami/Makefile.in +++ b/programs/whoami/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = secur32 advapi32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/winebrowser/Makefile.in b/programs/winebrowser/Makefile.in index 161be7e08de..328f75a2ce6 100644 --- a/programs/winebrowser/Makefile.in +++ b/programs/winebrowser/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = urlmon oleaut32 shell32 user32 advapi32 EXTRADLLFLAGS = -mwindows -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/winedevice/Makefile.in b/programs/winedevice/Makefile.in index 6f3868013d1..622fb1db657 100644 --- a/programs/winedevice/Makefile.in +++ b/programs/winedevice/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = advapi32 ntoskrnl EXTRADLLFLAGS = -mwindows -municode -C_SRCS = \ +SOURCES = \ device.c diff --git a/programs/winemenubuilder/Makefile.in b/programs/winemenubuilder/Makefile.in index 12326d1e4e2..82e4462c686 100644 --- a/programs/winemenubuilder/Makefile.in +++ b/programs/winemenubuilder/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = uuid windowscodecs shell32 shlwapi ole32 user32 advapi32 EXTRADLLFLAGS = -mwindows -municode -C_SRCS = \ +SOURCES = \ winemenubuilder.c diff --git a/programs/winemsibuilder/Makefile.in b/programs/winemsibuilder/Makefile.in index b9e73869645..c32803ca7bc 100644 --- a/programs/winemsibuilder/Makefile.in +++ b/programs/winemsibuilder/Makefile.in @@ -3,4 +3,5 @@ IMPORTS = msi ole32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = main.c +SOURCES = \ + main.c diff --git a/programs/winhelp.exe16/Makefile.in b/programs/winhelp.exe16/Makefile.in index 6437749c776..86791849408 100644 --- a/programs/winhelp.exe16/Makefile.in +++ b/programs/winhelp.exe16/Makefile.in @@ -2,4 +2,5 @@ MODULE = winhelp.exe16 EXTRADLLFLAGS = -mconsole -m16 -C_SRCS = winhelp.c +SOURCES = \ + winhelp.c diff --git a/programs/winmgmt/Makefile.in b/programs/winmgmt/Makefile.in index f1f804d2ed8..9675dd1be32 100644 --- a/programs/winmgmt/Makefile.in +++ b/programs/winmgmt/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -mconsole -municode -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/winoldap.mod16/Makefile.in b/programs/winoldap.mod16/Makefile.in index 8d0c73c0956..97658672a20 100644 --- a/programs/winoldap.mod16/Makefile.in +++ b/programs/winoldap.mod16/Makefile.in @@ -2,4 +2,5 @@ MODULE = winoldap.mod16 EXTRADLLFLAGS = -mconsole -m16 -C_SRCS = winoldap.c +SOURCES = \ + winoldap.c diff --git a/programs/wuauserv/Makefile.in b/programs/wuauserv/Makefile.in index 6bfaf71ddf4..7f43a4beaf0 100644 --- a/programs/wuauserv/Makefile.in +++ b/programs/wuauserv/Makefile.in @@ -3,5 +3,5 @@ IMPORTS = advapi32 EXTRADLLFLAGS = -mconsole -C_SRCS = \ +SOURCES = \ main.c diff --git a/programs/wusa/Makefile.in b/programs/wusa/Makefile.in index 9f220fca277..bde8be0ae9c 100644 --- a/programs/wusa/Makefile.in +++ b/programs/wusa/Makefile.in @@ -3,6 +3,6 @@ IMPORTS = cabinet shlwapi ole32 oleaut32 advapi32 shell32 EXTRADLLFLAGS = -mwindows -municode -C_SRCS = \ +SOURCES = \ main.c \ manifest.c diff --git a/programs/xcopy/tests/Makefile.in b/programs/xcopy/tests/Makefile.in index 3b3d5d5bdc5..1a0e8c0d686 100644 --- a/programs/xcopy/tests/Makefile.in +++ b/programs/xcopy/tests/Makefile.in @@ -1,4 +1,4 @@ TESTDLL = xcopy.exe -C_SRCS = \ +SOURCES = \ xcopy.c diff --git a/tools/make_makefiles b/tools/make_makefiles index 0008f70297e..1f4d3ad6d01 100755 --- a/tools/make_makefiles +++ b/tools/make_makefiles @@ -338,15 +338,11 @@ sub assign_sources_to_makefiles(@) my $make = $makefiles{"$dir/Makefile.in"}; my $name = substr( $file, length($dir) + 1 ); - if ($name =~ /\.(in|l|m|mc|po|rc|sfd|svg|y)$/) + if ($name =~ /\.(c|in|l|m|mc|po|rc|sfd|svg|y)$/) { push @{${$make}{"=SOURCES"}}, $name; next; } - elsif ($name =~ /\.c$/) - { - push @{${$make}{"=C_SRCS"}}, $name; - } elsif ($name =~ /\.h$/ || $name =~ /\.rh$/ || $name =~ /\.inl$/ || $name =~ /\.x$/) { next if $dir ne "include"; @@ -387,7 +383,6 @@ sub assign_sources_to_makefiles(@) my $parent = get_parent_makefile( $file ); next unless $parent; preserve_shared_source_files( $makefiles{$file}, $makefiles{$parent}, "SOURCES" ); - preserve_shared_source_files( $makefiles{$file}, $makefiles{$parent}, "C_SRCS" ); } } diff --git a/tools/sfnt2fon/Makefile.in b/tools/sfnt2fon/Makefile.in index 7e07b8ea380..ea648825eb4 100644 --- a/tools/sfnt2fon/Makefile.in +++ b/tools/sfnt2fon/Makefile.in @@ -2,4 +2,5 @@ PROGRAMS = sfnt2fon UNIX_LIBS = $(FREETYPE_LIBS) UNIX_CFLAGS = $(FREETYPE_CFLAGS) -C_SRCS = sfnt2fon.c +SOURCES = \ + sfnt2fon.c