Alexandre Julliard : makefiles: Regenerate the source lists using make_makefiles.

Alexandre Julliard julliard at winehq.org
Fri Jul 3 09:31:11 CDT 2009


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jul  3 13:26:38 2009 +0200

makefiles: Regenerate the source lists using make_makefiles.

---

 dlls/d3dxof/Makefile.in       |    2 +-
 dlls/dmband/Makefile.in       |    2 +-
 dlls/dxgi/Makefile.in         |    4 +-
 dlls/dxguid/Makefile.in       |    4 +-
 dlls/itss/Makefile.in         |    2 +-
 dlls/jscript/Makefile.in      |    2 +-
 dlls/loadperf/Makefile.in     |    2 +-
 dlls/msvfw32/Makefile.in      |    4 +-
 dlls/ole32/Makefile.in        |    2 +-
 dlls/shell32/Makefile.in      |    2 +-
 dlls/spoolss/Makefile.in      |    2 +-
 dlls/winealsa.drv/Makefile.in |    2 +-
 dlls/wined3d/Makefile.in      |    4 +-
 dlls/wineesd.drv/Makefile.in  |    4 +-
 dlls/wintrust/Makefile.in     |    2 +-
 libs/wine/Makefile.in         |   98 ++++++++++++++++++++--------------------
 programs/secedit/Makefile.in  |    2 +-
 programs/winedbg/Makefile.in  |    2 +-
 programs/winemine/Makefile.in |    2 +-
 tools/Makefile.in             |    2 +-
 20 files changed, 73 insertions(+), 73 deletions(-)

diff --git a/dlls/d3dxof/Makefile.in b/dlls/d3dxof/Makefile.in
index d3566dd..9ea5555 100644
--- a/dlls/d3dxof/Makefile.in
+++ b/dlls/d3dxof/Makefile.in
@@ -7,8 +7,8 @@ IMPORTLIB = d3dxof
 IMPORTS   = dxguid uuid ole32 advapi32 kernel32
 
 C_SRCS = \
-	main.c \
 	d3dxof.c \
+	main.c \
 	parsing.c \
 	regsvr.c
 
diff --git a/dlls/dmband/Makefile.in b/dlls/dmband/Makefile.in
index 157ba5e..f749373 100644
--- a/dlls/dmband/Makefile.in
+++ b/dlls/dmband/Makefile.in
@@ -8,8 +8,8 @@ IMPORTS   = dxguid uuid ole32 advapi32 kernel32
 C_SRCS = \
 	band.c \
 	bandtrack.c \
-	dmutils.c \
 	dmband_main.c \
+	dmutils.c \
 	regsvr.c
 
 RC_SRCS = version.rc
diff --git a/dlls/dxgi/Makefile.in b/dlls/dxgi/Makefile.in
index d340b6f..f30910d 100644
--- a/dlls/dxgi/Makefile.in
+++ b/dlls/dxgi/Makefile.in
@@ -11,9 +11,9 @@ C_SRCS = \
 	device.c \
 	dxgi_main.c \
 	factory.c \
-	utils.c \
 	surface.c \
-	swapchain.c
+	swapchain.c \
+	utils.c
 
 RC_SRCS = version.rc
 
diff --git a/dlls/dxguid/Makefile.in b/dlls/dxguid/Makefile.in
index e3806ac..e202d3b 100644
--- a/dlls/dxguid/Makefile.in
+++ b/dlls/dxguid/Makefile.in
@@ -5,9 +5,9 @@ VPATH     = @srcdir@
 MODULE    = dxguid
 
 C_SRCS = \
-	dx8guid.c  \
-	dx9guid.c  \
 	dx10guid.c \
+	dx8guid.c \
+	dx9guid.c \
 	dxguid.c
 
 @MAKE_IMPLIB_RULES@
diff --git a/dlls/itss/Makefile.in b/dlls/itss/Makefile.in
index 9614ab6..28ba67a 100644
--- a/dlls/itss/Makefile.in
+++ b/dlls/itss/Makefile.in
@@ -8,8 +8,8 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H
 
 C_SRCS = \
 	chm_lib.c \
-	lzx.c \
 	itss.c \
+	lzx.c \
 	moniker.c \
 	protocol.c \
 	storage.c
diff --git a/dlls/jscript/Makefile.in b/dlls/jscript/Makefile.in
index 5d7ee69..3a32a29 100644
--- a/dlls/jscript/Makefile.in
+++ b/dlls/jscript/Makefile.in
@@ -28,7 +28,7 @@ C_SRCS = \
 IDL_TLB_SRCS = jsglobal.idl
 
 BISON_SRCS = \
-        parser.y
+	parser.y
 
 @MAKE_DLL_RULES@
 
diff --git a/dlls/loadperf/Makefile.in b/dlls/loadperf/Makefile.in
index 1a57159..c092f3f 100644
--- a/dlls/loadperf/Makefile.in
+++ b/dlls/loadperf/Makefile.in
@@ -7,7 +7,7 @@ IMPORTLIB = loadperf
 IMPORTS   = kernel32
 
 C_SRCS = \
-           loadperf_main.c
+	loadperf_main.c
 
 @MAKE_DLL_RULES@
 
diff --git a/dlls/msvfw32/Makefile.in b/dlls/msvfw32/Makefile.in
index 4eb3b10..cb92c00 100644
--- a/dlls/msvfw32/Makefile.in
+++ b/dlls/msvfw32/Makefile.in
@@ -7,9 +7,9 @@ IMPORTLIB = msvfw32
 IMPORTS   = winmm version comctl32 user32 gdi32 advapi32 kernel32 ntdll
 
 C_SRCS = \
+	drawdib.c \
 	mciwnd.c \
-	msvideo_main.c \
-	drawdib.c
+	msvideo_main.c
 
 RC_SRCS = \
 	msvfw32_Da.rc \
diff --git a/dlls/ole32/Makefile.in b/dlls/ole32/Makefile.in
index eb1ac5e..c6f7cbd 100644
--- a/dlls/ole32/Makefile.in
+++ b/dlls/ole32/Makefile.in
@@ -31,8 +31,8 @@ C_SRCS = \
 	memlockbytes.c \
 	moniker.c \
 	ole2.c \
-	ole2stubs.c \
 	ole2impl.c \
+	ole2stubs.c \
 	ole32_main.c \
 	oleobj.c \
 	oleproxy.c \
diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in
index 499cca6..744c8dd 100644
--- a/dlls/shell32/Makefile.in
+++ b/dlls/shell32/Makefile.in
@@ -17,8 +17,8 @@ C_SRCS = \
 	clipboard.c \
 	control.c \
 	cpanelfolder.c \
-	dde.c \
 	dataobject.c \
+	dde.c \
 	debughlp.c \
 	dialogs.c \
 	dragdrophelper.c \
diff --git a/dlls/spoolss/Makefile.in b/dlls/spoolss/Makefile.in
index 00fc258..646a11d 100644
--- a/dlls/spoolss/Makefile.in
+++ b/dlls/spoolss/Makefile.in
@@ -6,7 +6,7 @@ MODULE      = spoolss.dll
 IMPORTLIB   = spoolss
 IMPORTS     = winspool kernel32
 
-C_SRCS  = \
+C_SRCS = \
 	router.c \
 	spoolss_main.c
 
diff --git a/dlls/winealsa.drv/Makefile.in b/dlls/winealsa.drv/Makefile.in
index 3e07ef2..1f7a78d 100644
--- a/dlls/winealsa.drv/Makefile.in
+++ b/dlls/winealsa.drv/Makefile.in
@@ -12,8 +12,8 @@ C_SRCS = \
 	dsoutput.c \
 	midi.c \
 	mixer.c \
-	waveinit.c \
 	wavein.c \
+	waveinit.c \
 	waveout.c
 
 @MAKE_DLL_RULES@
diff --git a/dlls/wined3d/Makefile.in b/dlls/wined3d/Makefile.in
index 2fcb4ec..cdafc91 100644
--- a/dlls/wined3d/Makefile.in
+++ b/dlls/wined3d/Makefile.in
@@ -29,12 +29,12 @@ C_SRCS = \
 	shader_sm4.c \
 	state.c \
 	stateblock.c \
-	surface_base.c \
 	surface.c \
+	surface_base.c \
 	surface_gdi.c \
 	swapchain.c \
-	swapchain_gdi.c \
 	swapchain_base.c \
+	swapchain_gdi.c \
 	texture.c \
 	utils.c \
 	vertexdeclaration.c \
diff --git a/dlls/wineesd.drv/Makefile.in b/dlls/wineesd.drv/Makefile.in
index b34e374..e42d04c 100644
--- a/dlls/wineesd.drv/Makefile.in
+++ b/dlls/wineesd.drv/Makefile.in
@@ -8,8 +8,8 @@ EXTRAINCL = @ESDINCL@
 EXTRALIBS = @ESDLIBS@
 
 C_SRCS = \
-	esound.c \
-	audio.c
+	audio.c \
+	esound.c
 
 @MAKE_DLL_RULES@
 
diff --git a/dlls/wintrust/Makefile.in b/dlls/wintrust/Makefile.in
index f747179..6f2f406 100644
--- a/dlls/wintrust/Makefile.in
+++ b/dlls/wintrust/Makefile.in
@@ -15,7 +15,7 @@ C_SRCS = \
 	wintrust_main.c
 
 RC_SRCS = \
-        version.rc
+	version.rc
 
 @MAKE_DLL_RULES@
 
diff --git a/libs/wine/Makefile.in b/libs/wine/Makefile.in
index c846848..7e7baf1 100644
--- a/libs/wine/Makefile.in
+++ b/libs/wine/Makefile.in
@@ -17,50 +17,14 @@ DYNAME    = libwine.$(SOVERSION).dylib
 INSTALLDIRS = $(DESTDIR)$(libdir)
 
 C_SRCS = \
-	casemap.c \
-	collation.c \
-	compose.c \
-	config.c \
-	cptable.c \
-	debug.c \
-	fold.c \
-	ldt.c \
-	loader.c \
-	mbtowc.c \
-	mmap.c \
-	port.c \
-	sortkey.c \
-	string.c \
-	utf8.c \
-	wctomb.c \
-	wctype.c \
 	c_037.c \
-	c_424.c \
-	c_437.c \
-	c_500.c \
-	c_737.c \
-	c_775.c \
-	c_850.c \
-	c_852.c \
-	c_855.c \
-	c_856.c \
-	c_857.c \
-	c_860.c \
-	c_861.c \
-	c_862.c \
-	c_863.c \
-	c_864.c \
-	c_865.c \
-	c_866.c \
-	c_869.c \
-	c_874.c \
-	c_875.c \
-	c_878.c \
-	c_932.c \
-	c_936.c \
-	c_949.c \
-	c_950.c \
+	c_10000.c \
+	c_10006.c \
+	c_10007.c \
+	c_10029.c \
 	c_1006.c \
+	c_10079.c \
+	c_10081.c \
 	c_1026.c \
 	c_1250.c \
 	c_1251.c \
@@ -72,12 +36,6 @@ C_SRCS = \
 	c_1257.c \
 	c_1258.c \
 	c_1361.c \
-	c_10000.c \
-	c_10006.c \
-	c_10007.c \
-	c_10029.c \
-	c_10079.c \
-	c_10081.c \
 	c_20127.c \
 	c_20866.c \
 	c_20932.c \
@@ -95,7 +53,49 @@ C_SRCS = \
 	c_28603.c \
 	c_28604.c \
 	c_28605.c \
-	c_28606.c
+	c_28606.c \
+	c_424.c \
+	c_437.c \
+	c_500.c \
+	c_737.c \
+	c_775.c \
+	c_850.c \
+	c_852.c \
+	c_855.c \
+	c_856.c \
+	c_857.c \
+	c_860.c \
+	c_861.c \
+	c_862.c \
+	c_863.c \
+	c_864.c \
+	c_865.c \
+	c_866.c \
+	c_869.c \
+	c_874.c \
+	c_875.c \
+	c_878.c \
+	c_932.c \
+	c_936.c \
+	c_949.c \
+	c_950.c \
+	casemap.c \
+	collation.c \
+	compose.c \
+	config.c \
+	cptable.c \
+	debug.c \
+	fold.c \
+	ldt.c \
+	loader.c \
+	mbtowc.c \
+	mmap.c \
+	port.c \
+	sortkey.c \
+	string.c \
+	utf8.c \
+	wctomb.c \
+	wctype.c
 
 EXTRA_OBJS = version.o
 
diff --git a/programs/secedit/Makefile.in b/programs/secedit/Makefile.in
index 58fa913..0b356d8 100644
--- a/programs/secedit/Makefile.in
+++ b/programs/secedit/Makefile.in
@@ -8,7 +8,7 @@ APPMODE   = -mconsole
 IMPORTS   = kernel32
 
 C_SRCS = \
-	main.c \
+	main.c
 
 @MAKE_PROG_RULES@
 
diff --git a/programs/winedbg/Makefile.in b/programs/winedbg/Makefile.in
index 9147f1b..c3329e2 100644
--- a/programs/winedbg/Makefile.in
+++ b/programs/winedbg/Makefile.in
@@ -22,8 +22,8 @@ C_SRCS = \
 	info.c \
 	memory.c \
 	source.c \
-	symbol.c \
 	stack.c \
+	symbol.c \
 	tgt_active.c \
 	tgt_minidump.c \
 	tgt_module.c \
diff --git a/programs/winemine/Makefile.in b/programs/winemine/Makefile.in
index 09adf9e..7e5d91b 100644
--- a/programs/winemine/Makefile.in
+++ b/programs/winemine/Makefile.in
@@ -8,7 +8,7 @@ IMPORTS   = user32 gdi32 advapi32 kernel32
 DELAYIMPORTS = shell32
 
 C_SRCS = \
-        dialog.c \
+	dialog.c \
 	main.c
 
 RC_SRCS = \
diff --git a/tools/Makefile.in b/tools/Makefile.in
index ea4e007..b711a7b 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -27,7 +27,7 @@ C_SRCS = \
 	make_ctests.c \
 	makedep.c \
 	relpath.c \
-	sfnt2fnt.c \
+	sfnt2fnt.c
 
 INSTALLSUBDIRS = \
 	widl \




More information about the wine-cvs mailing list