From 81b8ee863e1d22e7e169c98e660ad5a6ea7b6ec4 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sun, 19 Sep 2010 12:36:48 +0200 Subject: [PATCH] makefiles: Add a standard header for all makefiles to replace the common variable initializations. --- Make.rules.in | 103 ++-------------------------------- Make.vars.in | 90 +++++++++++++++++++++++++++++ Makefile.in | 5 -- aclocal.m4 | 8 +-- configure | 12 ++-- configure.ac | 2 +- dlls/acledit/Makefile.in | 4 -- dlls/aclui/Makefile.in | 4 -- dlls/activeds/Makefile.in | 4 -- dlls/actxprxy/Makefile.in | 4 -- dlls/adsiid/Makefile.in | 4 -- dlls/advapi32/Makefile.in | 4 -- dlls/advapi32/tests/Makefile.in | 4 -- dlls/advpack/Makefile.in | 4 -- dlls/advpack/tests/Makefile.in | 4 -- dlls/amstream/Makefile.in | 4 -- dlls/amstream/tests/Makefile.in | 4 -- dlls/appwiz.cpl/Makefile.in | 4 -- dlls/atl/Makefile.in | 4 -- dlls/atl/tests/Makefile.in | 4 -- dlls/authz/Makefile.in | 4 -- dlls/avicap32/Makefile.in | 4 -- dlls/avifil32/Makefile.in | 4 -- dlls/avifil32/tests/Makefile.in | 4 -- dlls/avifile.dll16/Makefile.in | 4 -- dlls/avrt/Makefile.in | 4 -- dlls/bcrypt/Makefile.in | 4 -- dlls/browseui/Makefile.in | 4 -- dlls/browseui/tests/Makefile.in | 4 -- dlls/cabinet/Makefile.in | 4 -- dlls/cabinet/tests/Makefile.in | 4 -- dlls/capi2032/Makefile.in | 4 -- dlls/cards/Makefile.in | 4 -- dlls/cfgmgr32/Makefile.in | 4 -- dlls/clusapi/Makefile.in | 4 -- dlls/comcat/Makefile.in | 4 -- dlls/comcat/tests/Makefile.in | 4 -- dlls/comctl32/Makefile.in | 4 -- dlls/comctl32/tests/Makefile.in | 4 -- dlls/comdlg32/Makefile.in | 4 -- dlls/comdlg32/tests/Makefile.in | 4 -- dlls/comm.drv16/Makefile.in | 4 -- dlls/commdlg.dll16/Makefile.in | 4 -- dlls/compobj.dll16/Makefile.in | 4 -- dlls/compstui/Makefile.in | 4 -- dlls/credui/Makefile.in | 4 -- dlls/credui/tests/Makefile.in | 4 -- dlls/crtdll/Makefile.in | 4 -- dlls/crypt32/Makefile.in | 4 -- dlls/crypt32/tests/Makefile.in | 4 -- dlls/cryptdlg/Makefile.in | 4 -- dlls/cryptdll/Makefile.in | 4 -- dlls/cryptnet/Makefile.in | 4 -- dlls/cryptnet/tests/Makefile.in | 4 -- dlls/cryptui/Makefile.in | 4 -- dlls/cryptui/tests/Makefile.in | 4 -- dlls/ctapi32/Makefile.in | 4 -- dlls/ctl3d.dll16/Makefile.in | 4 -- dlls/ctl3d32/Makefile.in | 4 -- dlls/ctl3dv2.dll16/Makefile.in | 4 -- dlls/d3d10/Makefile.in | 4 -- dlls/d3d10/tests/Makefile.in | 4 -- dlls/d3d10core/Makefile.in | 4 -- dlls/d3d10core/tests/Makefile.in | 4 -- dlls/d3d8/Makefile.in | 4 -- dlls/d3d8/tests/Makefile.in | 4 -- dlls/d3d9/Makefile.in | 4 -- dlls/d3d9/tests/Makefile.in | 4 -- dlls/d3dcompiler_33/Makefile.in | 4 -- dlls/d3dcompiler_34/Makefile.in | 4 -- dlls/d3dcompiler_35/Makefile.in | 4 -- dlls/d3dcompiler_36/Makefile.in | 4 -- dlls/d3dcompiler_37/Makefile.in | 4 -- dlls/d3dcompiler_38/Makefile.in | 4 -- dlls/d3dcompiler_39/Makefile.in | 4 -- dlls/d3dcompiler_40/Makefile.in | 4 -- dlls/d3dcompiler_41/Makefile.in | 4 -- dlls/d3dcompiler_42/Makefile.in | 4 -- dlls/d3dcompiler_43/Makefile.in | 4 -- dlls/d3dcompiler_43/tests/Makefile.in | 4 -- dlls/d3dim/Makefile.in | 4 -- dlls/d3drm/Makefile.in | 4 -- dlls/d3drm/tests/Makefile.in | 4 -- dlls/d3dx10_33/Makefile.in | 4 -- dlls/d3dx10_34/Makefile.in | 4 -- dlls/d3dx10_35/Makefile.in | 4 -- dlls/d3dx10_36/Makefile.in | 4 -- dlls/d3dx10_37/Makefile.in | 4 -- dlls/d3dx10_38/Makefile.in | 4 -- dlls/d3dx10_39/Makefile.in | 4 -- dlls/d3dx10_40/Makefile.in | 4 -- dlls/d3dx10_41/Makefile.in | 4 -- dlls/d3dx10_42/Makefile.in | 4 -- dlls/d3dx10_43/Makefile.in | 4 -- dlls/d3dx9_24/Makefile.in | 4 -- dlls/d3dx9_25/Makefile.in | 4 -- dlls/d3dx9_26/Makefile.in | 4 -- dlls/d3dx9_27/Makefile.in | 4 -- dlls/d3dx9_28/Makefile.in | 4 -- dlls/d3dx9_29/Makefile.in | 4 -- dlls/d3dx9_30/Makefile.in | 4 -- dlls/d3dx9_31/Makefile.in | 4 -- dlls/d3dx9_32/Makefile.in | 4 -- dlls/d3dx9_33/Makefile.in | 4 -- dlls/d3dx9_34/Makefile.in | 4 -- dlls/d3dx9_35/Makefile.in | 4 -- dlls/d3dx9_36/Makefile.in | 4 -- dlls/d3dx9_36/tests/Makefile.in | 4 -- dlls/d3dx9_37/Makefile.in | 4 -- dlls/d3dx9_38/Makefile.in | 4 -- dlls/d3dx9_39/Makefile.in | 4 -- dlls/d3dx9_40/Makefile.in | 4 -- dlls/d3dx9_41/Makefile.in | 4 -- dlls/d3dx9_42/Makefile.in | 4 -- dlls/d3dx9_43/Makefile.in | 4 -- dlls/d3dxof/Makefile.in | 4 -- dlls/d3dxof/tests/Makefile.in | 4 -- dlls/dbghelp/Makefile.in | 4 -- dlls/dciman32/Makefile.in | 4 -- dlls/ddeml.dll16/Makefile.in | 4 -- dlls/ddraw/Makefile.in | 4 -- dlls/ddraw/tests/Makefile.in | 4 -- dlls/ddrawex/Makefile.in | 4 -- dlls/ddrawex/tests/Makefile.in | 4 -- dlls/devenum/Makefile.in | 4 -- dlls/dinput/Makefile.in | 4 -- dlls/dinput/tests/Makefile.in | 4 -- dlls/dinput8/Makefile.in | 4 -- dlls/dispdib.dll16/Makefile.in | 4 -- dlls/dispex/Makefile.in | 4 -- dlls/dispex/tests/Makefile.in | 4 -- dlls/display.drv16/Makefile.in | 4 -- dlls/dmband/Makefile.in | 4 -- dlls/dmcompos/Makefile.in | 4 -- dlls/dmime/Makefile.in | 4 -- dlls/dmime/tests/Makefile.in | 4 -- dlls/dmloader/Makefile.in | 4 -- dlls/dmloader/tests/Makefile.in | 4 -- dlls/dmscript/Makefile.in | 4 -- dlls/dmstyle/Makefile.in | 4 -- dlls/dmsynth/Makefile.in | 4 -- dlls/dmusic/Makefile.in | 4 -- dlls/dmusic32/Makefile.in | 4 -- dlls/dnsapi/Makefile.in | 4 -- dlls/dnsapi/tests/Makefile.in | 4 -- dlls/dplay/Makefile.in | 4 -- dlls/dplayx/Makefile.in | 4 -- dlls/dplayx/tests/Makefile.in | 4 -- dlls/dpnaddr/Makefile.in | 4 -- dlls/dpnet/Makefile.in | 4 -- dlls/dpnhpast/Makefile.in | 4 -- dlls/dpnlobby/Makefile.in | 4 -- dlls/dpwsockx/Makefile.in | 4 -- dlls/drmclien/Makefile.in | 4 -- dlls/dsound/Makefile.in | 4 -- dlls/dsound/tests/Makefile.in | 4 -- dlls/dssenh/Makefile.in | 4 -- dlls/dswave/Makefile.in | 4 -- dlls/dwmapi/Makefile.in | 4 -- dlls/dxdiagn/Makefile.in | 4 -- dlls/dxdiagn/tests/Makefile.in | 4 -- dlls/dxerr8/Makefile.in | 4 -- dlls/dxerr9/Makefile.in | 4 -- dlls/dxgi/Makefile.in | 4 -- dlls/dxgi/tests/Makefile.in | 4 -- dlls/dxguid/Makefile.in | 4 -- dlls/explorerframe/Makefile.in | 4 -- dlls/explorerframe/tests/Makefile.in | 4 -- dlls/faultrep/Makefile.in | 4 -- dlls/fltlib/Makefile.in | 4 -- dlls/fusion/Makefile.in | 4 -- dlls/fusion/tests/Makefile.in | 4 -- dlls/fwpuclnt/Makefile.in | 4 -- dlls/gameux/Makefile.in | 4 -- dlls/gameux/tests/Makefile.in | 4 -- dlls/gdi.exe16/Makefile.in | 4 -- dlls/gdi32/Makefile.in | 4 -- dlls/gdi32/tests/Makefile.in | 4 -- dlls/gdiplus/Makefile.in | 4 -- dlls/gdiplus/tests/Makefile.in | 4 -- dlls/glu32/Makefile.in | 4 -- dlls/gphoto2.ds/Makefile.in | 4 -- dlls/gpkcsp/Makefile.in | 4 -- dlls/hal/Makefile.in | 4 -- dlls/hhctrl.ocx/Makefile.in | 4 -- dlls/hid/Makefile.in | 4 -- dlls/hlink/Makefile.in | 4 -- dlls/hlink/tests/Makefile.in | 4 -- dlls/hnetcfg/Makefile.in | 4 -- dlls/httpapi/Makefile.in | 4 -- dlls/iccvid/Makefile.in | 4 -- dlls/icmp/Makefile.in | 4 -- dlls/ifsmgr.vxd/Makefile.in | 4 -- dlls/imaadp32.acm/Makefile.in | 4 -- dlls/imagehlp/Makefile.in | 4 -- dlls/imagehlp/tests/Makefile.in | 4 -- dlls/imm.dll16/Makefile.in | 4 -- dlls/imm32/Makefile.in | 4 -- dlls/imm32/tests/Makefile.in | 4 -- dlls/inetcomm/Makefile.in | 4 -- dlls/inetcomm/tests/Makefile.in | 4 -- dlls/inetcpl.cpl/Makefile.in | 4 -- dlls/inetmib1/Makefile.in | 4 -- dlls/inetmib1/tests/Makefile.in | 4 -- dlls/infosoft/Makefile.in | 4 -- dlls/infosoft/tests/Makefile.in | 4 -- dlls/initpki/Makefile.in | 4 -- dlls/inkobj/Makefile.in | 4 -- dlls/inseng/Makefile.in | 4 -- dlls/iphlpapi/Makefile.in | 4 -- dlls/iphlpapi/tests/Makefile.in | 4 -- dlls/itircl/Makefile.in | 4 -- dlls/itss/Makefile.in | 4 -- dlls/itss/tests/Makefile.in | 4 -- dlls/jscript/Makefile.in | 4 -- dlls/jscript/tests/Makefile.in | 4 -- dlls/kernel32/Makefile.in | 4 -- dlls/kernel32/tests/Makefile.in | 4 -- dlls/keyboard.drv16/Makefile.in | 4 -- dlls/krnl386.exe16/Makefile.in | 4 -- dlls/loadperf/Makefile.in | 4 -- dlls/localspl/Makefile.in | 4 -- dlls/localspl/tests/Makefile.in | 4 -- dlls/localui/Makefile.in | 4 -- dlls/localui/tests/Makefile.in | 4 -- dlls/lz32/Makefile.in | 4 -- dlls/lz32/tests/Makefile.in | 4 -- dlls/lzexpand.dll16/Makefile.in | 4 -- dlls/mapi32/Makefile.in | 4 -- dlls/mapi32/tests/Makefile.in | 4 -- dlls/mapistub/Makefile.in | 4 -- dlls/mciavi32/Makefile.in | 4 -- dlls/mcicda/Makefile.in | 4 -- dlls/mciqtz32/Makefile.in | 4 -- dlls/mciseq/Makefile.in | 4 -- dlls/mciwave/Makefile.in | 4 -- dlls/midimap/Makefile.in | 4 -- dlls/mlang/Makefile.in | 4 -- dlls/mlang/tests/Makefile.in | 4 -- dlls/mmdevapi/Makefile.in | 4 -- dlls/mmdevapi/tests/Makefile.in | 4 -- dlls/mmdevldr.vxd/Makefile.in | 4 -- dlls/mmsystem.dll16/Makefile.in | 4 -- dlls/monodebg.vxd/Makefile.in | 4 -- dlls/mountmgr.sys/Makefile.in | 4 -- dlls/mouse.drv16/Makefile.in | 4 -- dlls/mpr/Makefile.in | 4 -- dlls/mprapi/Makefile.in | 4 -- dlls/msacm.dll16/Makefile.in | 4 -- dlls/msacm32.drv/Makefile.in | 4 -- dlls/msacm32/Makefile.in | 4 -- dlls/msacm32/tests/Makefile.in | 4 -- dlls/msadp32.acm/Makefile.in | 4 -- dlls/mscat32/Makefile.in | 4 -- dlls/mscms/Makefile.in | 4 -- dlls/mscms/tests/Makefile.in | 4 -- dlls/mscoree/Makefile.in | 4 -- dlls/mscoree/tests/Makefile.in | 4 -- dlls/msctf/Makefile.in | 4 -- dlls/msctf/tests/Makefile.in | 4 -- dlls/msdaps/Makefile.in | 4 -- dlls/msdmo/Makefile.in | 4 -- dlls/msftedit/Makefile.in | 4 -- dlls/msg711.acm/Makefile.in | 4 -- dlls/msgsm32.acm/Makefile.in | 4 -- dlls/mshtml.tlb/Makefile.in | 4 -- dlls/mshtml/Makefile.in | 4 -- dlls/mshtml/tests/Makefile.in | 4 -- dlls/msi/Makefile.in | 4 -- dlls/msi/tests/Makefile.in | 4 -- dlls/msimg32/Makefile.in | 4 -- dlls/msimtf/Makefile.in | 4 -- dlls/msisip/Makefile.in | 4 -- dlls/msisys.ocx/Makefile.in | 4 -- dlls/msnet32/Makefile.in | 4 -- dlls/msrle32/Makefile.in | 4 -- dlls/mssign32/Makefile.in | 4 -- dlls/mssip32/Makefile.in | 4 -- dlls/mstask/Makefile.in | 4 -- dlls/mstask/tests/Makefile.in | 4 -- dlls/msvcirt/Makefile.in | 4 -- dlls/msvcp80/Makefile.in | 4 -- dlls/msvcp90/Makefile.in | 4 -- dlls/msvcp90/tests/Makefile.in | 4 -- dlls/msvcr100/Makefile.in | 4 -- dlls/msvcr70/Makefile.in | 4 -- dlls/msvcr71/Makefile.in | 4 -- dlls/msvcr80/Makefile.in | 4 -- dlls/msvcr90/Makefile.in | 4 -- dlls/msvcr90/tests/Makefile.in | 4 -- dlls/msvcrt/Makefile.in | 4 -- dlls/msvcrt/tests/Makefile.in | 4 -- dlls/msvcrt20/Makefile.in | 4 -- dlls/msvcrt40/Makefile.in | 4 -- dlls/msvcrtd/Makefile.in | 4 -- dlls/msvcrtd/tests/Makefile.in | 4 -- dlls/msvfw32/Makefile.in | 4 -- dlls/msvfw32/tests/Makefile.in | 4 -- dlls/msvidc32/Makefile.in | 4 -- dlls/msvideo.dll16/Makefile.in | 4 -- dlls/mswsock/Makefile.in | 4 -- dlls/msxml3/Makefile.in | 4 -- dlls/msxml3/tests/Makefile.in | 4 -- dlls/msxml4/Makefile.in | 4 -- dlls/msxml6/Makefile.in | 4 -- dlls/nddeapi/Makefile.in | 4 -- dlls/netapi32/Makefile.in | 4 -- dlls/netapi32/tests/Makefile.in | 4 -- dlls/newdev/Makefile.in | 4 -- dlls/ntdll/Makefile.in | 4 -- dlls/ntdll/tests/Makefile.in | 4 -- dlls/ntdsapi/Makefile.in | 4 -- dlls/ntdsapi/tests/Makefile.in | 4 -- dlls/ntoskrnl.exe/Makefile.in | 4 -- dlls/ntprint/Makefile.in | 4 -- dlls/ntprint/tests/Makefile.in | 4 -- dlls/objsel/Makefile.in | 4 -- dlls/odbc32/Makefile.in | 4 -- dlls/odbccp32/Makefile.in | 4 -- dlls/odbccp32/tests/Makefile.in | 4 -- dlls/ole2.dll16/Makefile.in | 4 -- dlls/ole2conv.dll16/Makefile.in | 4 -- dlls/ole2disp.dll16/Makefile.in | 4 -- dlls/ole2nls.dll16/Makefile.in | 4 -- dlls/ole2prox.dll16/Makefile.in | 4 -- dlls/ole2thk.dll16/Makefile.in | 4 -- dlls/ole32/Makefile.in | 4 -- dlls/ole32/tests/Makefile.in | 4 -- dlls/oleacc/Makefile.in | 4 -- dlls/oleacc/tests/Makefile.in | 4 -- dlls/oleaut32/Makefile.in | 4 -- dlls/oleaut32/tests/Makefile.in | 4 -- dlls/olecli.dll16/Makefile.in | 4 -- dlls/olecli32/Makefile.in | 4 -- dlls/oledb32/Makefile.in | 4 -- dlls/oledb32/tests/Makefile.in | 4 -- dlls/oledlg/Makefile.in | 4 -- dlls/olepro32/Makefile.in | 4 -- dlls/olesvr.dll16/Makefile.in | 4 -- dlls/olesvr32/Makefile.in | 4 -- dlls/olethk32/Makefile.in | 4 -- dlls/openal32/Makefile.in | 4 -- dlls/opengl32/Makefile.in | 4 -- dlls/opengl32/tests/Makefile.in | 4 -- dlls/pdh/Makefile.in | 4 -- dlls/pdh/tests/Makefile.in | 4 -- dlls/pidgen/Makefile.in | 4 -- dlls/powrprof/Makefile.in | 4 -- dlls/printui/Makefile.in | 4 -- dlls/propsys/Makefile.in | 4 -- dlls/propsys/tests/Makefile.in | 4 -- dlls/psapi/Makefile.in | 4 -- dlls/psapi/tests/Makefile.in | 4 -- dlls/pstorec/Makefile.in | 4 -- dlls/qcap/Makefile.in | 4 -- dlls/qedit/Makefile.in | 4 -- dlls/qedit/tests/Makefile.in | 4 -- dlls/qmgr/Makefile.in | 4 -- dlls/qmgr/tests/Makefile.in | 4 -- dlls/qmgrprxy/Makefile.in | 4 -- dlls/quartz/Makefile.in | 4 -- dlls/quartz/tests/Makefile.in | 4 -- dlls/query/Makefile.in | 4 -- dlls/rasapi16.dll16/Makefile.in | 4 -- dlls/rasapi32/Makefile.in | 4 -- dlls/rasapi32/tests/Makefile.in | 4 -- dlls/rasdlg/Makefile.in | 4 -- dlls/resutils/Makefile.in | 4 -- dlls/riched20/Makefile.in | 4 -- dlls/riched20/tests/Makefile.in | 4 -- dlls/riched32/Makefile.in | 4 -- dlls/riched32/tests/Makefile.in | 4 -- dlls/rpcrt4/Makefile.in | 4 -- dlls/rpcrt4/tests/Makefile.in | 4 -- dlls/rsabase/Makefile.in | 4 -- dlls/rsaenh/Makefile.in | 4 -- dlls/rsaenh/tests/Makefile.in | 4 -- dlls/rstrtmgr/Makefile.in | 4 -- dlls/rtutils/Makefile.in | 4 -- dlls/samlib/Makefile.in | 4 -- dlls/sane.ds/Makefile.in | 4 -- dlls/sccbase/Makefile.in | 4 -- dlls/schannel/Makefile.in | 4 -- dlls/schannel/tests/Makefile.in | 4 -- dlls/secur32/Makefile.in | 4 -- dlls/secur32/tests/Makefile.in | 4 -- dlls/security/Makefile.in | 4 -- dlls/sensapi/Makefile.in | 4 -- dlls/serialui/Makefile.in | 4 -- dlls/serialui/tests/Makefile.in | 4 -- dlls/setupapi/Makefile.in | 4 -- dlls/setupapi/tests/Makefile.in | 4 -- dlls/setupx.dll16/Makefile.in | 4 -- dlls/sfc/Makefile.in | 4 -- dlls/sfc_os/Makefile.in | 4 -- dlls/shdoclc/Makefile.in | 4 -- dlls/shdocvw/Makefile.in | 4 -- dlls/shdocvw/tests/Makefile.in | 4 -- dlls/shell.dll16/Makefile.in | 4 -- dlls/shell32/Makefile.in | 4 -- dlls/shell32/tests/Makefile.in | 4 -- dlls/shfolder/Makefile.in | 4 -- dlls/shlwapi/Makefile.in | 4 -- dlls/shlwapi/tests/Makefile.in | 4 -- dlls/slbcsp/Makefile.in | 4 -- dlls/slc/Makefile.in | 4 -- dlls/snmpapi/Makefile.in | 4 -- dlls/snmpapi/tests/Makefile.in | 4 -- dlls/softpub/Makefile.in | 4 -- dlls/sound.drv16/Makefile.in | 4 -- dlls/spoolss/Makefile.in | 4 -- dlls/spoolss/tests/Makefile.in | 4 -- dlls/stdole2.tlb/Makefile.in | 4 -- dlls/stdole32.tlb/Makefile.in | 4 -- dlls/sti/Makefile.in | 4 -- dlls/sti/tests/Makefile.in | 4 -- dlls/storage.dll16/Makefile.in | 4 -- dlls/stress.dll16/Makefile.in | 4 -- dlls/strmiids/Makefile.in | 4 -- dlls/svrapi/Makefile.in | 4 -- dlls/sxs/Makefile.in | 4 -- dlls/system.drv16/Makefile.in | 4 -- dlls/t2embed/Makefile.in | 4 -- dlls/tapi32/Makefile.in | 4 -- dlls/toolhelp.dll16/Makefile.in | 4 -- dlls/traffic/Makefile.in | 4 -- dlls/twain.dll16/Makefile.in | 4 -- dlls/twain_32/Makefile.in | 4 -- dlls/twain_32/tests/Makefile.in | 4 -- dlls/typelib.dll16/Makefile.in | 4 -- dlls/unicows/Makefile.in | 4 -- dlls/updspapi/Makefile.in | 4 -- dlls/url/Makefile.in | 4 -- dlls/urlmon/Makefile.in | 4 -- dlls/urlmon/tests/Makefile.in | 4 -- dlls/usbd.sys/Makefile.in | 4 -- dlls/user.exe16/Makefile.in | 4 -- dlls/user32/Makefile.in | 4 -- dlls/user32/tests/Makefile.in | 4 -- dlls/userenv/Makefile.in | 4 -- dlls/userenv/tests/Makefile.in | 4 -- dlls/usp10/Makefile.in | 4 -- dlls/usp10/tests/Makefile.in | 4 -- dlls/uuid/Makefile.in | 4 -- dlls/uxtheme/Makefile.in | 4 -- dlls/uxtheme/tests/Makefile.in | 4 -- dlls/vdhcp.vxd/Makefile.in | 4 -- dlls/vdmdbg/Makefile.in | 4 -- dlls/ver.dll16/Makefile.in | 4 -- dlls/version/Makefile.in | 4 -- dlls/version/tests/Makefile.in | 4 -- dlls/vmm.vxd/Makefile.in | 4 -- dlls/vnbt.vxd/Makefile.in | 4 -- dlls/vnetbios.vxd/Makefile.in | 4 -- dlls/vtdapi.vxd/Makefile.in | 4 -- dlls/vwin32.vxd/Makefile.in | 4 -- dlls/w32skrnl/Makefile.in | 4 -- dlls/w32sys.dll16/Makefile.in | 4 -- dlls/wbemprox/Makefile.in | 4 -- dlls/wer/Makefile.in | 4 -- dlls/wiaservc/Makefile.in | 4 -- dlls/win32s16.dll16/Makefile.in | 4 -- dlls/win87em.dll16/Makefile.in | 4 -- dlls/winaspi.dll16/Makefile.in | 4 -- dlls/windebug.dll16/Makefile.in | 4 -- dlls/windowscodecs/Makefile.in | 4 -- dlls/windowscodecs/tests/Makefile.in | 4 -- dlls/winealsa.drv/Makefile.in | 4 -- dlls/wineaudioio.drv/Makefile.in | 4 -- dlls/winecoreaudio.drv/Makefile.in | 4 -- dlls/winecrt0/Makefile.in | 4 -- dlls/wined3d/Makefile.in | 4 -- dlls/wineesd.drv/Makefile.in | 4 -- dlls/winejack.drv/Makefile.in | 4 -- dlls/winejoystick.drv/Makefile.in | 4 -- dlls/winemapi/Makefile.in | 4 -- dlls/winemp3.acm/Makefile.in | 4 -- dlls/winenas.drv/Makefile.in | 4 -- dlls/wineoss.drv/Makefile.in | 4 -- dlls/wineps.drv/Makefile.in | 4 -- dlls/wineps16.drv16/Makefile.in | 4 -- dlls/winequartz.drv/Makefile.in | 4 -- dlls/winex11.drv/Makefile.in | 4 -- dlls/wing.dll16/Makefile.in | 4 -- dlls/wing32/Makefile.in | 4 -- dlls/winhttp/Makefile.in | 4 -- dlls/winhttp/tests/Makefile.in | 4 -- dlls/wininet/Makefile.in | 4 -- dlls/wininet/tests/Makefile.in | 4 -- dlls/winmm/Makefile.in | 4 -- dlls/winmm/tests/Makefile.in | 4 -- dlls/winnls.dll16/Makefile.in | 4 -- dlls/winnls32/Makefile.in | 4 -- dlls/winscard/Makefile.in | 4 -- dlls/winsock.dll16/Makefile.in | 4 -- dlls/winspool.drv/Makefile.in | 4 -- dlls/winspool.drv/tests/Makefile.in | 4 -- dlls/wintab.dll16/Makefile.in | 4 -- dlls/wintab32/Makefile.in | 4 -- dlls/wintab32/tests/Makefile.in | 4 -- dlls/wintrust/Makefile.in | 4 -- dlls/wintrust/tests/Makefile.in | 4 -- dlls/wldap32/Makefile.in | 4 -- dlls/wldap32/tests/Makefile.in | 4 -- dlls/wmi/Makefile.in | 4 -- dlls/wmiutils/Makefile.in | 4 -- dlls/wnaspi32/Makefile.in | 4 -- dlls/wow32/Makefile.in | 4 -- dlls/ws2_32/Makefile.in | 4 -- dlls/ws2_32/tests/Makefile.in | 4 -- dlls/wsock32/Makefile.in | 4 -- dlls/wtsapi32/Makefile.in | 4 -- dlls/wuapi/Makefile.in | 4 -- dlls/wuaueng/Makefile.in | 4 -- dlls/xinput1_1/Makefile.in | 4 -- dlls/xinput1_2/Makefile.in | 4 -- dlls/xinput1_3/Makefile.in | 4 -- dlls/xinput1_3/tests/Makefile.in | 4 -- dlls/xinput9_1_0/Makefile.in | 4 -- dlls/xmllite/Makefile.in | 4 -- dlls/xmllite/tests/Makefile.in | 4 -- documentation/Makefile.in | 6 -- fonts/Makefile.in | 6 -- include/Makefile.in | 6 -- libs/port/Makefile.in | 4 -- libs/wine/Makefile.in | 5 -- libs/wpp/Makefile.in | 4 -- loader/Makefile.in | 4 -- programs/attrib/Makefile.in | 4 -- programs/cacls/Makefile.in | 4 -- programs/clock/Makefile.in | 4 -- programs/cmd/Makefile.in | 4 -- programs/cmd/tests/Makefile.in | 4 -- programs/cmdlgtst/Makefile.in | 4 -- programs/control/Makefile.in | 4 -- programs/dxdiag/Makefile.in | 4 -- programs/eject/Makefile.in | 4 -- programs/expand/Makefile.in | 4 -- programs/explorer/Makefile.in | 4 -- programs/extrac32/Makefile.in | 4 -- programs/hh/Makefile.in | 4 -- programs/icinfo/Makefile.in | 4 -- programs/iexplore/Makefile.in | 4 -- programs/ipconfig/Makefile.in | 4 -- programs/lodctr/Makefile.in | 4 -- programs/mshta/Makefile.in | 4 -- programs/msiexec/Makefile.in | 4 -- programs/net/Makefile.in | 4 -- programs/ngen/Makefile.in | 4 -- programs/notepad/Makefile.in | 4 -- programs/oleview/Makefile.in | 4 -- programs/ping/Makefile.in | 4 -- programs/progman/Makefile.in | 4 -- programs/reg/Makefile.in | 4 -- programs/regedit/Makefile.in | 4 -- programs/regedit/tests/Makefile.in | 4 -- programs/regsvr32/Makefile.in | 4 -- programs/rpcss/Makefile.in | 4 -- programs/rundll.exe16/Makefile.in | 4 -- programs/rundll32/Makefile.in | 4 -- programs/sc/Makefile.in | 4 -- programs/secedit/Makefile.in | 4 -- programs/services/Makefile.in | 4 -- programs/spoolsv/Makefile.in | 4 -- programs/start/Makefile.in | 4 -- programs/svchost/Makefile.in | 4 -- programs/taskmgr/Makefile.in | 4 -- programs/termsv/Makefile.in | 4 -- programs/uninstaller/Makefile.in | 4 -- programs/unlodctr/Makefile.in | 4 -- programs/view/Makefile.in | 4 -- programs/wineboot/Makefile.in | 4 -- programs/winebrowser/Makefile.in | 4 -- programs/winecfg/Makefile.in | 4 -- programs/wineconsole/Makefile.in | 4 -- programs/winedbg/Makefile.in | 4 -- programs/winedevice/Makefile.in | 4 -- programs/winefile/Makefile.in | 4 -- programs/winemenubuilder/Makefile.in | 4 -- programs/winemine/Makefile.in | 4 -- programs/winepath/Makefile.in | 4 -- programs/winetest/Makefile.in | 4 -- programs/winevdm/Makefile.in | 4 -- programs/winhelp.exe16/Makefile.in | 4 -- programs/winhlp32/Makefile.in | 4 -- programs/winoldap.mod16/Makefile.in | 4 -- programs/winver/Makefile.in | 4 -- programs/wordpad/Makefile.in | 4 -- programs/write/Makefile.in | 4 -- programs/wscript/Makefile.in | 4 -- programs/xcopy/Makefile.in | 4 -- server/Makefile.in | 5 -- tools/Makefile.in | 6 -- tools/widl/Makefile.in | 6 -- tools/winebuild/Makefile.in | 6 -- tools/winedump/Makefile.in | 6 -- tools/winegcc/Makefile.in | 7 --- tools/wmc/Makefile.in | 6 -- tools/wrc/Makefile.in | 7 --- 599 files changed, 105 insertions(+), 2511 deletions(-) create mode 100644 Make.vars.in diff --git a/Make.rules.in b/Make.rules.in index 3f5d18e3441..6f254f7b1e8 100644 --- a/Make.rules.in +++ b/Make.rules.in @@ -1,12 +1,6 @@ # Global rules shared by all makefiles -*-Makefile-*- # -# Each individual makefile must define the following variables: -# TOPSRCDIR : top-level source directory -# TOPOBJDIR : top-level object directory -# SRCDIR : source directory for this module -# MODULE : name of the module being built -# -# Each individual makefile may define the following additional variables: +# Each individual makefile may define the following variables: # C_SRCS : C sources for the module # RC_SRCS : resource source files # EXTRA_SRCS : extra source files for make depend @@ -18,104 +12,19 @@ # First some useful definitions -SHELL = /bin/sh -CC = @CC@ -CFLAGS = @CFLAGS@ -CPPFLAGS = @CPPFLAGS@ -LIBS = @LIBS@ -BISON = @BISON@ -FLEX = @FLEX@ -EXEEXT = @EXEEXT@ -OBJEXT = @OBJEXT@ -LIBEXT = @LIBEXT@ -DLLEXT = @DLLEXT@ -TOOLSEXT = @TOOLSEXT@ -IMPLIBEXT = @IMPLIBEXT@ -LDSHARED = @LDSHARED@ -DLLTOOL = @DLLTOOL@ -DLLWRAP = @DLLWRAP@ -AR = @AR@ -ARFLAGS = @ARFLAGS@ -RANLIB = @RANLIB@ -STRIP = @STRIP@ -LN_S = @LN_S@ -TOOLSDIR = @TOOLSDIR@ -LDFLAGS = @LDFLAGS@ -PRELINK = @PRELINK@ -RM = rm -f -MV = mv -LINT = @LINT@ -LINTFLAGS = @LINTFLAGS@ -FONTFORGE = @FONTFORGE@ -RSVG = @RSVG@ -CONVERT = @CONVERT@ -ICOTOOL = @ICOTOOL@ -CROSSCC = @CROSSCC@ -CROSSTARGET = @CROSSTARGET@ -CROSSAR = $(CROSSTARGET)-ar -CROSSRANLIB = $(CROSSTARGET)-ranlib -FAKEEXT = $(DLLEXT:.so=.fake) +LDSHARED = @LDSHARED@ INCLUDES = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include $(EXTRAINCL) -EXTRACFLAGS = @EXTRACFLAGS@ ALLCFLAGS = $(INCLUDES) $(DEFS) $(DLLFLAGS) $(EXTRACFLAGS) $(CPPFLAGS) $(CFLAGS) $(MODCFLAGS) ALLLINTFLAGS = $(INCLUDES) $(DEFS) $(LINTFLAGS) IDLFLAGS = $(INCLUDES) $(DEFS) $(EXTRAIDLFLAGS) -TARGETFLAGS = @TARGETFLAGS@ -MKINSTALLDIRS= $(TOPSRCDIR)/tools/mkinstalldirs -m 755 -WINAPI_CHECK = $(TOPSRCDIR)/tools/winapi/winapi_check -BUILDIMAGE = $(TOPSRCDIR)/tools/buildimage -C2MAN = $(TOPSRCDIR)/tools/c2man.pl -RUNTEST = $(TOPSRCDIR)/tools/runtest -WINEBUILD = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT) -MAKEDEP = $(TOOLSDIR)/tools/makedep$(TOOLSEXT) -MAKECTESTS = $(TOOLSDIR)/tools/make_ctests$(TOOLSEXT) -WRC = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT) -WMC = $(TOOLSDIR)/tools/wmc/wmc$(TOOLSEXT) -WIDL = $(TOOLSDIR)/tools/widl/widl$(TOOLSEXT) -WINEGCC = $(TOOLSDIR)/tools/winegcc/winegcc $(TARGETFLAGS) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(TOPOBJDIR) @UNWINDFLAGS@ -CROSSWINEGCC = $(TOOLSDIR)/tools/winegcc/winegcc $(CROSSTARGET:%=-b %) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(TOPOBJDIR) --lib-suffix=.cross.a -RELPATH = $(TOOLSDIR)/tools/relpath$(TOOLSEXT) -SFNT2FNT = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT) -RC = $(WRC) RCFLAGS = --nostdinc $(INCLUDES) $(DEFS) $(EXTRARCFLAGS) -LDPATH = @LDPATH@ -DLLDIR = $(TOPOBJDIR)/dlls -LIBPORT = $(TOPOBJDIR)/libs/port/libwine_port.a -LIBWPP = $(TOPOBJDIR)/libs/wpp/libwpp.a -LIBWINE = -L$(TOPOBJDIR)/libs/wine -lwine -LDRPATH_INSTALL = @LDRPATH_INSTALL@ -LDRPATH_LOCAL = @LDRPATH_LOCAL@ - -@SET_MAKE@ - -# Installation infos - -INSTALL = @INSTALL@ $(INSTALL_FLAGS) -INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS) -INSTALL_SCRIPT = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS) -INSTALL_DATA = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS) -prefix = @prefix@ -exec_prefix = @exec_prefix@ -bindir = @bindir@ -libdir = @libdir@ -datarootdir = @datarootdir@ -datadir = @datadir@ -infodir = @infodir@ -mandir = @mandir@ -sysconfdir = @sysconfdir@ -includedir = @includedir@/wine -dlldir = @libdir@/wine -fakedlldir = $(dlldir)/fakedlls -prog_manext = 1 -api_manext = 3w -conf_manext = 5 -CLEAN_FILES = *.o *.a *.so *.ln *.res *.fake *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej *.flc core IDL_GEN_C_SRCS = $(IDL_C_SRCS:.idl=_c.c) $(IDL_I_SRCS:.idl=_i.c) \ $(IDL_P_SRCS:.idl=_p.c) $(IDL_S_SRCS:.idl=_s.c) IDL_GEN_HEADERS = $(IDL_H_SRCS:.idl=.h) $(IDL_C_SRCS:.idl=.h) $(IDL_I_SRCS:.idl=.h) \ $(IDL_P_SRCS:.idl=.h) $(IDL_S_SRCS:.idl=.h) +CLEAN_FILES = *.o *.a *.so *.ln *.res *.fake *.$(LIBEXT) \\\#*\\\# *~ *% .\\\#* *.bak *.orig *.rej *.flc core CLEAN_TARGETS = $(IDL_GEN_C_SRCS) $(IDL_GEN_HEADERS) $(IDL_TLB_SRCS:.idl=.tlb) $(IDL_P_SRCS:%=dlldata.c) \ $(BISON_SRCS:.y=.tab.c) $(BISON_SRCS:.y=.tab.h) $(LEX_SRCS:.l=.yy.c) $(MC_SRCS:.mc=.mc.rc) @@ -125,10 +34,6 @@ OBJS = $(C_SRCS:.c=.o) $(BISON_SRCS:.y=.tab.o) $(LEX_SRCS:.l=.yy.o) $(IDL_GEN_C_ CROSSOBJS = $(OBJS:.o=.cross.o) LINTS = $(C_SRCS:.c=.ln) -# 'all' target first in case the enclosing Makefile didn't define any target - -all: - filter: dummy @$(TOPSRCDIR)/tools/winapi/make_filter --make $(MAKE) all @@ -157,7 +62,7 @@ filter: dummy $(LDPATH) $(WMC) -i -U -H /dev/null -o $@ $< .rc.res: - $(LDPATH) $(RC) $(RCFLAGS) -fo$@ $< + $(LDPATH) $(WRC) $(RCFLAGS) -fo$@ $< .idl.h: $(WIDL) $(IDLFLAGS) -h -H $@ $< diff --git a/Make.vars.in b/Make.vars.in new file mode 100644 index 00000000000..9bc1b0d8a1d --- /dev/null +++ b/Make.vars.in @@ -0,0 +1,90 @@ +# @configure_input@ -*-Makefile-*- + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +bindir = @bindir@ +libdir = @libdir@ +datarootdir = @datarootdir@ +datadir = @datadir@ +infodir = @infodir@ +mandir = @mandir@ +sysconfdir = @sysconfdir@ +fontdir = $(datadir)/wine/fonts +includedir = @includedir@/wine +dlldir = @libdir@/wine +fakedlldir = $(dlldir)/fakedlls +TOPSRCDIR = @top_srcdir@ +TOPOBJDIR = @top_builddir@ +SRCDIR = @srcdir@ +VPATH = @srcdir@ +SHELL = /bin/sh +RM = rm -f +MV = mv +CC = @CC@ +CROSSCC = @CROSSCC@ +CFLAGS = @CFLAGS@ +CPPFLAGS = @CPPFLAGS@ +EXTRACFLAGS = @EXTRACFLAGS@ +TARGETFLAGS = @TARGETFLAGS@ +LIBS = @LIBS@ +BISON = @BISON@ +FLEX = @FLEX@ +EXEEXT = @EXEEXT@ +OBJEXT = @OBJEXT@ +LIBEXT = @LIBEXT@ +DLLEXT = @DLLEXT@ +FAKEEXT = $(DLLEXT:.so=.fake) +TOOLSEXT = @TOOLSEXT@ +IMPLIBEXT = @IMPLIBEXT@ +DLLTOOL = @DLLTOOL@ +DLLWRAP = @DLLWRAP@ +AR = @AR@ +ARFLAGS = @ARFLAGS@ +RANLIB = @RANLIB@ +STRIP = @STRIP@ +LN_S = @LN_S@ +TOOLSDIR = @TOOLSDIR@ +LDFLAGS = @LDFLAGS@ +PRELINK = @PRELINK@ +LINT = @LINT@ +LINTFLAGS = @LINTFLAGS@ +FONTFORGE = @FONTFORGE@ +RSVG = @RSVG@ +CONVERT = @CONVERT@ +ICOTOOL = @ICOTOOL@ +CROSSTARGET = @CROSSTARGET@ +CROSSAR = $(CROSSTARGET)-ar +CROSSRANLIB = $(CROSSTARGET)-ranlib +MKINSTALLDIRS = $(TOPSRCDIR)/tools/mkinstalldirs -m 755 +WINAPI_CHECK = $(TOPSRCDIR)/tools/winapi/winapi_check +BUILDIMAGE = $(TOPSRCDIR)/tools/buildimage +C2MAN = $(TOPSRCDIR)/tools/c2man.pl +RUNTEST = $(TOPSRCDIR)/tools/runtest +MAKECTESTS = $(TOOLSDIR)/tools/make_ctests$(TOOLSEXT) +MAKEDEP = $(TOOLSDIR)/tools/makedep$(TOOLSEXT) +RELPATH = $(TOOLSDIR)/tools/relpath$(TOOLSEXT) +SFNT2FNT = $(TOOLSDIR)/tools/sfnt2fnt$(TOOLSEXT) +WIDL = $(TOOLSDIR)/tools/widl/widl$(TOOLSEXT) +WINEBUILD = $(TOOLSDIR)/tools/winebuild/winebuild$(TOOLSEXT) +WMC = $(TOOLSDIR)/tools/wmc/wmc$(TOOLSEXT) +WRC = $(TOOLSDIR)/tools/wrc/wrc$(TOOLSEXT) +LIBPORT = $(TOPOBJDIR)/libs/port/libwine_port.a +LIBWPP = $(TOPOBJDIR)/libs/wpp/libwpp.a +LIBWINE = -L$(TOPOBJDIR)/libs/wine -lwine +WINEGCC = $(TOOLSDIR)/tools/winegcc/winegcc $(TARGETFLAGS) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(TOPOBJDIR) @UNWINDFLAGS@ +CROSSWINEGCC = $(TOOLSDIR)/tools/winegcc/winegcc $(CROSSTARGET:%=-b %) -B$(TOOLSDIR)/tools/winebuild --sysroot=$(TOPOBJDIR) --lib-suffix=.cross.a +LDPATH = @LDPATH@ +LDRPATH_INSTALL = @LDRPATH_INSTALL@ +LDRPATH_LOCAL = @LDRPATH_LOCAL@ +INSTALL = @INSTALL@ $(INSTALL_FLAGS) +INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(INSTALL_PROGRAM_FLAGS) +INSTALL_SCRIPT = @INSTALL_SCRIPT@ $(INSTALL_SCRIPT_FLAGS) +INSTALL_DATA = @INSTALL_DATA@ $(INSTALL_DATA_FLAGS) +prog_manext = 1 +api_manext = 3w +conf_manext = 5 +@SET_MAKE@ + +all: + +# End of common header diff --git a/Makefile.in b/Makefile.in index 45a3ed4df03..48fe82cb1b6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,11 +18,6 @@ # sgmlpages: compile sgml source for the Wine API Guide # xmlpages: compile xml source for the Wine API Guide -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = . -SRCDIR = @srcdir@ -VPATH = @srcdir@ - # Sub-directories that don't have a makefile EXTRASUBDIRS = dlls libs programs diff --git a/aclocal.m4 b/aclocal.m4 index 58692318c40..bfd0c49c1c1 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -146,7 +146,7 @@ AC_DEFUN([WINE_CONFIG_HELPERS], .INIT: Makefile .MAKEFILEDEPS: all: Makefile -Makefile: Makefile.in Make.rules config.status +Makefile: Makefile.in Make.vars.in Make.rules config.status @./config.status Make.tmp Makefile" AC_SUBST(ALL_WINETEST_DEPENDS,["# Test binaries"]) @@ -171,12 +171,12 @@ wine_fn_all_dir_rules () $[1]/__clean__: $[1]/Makefile @cd $[1] && \$(MAKE) clean \$(RM) $[1]/Makefile -$[1]/Makefile: $[1]/Makefile.in config.status $[2] - @./config.status --file $[1]/Makefile && cd $[1] && \$(MAKE) depend +$[1]/Makefile: $[1]/Makefile.in Make.vars.in config.status $[2] + @./config.status --file $[1]/Makefile:Make.vars.in:$[1]/Makefile.in && cd $[1] && \$(MAKE) depend depend: $[1]/__depend__ .PHONY: $[1]/__depend__ $[1]/__depend__: \$(MAKEDEP) dummy - @./config.status --file $[1]/Makefile && cd $[1] && \$(MAKE) depend" + @./config.status --file $[1]/Makefile:Make.vars.in:$[1]/Makefile.in && cd $[1] && \$(MAKE) depend" } wine_fn_config_makefile () diff --git a/configure b/configure index efc2108f900..649d7b01b42 100755 --- a/configure +++ b/configure @@ -14100,7 +14100,7 @@ ALL_MAKEFILE_DEPENDS=" .INIT: Makefile .MAKEFILEDEPS: all: Makefile -Makefile: Makefile.in Make.rules config.status +Makefile: Makefile.in Make.vars.in Make.rules config.status @./config.status Make.tmp Makefile" ALL_WINETEST_DEPENDS="# Test binaries" @@ -14127,12 +14127,12 @@ wine_fn_all_dir_rules () $1/__clean__: $1/Makefile @cd $1 && \$(MAKE) clean \$(RM) $1/Makefile -$1/Makefile: $1/Makefile.in config.status $2 - @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend +$1/Makefile: $1/Makefile.in Make.vars.in config.status $2 + @./config.status --file $1/Makefile:Make.vars.in:$1/Makefile.in && cd $1 && \$(MAKE) depend depend: $1/__depend__ .PHONY: $1/__depend__ $1/__depend__: \$(MAKEDEP) dummy - @./config.status --file $1/Makefile && cd $1 && \$(MAKE) depend" + @./config.status --file $1/Makefile:Make.vars.in:$1/Makefile.in && cd $1 && \$(MAKE) depend" } wine_fn_config_makefile () @@ -15053,7 +15053,7 @@ wine_fn_config_tool tools/wrc ac_config_commands="$ac_config_commands Makefile" -ac_config_files="$ac_config_files Make.tmp:Makefile.in" +ac_config_files="$ac_config_files Make.tmp:Make.vars.in:Makefile.in" @@ -15802,7 +15802,7 @@ do "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;; "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;; "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;; - "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Makefile.in" ;; + "Make.tmp") CONFIG_FILES="$CONFIG_FILES Make.tmp:Make.vars.in:Makefile.in" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;; esac diff --git a/configure.ac b/configure.ac index a7f6b2b9654..179d925094e 100644 --- a/configure.ac +++ b/configure.ac @@ -2848,7 +2848,7 @@ _WINE_EOF AS_ERROR([could not create Makefile]) }]) -AC_CONFIG_FILES([Make.tmp:Makefile.in]) +AC_CONFIG_FILES([Make.tmp:Make.vars.in:Makefile.in]) dnl Some final makefile rules diff --git a/dlls/acledit/Makefile.in b/dlls/acledit/Makefile.in index f315d224c7e..305d936da0f 100644 --- a/dlls/acledit/Makefile.in +++ b/dlls/acledit/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = acledit.dll C_SRCS = \ diff --git a/dlls/aclui/Makefile.in b/dlls/aclui/Makefile.in index a63abcf5cb2..551b3082ab8 100644 --- a/dlls/aclui/Makefile.in +++ b/dlls/aclui/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = aclui.dll IMPORTLIB = aclui diff --git a/dlls/activeds/Makefile.in b/dlls/activeds/Makefile.in index cd27c4a3b41..a92fc1f9749 100644 --- a/dlls/activeds/Makefile.in +++ b/dlls/activeds/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = activeds.dll IMPORTLIB = activeds diff --git a/dlls/actxprxy/Makefile.in b/dlls/actxprxy/Makefile.in index 4186fb83ae4..09ef8b09bbb 100644 --- a/dlls/actxprxy/Makefile.in +++ b/dlls/actxprxy/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = actxprxy.dll IMPORTS = uuid oleaut32 ole32 rpcrt4 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION diff --git a/dlls/adsiid/Makefile.in b/dlls/adsiid/Makefile.in index 6face7ca7a3..ea33ed88658 100644 --- a/dlls/adsiid/Makefile.in +++ b/dlls/adsiid/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = adsiid C_SRCS = \ diff --git a/dlls/advapi32/Makefile.in b/dlls/advapi32/Makefile.in index 2bb5c54b57f..0a9709c717a 100644 --- a/dlls/advapi32/Makefile.in +++ b/dlls/advapi32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_ADVAPI32_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = advapi32.dll IMPORTLIB = advapi32 DELAYIMPORTS = rpcrt4 diff --git a/dlls/advapi32/tests/Makefile.in b/dlls/advapi32/tests/Makefile.in index 54744e92492..f3a92e97e6d 100644 --- a/dlls/advapi32/tests/Makefile.in +++ b/dlls/advapi32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = advapi32.dll IMPORTS = ole32 advapi32 diff --git a/dlls/advpack/Makefile.in b/dlls/advpack/Makefile.in index 7798fcc86bf..bf100bed79c 100644 --- a/dlls/advpack/Makefile.in +++ b/dlls/advpack/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = advpack.dll IMPORTLIB = advpack IMPORTS = ole32 setupapi version advapi32 diff --git a/dlls/advpack/tests/Makefile.in b/dlls/advpack/tests/Makefile.in index d0515467cfe..115f180620c 100644 --- a/dlls/advpack/tests/Makefile.in +++ b/dlls/advpack/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = advpack.dll IMPORTS = cabinet advapi32 diff --git a/dlls/amstream/Makefile.in b/dlls/amstream/Makefile.in index dd168700e78..b04adeefb69 100644 --- a/dlls/amstream/Makefile.in +++ b/dlls/amstream/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = amstream.dll IMPORTS = strmiids uuid ole32 advapi32 diff --git a/dlls/amstream/tests/Makefile.in b/dlls/amstream/tests/Makefile.in index 7ab55d373cb..4ee19841c70 100644 --- a/dlls/amstream/tests/Makefile.in +++ b/dlls/amstream/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = amstream.dll IMPORTS = quartz ddraw oleaut32 ole32 user32 diff --git a/dlls/appwiz.cpl/Makefile.in b/dlls/appwiz.cpl/Makefile.in index 61ec8726ff6..b185581e4bd 100644 --- a/dlls/appwiz.cpl/Makefile.in +++ b/dlls/appwiz.cpl/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = appwiz.cpl IMPORTS = comctl32 advapi32 shell32 user32 comdlg32 diff --git a/dlls/atl/Makefile.in b/dlls/atl/Makefile.in index 6f234c6025c..05de265446d 100644 --- a/dlls/atl/Makefile.in +++ b/dlls/atl/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = atl.dll IMPORTLIB = atl IMPORTS = uuid ole32 oleaut32 user32 gdi32 advapi32 diff --git a/dlls/atl/tests/Makefile.in b/dlls/atl/tests/Makefile.in index 2f1afdf1688..5cb209e148c 100644 --- a/dlls/atl/tests/Makefile.in +++ b/dlls/atl/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = atl.dll IMPORTS = uuid atl oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 diff --git a/dlls/authz/Makefile.in b/dlls/authz/Makefile.in index 35e88cf2ec1..2c11b74dcfe 100644 --- a/dlls/authz/Makefile.in +++ b/dlls/authz/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = authz.dll C_SRCS = \ diff --git a/dlls/avicap32/Makefile.in b/dlls/avicap32/Makefile.in index 63e735ba9b0..4aec3067214 100644 --- a/dlls/avicap32/Makefile.in +++ b/dlls/avicap32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = avicap32.dll IMPORTLIB = avicap32 diff --git a/dlls/avifil32/Makefile.in b/dlls/avifil32/Makefile.in index 8f86ff86521..d9578d822d7 100644 --- a/dlls/avifil32/Makefile.in +++ b/dlls/avifil32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = avifil32.dll IMPORTLIB = avifil32 IMPORTS = uuid msacm32 msvfw32 winmm ole32 user32 advapi32 diff --git a/dlls/avifil32/tests/Makefile.in b/dlls/avifil32/tests/Makefile.in index b8138a69b94..658b09610d1 100644 --- a/dlls/avifil32/tests/Makefile.in +++ b/dlls/avifil32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = avifil32.dll IMPORTS = avifil32 diff --git a/dlls/avifile.dll16/Makefile.in b/dlls/avifile.dll16/Makefile.in index fbf5cf73d91..b2f05351d25 100644 --- a/dlls/avifile.dll16/Makefile.in +++ b/dlls/avifile.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = avifile.dll16 IMPORTS = avifil32 EXTRADLLFLAGS = -m16 -Wb,--main-module,avifil32.dll diff --git a/dlls/avrt/Makefile.in b/dlls/avrt/Makefile.in index 6513a760560..f07238801b0 100644 --- a/dlls/avrt/Makefile.in +++ b/dlls/avrt/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = avrt.dll IMPORTLIB = avrt IMPORTS = user32 diff --git a/dlls/bcrypt/Makefile.in b/dlls/bcrypt/Makefile.in index b0f27a5a542..975927b0af6 100644 --- a/dlls/bcrypt/Makefile.in +++ b/dlls/bcrypt/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = bcrypt.dll C_SRCS = \ diff --git a/dlls/browseui/Makefile.in b/dlls/browseui/Makefile.in index f5b41df273a..dada4010154 100644 --- a/dlls/browseui/Makefile.in +++ b/dlls/browseui/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = browseui.dll IMPORTS = uuid ole32 user32 advapi32 EXTRADEFS = -DCOM_NO_WINDOWS_H diff --git a/dlls/browseui/tests/Makefile.in b/dlls/browseui/tests/Makefile.in index f218e23dafa..0cb35419d37 100644 --- a/dlls/browseui/tests/Makefile.in +++ b/dlls/browseui/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = browseui.dll IMPORTS = ole32 diff --git a/dlls/cabinet/Makefile.in b/dlls/cabinet/Makefile.in index 4982c2ce962..7a1ad9d7adb 100644 --- a/dlls/cabinet/Makefile.in +++ b/dlls/cabinet/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cabinet.dll IMPORTLIB = cabinet diff --git a/dlls/cabinet/tests/Makefile.in b/dlls/cabinet/tests/Makefile.in index f3de42203b2..4525d6005e6 100644 --- a/dlls/cabinet/tests/Makefile.in +++ b/dlls/cabinet/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = cabinet.dll IMPORTS = cabinet diff --git a/dlls/capi2032/Makefile.in b/dlls/capi2032/Makefile.in index 3ed3b12ae48..c343f5dda0b 100644 --- a/dlls/capi2032/Makefile.in +++ b/dlls/capi2032/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = capi2032.dll IMPORTLIB = capi2032 diff --git a/dlls/cards/Makefile.in b/dlls/cards/Makefile.in index ae3dd103b31..f517907003e 100644 --- a/dlls/cards/Makefile.in +++ b/dlls/cards/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cards.dll IMPORTLIB = cards IMPORTS = user32 gdi32 diff --git a/dlls/cfgmgr32/Makefile.in b/dlls/cfgmgr32/Makefile.in index 711014d8d81..7d777295180 100644 --- a/dlls/cfgmgr32/Makefile.in +++ b/dlls/cfgmgr32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cfgmgr32.dll IMPORTLIB = cfgmgr32 IMPORTS = setupapi diff --git a/dlls/clusapi/Makefile.in b/dlls/clusapi/Makefile.in index a5edb7699fb..00dff992f0a 100644 --- a/dlls/clusapi/Makefile.in +++ b/dlls/clusapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = clusapi.dll IMPORTLIB = clusapi diff --git a/dlls/comcat/Makefile.in b/dlls/comcat/Makefile.in index 9863eaf80e0..695c66bc7b9 100644 --- a/dlls/comcat/Makefile.in +++ b/dlls/comcat/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = comcat.dll IMPORTS = uuid ole32 user32 advapi32 diff --git a/dlls/comcat/tests/Makefile.in b/dlls/comcat/tests/Makefile.in index 4c58d59afb8..ba680ee833d 100644 --- a/dlls/comcat/tests/Makefile.in +++ b/dlls/comcat/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = comcat.dll IMPORTS = ole32 advapi32 diff --git a/dlls/comctl32/Makefile.in b/dlls/comctl32/Makefile.in index 37f2b7c8ebc..751fa03f4e5 100644 --- a/dlls/comctl32/Makefile.in +++ b/dlls/comctl32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_COMCTL32_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = comctl32.dll IMPORTLIB = comctl32 IMPORTS = uuid user32 gdi32 advapi32 diff --git a/dlls/comctl32/tests/Makefile.in b/dlls/comctl32/tests/Makefile.in index bf19dcb917b..cb4f3ff1639 100644 --- a/dlls/comctl32/tests/Makefile.in +++ b/dlls/comctl32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = comctl32.dll IMPORTS = comctl32 ole32 user32 gdi32 advapi32 diff --git a/dlls/comdlg32/Makefile.in b/dlls/comdlg32/Makefile.in index cf5bff6b993..9df47ce24c9 100644 --- a/dlls/comdlg32/Makefile.in +++ b/dlls/comdlg32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = comdlg32.dll IMPORTLIB = comdlg32 IMPORTS = uuid shell32 shlwapi comctl32 winspool user32 gdi32 advapi32 diff --git a/dlls/comdlg32/tests/Makefile.in b/dlls/comdlg32/tests/Makefile.in index 7fa92108da5..8cc48e98042 100644 --- a/dlls/comdlg32/tests/Makefile.in +++ b/dlls/comdlg32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = comdlg32.dll IMPORTS = comdlg32 winspool user32 gdi32 diff --git a/dlls/comm.drv16/Makefile.in b/dlls/comm.drv16/Makefile.in index ae609180636..b4a6fa10c84 100644 --- a/dlls/comm.drv16/Makefile.in +++ b/dlls/comm.drv16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = comm.drv16 EXTRADLLFLAGS = -m16 diff --git a/dlls/commdlg.dll16/Makefile.in b/dlls/commdlg.dll16/Makefile.in index 0394523cb23..3cd77c853be 100644 --- a/dlls/commdlg.dll16/Makefile.in +++ b/dlls/commdlg.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = commdlg.dll16 IMPORTS = comdlg32 user32 gdi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,comdlg32.dll diff --git a/dlls/compobj.dll16/Makefile.in b/dlls/compobj.dll16/Makefile.in index 473eabc682d..451d691d5b2 100644 --- a/dlls/compobj.dll16/Makefile.in +++ b/dlls/compobj.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = compobj.dll16 IMPORTS = uuid ole32 advapi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll diff --git a/dlls/compstui/Makefile.in b/dlls/compstui/Makefile.in index 7a45442c209..bc9cdabf62d 100644 --- a/dlls/compstui/Makefile.in +++ b/dlls/compstui/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = compstui.dll IMPORTLIB = compstui diff --git a/dlls/credui/Makefile.in b/dlls/credui/Makefile.in index 6d8efd9cc48..7452196db00 100644 --- a/dlls/credui/Makefile.in +++ b/dlls/credui/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = credui.dll IMPORTLIB = credui IMPORTS = comctl32 user32 advapi32 diff --git a/dlls/credui/tests/Makefile.in b/dlls/credui/tests/Makefile.in index 029c62d1e63..bd735c8159d 100644 --- a/dlls/credui/tests/Makefile.in +++ b/dlls/credui/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = credui.dll IMPORTS = credui diff --git a/dlls/crtdll/Makefile.in b/dlls/crtdll/Makefile.in index a618ce90373..596b9f71865 100644 --- a/dlls/crtdll/Makefile.in +++ b/dlls/crtdll/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = crtdll.dll IMPORTLIB = crtdll IMPORTS = msvcrt diff --git a/dlls/crypt32/Makefile.in b/dlls/crypt32/Makefile.in index 113e4e81ba6..48821507043 100644 --- a/dlls/crypt32/Makefile.in +++ b/dlls/crypt32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_CRYPT32_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = crypt32.dll IMPORTLIB = crypt32 IMPORTS = user32 advapi32 diff --git a/dlls/crypt32/tests/Makefile.in b/dlls/crypt32/tests/Makefile.in index 7a5523d7b5f..1b8842b5024 100644 --- a/dlls/crypt32/tests/Makefile.in +++ b/dlls/crypt32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = crypt32.dll IMPORTS = crypt32 advapi32 diff --git a/dlls/cryptdlg/Makefile.in b/dlls/cryptdlg/Makefile.in index 5c0620df061..079cf7ae552 100644 --- a/dlls/cryptdlg/Makefile.in +++ b/dlls/cryptdlg/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cryptdlg.dll IMPORTS = cryptui crypt32 wintrust user32 advapi32 diff --git a/dlls/cryptdll/Makefile.in b/dlls/cryptdll/Makefile.in index cbeef3ff6d6..d06196124ca 100644 --- a/dlls/cryptdll/Makefile.in +++ b/dlls/cryptdll/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cryptdll.dll IMPORTLIB = cryptdll IMPORTS = advapi32 diff --git a/dlls/cryptnet/Makefile.in b/dlls/cryptnet/Makefile.in index 730f3192060..3ab537a9683 100644 --- a/dlls/cryptnet/Makefile.in +++ b/dlls/cryptnet/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cryptnet.dll IMPORTLIB = cryptnet IMPORTS = crypt32 diff --git a/dlls/cryptnet/tests/Makefile.in b/dlls/cryptnet/tests/Makefile.in index 4a4a28860d7..7fe1e32de2d 100644 --- a/dlls/cryptnet/tests/Makefile.in +++ b/dlls/cryptnet/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = cryptnet.dll IMPORTS = cryptnet crypt32 diff --git a/dlls/cryptui/Makefile.in b/dlls/cryptui/Makefile.in index af605f0e75b..39a9e0fa15c 100644 --- a/dlls/cryptui/Makefile.in +++ b/dlls/cryptui/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cryptui.dll IMPORTS = uuid crypt32 ole32 comctl32 comdlg32 user32 gdi32 advapi32 DELAYIMPORTS = wintrust urlmon diff --git a/dlls/cryptui/tests/Makefile.in b/dlls/cryptui/tests/Makefile.in index de5583635de..cc2c638a64c 100644 --- a/dlls/cryptui/tests/Makefile.in +++ b/dlls/cryptui/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = cryptui.dll IMPORTS = cryptui crypt32 user32 diff --git a/dlls/ctapi32/Makefile.in b/dlls/ctapi32/Makefile.in index bff366726f7..7f31aa03c6f 100644 --- a/dlls/ctapi32/Makefile.in +++ b/dlls/ctapi32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ctapi32.dll IMPORTS = advapi32 diff --git a/dlls/ctl3d.dll16/Makefile.in b/dlls/ctl3d.dll16/Makefile.in index 067b2d3142a..7efc345ed56 100644 --- a/dlls/ctl3d.dll16/Makefile.in +++ b/dlls/ctl3d.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ctl3d.dll16 IMPORTS = user32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ctl3d32.dll diff --git a/dlls/ctl3d32/Makefile.in b/dlls/ctl3d32/Makefile.in index 9e789bfdd82..ab9ecf4462a 100644 --- a/dlls/ctl3d32/Makefile.in +++ b/dlls/ctl3d32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ctl3d32.dll IMPORTLIB = ctl3d32 IMPORTS = user32 diff --git a/dlls/ctl3dv2.dll16/Makefile.in b/dlls/ctl3dv2.dll16/Makefile.in index 8804447eb9c..faffdbffbd6 100644 --- a/dlls/ctl3dv2.dll16/Makefile.in +++ b/dlls/ctl3dv2.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ctl3dv2.dll16 IMPORTS = user32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ctl3d32.dll diff --git a/dlls/d3d10/Makefile.in b/dlls/d3d10/Makefile.in index f48a1eb928f..feca50ed415 100644 --- a/dlls/d3d10/Makefile.in +++ b/dlls/d3d10/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3d10.dll IMPORTLIB = d3d10 IMPORTS = dxguid uuid d3d10core d3dcompiler dxgi diff --git a/dlls/d3d10/tests/Makefile.in b/dlls/d3d10/tests/Makefile.in index 631e3a1c229..313484427a5 100644 --- a/dlls/d3d10/tests/Makefile.in +++ b/dlls/d3d10/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = d3d10.dll IMPORTS = d3d10 diff --git a/dlls/d3d10core/Makefile.in b/dlls/d3d10core/Makefile.in index 9883709da84..8a7239c54c9 100644 --- a/dlls/d3d10core/Makefile.in +++ b/dlls/d3d10core/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3d10core.dll IMPORTLIB = d3d10core IMPORTS = dxguid uuid dxgi diff --git a/dlls/d3d10core/tests/Makefile.in b/dlls/d3d10core/tests/Makefile.in index c10f06b104c..0ac395c1583 100644 --- a/dlls/d3d10core/tests/Makefile.in +++ b/dlls/d3d10core/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = d3d10core.dll IMPORTS = d3d10core dxgi diff --git a/dlls/d3d8/Makefile.in b/dlls/d3d8/Makefile.in index 45a3c8220a3..d391c84a11b 100644 --- a/dlls/d3d8/Makefile.in +++ b/dlls/d3d8/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3d8.dll IMPORTLIB = d3d8 IMPORTS = dxguid uuid wined3d diff --git a/dlls/d3d8/tests/Makefile.in b/dlls/d3d8/tests/Makefile.in index 90a18e0ecf7..14fa2fc4328 100644 --- a/dlls/d3d8/tests/Makefile.in +++ b/dlls/d3d8/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = d3d8.dll IMPORTS = user32 diff --git a/dlls/d3d9/Makefile.in b/dlls/d3d9/Makefile.in index 430b76148af..9d5a4d8ce3b 100644 --- a/dlls/d3d9/Makefile.in +++ b/dlls/d3d9/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3d9.dll IMPORTLIB = d3d9 IMPORTS = dxguid uuid wined3d diff --git a/dlls/d3d9/tests/Makefile.in b/dlls/d3d9/tests/Makefile.in index 696f876e2ac..4c4ce0f2e04 100644 --- a/dlls/d3d9/tests/Makefile.in +++ b/dlls/d3d9/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = d3d9.dll IMPORTS = user32 diff --git a/dlls/d3dcompiler_33/Makefile.in b/dlls/d3dcompiler_33/Makefile.in index 2674dd89834..2855a543e41 100644 --- a/dlls/d3dcompiler_33/Makefile.in +++ b/dlls/d3dcompiler_33/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_33.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_34/Makefile.in b/dlls/d3dcompiler_34/Makefile.in index 62e755b8f6b..5e32d25e773 100644 --- a/dlls/d3dcompiler_34/Makefile.in +++ b/dlls/d3dcompiler_34/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_34.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_35/Makefile.in b/dlls/d3dcompiler_35/Makefile.in index aaa2bb53933..0378bfa9df7 100644 --- a/dlls/d3dcompiler_35/Makefile.in +++ b/dlls/d3dcompiler_35/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_35.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_36/Makefile.in b/dlls/d3dcompiler_36/Makefile.in index 9fd595cfd7f..dc63b8cf734 100644 --- a/dlls/d3dcompiler_36/Makefile.in +++ b/dlls/d3dcompiler_36/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_36.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_37/Makefile.in b/dlls/d3dcompiler_37/Makefile.in index f14646fcd3f..735982000fd 100644 --- a/dlls/d3dcompiler_37/Makefile.in +++ b/dlls/d3dcompiler_37/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_37.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_38/Makefile.in b/dlls/d3dcompiler_38/Makefile.in index 635938d7565..b5a94ff3f03 100644 --- a/dlls/d3dcompiler_38/Makefile.in +++ b/dlls/d3dcompiler_38/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_38.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_39/Makefile.in b/dlls/d3dcompiler_39/Makefile.in index 789c5506c74..3d06cf93c3b 100644 --- a/dlls/d3dcompiler_39/Makefile.in +++ b/dlls/d3dcompiler_39/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_39.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_40/Makefile.in b/dlls/d3dcompiler_40/Makefile.in index 4fa8e16c05d..c329c641df6 100644 --- a/dlls/d3dcompiler_40/Makefile.in +++ b/dlls/d3dcompiler_40/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_40.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_41/Makefile.in b/dlls/d3dcompiler_41/Makefile.in index 763cbd27145..338d4089fbb 100644 --- a/dlls/d3dcompiler_41/Makefile.in +++ b/dlls/d3dcompiler_41/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_41.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_42/Makefile.in b/dlls/d3dcompiler_42/Makefile.in index 9d13198aae2..8f3944ab292 100644 --- a/dlls/d3dcompiler_42/Makefile.in +++ b/dlls/d3dcompiler_42/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_42.dll C_SRCS = \ diff --git a/dlls/d3dcompiler_43/Makefile.in b/dlls/d3dcompiler_43/Makefile.in index c48c4075432..0f19ba8ceed 100644 --- a/dlls/d3dcompiler_43/Makefile.in +++ b/dlls/d3dcompiler_43/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dcompiler_43.dll IMPORTLIB = d3dcompiler IMPORTS = dxguid uuid diff --git a/dlls/d3dcompiler_43/tests/Makefile.in b/dlls/d3dcompiler_43/tests/Makefile.in index 7dfedc0f166..45f431e2135 100644 --- a/dlls/d3dcompiler_43/tests/Makefile.in +++ b/dlls/d3dcompiler_43/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = d3dcompiler_43.dll IMPORTS = d3dcompiler diff --git a/dlls/d3dim/Makefile.in b/dlls/d3dim/Makefile.in index af48ab06412..04080812931 100644 --- a/dlls/d3dim/Makefile.in +++ b/dlls/d3dim/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dim.dll IMPORTLIB = d3dim diff --git a/dlls/d3drm/Makefile.in b/dlls/d3drm/Makefile.in index 08f29293282..fee388558a7 100644 --- a/dlls/d3drm/Makefile.in +++ b/dlls/d3drm/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3drm.dll IMPORTLIB = d3drm IMPORTS = dxguid uuid d3dxof diff --git a/dlls/d3drm/tests/Makefile.in b/dlls/d3drm/tests/Makefile.in index 62a6d08ab74..f403d0e99dd 100644 --- a/dlls/d3drm/tests/Makefile.in +++ b/dlls/d3drm/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = d3drm.dll C_SRCS = \ diff --git a/dlls/d3dx10_33/Makefile.in b/dlls/d3dx10_33/Makefile.in index abaaf7841ab..455044d01c4 100644 --- a/dlls/d3dx10_33/Makefile.in +++ b/dlls/d3dx10_33/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_33.dll C_SRCS = \ diff --git a/dlls/d3dx10_34/Makefile.in b/dlls/d3dx10_34/Makefile.in index 370ff85f3ce..34b5520091c 100644 --- a/dlls/d3dx10_34/Makefile.in +++ b/dlls/d3dx10_34/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_34.dll C_SRCS = \ diff --git a/dlls/d3dx10_35/Makefile.in b/dlls/d3dx10_35/Makefile.in index ea02c640977..5abb366de6a 100644 --- a/dlls/d3dx10_35/Makefile.in +++ b/dlls/d3dx10_35/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_35.dll C_SRCS = \ diff --git a/dlls/d3dx10_36/Makefile.in b/dlls/d3dx10_36/Makefile.in index a321faf7414..39505688068 100644 --- a/dlls/d3dx10_36/Makefile.in +++ b/dlls/d3dx10_36/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_36.dll C_SRCS = \ diff --git a/dlls/d3dx10_37/Makefile.in b/dlls/d3dx10_37/Makefile.in index c4d1d2b232f..c87d4828f80 100644 --- a/dlls/d3dx10_37/Makefile.in +++ b/dlls/d3dx10_37/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_37.dll C_SRCS = \ diff --git a/dlls/d3dx10_38/Makefile.in b/dlls/d3dx10_38/Makefile.in index d94d33075fe..7f9088035bd 100644 --- a/dlls/d3dx10_38/Makefile.in +++ b/dlls/d3dx10_38/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_38.dll C_SRCS = \ diff --git a/dlls/d3dx10_39/Makefile.in b/dlls/d3dx10_39/Makefile.in index 7721db31d5f..d21d651ce04 100644 --- a/dlls/d3dx10_39/Makefile.in +++ b/dlls/d3dx10_39/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_39.dll C_SRCS = \ diff --git a/dlls/d3dx10_40/Makefile.in b/dlls/d3dx10_40/Makefile.in index 588b2de4719..e3f5ad3afdf 100644 --- a/dlls/d3dx10_40/Makefile.in +++ b/dlls/d3dx10_40/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_40.dll C_SRCS = \ diff --git a/dlls/d3dx10_41/Makefile.in b/dlls/d3dx10_41/Makefile.in index cc94a25c8d6..2e4f654f459 100644 --- a/dlls/d3dx10_41/Makefile.in +++ b/dlls/d3dx10_41/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_41.dll C_SRCS = \ diff --git a/dlls/d3dx10_42/Makefile.in b/dlls/d3dx10_42/Makefile.in index 63a6b49cd77..3cb310b52da 100644 --- a/dlls/d3dx10_42/Makefile.in +++ b/dlls/d3dx10_42/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_42.dll C_SRCS = \ diff --git a/dlls/d3dx10_43/Makefile.in b/dlls/d3dx10_43/Makefile.in index 4026cb778f8..053c509e95c 100644 --- a/dlls/d3dx10_43/Makefile.in +++ b/dlls/d3dx10_43/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx10_43.dll C_SRCS = \ diff --git a/dlls/d3dx9_24/Makefile.in b/dlls/d3dx9_24/Makefile.in index c089d160e54..366bd719912 100644 --- a/dlls/d3dx9_24/Makefile.in +++ b/dlls/d3dx9_24/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_24.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_25/Makefile.in b/dlls/d3dx9_25/Makefile.in index 1a7135d5e35..dcc5f8b4c90 100644 --- a/dlls/d3dx9_25/Makefile.in +++ b/dlls/d3dx9_25/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_25.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_26/Makefile.in b/dlls/d3dx9_26/Makefile.in index 2bb986ba661..c69c8d46d29 100644 --- a/dlls/d3dx9_26/Makefile.in +++ b/dlls/d3dx9_26/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_26.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_27/Makefile.in b/dlls/d3dx9_27/Makefile.in index 69ef94aa35e..904863634d3 100644 --- a/dlls/d3dx9_27/Makefile.in +++ b/dlls/d3dx9_27/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_27.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_28/Makefile.in b/dlls/d3dx9_28/Makefile.in index 08a9e9ab5de..9a076b23431 100644 --- a/dlls/d3dx9_28/Makefile.in +++ b/dlls/d3dx9_28/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_28.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_29/Makefile.in b/dlls/d3dx9_29/Makefile.in index 7888fb5d8c0..74cfd17011d 100644 --- a/dlls/d3dx9_29/Makefile.in +++ b/dlls/d3dx9_29/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_29.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_30/Makefile.in b/dlls/d3dx9_30/Makefile.in index 3ffeca43ff3..b6b88eefbcd 100644 --- a/dlls/d3dx9_30/Makefile.in +++ b/dlls/d3dx9_30/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_30.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_31/Makefile.in b/dlls/d3dx9_31/Makefile.in index 5f7dd4122b5..5d1ca10185b 100644 --- a/dlls/d3dx9_31/Makefile.in +++ b/dlls/d3dx9_31/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_31.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_32/Makefile.in b/dlls/d3dx9_32/Makefile.in index a7d179ee400..dcaa2ca2447 100644 --- a/dlls/d3dx9_32/Makefile.in +++ b/dlls/d3dx9_32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_32.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_33/Makefile.in b/dlls/d3dx9_33/Makefile.in index 0743490eafb..2b8502f144b 100644 --- a/dlls/d3dx9_33/Makefile.in +++ b/dlls/d3dx9_33/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_33.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_34/Makefile.in b/dlls/d3dx9_34/Makefile.in index 804732a02c9..f8a612db29c 100644 --- a/dlls/d3dx9_34/Makefile.in +++ b/dlls/d3dx9_34/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_34.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_35/Makefile.in b/dlls/d3dx9_35/Makefile.in index 25e055517ea..9b7435a832a 100644 --- a/dlls/d3dx9_35/Makefile.in +++ b/dlls/d3dx9_35/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_35.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_36/Makefile.in b/dlls/d3dx9_36/Makefile.in index cd24e62048a..238939efb5d 100644 --- a/dlls/d3dx9_36/Makefile.in +++ b/dlls/d3dx9_36/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_36.dll IMPORTLIB = d3dx9 IMPORTS = d3d9 d3dcompiler ole32 gdi32 user32 diff --git a/dlls/d3dx9_36/tests/Makefile.in b/dlls/d3dx9_36/tests/Makefile.in index 4a7aa285143..fe4e58768c5 100644 --- a/dlls/d3dx9_36/tests/Makefile.in +++ b/dlls/d3dx9_36/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = d3dx9_36.dll IMPORTS = d3dx9 d3d9 user32 gdi32 diff --git a/dlls/d3dx9_37/Makefile.in b/dlls/d3dx9_37/Makefile.in index bde899001a9..d623fc350be 100644 --- a/dlls/d3dx9_37/Makefile.in +++ b/dlls/d3dx9_37/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_37.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_38/Makefile.in b/dlls/d3dx9_38/Makefile.in index b8dac317a24..2ed49ca33b8 100644 --- a/dlls/d3dx9_38/Makefile.in +++ b/dlls/d3dx9_38/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_38.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_39/Makefile.in b/dlls/d3dx9_39/Makefile.in index a9a3864e7c0..8dc447822ff 100644 --- a/dlls/d3dx9_39/Makefile.in +++ b/dlls/d3dx9_39/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_39.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_40/Makefile.in b/dlls/d3dx9_40/Makefile.in index 2a8604e70fc..23611976b19 100644 --- a/dlls/d3dx9_40/Makefile.in +++ b/dlls/d3dx9_40/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_40.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_41/Makefile.in b/dlls/d3dx9_41/Makefile.in index f09717e0352..d674d9ab76c 100644 --- a/dlls/d3dx9_41/Makefile.in +++ b/dlls/d3dx9_41/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_41.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_42/Makefile.in b/dlls/d3dx9_42/Makefile.in index f75ff9c2751..d11707aa367 100644 --- a/dlls/d3dx9_42/Makefile.in +++ b/dlls/d3dx9_42/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_42.dll IMPORTS = d3d9 diff --git a/dlls/d3dx9_43/Makefile.in b/dlls/d3dx9_43/Makefile.in index c7162a9d86b..c323bd94ef3 100644 --- a/dlls/d3dx9_43/Makefile.in +++ b/dlls/d3dx9_43/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dx9_43.dll IMPORTS = d3d9 diff --git a/dlls/d3dxof/Makefile.in b/dlls/d3dxof/Makefile.in index 663666f5862..83299b3e9b8 100644 --- a/dlls/d3dxof/Makefile.in +++ b/dlls/d3dxof/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = d3dxof.dll IMPORTLIB = d3dxof IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/d3dxof/tests/Makefile.in b/dlls/d3dxof/tests/Makefile.in index ba7c9966b6b..3e9fbf6498b 100644 --- a/dlls/d3dxof/tests/Makefile.in +++ b/dlls/d3dxof/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = d3dxof.dll IMPORTS = d3dxof diff --git a/dlls/dbghelp/Makefile.in b/dlls/dbghelp/Makefile.in index d4e57c9d020..95ed2af083e 100644 --- a/dlls/dbghelp/Makefile.in +++ b/dlls/dbghelp/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dbghelp.dll IMPORTLIB = dbghelp EXTRADEFS = -D_IMAGEHLP_SOURCE_ diff --git a/dlls/dciman32/Makefile.in b/dlls/dciman32/Makefile.in index f24e4841a20..1551eea923b 100644 --- a/dlls/dciman32/Makefile.in +++ b/dlls/dciman32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dciman32.dll IMPORTLIB = dciman32 diff --git a/dlls/ddeml.dll16/Makefile.in b/dlls/ddeml.dll16/Makefile.in index ce0743a3c0d..07ebcf49bd6 100644 --- a/dlls/ddeml.dll16/Makefile.in +++ b/dlls/ddeml.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ddeml.dll16 IMPORTS = user32 EXTRADLLFLAGS = -m16 diff --git a/dlls/ddraw/Makefile.in b/dlls/ddraw/Makefile.in index ba571c6fb05..f86394e87c1 100644 --- a/dlls/ddraw/Makefile.in +++ b/dlls/ddraw/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ddraw.dll IMPORTLIB = ddraw IMPORTS = dxguid uuid ole32 user32 gdi32 advapi32 diff --git a/dlls/ddraw/tests/Makefile.in b/dlls/ddraw/tests/Makefile.in index 5c7f1a82599..6bb325e0d8b 100644 --- a/dlls/ddraw/tests/Makefile.in +++ b/dlls/ddraw/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = ddraw.dll IMPORTS = ddraw user32 gdi32 diff --git a/dlls/ddrawex/Makefile.in b/dlls/ddrawex/Makefile.in index d5ad2ff1164..f5cab08d218 100644 --- a/dlls/ddrawex/Makefile.in +++ b/dlls/ddrawex/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ddrawex.dll IMPORTS = dxguid uuid ddraw ole32 advapi32 diff --git a/dlls/ddrawex/tests/Makefile.in b/dlls/ddrawex/tests/Makefile.in index 8d5a39a7fa2..3e24ad63588 100644 --- a/dlls/ddrawex/tests/Makefile.in +++ b/dlls/ddrawex/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = ddrawex.dll IMPORTS = user32 gdi32 diff --git a/dlls/devenum/Makefile.in b/dlls/devenum/Makefile.in index a3debed1230..76a70b6826d 100644 --- a/dlls/devenum/Makefile.in +++ b/dlls/devenum/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = devenum.dll IMPORTS = strmiids uuid ole32 oleaut32 avicap32 winmm user32 advapi32 diff --git a/dlls/dinput/Makefile.in b/dlls/dinput/Makefile.in index ea118f0bb79..5dae55bdd04 100644 --- a/dlls/dinput/Makefile.in +++ b/dlls/dinput/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dinput.dll IMPORTLIB = dinput IMPORTS = dxguid uuid ole32 user32 advapi32 diff --git a/dlls/dinput/tests/Makefile.in b/dlls/dinput/tests/Makefile.in index 958ace2048b..6fb3180ab6c 100644 --- a/dlls/dinput/tests/Makefile.in +++ b/dlls/dinput/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = dinput.dll IMPORTS = dinput ole32 version user32 diff --git a/dlls/dinput8/Makefile.in b/dlls/dinput8/Makefile.in index 408cc3742d3..cfd7b63a126 100644 --- a/dlls/dinput8/Makefile.in +++ b/dlls/dinput8/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dinput8.dll IMPORTLIB = dinput8 IMPORTS = uuid dxguid dinput ole32 advapi32 diff --git a/dlls/dispdib.dll16/Makefile.in b/dlls/dispdib.dll16/Makefile.in index 167a8e053f4..df24bb941eb 100644 --- a/dlls/dispdib.dll16/Makefile.in +++ b/dlls/dispdib.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dispdib.dll16 EXTRADLLFLAGS = -m16 diff --git a/dlls/dispex/Makefile.in b/dlls/dispex/Makefile.in index 54ca7105183..f091bfd40db 100644 --- a/dlls/dispex/Makefile.in +++ b/dlls/dispex/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dispex.dll IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION diff --git a/dlls/dispex/tests/Makefile.in b/dlls/dispex/tests/Makefile.in index 9d262adafff..5c6b8598d00 100644 --- a/dlls/dispex/tests/Makefile.in +++ b/dlls/dispex/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = dispex.dll IMPORTS = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 diff --git a/dlls/display.drv16/Makefile.in b/dlls/display.drv16/Makefile.in index 7f286822fd7..60e9392d9ff 100644 --- a/dlls/display.drv16/Makefile.in +++ b/dlls/display.drv16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = display.drv16 IMPORTS = user32 diff --git a/dlls/dmband/Makefile.in b/dlls/dmband/Makefile.in index 92dcaa7c5a3..b5d6726327b 100644 --- a/dlls/dmband/Makefile.in +++ b/dlls/dmband/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dmband.dll IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/dmcompos/Makefile.in b/dlls/dmcompos/Makefile.in index eb77861cd82..ed3411ba7b7 100644 --- a/dlls/dmcompos/Makefile.in +++ b/dlls/dmcompos/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dmcompos.dll IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/dmime/Makefile.in b/dlls/dmime/Makefile.in index 5b63988a4ea..35f0dc4d23f 100644 --- a/dlls/dmime/Makefile.in +++ b/dlls/dmime/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dmime.dll IMPORTS = dxguid uuid dsound ole32 user32 advapi32 diff --git a/dlls/dmime/tests/Makefile.in b/dlls/dmime/tests/Makefile.in index f3c83dc8891..6854b5abce9 100644 --- a/dlls/dmime/tests/Makefile.in +++ b/dlls/dmime/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = dmime.dll IMPORTS = user32 ole32 diff --git a/dlls/dmloader/Makefile.in b/dlls/dmloader/Makefile.in index 8f0bb1831c1..34dbca53c1e 100644 --- a/dlls/dmloader/Makefile.in +++ b/dlls/dmloader/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dmloader.dll IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/dmloader/tests/Makefile.in b/dlls/dmloader/tests/Makefile.in index 87b156552e4..8008b3091d8 100644 --- a/dlls/dmloader/tests/Makefile.in +++ b/dlls/dmloader/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = dmloader.dll IMPORTS = ole32 diff --git a/dlls/dmscript/Makefile.in b/dlls/dmscript/Makefile.in index ad78c9cd5b9..b3302ae63d5 100644 --- a/dlls/dmscript/Makefile.in +++ b/dlls/dmscript/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dmscript.dll IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/dmstyle/Makefile.in b/dlls/dmstyle/Makefile.in index c6280c3dcca..e194c8127e1 100644 --- a/dlls/dmstyle/Makefile.in +++ b/dlls/dmstyle/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dmstyle.dll IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/dmsynth/Makefile.in b/dlls/dmsynth/Makefile.in index 872d48d62b1..2d4014a7d62 100644 --- a/dlls/dmsynth/Makefile.in +++ b/dlls/dmsynth/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dmsynth.dll IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/dmusic/Makefile.in b/dlls/dmusic/Makefile.in index 7e4dc9126e7..255590c3462 100644 --- a/dlls/dmusic/Makefile.in +++ b/dlls/dmusic/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dmusic.dll IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/dmusic32/Makefile.in b/dlls/dmusic32/Makefile.in index 2b4af1e562d..7ddcf87e517 100644 --- a/dlls/dmusic32/Makefile.in +++ b/dlls/dmusic32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dmusic32.dll IMPORTLIB = dmusic32 IMPORTS = uuid diff --git a/dlls/dnsapi/Makefile.in b/dlls/dnsapi/Makefile.in index 18b11673e12..75350ae6cb4 100644 --- a/dlls/dnsapi/Makefile.in +++ b/dlls/dnsapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dnsapi.dll IMPORTLIB = dnsapi IMPORTS = netapi32 diff --git a/dlls/dnsapi/tests/Makefile.in b/dlls/dnsapi/tests/Makefile.in index cd762340c3e..8702a9dca80 100644 --- a/dlls/dnsapi/tests/Makefile.in +++ b/dlls/dnsapi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = dnsapi.dll IMPORTS = dnsapi diff --git a/dlls/dplay/Makefile.in b/dlls/dplay/Makefile.in index 5b500d07e98..c9acac4edeb 100644 --- a/dlls/dplay/Makefile.in +++ b/dlls/dplay/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dplay.dll IMPORTLIB = dplay IMPORTS = dplayx diff --git a/dlls/dplayx/Makefile.in b/dlls/dplayx/Makefile.in index 17f632dd2b2..dedb5a5aa55 100644 --- a/dlls/dplayx/Makefile.in +++ b/dlls/dplayx/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dplayx.dll IMPORTLIB = dplayx IMPORTS = dxguid uuid winmm ole32 user32 advapi32 diff --git a/dlls/dplayx/tests/Makefile.in b/dlls/dplayx/tests/Makefile.in index 2344578050b..99845acb59b 100644 --- a/dlls/dplayx/tests/Makefile.in +++ b/dlls/dplayx/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = dplayx.dll IMPORTS = dplayx ole32 diff --git a/dlls/dpnaddr/Makefile.in b/dlls/dpnaddr/Makefile.in index dad20c4ed72..e1c224ca1e0 100644 --- a/dlls/dpnaddr/Makefile.in +++ b/dlls/dpnaddr/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dpnaddr.dll IMPORTS = dpnet diff --git a/dlls/dpnet/Makefile.in b/dlls/dpnet/Makefile.in index 8c8ab5a30c1..26f8c781e75 100644 --- a/dlls/dpnet/Makefile.in +++ b/dlls/dpnet/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dpnet.dll IMPORTLIB = dpnet IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/dpnhpast/Makefile.in b/dlls/dpnhpast/Makefile.in index fc63a6f52a7..eb8b7beef48 100644 --- a/dlls/dpnhpast/Makefile.in +++ b/dlls/dpnhpast/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dpnhpast.dll C_SRCS = \ diff --git a/dlls/dpnlobby/Makefile.in b/dlls/dpnlobby/Makefile.in index ffb1137cf2f..afd6138c175 100644 --- a/dlls/dpnlobby/Makefile.in +++ b/dlls/dpnlobby/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dpnlobby.dll IMPORTS = dpnet diff --git a/dlls/dpwsockx/Makefile.in b/dlls/dpwsockx/Makefile.in index eb1e13e3b8f..5442bf1f4fc 100644 --- a/dlls/dpwsockx/Makefile.in +++ b/dlls/dpwsockx/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dpwsockx.dll IMPORTS = dxguid ws2_32 diff --git a/dlls/drmclien/Makefile.in b/dlls/drmclien/Makefile.in index 8b00523a7b0..8254048c08e 100644 --- a/dlls/drmclien/Makefile.in +++ b/dlls/drmclien/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = drmclien.dll C_SRCS = \ diff --git a/dlls/dsound/Makefile.in b/dlls/dsound/Makefile.in index 4f0fb3a5425..5addc953f7b 100644 --- a/dlls/dsound/Makefile.in +++ b/dlls/dsound/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dsound.dll IMPORTLIB = dsound IMPORTS = dxguid uuid winmm ole32 advapi32 diff --git a/dlls/dsound/tests/Makefile.in b/dlls/dsound/tests/Makefile.in index 238f727e3a0..f97f7168891 100644 --- a/dlls/dsound/tests/Makefile.in +++ b/dlls/dsound/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = dsound.dll IMPORTS = ole32 version user32 diff --git a/dlls/dssenh/Makefile.in b/dlls/dssenh/Makefile.in index 26981e17f0d..9ff58e45435 100644 --- a/dlls/dssenh/Makefile.in +++ b/dlls/dssenh/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dssenh.dll C_SRCS = \ diff --git a/dlls/dswave/Makefile.in b/dlls/dswave/Makefile.in index 99c66f98f7d..96184c62405 100644 --- a/dlls/dswave/Makefile.in +++ b/dlls/dswave/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dswave.dll IMPORTS = dxguid uuid ole32 advapi32 diff --git a/dlls/dwmapi/Makefile.in b/dlls/dwmapi/Makefile.in index b768ab6d258..2429fdf454f 100644 --- a/dlls/dwmapi/Makefile.in +++ b/dlls/dwmapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dwmapi.dll IMPORTLIB = dwmapi diff --git a/dlls/dxdiagn/Makefile.in b/dlls/dxdiagn/Makefile.in index 862aa503bc2..3b74f36cbb3 100644 --- a/dlls/dxdiagn/Makefile.in +++ b/dlls/dxdiagn/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dxdiagn.dll IMPORTS = strmiids dxguid uuid ddraw version ole32 oleaut32 user32 advapi32 diff --git a/dlls/dxdiagn/tests/Makefile.in b/dlls/dxdiagn/tests/Makefile.in index 31bc2d3454a..cae62d5391b 100644 --- a/dlls/dxdiagn/tests/Makefile.in +++ b/dlls/dxdiagn/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = dxdiagn.dll IMPORTS = oleaut32 ole32 diff --git a/dlls/dxerr8/Makefile.in b/dlls/dxerr8/Makefile.in index aadeffbc6ed..40688909860 100644 --- a/dlls/dxerr8/Makefile.in +++ b/dlls/dxerr8/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dxerr8 C_SRCS = \ diff --git a/dlls/dxerr9/Makefile.in b/dlls/dxerr9/Makefile.in index d7dfeb3caae..1555071f4d2 100644 --- a/dlls/dxerr9/Makefile.in +++ b/dlls/dxerr9/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dxerr9 C_SRCS = \ diff --git a/dlls/dxgi/Makefile.in b/dlls/dxgi/Makefile.in index f3ace08c7b5..8944203a4a0 100644 --- a/dlls/dxgi/Makefile.in +++ b/dlls/dxgi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dxgi.dll IMPORTLIB = dxgi IMPORTS = dxguid uuid wined3d diff --git a/dlls/dxgi/tests/Makefile.in b/dlls/dxgi/tests/Makefile.in index 55ea65a0c9d..e66a03dd3ba 100644 --- a/dlls/dxgi/tests/Makefile.in +++ b/dlls/dxgi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = dxgi.dll IMPORTS = dxgi diff --git a/dlls/dxguid/Makefile.in b/dlls/dxguid/Makefile.in index e2192179f8d..e2f61c15e84 100644 --- a/dlls/dxguid/Makefile.in +++ b/dlls/dxguid/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dxguid C_SRCS = \ diff --git a/dlls/explorerframe/Makefile.in b/dlls/explorerframe/Makefile.in index ef5ba562286..af92758dbe5 100644 --- a/dlls/explorerframe/Makefile.in +++ b/dlls/explorerframe/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = explorerframe.dll IMPORTS = uuid ole32 shell32 user32 diff --git a/dlls/explorerframe/tests/Makefile.in b/dlls/explorerframe/tests/Makefile.in index 61e340c26d1..921eaa9394a 100644 --- a/dlls/explorerframe/tests/Makefile.in +++ b/dlls/explorerframe/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = explorerframe.dll IMPORTS = uuid shell32 ole32 user32 diff --git a/dlls/faultrep/Makefile.in b/dlls/faultrep/Makefile.in index aebfca36f72..96dd2a90ef7 100644 --- a/dlls/faultrep/Makefile.in +++ b/dlls/faultrep/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = faultrep.dll IMPORTS = advapi32 diff --git a/dlls/fltlib/Makefile.in b/dlls/fltlib/Makefile.in index 44a7f655750..64426b96afe 100644 --- a/dlls/fltlib/Makefile.in +++ b/dlls/fltlib/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = fltlib.dll C_SRCS = \ diff --git a/dlls/fusion/Makefile.in b/dlls/fusion/Makefile.in index 3b1bba3c902..5998813da30 100644 --- a/dlls/fusion/Makefile.in +++ b/dlls/fusion/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = fusion.dll IMPORTS = advapi32 dbghelp shlwapi version user32 diff --git a/dlls/fusion/tests/Makefile.in b/dlls/fusion/tests/Makefile.in index 12853cae34a..0542f0d590b 100644 --- a/dlls/fusion/tests/Makefile.in +++ b/dlls/fusion/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = fusion.dll IMPORTS = user32 diff --git a/dlls/fwpuclnt/Makefile.in b/dlls/fwpuclnt/Makefile.in index 89bd977c9b6..46274198178 100644 --- a/dlls/fwpuclnt/Makefile.in +++ b/dlls/fwpuclnt/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = fwpuclnt.dll C_SRCS = \ diff --git a/dlls/gameux/Makefile.in b/dlls/gameux/Makefile.in index bf8f9ab9307..7d38091113d 100644 --- a/dlls/gameux/Makefile.in +++ b/dlls/gameux/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = gameux.dll IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32 diff --git a/dlls/gameux/tests/Makefile.in b/dlls/gameux/tests/Makefile.in index 3127ec0ab09..fdbf1d37340 100644 --- a/dlls/gameux/tests/Makefile.in +++ b/dlls/gameux/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = gameux.dll IMPORTS = uuid shlwapi oleaut32 ole32 advapi32 diff --git a/dlls/gdi.exe16/Makefile.in b/dlls/gdi.exe16/Makefile.in index bd8d6dd2497..66afc8621ee 100644 --- a/dlls/gdi.exe16/Makefile.in +++ b/dlls/gdi.exe16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = gdi.exe16 IMPORTS = user32 advapi32 gdi32 diff --git a/dlls/gdi32/Makefile.in b/dlls/gdi32/Makefile.in index 5ba004922fc..0de84773aeb 100644 --- a/dlls/gdi32/Makefile.in +++ b/dlls/gdi32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_GDI32_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = gdi32.dll IMPORTLIB = gdi32 IMPORTS = advapi32 diff --git a/dlls/gdi32/tests/Makefile.in b/dlls/gdi32/tests/Makefile.in index 87c38ba2f62..90f937e2368 100644 --- a/dlls/gdi32/tests/Makefile.in +++ b/dlls/gdi32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = gdi32.dll IMPORTS = user32 gdi32 diff --git a/dlls/gdiplus/Makefile.in b/dlls/gdiplus/Makefile.in index 2c100477c98..fb762b1b8f2 100644 --- a/dlls/gdiplus/Makefile.in +++ b/dlls/gdiplus/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = gdiplus.dll IMPORTLIB = gdiplus IMPORTS = uuid shlwapi oleaut32 ole32 user32 gdi32 diff --git a/dlls/gdiplus/tests/Makefile.in b/dlls/gdiplus/tests/Makefile.in index 1ccb909ff3c..6a047786e7b 100644 --- a/dlls/gdiplus/tests/Makefile.in +++ b/dlls/gdiplus/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = gdiplus.dll IMPORTS = gdiplus ole32 user32 gdi32 diff --git a/dlls/glu32/Makefile.in b/dlls/glu32/Makefile.in index 4c55cdb239d..df2b39e23ad 100644 --- a/dlls/glu32/Makefile.in +++ b/dlls/glu32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = glu32.dll IMPORTLIB = glu32 EXTRAINCL = @X_CFLAGS@ diff --git a/dlls/gphoto2.ds/Makefile.in b/dlls/gphoto2.ds/Makefile.in index 935021bb3a2..65647bddf59 100644 --- a/dlls/gphoto2.ds/Makefile.in +++ b/dlls/gphoto2.ds/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = gphoto2.ds IMPORTS = comctl32 user32 gdi32 advapi32 EXTRALIBS = @GPHOTO2LIBS@ diff --git a/dlls/gpkcsp/Makefile.in b/dlls/gpkcsp/Makefile.in index e3c44933b01..27e143ec5b7 100644 --- a/dlls/gpkcsp/Makefile.in +++ b/dlls/gpkcsp/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = gpkcsp.dll C_SRCS = \ diff --git a/dlls/hal/Makefile.in b/dlls/hal/Makefile.in index 25d07f5a959..7db7a5c0efd 100644 --- a/dlls/hal/Makefile.in +++ b/dlls/hal/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = hal.dll C_SRCS = \ diff --git a/dlls/hhctrl.ocx/Makefile.in b/dlls/hhctrl.ocx/Makefile.in index 99191049833..58769c740da 100644 --- a/dlls/hhctrl.ocx/Makefile.in +++ b/dlls/hhctrl.ocx/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = hhctrl.ocx IMPORTS = uuid advapi32 comctl32 shlwapi ole32 oleaut32 user32 gdi32 diff --git a/dlls/hid/Makefile.in b/dlls/hid/Makefile.in index 27095bb3c2f..f3cad8a5463 100644 --- a/dlls/hid/Makefile.in +++ b/dlls/hid/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = hid.dll IMPORTLIB = hid diff --git a/dlls/hlink/Makefile.in b/dlls/hlink/Makefile.in index 539f3eff97a..2bf15c7ddef 100644 --- a/dlls/hlink/Makefile.in +++ b/dlls/hlink/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = hlink.dll IMPORTLIB = hlink IMPORTS = uuid shell32 ole32 advapi32 diff --git a/dlls/hlink/tests/Makefile.in b/dlls/hlink/tests/Makefile.in index 6096a8bf7d7..12d25be7d98 100644 --- a/dlls/hlink/tests/Makefile.in +++ b/dlls/hlink/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = hlink.dll IMPORTS = hlink ole32 diff --git a/dlls/hnetcfg/Makefile.in b/dlls/hnetcfg/Makefile.in index 17d13bdab20..bf5ef8ba29f 100644 --- a/dlls/hnetcfg/Makefile.in +++ b/dlls/hnetcfg/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = hnetcfg.dll IMPORTS = ole32 advapi32 diff --git a/dlls/httpapi/Makefile.in b/dlls/httpapi/Makefile.in index 73f186b9974..cf47551582f 100644 --- a/dlls/httpapi/Makefile.in +++ b/dlls/httpapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = httpapi.dll C_SRCS = \ diff --git a/dlls/iccvid/Makefile.in b/dlls/iccvid/Makefile.in index e31790a2791..cbf9d7c974b 100644 --- a/dlls/iccvid/Makefile.in +++ b/dlls/iccvid/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = iccvid.dll IMPORTS = user32 diff --git a/dlls/icmp/Makefile.in b/dlls/icmp/Makefile.in index cb3d0a2d4f7..e3d4bb21968 100644 --- a/dlls/icmp/Makefile.in +++ b/dlls/icmp/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = icmp.dll @MAKE_DLL_RULES@ diff --git a/dlls/ifsmgr.vxd/Makefile.in b/dlls/ifsmgr.vxd/Makefile.in index 1888bac59a9..921001fa3ac 100644 --- a/dlls/ifsmgr.vxd/Makefile.in +++ b/dlls/ifsmgr.vxd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ifsmgr.vxd IMPORTS = kernel diff --git a/dlls/imaadp32.acm/Makefile.in b/dlls/imaadp32.acm/Makefile.in index b033554fbab..5ccf037d1b9 100644 --- a/dlls/imaadp32.acm/Makefile.in +++ b/dlls/imaadp32.acm/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = imaadp32.acm IMPORTS = winmm user32 diff --git a/dlls/imagehlp/Makefile.in b/dlls/imagehlp/Makefile.in index d83a1843b44..9ea249f2e41 100644 --- a/dlls/imagehlp/Makefile.in +++ b/dlls/imagehlp/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_IMAGEHLP_SOURCE_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = imagehlp.dll IMPORTLIB = imagehlp IMPORTS = dbghelp diff --git a/dlls/imagehlp/tests/Makefile.in b/dlls/imagehlp/tests/Makefile.in index 1c403aeefb1..83a118f1a39 100644 --- a/dlls/imagehlp/tests/Makefile.in +++ b/dlls/imagehlp/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = imagehlp.dll C_SRCS = \ diff --git a/dlls/imm.dll16/Makefile.in b/dlls/imm.dll16/Makefile.in index e1e43a0b26f..21c619ab1af 100644 --- a/dlls/imm.dll16/Makefile.in +++ b/dlls/imm.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = imm.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,imm32.dll diff --git a/dlls/imm32/Makefile.in b/dlls/imm32/Makefile.in index 1cc6d8c99e7..51077fdb790 100644 --- a/dlls/imm32/Makefile.in +++ b/dlls/imm32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = imm32.dll IMPORTLIB = imm32 IMPORTS = user32 gdi32 advapi32 diff --git a/dlls/imm32/tests/Makefile.in b/dlls/imm32/tests/Makefile.in index 8bfe04df9fe..689352183a7 100644 --- a/dlls/imm32/tests/Makefile.in +++ b/dlls/imm32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = imm32.dll IMPORTS = imm32 user32 diff --git a/dlls/inetcomm/Makefile.in b/dlls/inetcomm/Makefile.in index 1b1d1be2f49..62db1197777 100644 --- a/dlls/inetcomm/Makefile.in +++ b/dlls/inetcomm/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = inetcomm.dll IMPORTLIB = inetcomm IMPORTS = uuid oleaut32 ole32 ws2_32 user32 advapi32 diff --git a/dlls/inetcomm/tests/Makefile.in b/dlls/inetcomm/tests/Makefile.in index 958cd453a0c..94e9c480f87 100644 --- a/dlls/inetcomm/tests/Makefile.in +++ b/dlls/inetcomm/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = inetcomm.dll IMPORTS = inetcomm oleaut32 ole32 diff --git a/dlls/inetcpl.cpl/Makefile.in b/dlls/inetcpl.cpl/Makefile.in index dfbdde6b82a..972f103e250 100644 --- a/dlls/inetcpl.cpl/Makefile.in +++ b/dlls/inetcpl.cpl/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = inetcpl.cpl C_SRCS = \ diff --git a/dlls/inetmib1/Makefile.in b/dlls/inetmib1/Makefile.in index 6104948a67b..9e94ef5a49c 100644 --- a/dlls/inetmib1/Makefile.in +++ b/dlls/inetmib1/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = inetmib1.dll IMPORTS = snmpapi DELAYIMPORTS = iphlpapi diff --git a/dlls/inetmib1/tests/Makefile.in b/dlls/inetmib1/tests/Makefile.in index 8670969e7d4..e6618ad692a 100644 --- a/dlls/inetmib1/tests/Makefile.in +++ b/dlls/inetmib1/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = inetmib1.dll IMPORTS = snmpapi diff --git a/dlls/infosoft/Makefile.in b/dlls/infosoft/Makefile.in index 6fc14845a8e..36c4a023368 100644 --- a/dlls/infosoft/Makefile.in +++ b/dlls/infosoft/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = infosoft.dll IMPORTS = uuid advapi32 EXTRADEFS = -DCOM_NO_WINDOWS_H diff --git a/dlls/infosoft/tests/Makefile.in b/dlls/infosoft/tests/Makefile.in index 3f797d81899..89ef81579c4 100644 --- a/dlls/infosoft/tests/Makefile.in +++ b/dlls/infosoft/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = infosoft.dll IMPORTS = ole32 diff --git a/dlls/initpki/Makefile.in b/dlls/initpki/Makefile.in index 80586c07bfa..74c135137e7 100644 --- a/dlls/initpki/Makefile.in +++ b/dlls/initpki/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = initpki.dll C_SRCS = \ diff --git a/dlls/inkobj/Makefile.in b/dlls/inkobj/Makefile.in index 48b77233baa..4ac42e96969 100644 --- a/dlls/inkobj/Makefile.in +++ b/dlls/inkobj/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = inkobj.dll C_SRCS = \ diff --git a/dlls/inseng/Makefile.in b/dlls/inseng/Makefile.in index 43953972b70..d3348740905 100644 --- a/dlls/inseng/Makefile.in +++ b/dlls/inseng/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = inseng.dll IMPORTS = uuid ole32 advapi32 EXTRADEFS = -DCOM_NO_WINDOWS_H diff --git a/dlls/iphlpapi/Makefile.in b/dlls/iphlpapi/Makefile.in index 44f8f94db8f..892a3cb720c 100644 --- a/dlls/iphlpapi/Makefile.in +++ b/dlls/iphlpapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = iphlpapi.dll IMPORTLIB = iphlpapi IMPORTS = advapi32 diff --git a/dlls/iphlpapi/tests/Makefile.in b/dlls/iphlpapi/tests/Makefile.in index b8f153f9b2a..44f1f1aaa97 100644 --- a/dlls/iphlpapi/tests/Makefile.in +++ b/dlls/iphlpapi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = iphlpapi.dll C_SRCS = \ diff --git a/dlls/itircl/Makefile.in b/dlls/itircl/Makefile.in index e58a584dac9..598f2627060 100644 --- a/dlls/itircl/Makefile.in +++ b/dlls/itircl/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = itircl.dll C_SRCS = \ diff --git a/dlls/itss/Makefile.in b/dlls/itss/Makefile.in index 4003576ab59..e0d515b9cb6 100644 --- a/dlls/itss/Makefile.in +++ b/dlls/itss/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = itss.dll IMPORTS = uuid urlmon shlwapi ole32 EXTRADEFS = -DCOM_NO_WINDOWS_H diff --git a/dlls/itss/tests/Makefile.in b/dlls/itss/tests/Makefile.in index 046360b84c4..1d0e68621f8 100644 --- a/dlls/itss/tests/Makefile.in +++ b/dlls/itss/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = itss.dll IMPORTS = ole32 diff --git a/dlls/jscript/Makefile.in b/dlls/jscript/Makefile.in index 7e74887752c..76eabc1fae4 100644 --- a/dlls/jscript/Makefile.in +++ b/dlls/jscript/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = jscript.dll IMPORTS = oleaut32 ole32 user32 advapi32 diff --git a/dlls/jscript/tests/Makefile.in b/dlls/jscript/tests/Makefile.in index 686a576c5b8..8a50c4dc8a5 100644 --- a/dlls/jscript/tests/Makefile.in +++ b/dlls/jscript/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = jscript.dll IMPORTS = oleaut32 ole32 advapi32 diff --git a/dlls/kernel32/Makefile.in b/dlls/kernel32/Makefile.in index 9c0ae8d07a9..4eb8224e895 100644 --- a/dlls/kernel32/Makefile.in +++ b/dlls/kernel32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_KERNEL32_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = kernel32.dll IMPORTLIB = kernel32 IMPORTS = winecrt0 ntdll diff --git a/dlls/kernel32/tests/Makefile.in b/dlls/kernel32/tests/Makefile.in index 68cdbe4b42a..dce27db503b 100644 --- a/dlls/kernel32/tests/Makefile.in +++ b/dlls/kernel32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = kernel32.dll IMPORTS = user32 advapi32 diff --git a/dlls/keyboard.drv16/Makefile.in b/dlls/keyboard.drv16/Makefile.in index 55b2f5c40b4..a7d0b85c974 100644 --- a/dlls/keyboard.drv16/Makefile.in +++ b/dlls/keyboard.drv16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = keyboard.drv16 IMPORTS = user32 EXTRADLLFLAGS = -m16 diff --git a/dlls/krnl386.exe16/Makefile.in b/dlls/krnl386.exe16/Makefile.in index 893232e7f04..c512647aeb3 100644 --- a/dlls/krnl386.exe16/Makefile.in +++ b/dlls/krnl386.exe16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = krnl386.exe16 IMPORTLIB = kernel IMPORTS = winecrt0 kernel32 ntdll diff --git a/dlls/loadperf/Makefile.in b/dlls/loadperf/Makefile.in index 58c67f18212..a366f8cbc1e 100644 --- a/dlls/loadperf/Makefile.in +++ b/dlls/loadperf/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = loadperf.dll IMPORTLIB = loadperf diff --git a/dlls/localspl/Makefile.in b/dlls/localspl/Makefile.in index ec4e94be3a5..4c0d6260f18 100644 --- a/dlls/localspl/Makefile.in +++ b/dlls/localspl/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = localspl.dll IMPORTS = spoolss user32 advapi32 diff --git a/dlls/localspl/tests/Makefile.in b/dlls/localspl/tests/Makefile.in index 5344a6a1cdc..1a06a36f232 100644 --- a/dlls/localspl/tests/Makefile.in +++ b/dlls/localspl/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = localspl.dll IMPORTS = advapi32 diff --git a/dlls/localui/Makefile.in b/dlls/localui/Makefile.in index 1c3deaa9f9a..2ea946dc01c 100644 --- a/dlls/localui/Makefile.in +++ b/dlls/localui/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = localui.dll IMPORTS = winspool user32 diff --git a/dlls/localui/tests/Makefile.in b/dlls/localui/tests/Makefile.in index 770e17be6d9..e7fd415f564 100644 --- a/dlls/localui/tests/Makefile.in +++ b/dlls/localui/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = localui.dll IMPORTS = winspool diff --git a/dlls/lz32/Makefile.in b/dlls/lz32/Makefile.in index 752a9e49ced..8595a1bd327 100644 --- a/dlls/lz32/Makefile.in +++ b/dlls/lz32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = lz32.dll IMPORTLIB = lz32 diff --git a/dlls/lz32/tests/Makefile.in b/dlls/lz32/tests/Makefile.in index 958ac9404ea..38138baad7a 100644 --- a/dlls/lz32/tests/Makefile.in +++ b/dlls/lz32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = lz32.dll IMPORTS = lz32 diff --git a/dlls/lzexpand.dll16/Makefile.in b/dlls/lzexpand.dll16/Makefile.in index 8c43e1ac256..fd5febb6cc5 100644 --- a/dlls/lzexpand.dll16/Makefile.in +++ b/dlls/lzexpand.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = lzexpand.dll16 IMPORTS = lz32 EXTRADLLFLAGS = -m16 -Wb,--main-module,lz32.dll diff --git a/dlls/mapi32/Makefile.in b/dlls/mapi32/Makefile.in index 71555768dfc..972db37b33c 100644 --- a/dlls/mapi32/Makefile.in +++ b/dlls/mapi32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mapi32.dll IMPORTLIB = mapi32 IMPORTS = uuid shlwapi shell32 user32 advapi32 diff --git a/dlls/mapi32/tests/Makefile.in b/dlls/mapi32/tests/Makefile.in index 56e3a56a3f0..a18829ffb12 100644 --- a/dlls/mapi32/tests/Makefile.in +++ b/dlls/mapi32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = mapi32.dll IMPORTS = advapi32 diff --git a/dlls/mapistub/Makefile.in b/dlls/mapistub/Makefile.in index 183da7f9baa..6c1c10c6f86 100644 --- a/dlls/mapistub/Makefile.in +++ b/dlls/mapistub/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mapistub.dll C_SRCS = \ diff --git a/dlls/mciavi32/Makefile.in b/dlls/mciavi32/Makefile.in index 2cb8e09e759..6e1932013f9 100644 --- a/dlls/mciavi32/Makefile.in +++ b/dlls/mciavi32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mciavi32.dll IMPORTS = msvfw32 winmm user32 gdi32 diff --git a/dlls/mcicda/Makefile.in b/dlls/mcicda/Makefile.in index f54441ac216..678889a6096 100644 --- a/dlls/mcicda/Makefile.in +++ b/dlls/mcicda/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mcicda.dll IMPORTS = winmm user32 diff --git a/dlls/mciqtz32/Makefile.in b/dlls/mciqtz32/Makefile.in index 82f83b3599e..4fbad6883b8 100644 --- a/dlls/mciqtz32/Makefile.in +++ b/dlls/mciqtz32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mciqtz32.dll IMPORTS = strmiids oleaut32 ole32 winmm user32 gdi32 diff --git a/dlls/mciseq/Makefile.in b/dlls/mciseq/Makefile.in index ca4328e0b48..fcabcabcdc5 100644 --- a/dlls/mciseq/Makefile.in +++ b/dlls/mciseq/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mciseq.dll IMPORTS = winmm user32 diff --git a/dlls/mciwave/Makefile.in b/dlls/mciwave/Makefile.in index 6ae366fd106..0baae2f49bb 100644 --- a/dlls/mciwave/Makefile.in +++ b/dlls/mciwave/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mciwave.dll IMPORTS = winmm user32 diff --git a/dlls/midimap/Makefile.in b/dlls/midimap/Makefile.in index 652b8c05b3a..38346dd720d 100644 --- a/dlls/midimap/Makefile.in +++ b/dlls/midimap/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = midimap.dll IMPORTS = winmm user32 advapi32 diff --git a/dlls/mlang/Makefile.in b/dlls/mlang/Makefile.in index a0e5d347323..c5a54c761ff 100644 --- a/dlls/mlang/Makefile.in +++ b/dlls/mlang/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mlang.dll IMPORTLIB = mlang IMPORTS = uuid ole32 gdi32 advapi32 diff --git a/dlls/mlang/tests/Makefile.in b/dlls/mlang/tests/Makefile.in index 636f0610be7..3c6e439a7fb 100644 --- a/dlls/mlang/tests/Makefile.in +++ b/dlls/mlang/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = mlang.dll IMPORTS = mlang oleaut32 ole32 gdi32 diff --git a/dlls/mmdevapi/Makefile.in b/dlls/mmdevapi/Makefile.in index 16deb0e7807..c20920ce55e 100644 --- a/dlls/mmdevapi/Makefile.in +++ b/dlls/mmdevapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mmdevapi.dll IMPORTS = uuid ole32 oleaut32 user32 advapi32 EXTRALIBS = @FRAMEWORK_OPENAL@ diff --git a/dlls/mmdevapi/tests/Makefile.in b/dlls/mmdevapi/tests/Makefile.in index fc314a3b3b4..532e535f793 100644 --- a/dlls/mmdevapi/tests/Makefile.in +++ b/dlls/mmdevapi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = mmdevapi.dll IMPORTS = ole32 version user32 diff --git a/dlls/mmdevldr.vxd/Makefile.in b/dlls/mmdevldr.vxd/Makefile.in index c4e9644bdbd..34169a847ee 100644 --- a/dlls/mmdevldr.vxd/Makefile.in +++ b/dlls/mmdevldr.vxd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mmdevldr.vxd C_SRCS = \ diff --git a/dlls/mmsystem.dll16/Makefile.in b/dlls/mmsystem.dll16/Makefile.in index 587594b3443..406c8ecb980 100644 --- a/dlls/mmsystem.dll16/Makefile.in +++ b/dlls/mmsystem.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mmsystem.dll16 IMPORTS = winmm user32 diff --git a/dlls/monodebg.vxd/Makefile.in b/dlls/monodebg.vxd/Makefile.in index 5faaece994c..2c93ab5d655 100644 --- a/dlls/monodebg.vxd/Makefile.in +++ b/dlls/monodebg.vxd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = monodebg.vxd C_SRCS = \ diff --git a/dlls/mountmgr.sys/Makefile.in b/dlls/mountmgr.sys/Makefile.in index 31879e9910e..91203e11507 100644 --- a/dlls/mountmgr.sys/Makefile.in +++ b/dlls/mountmgr.sys/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mountmgr.sys IMPORTS = uuid advapi32 ntoskrnl.exe DELAYIMPORTS = user32 diff --git a/dlls/mouse.drv16/Makefile.in b/dlls/mouse.drv16/Makefile.in index d063d5382dd..0749fbd2411 100644 --- a/dlls/mouse.drv16/Makefile.in +++ b/dlls/mouse.drv16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mouse.drv16 IMPORTS = user32 diff --git a/dlls/mpr/Makefile.in b/dlls/mpr/Makefile.in index 3855ffdca40..edb29819e22 100644 --- a/dlls/mpr/Makefile.in +++ b/dlls/mpr/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mpr.dll IMPORTLIB = mpr IMPORTS = user32 advapi32 diff --git a/dlls/mprapi/Makefile.in b/dlls/mprapi/Makefile.in index fc8e9e7e832..72703a46501 100644 --- a/dlls/mprapi/Makefile.in +++ b/dlls/mprapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mprapi.dll IMPORTLIB = mprapi diff --git a/dlls/msacm.dll16/Makefile.in b/dlls/msacm.dll16/Makefile.in index eb2c44d3c81..22d3fcf4c2e 100644 --- a/dlls/msacm.dll16/Makefile.in +++ b/dlls/msacm.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msacm.dll16 IMPORTS = msacm32 EXTRADLLFLAGS = -m16 -Wb,--main-module,msacm32.dll diff --git a/dlls/msacm32.drv/Makefile.in b/dlls/msacm32.drv/Makefile.in index 76d1302e3b3..e84dc860f81 100644 --- a/dlls/msacm32.drv/Makefile.in +++ b/dlls/msacm32.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msacm32.drv IMPORTS = msacm32 winmm user32 diff --git a/dlls/msacm32/Makefile.in b/dlls/msacm32/Makefile.in index c1085848e12..d8f09036f6f 100644 --- a/dlls/msacm32/Makefile.in +++ b/dlls/msacm32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msacm32.dll IMPORTLIB = msacm32 IMPORTS = winmm user32 advapi32 diff --git a/dlls/msacm32/tests/Makefile.in b/dlls/msacm32/tests/Makefile.in index ca4e3d5bb73..2206ba945eb 100644 --- a/dlls/msacm32/tests/Makefile.in +++ b/dlls/msacm32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = msacm32.dll IMPORTS = msacm32 diff --git a/dlls/msadp32.acm/Makefile.in b/dlls/msadp32.acm/Makefile.in index 5fdeeef631a..2571d2c1740 100644 --- a/dlls/msadp32.acm/Makefile.in +++ b/dlls/msadp32.acm/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msadp32.acm IMPORTS = winmm user32 diff --git a/dlls/mscat32/Makefile.in b/dlls/mscat32/Makefile.in index 0fd9710e51c..99a1af883ce 100644 --- a/dlls/mscat32/Makefile.in +++ b/dlls/mscat32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mscat32.dll IMPORTS = wintrust diff --git a/dlls/mscms/Makefile.in b/dlls/mscms/Makefile.in index 7e46beeba34..9a55cdb4e73 100644 --- a/dlls/mscms/Makefile.in +++ b/dlls/mscms/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mscms.dll IMPORTLIB = mscms IMPORTS = advapi32 diff --git a/dlls/mscms/tests/Makefile.in b/dlls/mscms/tests/Makefile.in index 33ac9d5e389..b73061faf41 100644 --- a/dlls/mscms/tests/Makefile.in +++ b/dlls/mscms/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = mscms.dll IMPORTS = advapi32 diff --git a/dlls/mscoree/Makefile.in b/dlls/mscoree/Makefile.in index 2aedf8d67fc..9f7149d2386 100644 --- a/dlls/mscoree/Makefile.in +++ b/dlls/mscoree/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mscoree.dll IMPORTS = uuid shell32 advapi32 diff --git a/dlls/mscoree/tests/Makefile.in b/dlls/mscoree/tests/Makefile.in index 43e16a10600..50779585d1b 100644 --- a/dlls/mscoree/tests/Makefile.in +++ b/dlls/mscoree/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = mscoree.dll C_SRCS = \ diff --git a/dlls/msctf/Makefile.in b/dlls/msctf/Makefile.in index ae8bff16b53..961142d30c4 100644 --- a/dlls/msctf/Makefile.in +++ b/dlls/msctf/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msctf.dll IMPORTS = uuid ole32 oleaut32 user32 advapi32 diff --git a/dlls/msctf/tests/Makefile.in b/dlls/msctf/tests/Makefile.in index 515d4e16da5..0a589f6068a 100644 --- a/dlls/msctf/tests/Makefile.in +++ b/dlls/msctf/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = msctf.dll IMPORTS = ole32 user32 diff --git a/dlls/msdaps/Makefile.in b/dlls/msdaps/Makefile.in index 99bfdf23b71..4cf01c89c40 100644 --- a/dlls/msdaps/Makefile.in +++ b/dlls/msdaps/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msdaps.dll IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_CLSID_IS="{ 0x06210e88, 0x01f5, 0x11d1, { 0xb5, 0x12, 0x00, 0x80, 0xc7, 0x81, 0xc3, 0x84 } }" -DENTRY_PREFIX=msdaps_ diff --git a/dlls/msdmo/Makefile.in b/dlls/msdmo/Makefile.in index 2882340a4c8..cef10099bde 100644 --- a/dlls/msdmo/Makefile.in +++ b/dlls/msdmo/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msdmo.dll IMPORTLIB = msdmo IMPORTS = uuid ole32 user32 advapi32 diff --git a/dlls/msftedit/Makefile.in b/dlls/msftedit/Makefile.in index e48d0714909..75aadf9f723 100644 --- a/dlls/msftedit/Makefile.in +++ b/dlls/msftedit/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msftedit.dll IMPORTS = uuid riched20 diff --git a/dlls/msg711.acm/Makefile.in b/dlls/msg711.acm/Makefile.in index 6996bc0bdc7..7e206757cac 100644 --- a/dlls/msg711.acm/Makefile.in +++ b/dlls/msg711.acm/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msg711.acm IMPORTS = winmm user32 diff --git a/dlls/msgsm32.acm/Makefile.in b/dlls/msgsm32.acm/Makefile.in index fd9230103c7..ede8f864943 100644 --- a/dlls/msgsm32.acm/Makefile.in +++ b/dlls/msgsm32.acm/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msgsm32.acm IMPORTS = winmm user32 diff --git a/dlls/mshtml.tlb/Makefile.in b/dlls/mshtml.tlb/Makefile.in index 6a47c24f94a..15952dae122 100644 --- a/dlls/mshtml.tlb/Makefile.in +++ b/dlls/mshtml.tlb/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mshtml.tlb RC_SRCS = rsrc.rc diff --git a/dlls/mshtml/Makefile.in b/dlls/mshtml/Makefile.in index 224a5fa97c3..d31d7c73758 100644 --- a/dlls/mshtml/Makefile.in +++ b/dlls/mshtml/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mshtml.dll IMPORTLIB = mshtml IMPORTS = strmiids uuid urlmon shlwapi shell32 ole32 oleaut32 user32 gdi32 advapi32 diff --git a/dlls/mshtml/tests/Makefile.in b/dlls/mshtml/tests/Makefile.in index 7c11784e86f..1c983b2d2f2 100644 --- a/dlls/mshtml/tests/Makefile.in +++ b/dlls/mshtml/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = mshtml.dll IMPORTS = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32 diff --git a/dlls/msi/Makefile.in b/dlls/msi/Makefile.in index f1d669143da..b82483697ce 100644 --- a/dlls/msi/Makefile.in +++ b/dlls/msi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msi.dll IMPORTLIB = msi IMPORTS = uuid urlmon wininet comctl32 shell32 shlwapi cabinet oleaut32 ole32 version user32 gdi32 advapi32 diff --git a/dlls/msi/tests/Makefile.in b/dlls/msi/tests/Makefile.in index cc7f57599c5..ff4f18b90dc 100644 --- a/dlls/msi/tests/Makefile.in +++ b/dlls/msi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = msi.dll IMPORTS = cabinet msi shell32 ole32 oleaut32 user32 advapi32 version diff --git a/dlls/msimg32/Makefile.in b/dlls/msimg32/Makefile.in index 31eb233d4da..a9955a5e3ad 100644 --- a/dlls/msimg32/Makefile.in +++ b/dlls/msimg32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msimg32.dll IMPORTLIB = msimg32 IMPORTS = gdi32 diff --git a/dlls/msimtf/Makefile.in b/dlls/msimtf/Makefile.in index 0e76c83f57f..4c6e27df46f 100644 --- a/dlls/msimtf/Makefile.in +++ b/dlls/msimtf/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msimtf.dll IMPORTS = uuid imm32 diff --git a/dlls/msisip/Makefile.in b/dlls/msisip/Makefile.in index c050da2c559..ba169b336ee 100644 --- a/dlls/msisip/Makefile.in +++ b/dlls/msisip/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msisip.dll IMPORTS = crypt32 ole32 diff --git a/dlls/msisys.ocx/Makefile.in b/dlls/msisys.ocx/Makefile.in index 602a367a111..14c25c12bcf 100644 --- a/dlls/msisys.ocx/Makefile.in +++ b/dlls/msisys.ocx/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msisys.ocx IMPORTS = uuid diff --git a/dlls/msnet32/Makefile.in b/dlls/msnet32/Makefile.in index 90e6f482831..25e32257dc4 100644 --- a/dlls/msnet32/Makefile.in +++ b/dlls/msnet32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msnet32.dll C_SRCS = msnet_main.c diff --git a/dlls/msrle32/Makefile.in b/dlls/msrle32/Makefile.in index 6abd6c21d10..35cd54db669 100644 --- a/dlls/msrle32/Makefile.in +++ b/dlls/msrle32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msrle32.dll IMPORTS = winmm user32 diff --git a/dlls/mssign32/Makefile.in b/dlls/mssign32/Makefile.in index 9a01ae9e8b3..3f0c1bb2da0 100644 --- a/dlls/mssign32/Makefile.in +++ b/dlls/mssign32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mssign32.dll C_SRCS = \ diff --git a/dlls/mssip32/Makefile.in b/dlls/mssip32/Makefile.in index 57addd81f3e..807e59cb01e 100644 --- a/dlls/mssip32/Makefile.in +++ b/dlls/mssip32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mssip32.dll C_SRCS = \ diff --git a/dlls/mstask/Makefile.in b/dlls/mstask/Makefile.in index 6db3d47270b..ed1c9ee3d6c 100644 --- a/dlls/mstask/Makefile.in +++ b/dlls/mstask/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mstask.dll IMPORTS = uuid ole32 diff --git a/dlls/mstask/tests/Makefile.in b/dlls/mstask/tests/Makefile.in index bafbe4eea36..ffb66a84483 100644 --- a/dlls/mstask/tests/Makefile.in +++ b/dlls/mstask/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = mstask.dll IMPORTS = ole32 diff --git a/dlls/msvcirt/Makefile.in b/dlls/msvcirt/Makefile.in index 21b5571e735..3df09d43c9f 100644 --- a/dlls/msvcirt/Makefile.in +++ b/dlls/msvcirt/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcirt.dll IMPORTS = msvcrt diff --git a/dlls/msvcp80/Makefile.in b/dlls/msvcp80/Makefile.in index 8a0d58c2421..f1a874837ab 100644 --- a/dlls/msvcp80/Makefile.in +++ b/dlls/msvcp80/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcp80.dll C_SRCS = \ diff --git a/dlls/msvcp90/Makefile.in b/dlls/msvcp90/Makefile.in index 4581c65b29f..91964ef847f 100644 --- a/dlls/msvcp90/Makefile.in +++ b/dlls/msvcp90/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcp90.dll IMPORTS = msvcrt MODCFLAGS = @BUILTINFLAG@ diff --git a/dlls/msvcp90/tests/Makefile.in b/dlls/msvcp90/tests/Makefile.in index 90b17664723..872d73694c8 100644 --- a/dlls/msvcp90/tests/Makefile.in +++ b/dlls/msvcp90/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = msvcp90.dll APPMODE = -mno-cygwin MODCFLAGS = @BUILTINFLAG@ diff --git a/dlls/msvcr100/Makefile.in b/dlls/msvcr100/Makefile.in index 9d4b43953bd..a9d84e5b4a0 100644 --- a/dlls/msvcr100/Makefile.in +++ b/dlls/msvcr100/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcr100.dll IMPORTS = msvcrt MODCFLAGS = @BUILTINFLAG@ diff --git a/dlls/msvcr70/Makefile.in b/dlls/msvcr70/Makefile.in index e39419b3732..303c14acace 100644 --- a/dlls/msvcr70/Makefile.in +++ b/dlls/msvcr70/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcr70.dll IMPORTLIB = msvcr70 IMPORTS = msvcrt diff --git a/dlls/msvcr71/Makefile.in b/dlls/msvcr71/Makefile.in index 7a1c138f745..9cbdbd4c88c 100644 --- a/dlls/msvcr71/Makefile.in +++ b/dlls/msvcr71/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcr71.dll IMPORTLIB = msvcr71 IMPORTS = msvcrt diff --git a/dlls/msvcr80/Makefile.in b/dlls/msvcr80/Makefile.in index e6f06c56804..17f3f66c745 100644 --- a/dlls/msvcr80/Makefile.in +++ b/dlls/msvcr80/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcr80.dll IMPORTS = msvcrt diff --git a/dlls/msvcr90/Makefile.in b/dlls/msvcr90/Makefile.in index ee44d698e6d..f0ecfcb3580 100644 --- a/dlls/msvcr90/Makefile.in +++ b/dlls/msvcr90/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcr90.dll IMPORTS = msvcrt MODCFLAGS = @BUILTINFLAG@ diff --git a/dlls/msvcr90/tests/Makefile.in b/dlls/msvcr90/tests/Makefile.in index 4029e302b0b..e1209f18ea6 100644 --- a/dlls/msvcr90/tests/Makefile.in +++ b/dlls/msvcr90/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = msvcr90.dll APPMODE = -mno-cygwin MODCFLAGS = @BUILTINFLAG@ diff --git a/dlls/msvcrt/Makefile.in b/dlls/msvcrt/Makefile.in index 71b23407e26..1f4860a8bbc 100644 --- a/dlls/msvcrt/Makefile.in +++ b/dlls/msvcrt/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_MT -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcrt.dll IMPORTLIB = msvcrt DELAYIMPORTS = advapi32 user32 diff --git a/dlls/msvcrt/tests/Makefile.in b/dlls/msvcrt/tests/Makefile.in index 05f1e3643e7..9144f4974af 100644 --- a/dlls/msvcrt/tests/Makefile.in +++ b/dlls/msvcrt/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = msvcrt.dll APPMODE = -mno-cygwin MODCFLAGS = @BUILTINFLAG@ diff --git a/dlls/msvcrt20/Makefile.in b/dlls/msvcrt20/Makefile.in index 52e40578766..150b779c95d 100644 --- a/dlls/msvcrt20/Makefile.in +++ b/dlls/msvcrt20/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DUSE_MSVCRT_PREFIX -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcrt20.dll IMPORTLIB = msvcrt20 IMPORTS = msvcrt diff --git a/dlls/msvcrt40/Makefile.in b/dlls/msvcrt40/Makefile.in index 5eef41f3416..1ae702b6035 100644 --- a/dlls/msvcrt40/Makefile.in +++ b/dlls/msvcrt40/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DUSE_MSVCRT_PREFIX -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcrt40.dll IMPORTLIB = msvcrt40 IMPORTS = msvcrt diff --git a/dlls/msvcrtd/Makefile.in b/dlls/msvcrtd/Makefile.in index 72fda012f04..f821c6b998d 100644 --- a/dlls/msvcrtd/Makefile.in +++ b/dlls/msvcrtd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvcrtd.dll IMPORTLIB = msvcrtd IMPORTS = msvcrt diff --git a/dlls/msvcrtd/tests/Makefile.in b/dlls/msvcrtd/tests/Makefile.in index 6260e50d5d8..8ef291f8c54 100644 --- a/dlls/msvcrtd/tests/Makefile.in +++ b/dlls/msvcrtd/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = msvcrtd.dll APPMODE = -mno-cygwin EXTRAINCL = -I$(TOPSRCDIR)/include/msvcrt diff --git a/dlls/msvfw32/Makefile.in b/dlls/msvfw32/Makefile.in index c3eb2951608..43f7c5d47c8 100644 --- a/dlls/msvfw32/Makefile.in +++ b/dlls/msvfw32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvfw32.dll IMPORTLIB = msvfw32 IMPORTS = winmm version comctl32 user32 gdi32 advapi32 diff --git a/dlls/msvfw32/tests/Makefile.in b/dlls/msvfw32/tests/Makefile.in index 4103469a424..f237c2ebe3c 100644 --- a/dlls/msvfw32/tests/Makefile.in +++ b/dlls/msvfw32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = msvfw32.dll IMPORTS = msvfw32 diff --git a/dlls/msvidc32/Makefile.in b/dlls/msvidc32/Makefile.in index a7cbbc9fbf9..f58d107da0a 100644 --- a/dlls/msvidc32/Makefile.in +++ b/dlls/msvidc32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvidc32.dll IMPORTS = user32 diff --git a/dlls/msvideo.dll16/Makefile.in b/dlls/msvideo.dll16/Makefile.in index a33136de2d1..1ef961bb7fc 100644 --- a/dlls/msvideo.dll16/Makefile.in +++ b/dlls/msvideo.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msvideo.dll16 IMPORTS = msvfw32 version advapi32 diff --git a/dlls/mswsock/Makefile.in b/dlls/mswsock/Makefile.in index 378aebf58be..06ec4682a0e 100644 --- a/dlls/mswsock/Makefile.in +++ b/dlls/mswsock/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mswsock.dll IMPORTLIB = mswsock IMPORTS = ws2_32 diff --git a/dlls/msxml3/Makefile.in b/dlls/msxml3/Makefile.in index b94d82f4ce7..7f9d0bbd4a7 100644 --- a/dlls/msxml3/Makefile.in +++ b/dlls/msxml3/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msxml3.dll IMPORTS = uuid urlmon shlwapi oleaut32 ole32 user32 advapi32 EXTRALIBS = @XML2LIBS@ diff --git a/dlls/msxml3/tests/Makefile.in b/dlls/msxml3/tests/Makefile.in index 82dedd4368d..9b5f1e09d8d 100644 --- a/dlls/msxml3/tests/Makefile.in +++ b/dlls/msxml3/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = msxml3.dll IMPORTS = oleaut32 ole32 user32 diff --git a/dlls/msxml4/Makefile.in b/dlls/msxml4/Makefile.in index beb49152fa9..66e1fd68889 100644 --- a/dlls/msxml4/Makefile.in +++ b/dlls/msxml4/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msxml4.dll IMPORTS = ole32 advapi32 diff --git a/dlls/msxml6/Makefile.in b/dlls/msxml6/Makefile.in index 0b59fa32753..5627500089d 100644 --- a/dlls/msxml6/Makefile.in +++ b/dlls/msxml6/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msxml6.dll IMPORTS = ole32 advapi32 diff --git a/dlls/nddeapi/Makefile.in b/dlls/nddeapi/Makefile.in index 63ed6255c80..f1e96415adf 100644 --- a/dlls/nddeapi/Makefile.in +++ b/dlls/nddeapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = nddeapi.dll IMPORTLIB = nddeapi diff --git a/dlls/netapi32/Makefile.in b/dlls/netapi32/Makefile.in index 1aa01a4121b..fd4e531101b 100644 --- a/dlls/netapi32/Makefile.in +++ b/dlls/netapi32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_SVRAPI_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = netapi32.dll IMPORTLIB = netapi32 IMPORTS = iphlpapi ws2_32 advapi32 diff --git a/dlls/netapi32/tests/Makefile.in b/dlls/netapi32/tests/Makefile.in index 92541ed42cd..229182551dd 100644 --- a/dlls/netapi32/tests/Makefile.in +++ b/dlls/netapi32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = netapi32.dll IMPORTS = advapi32 diff --git a/dlls/newdev/Makefile.in b/dlls/newdev/Makefile.in index 886e1650d73..fd7f2e6eb00 100644 --- a/dlls/newdev/Makefile.in +++ b/dlls/newdev/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = newdev.dll IMPORTLIB = newdev diff --git a/dlls/ntdll/Makefile.in b/dlls/ntdll/Makefile.in index 8c14708042d..e4116999345 100644 --- a/dlls/ntdll/Makefile.in +++ b/dlls/ntdll/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_NTSYSTEM_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ntdll.dll IMPORTLIB = ntdll IMPORTS = winecrt0 diff --git a/dlls/ntdll/tests/Makefile.in b/dlls/ntdll/tests/Makefile.in index 82bc1895e9a..3b88897946e 100644 --- a/dlls/ntdll/tests/Makefile.in +++ b/dlls/ntdll/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = ntdll.dll IMPORTS = user32 diff --git a/dlls/ntdsapi/Makefile.in b/dlls/ntdsapi/Makefile.in index 978bc48f246..604725744c9 100644 --- a/dlls/ntdsapi/Makefile.in +++ b/dlls/ntdsapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ntdsapi.dll IMPORTLIB = ntdsapi IMPORTS = user32 diff --git a/dlls/ntdsapi/tests/Makefile.in b/dlls/ntdsapi/tests/Makefile.in index 04fc23c9630..6291f5a4148 100644 --- a/dlls/ntdsapi/tests/Makefile.in +++ b/dlls/ntdsapi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = ntdsapi.dll IMPORTS = ntdsapi diff --git a/dlls/ntoskrnl.exe/Makefile.in b/dlls/ntoskrnl.exe/Makefile.in index fbecd8bf327..2ab6d49d0bd 100644 --- a/dlls/ntoskrnl.exe/Makefile.in +++ b/dlls/ntoskrnl.exe/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ntoskrnl.exe IMPORTLIB = ntoskrnl.exe diff --git a/dlls/ntprint/Makefile.in b/dlls/ntprint/Makefile.in index 24fb700f7d1..fbbe9e34597 100644 --- a/dlls/ntprint/Makefile.in +++ b/dlls/ntprint/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ntprint.dll IMPORTS = winspool diff --git a/dlls/ntprint/tests/Makefile.in b/dlls/ntprint/tests/Makefile.in index a4d80e8299b..7c0dba3b7de 100644 --- a/dlls/ntprint/tests/Makefile.in +++ b/dlls/ntprint/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = ntprint.dll C_SRCS = \ diff --git a/dlls/objsel/Makefile.in b/dlls/objsel/Makefile.in index 57186f47d9e..d64cbeac721 100644 --- a/dlls/objsel/Makefile.in +++ b/dlls/objsel/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = objsel.dll IMPORTS = strmiids uuid ole32 advapi32 diff --git a/dlls/odbc32/Makefile.in b/dlls/odbc32/Makefile.in index cd7bbd2267b..0766657bc1e 100644 --- a/dlls/odbc32/Makefile.in +++ b/dlls/odbc32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = odbc32.dll IMPORTLIB = odbc32 IMPORTS = advapi32 diff --git a/dlls/odbccp32/Makefile.in b/dlls/odbccp32/Makefile.in index 2bdf41c31e6..cb3fb78aa94 100644 --- a/dlls/odbccp32/Makefile.in +++ b/dlls/odbccp32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = odbccp32.dll IMPORTLIB = odbccp32 IMPORTS = uuid advapi32 diff --git a/dlls/odbccp32/tests/Makefile.in b/dlls/odbccp32/tests/Makefile.in index 6b59828ad28..33091af26a0 100644 --- a/dlls/odbccp32/tests/Makefile.in +++ b/dlls/odbccp32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = odbccp32.dll IMPORTS = odbccp32 diff --git a/dlls/ole2.dll16/Makefile.in b/dlls/ole2.dll16/Makefile.in index 1a07ef49a1a..413b6d5c558 100644 --- a/dlls/ole2.dll16/Makefile.in +++ b/dlls/ole2.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ole2.dll16 IMPORTS = uuid ole32 user32 gdi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll diff --git a/dlls/ole2conv.dll16/Makefile.in b/dlls/ole2conv.dll16/Makefile.in index 391116a3e3a..009c161a96b 100644 --- a/dlls/ole2conv.dll16/Makefile.in +++ b/dlls/ole2conv.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ole2conv.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll diff --git a/dlls/ole2disp.dll16/Makefile.in b/dlls/ole2disp.dll16/Makefile.in index 0485335b8aa..7cf327d63b4 100644 --- a/dlls/ole2disp.dll16/Makefile.in +++ b/dlls/ole2disp.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ole2disp.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll diff --git a/dlls/ole2nls.dll16/Makefile.in b/dlls/ole2nls.dll16/Makefile.in index 83239d60125..a8fdd84d5f2 100644 --- a/dlls/ole2nls.dll16/Makefile.in +++ b/dlls/ole2nls.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ole2nls.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll diff --git a/dlls/ole2prox.dll16/Makefile.in b/dlls/ole2prox.dll16/Makefile.in index 072786b8792..044189fa513 100644 --- a/dlls/ole2prox.dll16/Makefile.in +++ b/dlls/ole2prox.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ole2prox.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll diff --git a/dlls/ole2thk.dll16/Makefile.in b/dlls/ole2thk.dll16/Makefile.in index eb4a5141bc8..5d8f733ce0b 100644 --- a/dlls/ole2thk.dll16/Makefile.in +++ b/dlls/ole2thk.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ole2thk.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll diff --git a/dlls/ole32/Makefile.in b/dlls/ole32/Makefile.in index 40a2da6a3c4..db9475a8160 100644 --- a/dlls/ole32/Makefile.in +++ b/dlls/ole32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ole32.dll IMPORTLIB = ole32 IMPORTS = uuid advapi32 user32 gdi32 rpcrt4 diff --git a/dlls/ole32/tests/Makefile.in b/dlls/ole32/tests/Makefile.in index c564676a620..6e889877721 100644 --- a/dlls/ole32/tests/Makefile.in +++ b/dlls/ole32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = ole32.dll IMPORTS = oleaut32 ole32 user32 gdi32 advapi32 diff --git a/dlls/oleacc/Makefile.in b/dlls/oleacc/Makefile.in index 4a048c62584..a9c01bc9a41 100644 --- a/dlls/oleacc/Makefile.in +++ b/dlls/oleacc/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = oleacc.dll IMPORTLIB = oleacc IMPORTS = user32 diff --git a/dlls/oleacc/tests/Makefile.in b/dlls/oleacc/tests/Makefile.in index c7b398586f7..c0504336e0b 100644 --- a/dlls/oleacc/tests/Makefile.in +++ b/dlls/oleacc/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = oleacc.dll IMPORTS = oleacc diff --git a/dlls/oleaut32/Makefile.in b/dlls/oleaut32/Makefile.in index c73a4af568c..ec23bd2334d 100644 --- a/dlls/oleaut32/Makefile.in +++ b/dlls/oleaut32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = oleaut32.dll IMPORTLIB = oleaut32 IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32 diff --git a/dlls/oleaut32/tests/Makefile.in b/dlls/oleaut32/tests/Makefile.in index 571d7e72277..e47e2fe0035 100644 --- a/dlls/oleaut32/tests/Makefile.in +++ b/dlls/oleaut32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = oleaut32.dll IMPORTS = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 diff --git a/dlls/olecli.dll16/Makefile.in b/dlls/olecli.dll16/Makefile.in index 1cc88efc68f..3ff61e776fe 100644 --- a/dlls/olecli.dll16/Makefile.in +++ b/dlls/olecli.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = olecli.dll16 IMPORTS = gdi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,olecli32.dll diff --git a/dlls/olecli32/Makefile.in b/dlls/olecli32/Makefile.in index ee3bb8f5f05..2fe73f74f1b 100644 --- a/dlls/olecli32/Makefile.in +++ b/dlls/olecli32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = olecli32.dll IMPORTLIB = olecli32 IMPORTS = ole32 gdi32 diff --git a/dlls/oledb32/Makefile.in b/dlls/oledb32/Makefile.in index f611168d7fb..be031885db9 100644 --- a/dlls/oledb32/Makefile.in +++ b/dlls/oledb32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = oledb32.dll IMPORTS = uuid oleaut32 ole32 user32 advapi32 diff --git a/dlls/oledb32/tests/Makefile.in b/dlls/oledb32/tests/Makefile.in index 77b502b5a75..f91f86bbc23 100644 --- a/dlls/oledb32/tests/Makefile.in +++ b/dlls/oledb32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = oledb32.dll IMPORTS = oleaut32 ole32 user32 gdi32 advapi32 diff --git a/dlls/oledlg/Makefile.in b/dlls/oledlg/Makefile.in index b7217d61a30..b4e7aee5d95 100644 --- a/dlls/oledlg/Makefile.in +++ b/dlls/oledlg/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = oledlg.dll IMPORTLIB = oledlg IMPORTS = ole32 comdlg32 user32 advapi32 diff --git a/dlls/olepro32/Makefile.in b/dlls/olepro32/Makefile.in index 469e726f516..b0131ecb26a 100644 --- a/dlls/olepro32/Makefile.in +++ b/dlls/olepro32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = olepro32.dll IMPORTLIB = olepro32 IMPORTS = oleaut32 diff --git a/dlls/olesvr.dll16/Makefile.in b/dlls/olesvr.dll16/Makefile.in index 863e8dc3c5b..b34d77ff46d 100644 --- a/dlls/olesvr.dll16/Makefile.in +++ b/dlls/olesvr.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = olesvr.dll16 IMPORTS = gdi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,olesvr32.dll diff --git a/dlls/olesvr32/Makefile.in b/dlls/olesvr32/Makefile.in index 874eb0eed44..d0d566a6037 100644 --- a/dlls/olesvr32/Makefile.in +++ b/dlls/olesvr32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = olesvr32.dll IMPORTLIB = olesvr32 diff --git a/dlls/olethk32/Makefile.in b/dlls/olethk32/Makefile.in index c52ee83a99d..c8352c1bbe4 100644 --- a/dlls/olethk32/Makefile.in +++ b/dlls/olethk32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = olethk32.dll C_SRCS = main.c diff --git a/dlls/openal32/Makefile.in b/dlls/openal32/Makefile.in index 5f5640ea623..34d43dc59ba 100644 --- a/dlls/openal32/Makefile.in +++ b/dlls/openal32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = openal32.dll EXTRALIBS = @LIBOPENAL@ @FRAMEWORK_OPENAL@ diff --git a/dlls/opengl32/Makefile.in b/dlls/opengl32/Makefile.in index c402adc6633..07de17895f3 100644 --- a/dlls/opengl32/Makefile.in +++ b/dlls/opengl32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = opengl32.dll IMPORTLIB = opengl32 IMPORTS = user32 gdi32 advapi32 diff --git a/dlls/opengl32/tests/Makefile.in b/dlls/opengl32/tests/Makefile.in index a44a8991f66..98e474cd753 100644 --- a/dlls/opengl32/tests/Makefile.in +++ b/dlls/opengl32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = opengl32.dll IMPORTS = opengl32 user32 gdi32 diff --git a/dlls/pdh/Makefile.in b/dlls/pdh/Makefile.in index 0bc39e172fc..75927dc3f72 100644 --- a/dlls/pdh/Makefile.in +++ b/dlls/pdh/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = pdh.dll IMPORTLIB = pdh diff --git a/dlls/pdh/tests/Makefile.in b/dlls/pdh/tests/Makefile.in index fda66adbff8..6e7b57c6a82 100644 --- a/dlls/pdh/tests/Makefile.in +++ b/dlls/pdh/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = pdh.dll IMPORTS = pdh diff --git a/dlls/pidgen/Makefile.in b/dlls/pidgen/Makefile.in index 04c8bec12cc..860a1cfe02e 100644 --- a/dlls/pidgen/Makefile.in +++ b/dlls/pidgen/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = pidgen.dll C_SRCS = \ diff --git a/dlls/powrprof/Makefile.in b/dlls/powrprof/Makefile.in index 057a539a955..aad8d907975 100644 --- a/dlls/powrprof/Makefile.in +++ b/dlls/powrprof/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = powrprof.dll IMPORTLIB = powrprof IMPORTS = advapi32 diff --git a/dlls/printui/Makefile.in b/dlls/printui/Makefile.in index a52558c5c34..68fec8d4192 100644 --- a/dlls/printui/Makefile.in +++ b/dlls/printui/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = printui.dll IMPORTS = shell32 diff --git a/dlls/propsys/Makefile.in b/dlls/propsys/Makefile.in index e217ac4329c..ae2d91fca08 100644 --- a/dlls/propsys/Makefile.in +++ b/dlls/propsys/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = propsys.dll IMPORTLIB = propsys diff --git a/dlls/propsys/tests/Makefile.in b/dlls/propsys/tests/Makefile.in index e3c774bccbd..8db4008dacf 100644 --- a/dlls/propsys/tests/Makefile.in +++ b/dlls/propsys/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = propsys.dll IMPORTS = propsys ole32 diff --git a/dlls/psapi/Makefile.in b/dlls/psapi/Makefile.in index 613e7d47ac9..afdc90a1d5f 100644 --- a/dlls/psapi/Makefile.in +++ b/dlls/psapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = psapi.dll IMPORTLIB = psapi diff --git a/dlls/psapi/tests/Makefile.in b/dlls/psapi/tests/Makefile.in index 0818f1c8893..849e3e592f2 100644 --- a/dlls/psapi/tests/Makefile.in +++ b/dlls/psapi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = psapi.dll C_SRCS = \ diff --git a/dlls/pstorec/Makefile.in b/dlls/pstorec/Makefile.in index 2026fec2172..af25d51e158 100644 --- a/dlls/pstorec/Makefile.in +++ b/dlls/pstorec/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = pstorec.dll IMPORTS = uuid diff --git a/dlls/qcap/Makefile.in b/dlls/qcap/Makefile.in index fb99b5469c0..f3b61ab65d9 100644 --- a/dlls/qcap/Makefile.in +++ b/dlls/qcap/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = qcap.dll IMPORTS = strmiids uuid ole32 gdi32 advapi32 diff --git a/dlls/qedit/Makefile.in b/dlls/qedit/Makefile.in index dc621e69d3b..b738bbf3bcb 100644 --- a/dlls/qedit/Makefile.in +++ b/dlls/qedit/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = qedit.dll IMPORTS = strmiids uuid oleaut32 ole32 advapi32 diff --git a/dlls/qedit/tests/Makefile.in b/dlls/qedit/tests/Makefile.in index 1443c2fe40c..09bdd2bc9ea 100644 --- a/dlls/qedit/tests/Makefile.in +++ b/dlls/qedit/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = qedit.dll IMPORTS = oleaut32 ole32 diff --git a/dlls/qmgr/Makefile.in b/dlls/qmgr/Makefile.in index 5ce3254cb46..e481ac4b9a1 100644 --- a/dlls/qmgr/Makefile.in +++ b/dlls/qmgr/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = qmgr.dll IMPORTS = uuid wininet urlmon ole32 advapi32 diff --git a/dlls/qmgr/tests/Makefile.in b/dlls/qmgr/tests/Makefile.in index 4dab95b5509..461df82141a 100644 --- a/dlls/qmgr/tests/Makefile.in +++ b/dlls/qmgr/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = qmgr.dll IMPORTS = ole32 shlwapi user32 diff --git a/dlls/qmgrprxy/Makefile.in b/dlls/qmgrprxy/Makefile.in index 4033bf79e98..d986070dc84 100644 --- a/dlls/qmgrprxy/Makefile.in +++ b/dlls/qmgrprxy/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = qmgrprxy.dll IMPORTS = rpcrt4 EXTRADEFS = -DREGISTER_PROXY_DLL diff --git a/dlls/quartz/Makefile.in b/dlls/quartz/Makefile.in index 6f86b94e317..4ccc08c3fc8 100644 --- a/dlls/quartz/Makefile.in +++ b/dlls/quartz/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = quartz.dll IMPORTLIB = quartz IMPORTS = strmiids uuid dsound msacm32 msvfw32 ole32 oleaut32 shlwapi rpcrt4 user32 gdi32 advapi32 diff --git a/dlls/quartz/tests/Makefile.in b/dlls/quartz/tests/Makefile.in index a83adfcb193..55528ab752e 100644 --- a/dlls/quartz/tests/Makefile.in +++ b/dlls/quartz/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = quartz.dll IMPORTS = oleaut32 ole32 advapi32 diff --git a/dlls/query/Makefile.in b/dlls/query/Makefile.in index 7b851538619..ff6719496d1 100644 --- a/dlls/query/Makefile.in +++ b/dlls/query/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = query.dll IMPORTS = uuid EXTRADEFS = -DCOM_NO_WINDOWS_H diff --git a/dlls/rasapi16.dll16/Makefile.in b/dlls/rasapi16.dll16/Makefile.in index baf80b2be5e..0e8bffa545e 100644 --- a/dlls/rasapi16.dll16/Makefile.in +++ b/dlls/rasapi16.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rasapi16.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,rasapi32.dll diff --git a/dlls/rasapi32/Makefile.in b/dlls/rasapi32/Makefile.in index 12e1c2f81aa..cd5d1e81bbb 100644 --- a/dlls/rasapi32/Makefile.in +++ b/dlls/rasapi32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rasapi32.dll IMPORTLIB = rasapi32 diff --git a/dlls/rasapi32/tests/Makefile.in b/dlls/rasapi32/tests/Makefile.in index 24854a22ce4..13232d0f583 100644 --- a/dlls/rasapi32/tests/Makefile.in +++ b/dlls/rasapi32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = rasapi32.dll C_SRCS = \ diff --git a/dlls/rasdlg/Makefile.in b/dlls/rasdlg/Makefile.in index 795e391272b..a09444cda7a 100644 --- a/dlls/rasdlg/Makefile.in +++ b/dlls/rasdlg/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rasdlg.dll IMPORTLIB = rasdlg diff --git a/dlls/resutils/Makefile.in b/dlls/resutils/Makefile.in index f3b78f75bce..829ead7ac37 100644 --- a/dlls/resutils/Makefile.in +++ b/dlls/resutils/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = resutils.dll IMPORTLIB = resutils diff --git a/dlls/riched20/Makefile.in b/dlls/riched20/Makefile.in index e0a2861e6ea..9975537c98a 100644 --- a/dlls/riched20/Makefile.in +++ b/dlls/riched20/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = riched20.dll IMPORTLIB = riched20 IMPORTS = uuid ole32 oleaut32 imm32 user32 gdi32 diff --git a/dlls/riched20/tests/Makefile.in b/dlls/riched20/tests/Makefile.in index aa247b06437..9532df8ab3e 100644 --- a/dlls/riched20/tests/Makefile.in +++ b/dlls/riched20/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = riched20.dll IMPORTS = ole32 oleaut32 user32 gdi32 diff --git a/dlls/riched32/Makefile.in b/dlls/riched32/Makefile.in index 2803d901e3c..f20e0af8b09 100644 --- a/dlls/riched32/Makefile.in +++ b/dlls/riched32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = riched32.dll IMPORTS = riched20 user32 diff --git a/dlls/riched32/tests/Makefile.in b/dlls/riched32/tests/Makefile.in index 08304165024..31e5ce38d3a 100644 --- a/dlls/riched32/tests/Makefile.in +++ b/dlls/riched32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = riched32.dll IMPORTS = ole32 user32 diff --git a/dlls/rpcrt4/Makefile.in b/dlls/rpcrt4/Makefile.in index b1f4cadfd9d..812e7aa05c7 100644 --- a/dlls/rpcrt4/Makefile.in +++ b/dlls/rpcrt4/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rpcrt4.dll IMPORTLIB = rpcrt4 IMPORTS = uuid advapi32 diff --git a/dlls/rpcrt4/tests/Makefile.in b/dlls/rpcrt4/tests/Makefile.in index a2609dd9ae8..75a22788cd6 100644 --- a/dlls/rpcrt4/tests/Makefile.in +++ b/dlls/rpcrt4/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = rpcrt4.dll IMPORTS = ole32 rpcrt4 advapi32 EXTRAIDLFLAGS = --prefix-server=s_ diff --git a/dlls/rsabase/Makefile.in b/dlls/rsabase/Makefile.in index 84158baf926..db0ebd58bcc 100644 --- a/dlls/rsabase/Makefile.in +++ b/dlls/rsabase/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rsabase.dll IMPORTS = rsaenh diff --git a/dlls/rsaenh/Makefile.in b/dlls/rsaenh/Makefile.in index c96621eb1f4..a4d8418c1a1 100644 --- a/dlls/rsaenh/Makefile.in +++ b/dlls/rsaenh/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rsaenh.dll IMPORTLIB = rsaenh IMPORTS = crypt32 advapi32 diff --git a/dlls/rsaenh/tests/Makefile.in b/dlls/rsaenh/tests/Makefile.in index 1133a1bd3ec..df87903d422 100644 --- a/dlls/rsaenh/tests/Makefile.in +++ b/dlls/rsaenh/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = rsaenh.dll IMPORTS = advapi32 diff --git a/dlls/rstrtmgr/Makefile.in b/dlls/rstrtmgr/Makefile.in index 513c3a7733d..e093b540b28 100644 --- a/dlls/rstrtmgr/Makefile.in +++ b/dlls/rstrtmgr/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rstrtmgr.dll C_SRCS = \ diff --git a/dlls/rtutils/Makefile.in b/dlls/rtutils/Makefile.in index 27d721d1688..50870d898b1 100644 --- a/dlls/rtutils/Makefile.in +++ b/dlls/rtutils/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rtutils.dll IMPORTLIB = rtutils diff --git a/dlls/samlib/Makefile.in b/dlls/samlib/Makefile.in index 8e2e3c22706..7ae78853a02 100644 --- a/dlls/samlib/Makefile.in +++ b/dlls/samlib/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = samlib.dll C_SRCS = \ diff --git a/dlls/sane.ds/Makefile.in b/dlls/sane.ds/Makefile.in index efed65e0aa0..c2d0c291fcd 100644 --- a/dlls/sane.ds/Makefile.in +++ b/dlls/sane.ds/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = sane.ds IMPORTS = comctl32 user32 gdi32 EXTRAINCL = @SANEINCL@ diff --git a/dlls/sccbase/Makefile.in b/dlls/sccbase/Makefile.in index d091c2bd017..1c9f8563c51 100644 --- a/dlls/sccbase/Makefile.in +++ b/dlls/sccbase/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = sccbase.dll C_SRCS = \ diff --git a/dlls/schannel/Makefile.in b/dlls/schannel/Makefile.in index 0d19258b0ae..430ac6a9d40 100644 --- a/dlls/schannel/Makefile.in +++ b/dlls/schannel/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = schannel.dll IMPORTS = secur32 diff --git a/dlls/schannel/tests/Makefile.in b/dlls/schannel/tests/Makefile.in index 0cf372bb301..ab97e33702a 100644 --- a/dlls/schannel/tests/Makefile.in +++ b/dlls/schannel/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = schannel.dll C_SRCS = \ diff --git a/dlls/secur32/Makefile.in b/dlls/secur32/Makefile.in index 7ad2397b65d..4824cdb22e2 100644 --- a/dlls/secur32/Makefile.in +++ b/dlls/secur32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = secur32.dll IMPORTLIB = secur32 IMPORTS = netapi32 advapi32 diff --git a/dlls/secur32/tests/Makefile.in b/dlls/secur32/tests/Makefile.in index 9f8581a0086..d9178a7a5b8 100644 --- a/dlls/secur32/tests/Makefile.in +++ b/dlls/secur32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = secur32.dll IMPORTS = advapi32 ws2_32 diff --git a/dlls/security/Makefile.in b/dlls/security/Makefile.in index 344e0c0eb04..87bc3c3267d 100644 --- a/dlls/security/Makefile.in +++ b/dlls/security/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = security.dll IMPORTS = secur32 diff --git a/dlls/sensapi/Makefile.in b/dlls/sensapi/Makefile.in index 57a4121ffae..391c76156e4 100644 --- a/dlls/sensapi/Makefile.in +++ b/dlls/sensapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = sensapi.dll IMPORTLIB = sensapi diff --git a/dlls/serialui/Makefile.in b/dlls/serialui/Makefile.in index 43499393b0d..12956c7dc4a 100644 --- a/dlls/serialui/Makefile.in +++ b/dlls/serialui/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = serialui.dll IMPORTLIB = serialui IMPORTS = user32 advapi32 diff --git a/dlls/serialui/tests/Makefile.in b/dlls/serialui/tests/Makefile.in index e23598279d0..b896c556d20 100644 --- a/dlls/serialui/tests/Makefile.in +++ b/dlls/serialui/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = serialui.dll C_SRCS = \ diff --git a/dlls/setupapi/Makefile.in b/dlls/setupapi/Makefile.in index 61ac61e1a22..33d7fa24daf 100644 --- a/dlls/setupapi/Makefile.in +++ b/dlls/setupapi/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_SETUPAPI_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = setupapi.dll IMPORTLIB = setupapi IMPORTS = uuid user32 version advapi32 rpcrt4 diff --git a/dlls/setupapi/tests/Makefile.in b/dlls/setupapi/tests/Makefile.in index 2818ec0a982..747479c854a 100644 --- a/dlls/setupapi/tests/Makefile.in +++ b/dlls/setupapi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = setupapi.dll IMPORTS = setupapi user32 advapi32 diff --git a/dlls/setupx.dll16/Makefile.in b/dlls/setupx.dll16/Makefile.in index 1847e61eac8..53f3e7854d8 100644 --- a/dlls/setupx.dll16/Makefile.in +++ b/dlls/setupx.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = setupx.dll16 IMPORTS = setupapi user32 advapi32 diff --git a/dlls/sfc/Makefile.in b/dlls/sfc/Makefile.in index e14aa8e2e3a..fcc468968a9 100644 --- a/dlls/sfc/Makefile.in +++ b/dlls/sfc/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = sfc.dll IMPORTLIB = sfc IMPORTS = sfc_os diff --git a/dlls/sfc_os/Makefile.in b/dlls/sfc_os/Makefile.in index d064109bfb6..834e2a7b421 100644 --- a/dlls/sfc_os/Makefile.in +++ b/dlls/sfc_os/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = sfc_os.dll IMPORTLIB = sfc_os diff --git a/dlls/shdoclc/Makefile.in b/dlls/shdoclc/Makefile.in index c6d54a466ce..7ff7a0cf7d4 100644 --- a/dlls/shdoclc/Makefile.in +++ b/dlls/shdoclc/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = shdoclc.dll RC_SRCS = \ diff --git a/dlls/shdocvw/Makefile.in b/dlls/shdocvw/Makefile.in index 5741551ffa5..23abb53e634 100644 --- a/dlls/shdocvw/Makefile.in +++ b/dlls/shdocvw/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_SHDOCVW_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = shdocvw.dll IMPORTLIB = shdocvw IMPORTS = uuid shell32 comctl32 shlwapi user32 gdi32 advapi32 diff --git a/dlls/shdocvw/tests/Makefile.in b/dlls/shdocvw/tests/Makefile.in index 0ef857e6d0b..10474a1c72b 100644 --- a/dlls/shdocvw/tests/Makefile.in +++ b/dlls/shdocvw/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = shdocvw.dll IMPORTS = shell32 ole32 oleaut32 user32 gdi32 advapi32 diff --git a/dlls/shell.dll16/Makefile.in b/dlls/shell.dll16/Makefile.in index f248efbac74..17bbf0c8ca0 100644 --- a/dlls/shell.dll16/Makefile.in +++ b/dlls/shell.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = shell.dll16 IMPORTS = shell32 user32 gdi32 advapi32 diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index 27418bc1825..26a35e90e60 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_SHELL32_ -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = shell32.dll IMPORTLIB = shell32 IMPORTS = uuid shlwapi comctl32 user32 gdi32 advapi32 diff --git a/dlls/shell32/tests/Makefile.in b/dlls/shell32/tests/Makefile.in index 1d15fc081d4..ace42964a76 100644 --- a/dlls/shell32/tests/Makefile.in +++ b/dlls/shell32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = shell32.dll IMPORTS = shell32 ole32 oleaut32 user32 advapi32 diff --git a/dlls/shfolder/Makefile.in b/dlls/shfolder/Makefile.in index a6061991a76..b33a0b94e47 100644 --- a/dlls/shfolder/Makefile.in +++ b/dlls/shfolder/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = shfolder.dll IMPORTLIB = shfolder IMPORTS = shell32 diff --git a/dlls/shlwapi/Makefile.in b/dlls/shlwapi/Makefile.in index 7f75cae7bca..b4163759625 100644 --- a/dlls/shlwapi/Makefile.in +++ b/dlls/shlwapi/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_SHLWAPI_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = shlwapi.dll IMPORTLIB = shlwapi IMPORTS = uuid user32 gdi32 advapi32 diff --git a/dlls/shlwapi/tests/Makefile.in b/dlls/shlwapi/tests/Makefile.in index e3f9b948aca..c28922f8dbd 100644 --- a/dlls/shlwapi/tests/Makefile.in +++ b/dlls/shlwapi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = shlwapi.dll IMPORTS = shlwapi user32 ole32 oleaut32 advapi32 diff --git a/dlls/slbcsp/Makefile.in b/dlls/slbcsp/Makefile.in index 94cd4fca4e8..24dd5f3ec65 100644 --- a/dlls/slbcsp/Makefile.in +++ b/dlls/slbcsp/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = slbcsp.dll C_SRCS = \ diff --git a/dlls/slc/Makefile.in b/dlls/slc/Makefile.in index 670246da87b..f8c03a7f897 100644 --- a/dlls/slc/Makefile.in +++ b/dlls/slc/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_SLC_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = slc.dll IMPORTLIB = slc diff --git a/dlls/snmpapi/Makefile.in b/dlls/snmpapi/Makefile.in index 445fcffaed8..bc814928af5 100644 --- a/dlls/snmpapi/Makefile.in +++ b/dlls/snmpapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = snmpapi.dll IMPORTLIB = snmpapi diff --git a/dlls/snmpapi/tests/Makefile.in b/dlls/snmpapi/tests/Makefile.in index b213339ca28..a111b3db502 100644 --- a/dlls/snmpapi/tests/Makefile.in +++ b/dlls/snmpapi/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = snmpapi.dll IMPORTS = snmpapi diff --git a/dlls/softpub/Makefile.in b/dlls/softpub/Makefile.in index aff909a6264..bc43a73d1e6 100644 --- a/dlls/softpub/Makefile.in +++ b/dlls/softpub/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = softpub.dll IMPORTS = wintrust diff --git a/dlls/sound.drv16/Makefile.in b/dlls/sound.drv16/Makefile.in index 9b4264944b0..e4376427064 100644 --- a/dlls/sound.drv16/Makefile.in +++ b/dlls/sound.drv16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = sound.drv16 EXTRADLLFLAGS = -m16 -Wb,--main-module,winmm.dll diff --git a/dlls/spoolss/Makefile.in b/dlls/spoolss/Makefile.in index c5525a8b1f5..ead2a5e1ce0 100644 --- a/dlls/spoolss/Makefile.in +++ b/dlls/spoolss/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = spoolss.dll IMPORTLIB = spoolss IMPORTS = winspool diff --git a/dlls/spoolss/tests/Makefile.in b/dlls/spoolss/tests/Makefile.in index bec919c715a..34934b260a4 100644 --- a/dlls/spoolss/tests/Makefile.in +++ b/dlls/spoolss/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = spoolss.dll C_SRCS = \ diff --git a/dlls/stdole2.tlb/Makefile.in b/dlls/stdole2.tlb/Makefile.in index c860abd6c5e..13076ece497 100644 --- a/dlls/stdole2.tlb/Makefile.in +++ b/dlls/stdole2.tlb/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = stdole2.tlb RC_SRCS = rsrc.rc diff --git a/dlls/stdole32.tlb/Makefile.in b/dlls/stdole32.tlb/Makefile.in index 9cfb373f647..8cd448d79b1 100644 --- a/dlls/stdole32.tlb/Makefile.in +++ b/dlls/stdole32.tlb/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = stdole32.tlb RC_SRCS = rsrc.rc diff --git a/dlls/sti/Makefile.in b/dlls/sti/Makefile.in index d9ef1a64559..c72feba02cc 100644 --- a/dlls/sti/Makefile.in +++ b/dlls/sti/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = sti.dll IMPORTLIB = sti IMPORTS = uuid ole32 oleaut32 rpcrt4 advapi32 diff --git a/dlls/sti/tests/Makefile.in b/dlls/sti/tests/Makefile.in index 83b76e3f33b..8216d07db86 100644 --- a/dlls/sti/tests/Makefile.in +++ b/dlls/sti/tests/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = sti.dll IMPORTS = ole32 EXTRALIBS = -luuid diff --git a/dlls/storage.dll16/Makefile.in b/dlls/storage.dll16/Makefile.in index 15a2e59b022..b787ec0342b 100644 --- a/dlls/storage.dll16/Makefile.in +++ b/dlls/storage.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = storage.dll16 IMPORTS = uuid ole32 EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll diff --git a/dlls/stress.dll16/Makefile.in b/dlls/stress.dll16/Makefile.in index fd9ce7a058a..23972786390 100644 --- a/dlls/stress.dll16/Makefile.in +++ b/dlls/stress.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = stress.dll16 EXTRADLLFLAGS = -m16 diff --git a/dlls/strmiids/Makefile.in b/dlls/strmiids/Makefile.in index f0cbdd11392..362c04021f0 100644 --- a/dlls/strmiids/Makefile.in +++ b/dlls/strmiids/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = strmiids C_SRCS = \ diff --git a/dlls/svrapi/Makefile.in b/dlls/svrapi/Makefile.in index 61c866421e0..127e265da41 100644 --- a/dlls/svrapi/Makefile.in +++ b/dlls/svrapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = svrapi.dll C_SRCS = \ diff --git a/dlls/sxs/Makefile.in b/dlls/sxs/Makefile.in index 5046aa0a18d..f7ca36176ed 100644 --- a/dlls/sxs/Makefile.in +++ b/dlls/sxs/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = sxs.dll C_SRCS = \ diff --git a/dlls/system.drv16/Makefile.in b/dlls/system.drv16/Makefile.in index e3ba60a5d01..468f8bb45a5 100644 --- a/dlls/system.drv16/Makefile.in +++ b/dlls/system.drv16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = system.drv16 EXTRADLLFLAGS = -m16 diff --git a/dlls/t2embed/Makefile.in b/dlls/t2embed/Makefile.in index 43cd8e9b68b..fc0e13629b5 100644 --- a/dlls/t2embed/Makefile.in +++ b/dlls/t2embed/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = t2embed.dll C_SRCS = \ diff --git a/dlls/tapi32/Makefile.in b/dlls/tapi32/Makefile.in index cee121a1143..dc2103d2036 100644 --- a/dlls/tapi32/Makefile.in +++ b/dlls/tapi32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = tapi32.dll IMPORTLIB = tapi32 IMPORTS = advapi32 diff --git a/dlls/toolhelp.dll16/Makefile.in b/dlls/toolhelp.dll16/Makefile.in index 7fe3c813890..f2da9189bf5 100644 --- a/dlls/toolhelp.dll16/Makefile.in +++ b/dlls/toolhelp.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = toolhelp.dll16 EXTRADLLFLAGS = -m16 diff --git a/dlls/traffic/Makefile.in b/dlls/traffic/Makefile.in index 11a8b87618e..8d89e3e77b0 100644 --- a/dlls/traffic/Makefile.in +++ b/dlls/traffic/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = traffic.dll C_SRCS = \ diff --git a/dlls/twain.dll16/Makefile.in b/dlls/twain.dll16/Makefile.in index 00be9408c54..819423ec283 100644 --- a/dlls/twain.dll16/Makefile.in +++ b/dlls/twain.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = twain.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,twain_32.dll diff --git a/dlls/twain_32/Makefile.in b/dlls/twain_32/Makefile.in index 236cceb55a7..9a200355752 100644 --- a/dlls/twain_32/Makefile.in +++ b/dlls/twain_32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = twain_32.dll C_SRCS = \ diff --git a/dlls/twain_32/tests/Makefile.in b/dlls/twain_32/tests/Makefile.in index b64a5af5cbc..060b20e39f3 100644 --- a/dlls/twain_32/tests/Makefile.in +++ b/dlls/twain_32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = twain_32.dll IMPORTS = user32 gdi32 diff --git a/dlls/typelib.dll16/Makefile.in b/dlls/typelib.dll16/Makefile.in index 038918f18b7..8b68223c1aa 100644 --- a/dlls/typelib.dll16/Makefile.in +++ b/dlls/typelib.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = typelib.dll16 IMPORTS = oleaut32 advapi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll diff --git a/dlls/unicows/Makefile.in b/dlls/unicows/Makefile.in index 8f2d1dcd88e..d3686362d00 100644 --- a/dlls/unicows/Makefile.in +++ b/dlls/unicows/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = unicows.dll IMPORTLIB = unicows IMPORTS = avicap32 msvfw32 oledlg comdlg32 shell32 winmm winspool \ diff --git a/dlls/updspapi/Makefile.in b/dlls/updspapi/Makefile.in index 18d6d39cc46..9aa992d2ea2 100644 --- a/dlls/updspapi/Makefile.in +++ b/dlls/updspapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = updspapi.dll IMPORTS = setupapi diff --git a/dlls/url/Makefile.in b/dlls/url/Makefile.in index e3f8ddaf629..b4e7fe18cb6 100644 --- a/dlls/url/Makefile.in +++ b/dlls/url/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = url.dll IMPORTLIB = url IMPORTS = shell32 shlwapi diff --git a/dlls/urlmon/Makefile.in b/dlls/urlmon/Makefile.in index 35be64edf23..65384e8480e 100644 --- a/dlls/urlmon/Makefile.in +++ b/dlls/urlmon/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = urlmon.dll IMPORTLIB = urlmon IMPORTS = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32 diff --git a/dlls/urlmon/tests/Makefile.in b/dlls/urlmon/tests/Makefile.in index 8bf05c3b7a0..0c3801bd3d6 100644 --- a/dlls/urlmon/tests/Makefile.in +++ b/dlls/urlmon/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = urlmon.dll IMPORTS = urlmon ole32 oleaut32 user32 advapi32 diff --git a/dlls/usbd.sys/Makefile.in b/dlls/usbd.sys/Makefile.in index 38f1fccafb2..8eb816476eb 100644 --- a/dlls/usbd.sys/Makefile.in +++ b/dlls/usbd.sys/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = usbd.sys IMPORTLIB = usbd.sys IMPORTS = ntoskrnl.exe diff --git a/dlls/user.exe16/Makefile.in b/dlls/user.exe16/Makefile.in index f57e9188312..7860f43f0f8 100644 --- a/dlls/user.exe16/Makefile.in +++ b/dlls/user.exe16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = user.exe16 IMPORTS = mpr user32 gdi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,user32.dll,--heap,65520 diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in index 917e076a2c7..acd827b821c 100644 --- a/dlls/user32/Makefile.in +++ b/dlls/user32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_USER32_ -D_WINABLE_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = user32.dll IMPORTLIB = user32 IMPORTS = gdi32 advapi32 diff --git a/dlls/user32/tests/Makefile.in b/dlls/user32/tests/Makefile.in index f6f76160fa2..eb5789adca2 100644 --- a/dlls/user32/tests/Makefile.in +++ b/dlls/user32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = user32.dll IMPORTS = user32 gdi32 advapi32 diff --git a/dlls/userenv/Makefile.in b/dlls/userenv/Makefile.in index aaf0de1c632..4b851b0dc57 100644 --- a/dlls/userenv/Makefile.in +++ b/dlls/userenv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = userenv.dll IMPORTS = advapi32 IMPORTLIB = userenv diff --git a/dlls/userenv/tests/Makefile.in b/dlls/userenv/tests/Makefile.in index 79bc9af48e5..3aa08615fb1 100644 --- a/dlls/userenv/tests/Makefile.in +++ b/dlls/userenv/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = userenv.dll IMPORTS = userenv advapi32 diff --git a/dlls/usp10/Makefile.in b/dlls/usp10/Makefile.in index 983f29123f8..deccbc951d7 100644 --- a/dlls/usp10/Makefile.in +++ b/dlls/usp10/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = usp10.dll IMPORTLIB = usp10 IMPORTS = gdi32 diff --git a/dlls/usp10/tests/Makefile.in b/dlls/usp10/tests/Makefile.in index 19e2e8844c1..954a4a87acb 100644 --- a/dlls/usp10/tests/Makefile.in +++ b/dlls/usp10/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = usp10.dll IMPORTS = usp10 user32 gdi32 diff --git a/dlls/uuid/Makefile.in b/dlls/uuid/Makefile.in index 729d36816dd..237bb793fa0 100644 --- a/dlls/uuid/Makefile.in +++ b/dlls/uuid/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = uuid C_SRCS = \ diff --git a/dlls/uxtheme/Makefile.in b/dlls/uxtheme/Makefile.in index 4cdb145344b..ba100a3b3ee 100644 --- a/dlls/uxtheme/Makefile.in +++ b/dlls/uxtheme/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = uxtheme.dll IMPORTLIB = uxtheme IMPORTS = user32 gdi32 advapi32 diff --git a/dlls/uxtheme/tests/Makefile.in b/dlls/uxtheme/tests/Makefile.in index 09bf6b9cdd5..6d179fad43c 100644 --- a/dlls/uxtheme/tests/Makefile.in +++ b/dlls/uxtheme/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = uxtheme.dll IMPORTS = user32 diff --git a/dlls/vdhcp.vxd/Makefile.in b/dlls/vdhcp.vxd/Makefile.in index b54b20f24c9..72af2c8ffdd 100644 --- a/dlls/vdhcp.vxd/Makefile.in +++ b/dlls/vdhcp.vxd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = vdhcp.vxd C_SRCS = \ diff --git a/dlls/vdmdbg/Makefile.in b/dlls/vdmdbg/Makefile.in index ddd637f55fe..3c37a1d0fdb 100644 --- a/dlls/vdmdbg/Makefile.in +++ b/dlls/vdmdbg/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = vdmdbg.dll IMPORTLIB = vdmdbg diff --git a/dlls/ver.dll16/Makefile.in b/dlls/ver.dll16/Makefile.in index 1306784b631..e458dd69b8a 100644 --- a/dlls/ver.dll16/Makefile.in +++ b/dlls/ver.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ver.dll16 IMPORTS = version lz32 diff --git a/dlls/version/Makefile.in b/dlls/version/Makefile.in index cb4a84a263c..1e5142af933 100644 --- a/dlls/version/Makefile.in +++ b/dlls/version/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = version.dll IMPORTLIB = version IMPORTS = lz32 diff --git a/dlls/version/tests/Makefile.in b/dlls/version/tests/Makefile.in index ad70bcb7026..2653299f8ac 100644 --- a/dlls/version/tests/Makefile.in +++ b/dlls/version/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = version.dll IMPORTS = version diff --git a/dlls/vmm.vxd/Makefile.in b/dlls/vmm.vxd/Makefile.in index 5b3a11d065c..f2748885bce 100644 --- a/dlls/vmm.vxd/Makefile.in +++ b/dlls/vmm.vxd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = vmm.vxd C_SRCS = \ diff --git a/dlls/vnbt.vxd/Makefile.in b/dlls/vnbt.vxd/Makefile.in index 171a929b10e..96b94bab5aa 100644 --- a/dlls/vnbt.vxd/Makefile.in +++ b/dlls/vnbt.vxd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = vnbt.vxd IMPORTS = iphlpapi ws2_32 diff --git a/dlls/vnetbios.vxd/Makefile.in b/dlls/vnetbios.vxd/Makefile.in index 47316aceb02..efa2af867c9 100644 --- a/dlls/vnetbios.vxd/Makefile.in +++ b/dlls/vnetbios.vxd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = vnetbios.vxd IMPORTS = netapi32 diff --git a/dlls/vtdapi.vxd/Makefile.in b/dlls/vtdapi.vxd/Makefile.in index 89e89cfe692..d74c22204f9 100644 --- a/dlls/vtdapi.vxd/Makefile.in +++ b/dlls/vtdapi.vxd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = vtdapi.vxd C_SRCS = \ diff --git a/dlls/vwin32.vxd/Makefile.in b/dlls/vwin32.vxd/Makefile.in index f0c90846054..a94ccc1cada 100644 --- a/dlls/vwin32.vxd/Makefile.in +++ b/dlls/vwin32.vxd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = vwin32.vxd IMPORTS = kernel diff --git a/dlls/w32skrnl/Makefile.in b/dlls/w32skrnl/Makefile.in index 07618e06b02..3e6a58cb0f1 100644 --- a/dlls/w32skrnl/Makefile.in +++ b/dlls/w32skrnl/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = w32skrnl.dll IMPORTS = kernel diff --git a/dlls/w32sys.dll16/Makefile.in b/dlls/w32sys.dll16/Makefile.in index 4c3c87134e5..b737a70c041 100644 --- a/dlls/w32sys.dll16/Makefile.in +++ b/dlls/w32sys.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = w32sys.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,w32skrnl.dll diff --git a/dlls/wbemprox/Makefile.in b/dlls/wbemprox/Makefile.in index f07a42037cc..b038d5cde0f 100644 --- a/dlls/wbemprox/Makefile.in +++ b/dlls/wbemprox/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wbemprox.dll IMPORTS = ole32 advapi32 diff --git a/dlls/wer/Makefile.in b/dlls/wer/Makefile.in index 9a35e41de5b..772182fb0c6 100644 --- a/dlls/wer/Makefile.in +++ b/dlls/wer/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wer.dll C_SRCS = \ diff --git a/dlls/wiaservc/Makefile.in b/dlls/wiaservc/Makefile.in index 88eca654b29..b7867f316e7 100644 --- a/dlls/wiaservc/Makefile.in +++ b/dlls/wiaservc/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wiaservc.dll IMPORTS = uuid ole32 advapi32 diff --git a/dlls/win32s16.dll16/Makefile.in b/dlls/win32s16.dll16/Makefile.in index b3969da0789..2e9f46e8f26 100644 --- a/dlls/win32s16.dll16/Makefile.in +++ b/dlls/win32s16.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = win32s16.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,w32skrnl.dll diff --git a/dlls/win87em.dll16/Makefile.in b/dlls/win87em.dll16/Makefile.in index 1ceca06dbe3..5b440ef9379 100644 --- a/dlls/win87em.dll16/Makefile.in +++ b/dlls/win87em.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = win87em.dll16 EXTRADLLFLAGS = -m16 diff --git a/dlls/winaspi.dll16/Makefile.in b/dlls/winaspi.dll16/Makefile.in index 0a25326dbb0..5923e21115d 100644 --- a/dlls/winaspi.dll16/Makefile.in +++ b/dlls/winaspi.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winaspi.dll16 IMPORTS = advapi32 EXTRADLLFLAGS = -m16 -Wb,--main-module,wnaspi32.dll diff --git a/dlls/windebug.dll16/Makefile.in b/dlls/windebug.dll16/Makefile.in index eb5e7632117..f5008e1298a 100644 --- a/dlls/windebug.dll16/Makefile.in +++ b/dlls/windebug.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = windebug.dll16 EXTRADLLFLAGS = -m16 diff --git a/dlls/windowscodecs/Makefile.in b/dlls/windowscodecs/Makefile.in index e21b4e3ee05..a70c3de3397 100644 --- a/dlls/windowscodecs/Makefile.in +++ b/dlls/windowscodecs/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = windowscodecs.dll IMPORTLIB = windowscodecs IMPORTS = uuid ole32 shlwapi advapi32 diff --git a/dlls/windowscodecs/tests/Makefile.in b/dlls/windowscodecs/tests/Makefile.in index 165f935e59e..51b54d4ac0e 100644 --- a/dlls/windowscodecs/tests/Makefile.in +++ b/dlls/windowscodecs/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = windowscodecs.dll IMPORTS = ole32 windowscodecs diff --git a/dlls/winealsa.drv/Makefile.in b/dlls/winealsa.drv/Makefile.in index 934f49c464f..430c60d7959 100644 --- a/dlls/winealsa.drv/Makefile.in +++ b/dlls/winealsa.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winealsa.drv IMPORTS = dxguid uuid winmm user32 advapi32 EXTRALIBS = @ALSALIBS@ diff --git a/dlls/wineaudioio.drv/Makefile.in b/dlls/wineaudioio.drv/Makefile.in index ec7c8a0d390..ba0722b997f 100644 --- a/dlls/wineaudioio.drv/Makefile.in +++ b/dlls/wineaudioio.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wineaudioio.drv IMPORTS = dxguid uuid winmm user32 EXTRALIBS = @AUDIOIOLIBS@ diff --git a/dlls/winecoreaudio.drv/Makefile.in b/dlls/winecoreaudio.drv/Makefile.in index d449e16bd13..9ac67a11271 100644 --- a/dlls/winecoreaudio.drv/Makefile.in +++ b/dlls/winecoreaudio.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winecoreaudio.drv IMPORTS = uuid winmm user32 EXTRALIBS = @COREAUDIO@ diff --git a/dlls/winecrt0/Makefile.in b/dlls/winecrt0/Makefile.in index 7f2ea34313c..ca95c89f840 100644 --- a/dlls/winecrt0/Makefile.in +++ b/dlls/winecrt0/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winecrt0 C_SRCS = \ diff --git a/dlls/wined3d/Makefile.in b/dlls/wined3d/Makefile.in index bbf8532ec49..89676fbb7fe 100644 --- a/dlls/wined3d/Makefile.in +++ b/dlls/wined3d/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wined3d.dll IMPORTLIB = wined3d IMPORTS = uuid user32 gdi32 advapi32 diff --git a/dlls/wineesd.drv/Makefile.in b/dlls/wineesd.drv/Makefile.in index 0575bb08607..52da94a03d4 100644 --- a/dlls/wineesd.drv/Makefile.in +++ b/dlls/wineesd.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wineesd.drv IMPORTS = dxguid uuid winmm user32 EXTRAINCL = @ESDINCL@ diff --git a/dlls/winejack.drv/Makefile.in b/dlls/winejack.drv/Makefile.in index a0614be12e8..6a074e98873 100644 --- a/dlls/winejack.drv/Makefile.in +++ b/dlls/winejack.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winejack.drv IMPORTS = dxguid uuid winmm user32 diff --git a/dlls/winejoystick.drv/Makefile.in b/dlls/winejoystick.drv/Makefile.in index eeb845d31fa..ea63d34815f 100644 --- a/dlls/winejoystick.drv/Makefile.in +++ b/dlls/winejoystick.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winejoystick.drv IMPORTS = winmm user32 diff --git a/dlls/winemapi/Makefile.in b/dlls/winemapi/Makefile.in index 294435ea5e8..0c1ff6ed01f 100644 --- a/dlls/winemapi/Makefile.in +++ b/dlls/winemapi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winemapi.dll IMPORTS = shlwapi shell32 diff --git a/dlls/winemp3.acm/Makefile.in b/dlls/winemp3.acm/Makefile.in index d049c06bfd9..2c372a69778 100644 --- a/dlls/winemp3.acm/Makefile.in +++ b/dlls/winemp3.acm/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winemp3.acm IMPORTS = winmm user32 EXTRALIBS = @LIBMPG123@ @COREAUDIO@ diff --git a/dlls/winenas.drv/Makefile.in b/dlls/winenas.drv/Makefile.in index 301db714dc3..75a01a40ef7 100644 --- a/dlls/winenas.drv/Makefile.in +++ b/dlls/winenas.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winenas.drv IMPORTS = dxguid uuid winmm user32 EXTRAINCL = @X_CFLAGS@ diff --git a/dlls/wineoss.drv/Makefile.in b/dlls/wineoss.drv/Makefile.in index 7b77dbc1e16..18e72d170b0 100644 --- a/dlls/wineoss.drv/Makefile.in +++ b/dlls/wineoss.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wineoss.drv IMPORTS = dxguid uuid winmm user32 diff --git a/dlls/wineps.drv/Makefile.in b/dlls/wineps.drv/Makefile.in index 7f9e333c588..ec401b88781 100644 --- a/dlls/wineps.drv/Makefile.in +++ b/dlls/wineps.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wineps.drv IMPORTS = user32 gdi32 winspool advapi32 EXTRAINCL = @FREETYPEINCL@ @CUPSINCL@ diff --git a/dlls/wineps16.drv16/Makefile.in b/dlls/wineps16.drv16/Makefile.in index 36ef32e3ae8..759410b6a23 100644 --- a/dlls/wineps16.drv16/Makefile.in +++ b/dlls/wineps16.drv16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wineps16.drv16 EXTRADLLFLAGS = -m16 diff --git a/dlls/winequartz.drv/Makefile.in b/dlls/winequartz.drv/Makefile.in index c2527e15654..18801f5b92e 100644 --- a/dlls/winequartz.drv/Makefile.in +++ b/dlls/winequartz.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winequartz.drv IMPORTS = user32 gdi32 advapi32 diff --git a/dlls/winex11.drv/Makefile.in b/dlls/winex11.drv/Makefile.in index 8a7598d4a08..5467b790b62 100644 --- a/dlls/winex11.drv/Makefile.in +++ b/dlls/winex11.drv/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winex11.drv IMPORTS = uuid user32 gdi32 advapi32 imm32 DELAYIMPORTS = comctl32 ole32 shell32 diff --git a/dlls/wing.dll16/Makefile.in b/dlls/wing.dll16/Makefile.in index e64f70f944f..c6b55d53193 100644 --- a/dlls/wing.dll16/Makefile.in +++ b/dlls/wing.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wing.dll16 IMPORTS = gdi32 EXTRADLLFLAGS = -m16 diff --git a/dlls/wing32/Makefile.in b/dlls/wing32/Makefile.in index 7f95153ed2a..7ef1f9718eb 100644 --- a/dlls/wing32/Makefile.in +++ b/dlls/wing32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wing32.dll IMPORTS = user32 gdi32 diff --git a/dlls/winhttp/Makefile.in b/dlls/winhttp/Makefile.in index f256f6685d1..ef080a0db6e 100644 --- a/dlls/winhttp/Makefile.in +++ b/dlls/winhttp/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winhttp.dll IMPORTLIB = winhttp IMPORTS = shlwapi diff --git a/dlls/winhttp/tests/Makefile.in b/dlls/winhttp/tests/Makefile.in index 1a9e36b9eab..840c3cfe9fd 100644 --- a/dlls/winhttp/tests/Makefile.in +++ b/dlls/winhttp/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = winhttp.dll IMPORTS = winhttp crypt32 advapi32 ws2_32 diff --git a/dlls/wininet/Makefile.in b/dlls/wininet/Makefile.in index e9c8dc43762..ecbf92dbf59 100644 --- a/dlls/wininet/Makefile.in +++ b/dlls/wininet/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_WINX32_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wininet.dll IMPORTLIB = wininet IMPORTS = mpr shlwapi shell32 user32 advapi32 diff --git a/dlls/wininet/tests/Makefile.in b/dlls/wininet/tests/Makefile.in index 7d088d8c438..942267a2788 100644 --- a/dlls/wininet/tests/Makefile.in +++ b/dlls/wininet/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = wininet.dll IMPORTS = wininet ws2_32 advapi32 diff --git a/dlls/winmm/Makefile.in b/dlls/winmm/Makefile.in index 79565dee954..cefa3f6f59a 100644 --- a/dlls/winmm/Makefile.in +++ b/dlls/winmm/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_WINMM_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winmm.dll IMPORTLIB = winmm IMPORTS = user32 advapi32 diff --git a/dlls/winmm/tests/Makefile.in b/dlls/winmm/tests/Makefile.in index e1c755d9800..4a74bdfa52a 100644 --- a/dlls/winmm/tests/Makefile.in +++ b/dlls/winmm/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = winmm.dll IMPORTS = winmm user32 diff --git a/dlls/winnls.dll16/Makefile.in b/dlls/winnls.dll16/Makefile.in index 75a7a6813bd..15b8495026d 100644 --- a/dlls/winnls.dll16/Makefile.in +++ b/dlls/winnls.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winnls.dll16 IMPORTS = winnls32 EXTRADLLFLAGS = -m16 -Wb,--main-module,winnls32.dll diff --git a/dlls/winnls32/Makefile.in b/dlls/winnls32/Makefile.in index d14895631de..ede70f7eb77 100644 --- a/dlls/winnls32/Makefile.in +++ b/dlls/winnls32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winnls32.dll IMPORTLIB = winnls32 diff --git a/dlls/winscard/Makefile.in b/dlls/winscard/Makefile.in index 5b54dbedace..7c52bb0051b 100644 --- a/dlls/winscard/Makefile.in +++ b/dlls/winscard/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winscard.dll IMPORTLIB = winscard diff --git a/dlls/winsock.dll16/Makefile.in b/dlls/winsock.dll16/Makefile.in index 2bb1153ee5e..1caf4e3f990 100644 --- a/dlls/winsock.dll16/Makefile.in +++ b/dlls/winsock.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winsock.dll16 IMPORTS = ws2_32 DELAYIMPORTS = user32 diff --git a/dlls/winspool.drv/Makefile.in b/dlls/winspool.drv/Makefile.in index 00eaaca7158..3d8612b0e67 100644 --- a/dlls/winspool.drv/Makefile.in +++ b/dlls/winspool.drv/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D_SPOOL32_ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winspool.drv IMPORTLIB = winspool IMPORTS = user32 gdi32 advapi32 diff --git a/dlls/winspool.drv/tests/Makefile.in b/dlls/winspool.drv/tests/Makefile.in index fddb33aa636..f786fa9f7e3 100644 --- a/dlls/winspool.drv/tests/Makefile.in +++ b/dlls/winspool.drv/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = winspool.drv IMPORTS = winspool advapi32 diff --git a/dlls/wintab.dll16/Makefile.in b/dlls/wintab.dll16/Makefile.in index 93b319f741d..fec93371e99 100644 --- a/dlls/wintab.dll16/Makefile.in +++ b/dlls/wintab.dll16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wintab.dll16 EXTRADLLFLAGS = -m16 -Wb,--main-module,wintab32.dll diff --git a/dlls/wintab32/Makefile.in b/dlls/wintab32/Makefile.in index 49fa8f6f178..7425c7d3567 100644 --- a/dlls/wintab32/Makefile.in +++ b/dlls/wintab32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wintab32.dll IMPORTLIB = wintab32 IMPORTS = user32 diff --git a/dlls/wintab32/tests/Makefile.in b/dlls/wintab32/tests/Makefile.in index 347153684ad..e2a36932c8d 100644 --- a/dlls/wintab32/tests/Makefile.in +++ b/dlls/wintab32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = wintab32.dll IMPORTS = user32 diff --git a/dlls/wintrust/Makefile.in b/dlls/wintrust/Makefile.in index aae7934a61e..e667886498a 100644 --- a/dlls/wintrust/Makefile.in +++ b/dlls/wintrust/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wintrust.dll IMPORTLIB = wintrust IMPORTS = crypt32 user32 advapi32 diff --git a/dlls/wintrust/tests/Makefile.in b/dlls/wintrust/tests/Makefile.in index 6b7a0ecb83a..b40817cac55 100644 --- a/dlls/wintrust/tests/Makefile.in +++ b/dlls/wintrust/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = wintrust.dll IMPORTS = wintrust crypt32 advapi32 diff --git a/dlls/wldap32/Makefile.in b/dlls/wldap32/Makefile.in index 8c9c122ad58..8c9b351dfff 100644 --- a/dlls/wldap32/Makefile.in +++ b/dlls/wldap32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wldap32.dll IMPORTLIB = wldap32 IMPORTS = user32 diff --git a/dlls/wldap32/tests/Makefile.in b/dlls/wldap32/tests/Makefile.in index 8ae16f8b0b5..5b1d2f1a1e3 100644 --- a/dlls/wldap32/tests/Makefile.in +++ b/dlls/wldap32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = wldap32.dll IMPORTS = wldap32 diff --git a/dlls/wmi/Makefile.in b/dlls/wmi/Makefile.in index 8e22a991801..7a8cfd63982 100644 --- a/dlls/wmi/Makefile.in +++ b/dlls/wmi/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wmi.dll IMPORTS = advapi32 diff --git a/dlls/wmiutils/Makefile.in b/dlls/wmiutils/Makefile.in index 3c896189214..3dbc0d0fa59 100644 --- a/dlls/wmiutils/Makefile.in +++ b/dlls/wmiutils/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wmiutils.dll IMPORTS = oleaut32 ole32 advapi32 diff --git a/dlls/wnaspi32/Makefile.in b/dlls/wnaspi32/Makefile.in index df345110451..1235ad2cb58 100644 --- a/dlls/wnaspi32/Makefile.in +++ b/dlls/wnaspi32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wnaspi32.dll IMPORTLIB = wnaspi32 IMPORTS = advapi32 diff --git a/dlls/wow32/Makefile.in b/dlls/wow32/Makefile.in index 56887e80dd6..08554827877 100644 --- a/dlls/wow32/Makefile.in +++ b/dlls/wow32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wow32.dll IMPORTLIB = wow32 IMPORTS = kernel diff --git a/dlls/ws2_32/Makefile.in b/dlls/ws2_32/Makefile.in index 6321759cc11..1d7e550743e 100644 --- a/dlls/ws2_32/Makefile.in +++ b/dlls/ws2_32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DUSE_WS_PREFIX -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ws2_32.dll IMPORTLIB = ws2_32 DELAYIMPORTS = iphlpapi user32 diff --git a/dlls/ws2_32/tests/Makefile.in b/dlls/ws2_32/tests/Makefile.in index d9b0dde11a4..6d473b385a3 100644 --- a/dlls/ws2_32/tests/Makefile.in +++ b/dlls/ws2_32/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = ws2_32.dll IMPORTS = ws2_32 user32 diff --git a/dlls/wsock32/Makefile.in b/dlls/wsock32/Makefile.in index cb371fef844..a122bbf1671 100644 --- a/dlls/wsock32/Makefile.in +++ b/dlls/wsock32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wsock32.dll IMPORTLIB = wsock32 IMPORTS = mswsock ws2_32 iphlpapi diff --git a/dlls/wtsapi32/Makefile.in b/dlls/wtsapi32/Makefile.in index e5ea9777168..614648c8d9b 100644 --- a/dlls/wtsapi32/Makefile.in +++ b/dlls/wtsapi32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wtsapi32.dll IMPORTLIB = wtsapi32 diff --git a/dlls/wuapi/Makefile.in b/dlls/wuapi/Makefile.in index 66953ab49d5..658008a38ae 100644 --- a/dlls/wuapi/Makefile.in +++ b/dlls/wuapi/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DCOM_NO_WINDOWS_H -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wuapi.dll IMPORTS = uuid ole32 advapi32 diff --git a/dlls/wuaueng/Makefile.in b/dlls/wuaueng/Makefile.in index 46b84d79acf..c4bd0b84de7 100644 --- a/dlls/wuaueng/Makefile.in +++ b/dlls/wuaueng/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wuaueng.dll C_SRCS = \ diff --git a/dlls/xinput1_1/Makefile.in b/dlls/xinput1_1/Makefile.in index e40104bc4d9..cb69d28294d 100644 --- a/dlls/xinput1_1/Makefile.in +++ b/dlls/xinput1_1/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = xinput1_1.dll C_SRCS = \ diff --git a/dlls/xinput1_2/Makefile.in b/dlls/xinput1_2/Makefile.in index 6f64628ef95..bbeee3f703e 100644 --- a/dlls/xinput1_2/Makefile.in +++ b/dlls/xinput1_2/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = xinput1_2.dll C_SRCS = \ diff --git a/dlls/xinput1_3/Makefile.in b/dlls/xinput1_3/Makefile.in index 3fc79c8d9c3..ed529f392c1 100644 --- a/dlls/xinput1_3/Makefile.in +++ b/dlls/xinput1_3/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = xinput1_3.dll IMPORTLIB = xinput diff --git a/dlls/xinput1_3/tests/Makefile.in b/dlls/xinput1_3/tests/Makefile.in index a1fc7b40932..d8dfdf1d7bb 100644 --- a/dlls/xinput1_3/tests/Makefile.in +++ b/dlls/xinput1_3/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = xinput1_3.dll IMPORTS = user32 diff --git a/dlls/xinput9_1_0/Makefile.in b/dlls/xinput9_1_0/Makefile.in index 0b940760229..0fe8838a55a 100644 --- a/dlls/xinput9_1_0/Makefile.in +++ b/dlls/xinput9_1_0/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = xinput9_1_0.dll C_SRCS = \ diff --git a/dlls/xmllite/Makefile.in b/dlls/xmllite/Makefile.in index 7702bc31126..7d1ca4c83b7 100644 --- a/dlls/xmllite/Makefile.in +++ b/dlls/xmllite/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = xmllite.dll C_SRCS = \ diff --git a/dlls/xmllite/tests/Makefile.in b/dlls/xmllite/tests/Makefile.in index 73dda82032c..be44968a8e6 100644 --- a/dlls/xmllite/tests/Makefile.in +++ b/dlls/xmllite/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = xmllite.dll IMPORTS = ole32 diff --git a/documentation/Makefile.in b/documentation/Makefile.in index 332fefba93b..a2807eddef6 100644 --- a/documentation/Makefile.in +++ b/documentation/Makefile.in @@ -1,9 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = .. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = none - INSTALLDIRS = $(DESTDIR)$(mandir)/man$(api_manext) @MAKE_RULES@ diff --git a/fonts/Makefile.in b/fonts/Makefile.in index bf3da145321..799598ab542 100644 --- a/fonts/Makefile.in +++ b/fonts/Makefile.in @@ -1,9 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = .. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = none -fontdir = $(datadir)/wine/fonts INSTALLDIRS = $(DESTDIR)$(fontdir) BITMAP_FONTS = \ diff --git a/include/Makefile.in b/include/Makefile.in index bfaabd35e41..316a467533f 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,9 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = .. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = none - PRIVATE_IDL_H_SRCS = \ wine/wined3d.idl \ wine/winedxgi.idl diff --git a/libs/port/Makefile.in b/libs/port/Makefile.in index 83bbfa940a1..1609aca59f0 100644 --- a/libs/port/Makefile.in +++ b/libs/port/Makefile.in @@ -1,9 +1,5 @@ DEFS = -D__WINESRC__ DLLFLAGS = @DLLFLAGS@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = libwine_port.a C_SRCS = \ diff --git a/libs/wine/Makefile.in b/libs/wine/Makefile.in index 68ea6111fb8..8ed360ef1ab 100644 --- a/libs/wine/Makefile.in +++ b/libs/wine/Makefile.in @@ -1,9 +1,4 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ DLLFLAGS = @DLLFLAGS@ -LIBEXT = @LIBEXT@ MODULE = libwine.$(LIBEXT) VERSCRIPT = $(SRCDIR)/wine.map EXTRALIBS = $(LIBPORT) @LIBDL@ @CRTLIBS@ diff --git a/libs/wpp/Makefile.in b/libs/wpp/Makefile.in index acd74b6d5a1..4cd080eedf1 100644 --- a/libs/wpp/Makefile.in +++ b/libs/wpp/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ DLLFLAGS = @DLLFLAGS@ MODULE = libwpp.a diff --git a/loader/Makefile.in b/loader/Makefile.in index df552368a71..001728b8957 100644 --- a/loader/Makefile.in +++ b/loader/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = .. -SRCDIR = @srcdir@ -VPATH = @srcdir@ DEFS = -D__WINESRC__ $(EXTRADEFS) C_SRCS = \ diff --git a/programs/attrib/Makefile.in b/programs/attrib/Makefile.in index 9cf9bcfc55f..895697ca37f 100644 --- a/programs/attrib/Makefile.in +++ b/programs/attrib/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = attrib.exe APPMODE = -mconsole -municode diff --git a/programs/cacls/Makefile.in b/programs/cacls/Makefile.in index cd239ce33d6..231d82f0fb8 100644 --- a/programs/cacls/Makefile.in +++ b/programs/cacls/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cacls.exe APPMODE = -mconsole diff --git a/programs/clock/Makefile.in b/programs/clock/Makefile.in index 26e9e34cc15..db863c7b0a7 100644 --- a/programs/clock/Makefile.in +++ b/programs/clock/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = clock.exe APPMODE = -mwindows IMPORTS = comdlg32 shell32 user32 gdi32 diff --git a/programs/cmd/Makefile.in b/programs/cmd/Makefile.in index 534e48a76b4..1b259b19e5c 100644 --- a/programs/cmd/Makefile.in +++ b/programs/cmd/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cmd.exe APPMODE = -mconsole -municode EXTRADEFS = -DWINE_NO_UNICODE_MACROS diff --git a/programs/cmd/tests/Makefile.in b/programs/cmd/tests/Makefile.in index 658efde7025..8fd1670648a 100644 --- a/programs/cmd/tests/Makefile.in +++ b/programs/cmd/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = cmd.exe C_SRCS = \ diff --git a/programs/cmdlgtst/Makefile.in b/programs/cmdlgtst/Makefile.in index bdde2563d52..d4af7ce4e96 100644 --- a/programs/cmdlgtst/Makefile.in +++ b/programs/cmdlgtst/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = cmdlgtst.exe APPMODE = -mwindows IMPORTS = comdlg32 user32 gdi32 diff --git a/programs/control/Makefile.in b/programs/control/Makefile.in index dcdea6f3ec8..d4b283826eb 100644 --- a/programs/control/Makefile.in +++ b/programs/control/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = control.exe APPMODE = -mwindows -municode IMPORTS = shell32 user32 diff --git a/programs/dxdiag/Makefile.in b/programs/dxdiag/Makefile.in index 65dc091505a..941d2c7e8b4 100644 --- a/programs/dxdiag/Makefile.in +++ b/programs/dxdiag/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = dxdiag.exe APPMODE = -mwindows -municode diff --git a/programs/eject/Makefile.in b/programs/eject/Makefile.in index 4eb1c302f95..4ba542824e4 100644 --- a/programs/eject/Makefile.in +++ b/programs/eject/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = eject.exe APPMODE = -mconsole diff --git a/programs/expand/Makefile.in b/programs/expand/Makefile.in index 832abd85238..36a585bbaa3 100644 --- a/programs/expand/Makefile.in +++ b/programs/expand/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = expand.exe APPMODE = -mconsole IMPORTS = setupapi diff --git a/programs/explorer/Makefile.in b/programs/explorer/Makefile.in index b61d32de4cd..5537bc4f890 100644 --- a/programs/explorer/Makefile.in +++ b/programs/explorer/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = explorer.exe APPMODE = -mwindows -municode IMPORTS = rpcrt4 user32 gdi32 advapi32 diff --git a/programs/extrac32/Makefile.in b/programs/extrac32/Makefile.in index 353e56dff72..5f8af3dc123 100644 --- a/programs/extrac32/Makefile.in +++ b/programs/extrac32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = extrac32.exe APPMODE = -mwindows -municode EXTRADEFS = -DWINE_NO_UNICODE diff --git a/programs/hh/Makefile.in b/programs/hh/Makefile.in index 152d129e05d..cc8c6dd8d19 100644 --- a/programs/hh/Makefile.in +++ b/programs/hh/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = hh.exe APPMODE = -mwindows diff --git a/programs/icinfo/Makefile.in b/programs/icinfo/Makefile.in index 52eda386e5d..16a5bb7913b 100644 --- a/programs/icinfo/Makefile.in +++ b/programs/icinfo/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = icinfo.exe APPMODE = -mwindows IMPORTS = msvfw32 diff --git a/programs/iexplore/Makefile.in b/programs/iexplore/Makefile.in index e657dab1aea..921afac68d8 100644 --- a/programs/iexplore/Makefile.in +++ b/programs/iexplore/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = iexplore.exe APPMODE = -mwindows IMPORTS = shdocvw user32 gdi32 diff --git a/programs/ipconfig/Makefile.in b/programs/ipconfig/Makefile.in index c599edf3aff..5135a135a0b 100644 --- a/programs/ipconfig/Makefile.in +++ b/programs/ipconfig/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ipconfig.exe APPMODE = -mconsole -municode IMPORTS = iphlpapi ws2_32 user32 diff --git a/programs/lodctr/Makefile.in b/programs/lodctr/Makefile.in index 68ee755592d..b0a4759a81a 100644 --- a/programs/lodctr/Makefile.in +++ b/programs/lodctr/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = lodctr.exe APPMODE = -mconsole IMPORTS = loadperf diff --git a/programs/mshta/Makefile.in b/programs/mshta/Makefile.in index e2810d7978c..8c7bb9b3746 100644 --- a/programs/mshta/Makefile.in +++ b/programs/mshta/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = mshta.exe APPMODE = -mwindows -municode diff --git a/programs/msiexec/Makefile.in b/programs/msiexec/Makefile.in index 353e0bea26e..f3eee0dd6da 100644 --- a/programs/msiexec/Makefile.in +++ b/programs/msiexec/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = msiexec.exe APPMODE = -mwindows IMPORTS = msi ole32 advapi32 user32 diff --git a/programs/net/Makefile.in b/programs/net/Makefile.in index 742c7cf8ccf..6a2ec3878ea 100644 --- a/programs/net/Makefile.in +++ b/programs/net/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = net.exe APPMODE = -mconsole IMPORTS = netapi32 user32 advapi32 diff --git a/programs/ngen/Makefile.in b/programs/ngen/Makefile.in index a3529f19ea5..50a7a9bae70 100644 --- a/programs/ngen/Makefile.in +++ b/programs/ngen/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ngen.exe APPMODE = -mconsole -municode diff --git a/programs/notepad/Makefile.in b/programs/notepad/Makefile.in index e9b389e9945..c2cc3dc99d3 100644 --- a/programs/notepad/Makefile.in +++ b/programs/notepad/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = notepad.exe APPMODE = -mwindows -mno-cygwin IMPORTS = comdlg32 shell32 shlwapi user32 gdi32 advapi32 diff --git a/programs/oleview/Makefile.in b/programs/oleview/Makefile.in index 4cd00db3775..6f99b492ec7 100644 --- a/programs/oleview/Makefile.in +++ b/programs/oleview/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = oleview.exe APPMODE = -mwindows IMPORTS = uuid comdlg32 comctl32 shell32 oleaut32 ole32 user32 advapi32 diff --git a/programs/ping/Makefile.in b/programs/ping/Makefile.in index 248a628013d..fea6c501a5b 100644 --- a/programs/ping/Makefile.in +++ b/programs/ping/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = ping.exe APPMODE = -mconsole diff --git a/programs/progman/Makefile.in b/programs/progman/Makefile.in index e30aabcf575..6ee9f8117fc 100644 --- a/programs/progman/Makefile.in +++ b/programs/progman/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = progman.exe APPMODE = -mwindows IMPORTS = shell32 comdlg32 user32 gdi32 diff --git a/programs/reg/Makefile.in b/programs/reg/Makefile.in index 2332f9b4a48..bfdfc80c1ad 100644 --- a/programs/reg/Makefile.in +++ b/programs/reg/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = reg.exe APPMODE = -mconsole -municode IMPORTS = advapi32 diff --git a/programs/regedit/Makefile.in b/programs/regedit/Makefile.in index 89af4356786..c5dac554022 100644 --- a/programs/regedit/Makefile.in +++ b/programs/regedit/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = regedit.exe APPMODE = -mwindows -mno-cygwin IMPORTS = advapi32 diff --git a/programs/regedit/tests/Makefile.in b/programs/regedit/tests/Makefile.in index db308c03f71..4442ed24e8b 100644 --- a/programs/regedit/tests/Makefile.in +++ b/programs/regedit/tests/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ TESTDLL = regedit.exe IMPORTS = advapi32 diff --git a/programs/regsvr32/Makefile.in b/programs/regsvr32/Makefile.in index f6808c5f0af..dba1d24745d 100644 --- a/programs/regsvr32/Makefile.in +++ b/programs/regsvr32/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = regsvr32.exe APPMODE = -mconsole IMPORTS = ole32 diff --git a/programs/rpcss/Makefile.in b/programs/rpcss/Makefile.in index 4beea7f640c..40bd188a536 100644 --- a/programs/rpcss/Makefile.in +++ b/programs/rpcss/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D__WINESRC__ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rpcss.exe APPMODE = -mconsole IMPORTS = rpcrt4 diff --git a/programs/rundll.exe16/Makefile.in b/programs/rundll.exe16/Makefile.in index 625c744494f..8c6846cb215 100644 --- a/programs/rundll.exe16/Makefile.in +++ b/programs/rundll.exe16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rundll.exe16 APPMODE = -m16 diff --git a/programs/rundll32/Makefile.in b/programs/rundll32/Makefile.in index 80e004e8b43..fa0a2c036a6 100644 --- a/programs/rundll32/Makefile.in +++ b/programs/rundll32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = rundll32.exe APPMODE = -mwindows -municode IMPORTS = user32 diff --git a/programs/sc/Makefile.in b/programs/sc/Makefile.in index f78bbaaf62d..7249174bceb 100644 --- a/programs/sc/Makefile.in +++ b/programs/sc/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = sc.exe APPMODE = -mconsole -municode IMPORTS = advapi32 diff --git a/programs/secedit/Makefile.in b/programs/secedit/Makefile.in index 2906036b363..c8abde10421 100644 --- a/programs/secedit/Makefile.in +++ b/programs/secedit/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = secedit.exe APPMODE = -mconsole diff --git a/programs/services/Makefile.in b/programs/services/Makefile.in index 08b38f034f0..96ab500bbac 100644 --- a/programs/services/Makefile.in +++ b/programs/services/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = services.exe APPMODE = -mconsole IMPORTS = rpcrt4 advapi32 diff --git a/programs/spoolsv/Makefile.in b/programs/spoolsv/Makefile.in index 975287dc163..8e7e3cefe9a 100644 --- a/programs/spoolsv/Makefile.in +++ b/programs/spoolsv/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = spoolsv.exe APPMODE = -mconsole IMPORTS = advapi32 diff --git a/programs/start/Makefile.in b/programs/start/Makefile.in index 26fcb94baa8..c951455df11 100644 --- a/programs/start/Makefile.in +++ b/programs/start/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = start.exe APPMODE = -mconsole -municode IMPORTS = shell32 user32 diff --git a/programs/svchost/Makefile.in b/programs/svchost/Makefile.in index 3f75cd66001..73883c7fe35 100644 --- a/programs/svchost/Makefile.in +++ b/programs/svchost/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = svchost.exe APPMODE = -municode IMPORTS = advapi32 diff --git a/programs/taskmgr/Makefile.in b/programs/taskmgr/Makefile.in index 6146d12281c..ddb0bbbe4f2 100644 --- a/programs/taskmgr/Makefile.in +++ b/programs/taskmgr/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = taskmgr.exe APPMODE = -mwindows -mno-cygwin IMPORTS = psapi shell32 comctl32 user32 gdi32 advapi32 diff --git a/programs/termsv/Makefile.in b/programs/termsv/Makefile.in index 0181484fd86..3d7f1cfba9f 100644 --- a/programs/termsv/Makefile.in +++ b/programs/termsv/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = termsv.exe APPMODE = -mconsole -municode IMPORTS = advapi32 diff --git a/programs/uninstaller/Makefile.in b/programs/uninstaller/Makefile.in index 2446b30347b..64947824b37 100644 --- a/programs/uninstaller/Makefile.in +++ b/programs/uninstaller/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = uninstaller.exe APPMODE = -mconsole -municode IMPORTS = advapi32 diff --git a/programs/unlodctr/Makefile.in b/programs/unlodctr/Makefile.in index bdb23ece0a6..0899d8cdbaa 100644 --- a/programs/unlodctr/Makefile.in +++ b/programs/unlodctr/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = unlodctr.exe APPMODE = -mconsole IMPORTS = loadperf diff --git a/programs/view/Makefile.in b/programs/view/Makefile.in index 2d786250a0b..6fa4acf3af2 100644 --- a/programs/view/Makefile.in +++ b/programs/view/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = view.exe APPMODE = -mwindows IMPORTS = comdlg32 user32 gdi32 diff --git a/programs/wineboot/Makefile.in b/programs/wineboot/Makefile.in index 77cddb95862..ab7999653a4 100644 --- a/programs/wineboot/Makefile.in +++ b/programs/wineboot/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wineboot.exe APPMODE = -mconsole IMPORTS = uuid advapi32 diff --git a/programs/winebrowser/Makefile.in b/programs/winebrowser/Makefile.in index d4ff00a93eb..0dee0702cec 100644 --- a/programs/winebrowser/Makefile.in +++ b/programs/winebrowser/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winebrowser.exe APPMODE = -mwindows -municode IMPORTS = shlwapi user32 advapi32 diff --git a/programs/winecfg/Makefile.in b/programs/winecfg/Makefile.in index 3c5542dfac8..a23d8bdc6c3 100644 --- a/programs/winecfg/Makefile.in +++ b/programs/winecfg/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winecfg.exe APPMODE = -mwindows IMPORTS = uuid comdlg32 comctl32 shell32 ole32 winmm shlwapi uxtheme user32 gdi32 advapi32 diff --git a/programs/wineconsole/Makefile.in b/programs/wineconsole/Makefile.in index 74e99a18662..cca7e2fd60e 100644 --- a/programs/wineconsole/Makefile.in +++ b/programs/wineconsole/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wineconsole.exe APPMODE = -mwindows IMPORTS = advapi32 diff --git a/programs/winedbg/Makefile.in b/programs/winedbg/Makefile.in index a4f40aeda72..0f2192683a6 100644 --- a/programs/winedbg/Makefile.in +++ b/programs/winedbg/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winedbg.exe APPMODE = -mconsole IMPORTS = psapi dbghelp advapi32 diff --git a/programs/winedevice/Makefile.in b/programs/winedevice/Makefile.in index c5b0bc6c4a6..7a7a345bc78 100644 --- a/programs/winedevice/Makefile.in +++ b/programs/winedevice/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winedevice.exe APPMODE = -mwindows -municode IMPORTS = advapi32 ntoskrnl.exe diff --git a/programs/winefile/Makefile.in b/programs/winefile/Makefile.in index 92f39165648..bd3a309d6d8 100644 --- a/programs/winefile/Makefile.in +++ b/programs/winefile/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -D__WINE__ -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winefile.exe APPMODE = -mwindows IMPORTS = uuid shell32 comdlg32 comctl32 ole32 mpr version user32 gdi32 advapi32 diff --git a/programs/winemenubuilder/Makefile.in b/programs/winemenubuilder/Makefile.in index 38e7b5cc1b9..3f8ec403347 100644 --- a/programs/winemenubuilder/Makefile.in +++ b/programs/winemenubuilder/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winemenubuilder.exe APPMODE = -mwindows -municode IMPORTS = uuid windowscodecs shell32 shlwapi ole32 user32 advapi32 diff --git a/programs/winemine/Makefile.in b/programs/winemine/Makefile.in index 95031caad0b..95196204515 100644 --- a/programs/winemine/Makefile.in +++ b/programs/winemine/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winemine.exe APPMODE = -mwindows IMPORTS = user32 gdi32 advapi32 diff --git a/programs/winepath/Makefile.in b/programs/winepath/Makefile.in index 8ee66492b70..e90e9ea45f5 100644 --- a/programs/winepath/Makefile.in +++ b/programs/winepath/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winepath.exe APPMODE = -mconsole -municode diff --git a/programs/winetest/Makefile.in b/programs/winetest/Makefile.in index 11f720d7190..a990ee9f294 100644 --- a/programs/winetest/Makefile.in +++ b/programs/winetest/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winetest.exe APPMODE = -mconsole IMPORTS = uuid comctl32 version user32 gdi32 advapi32 wsock32 diff --git a/programs/winevdm/Makefile.in b/programs/winevdm/Makefile.in index 2919725493a..3b05bf15dc7 100644 --- a/programs/winevdm/Makefile.in +++ b/programs/winevdm/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winevdm.exe APPMODE = -mconsole IMPORTS = user32 kernel diff --git a/programs/winhelp.exe16/Makefile.in b/programs/winhelp.exe16/Makefile.in index d6daf220efd..b002bcb106a 100644 --- a/programs/winhelp.exe16/Makefile.in +++ b/programs/winhelp.exe16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winhelp.exe16 APPMODE = -m16 diff --git a/programs/winhlp32/Makefile.in b/programs/winhlp32/Makefile.in index 393e205fd92..01e2017ba7d 100644 --- a/programs/winhlp32/Makefile.in +++ b/programs/winhlp32/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winhlp32.exe APPMODE = -mwindows IMPORTS = user32 gdi32 diff --git a/programs/winoldap.mod16/Makefile.in b/programs/winoldap.mod16/Makefile.in index f35978ac787..6724892b2df 100644 --- a/programs/winoldap.mod16/Makefile.in +++ b/programs/winoldap.mod16/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winoldap.mod16 APPMODE = -m16 diff --git a/programs/winver/Makefile.in b/programs/winver/Makefile.in index 7d08d9ae303..ab007616d9e 100644 --- a/programs/winver/Makefile.in +++ b/programs/winver/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = winver.exe APPMODE = -mwindows IMPORTS = shell32 diff --git a/programs/wordpad/Makefile.in b/programs/wordpad/Makefile.in index a7e484f7c29..e36663b6747 100644 --- a/programs/wordpad/Makefile.in +++ b/programs/wordpad/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wordpad.exe APPMODE = -mwindows -mno-cygwin IMPORTS = comdlg32 uuid ole32 shell32 user32 gdi32 advapi32 comctl32 diff --git a/programs/write/Makefile.in b/programs/write/Makefile.in index 25ede26593e..31f86b46be3 100644 --- a/programs/write/Makefile.in +++ b/programs/write/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = write.exe APPMODE = -mwindows IMPORTS = user32 gdi32 diff --git a/programs/wscript/Makefile.in b/programs/wscript/Makefile.in index efb59cef44b..65fe3a43a73 100644 --- a/programs/wscript/Makefile.in +++ b/programs/wscript/Makefile.in @@ -1,7 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = wscript.exe APPMODE = -mwindows -municode IMPORTS = uuid shell32 oleaut32 ole32 advapi32 diff --git a/programs/xcopy/Makefile.in b/programs/xcopy/Makefile.in index ea76a16ccef..0faba351a7c 100644 --- a/programs/xcopy/Makefile.in +++ b/programs/xcopy/Makefile.in @@ -1,8 +1,4 @@ EXTRADEFS = -DWINE_NO_UNICODE_MACROS -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ MODULE = xcopy.exe APPMODE = -mconsole -municode -mno-cygwin IMPORTS = shell32 user32 diff --git a/server/Makefile.in b/server/Makefile.in index 7a67707b0f8..b9a0804181f 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -1,9 +1,4 @@ DEFS = -D__WINESRC__ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = .. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -MODULE = none EXTRALIBS = @LIBPOLL@ C_SRCS = \ diff --git a/tools/Makefile.in b/tools/Makefile.in index a9ec3243f13..d5f848b882f 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -1,9 +1,3 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = .. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -EXEEXT = @EXEEXT@ -MODULE = none DEFS = -D__WINESRC__ $(EXTRADEFS) EXTRAINCL = @FREETYPEINCL@ FREETYPELIBS = @FREETYPELIBS@ diff --git a/tools/widl/Makefile.in b/tools/widl/Makefile.in index 893678283c7..4cfa77107df 100644 --- a/tools/widl/Makefile.in +++ b/tools/widl/Makefile.in @@ -1,13 +1,7 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -EXEEXT = @EXEEXT@ DEFS = -D__WINESRC__ $(EXTRADEFS) PROGRAMS = widl$(EXEEXT) MANPAGES = widl.man -MODULE = none C_SRCS = \ client.c \ diff --git a/tools/winebuild/Makefile.in b/tools/winebuild/Makefile.in index 7270508e9b0..5bf2df1ad88 100644 --- a/tools/winebuild/Makefile.in +++ b/tools/winebuild/Makefile.in @@ -1,13 +1,7 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -EXEEXT = @EXEEXT@ DEFS = -D__WINESRC__ $(EXTRADEFS) PROGRAMS = winebuild$(EXEEXT) MANPAGES = winebuild.man -MODULE = none C_SRCS = \ import.c \ diff --git a/tools/winedump/Makefile.in b/tools/winedump/Makefile.in index fb705faa04e..a1844b86a0e 100644 --- a/tools/winedump/Makefile.in +++ b/tools/winedump/Makefile.in @@ -1,13 +1,7 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -EXEEXT = @EXEEXT@ DEFS = -D__WINESRC__ $(EXTRADEFS) PROGRAMS = winedump$(EXEEXT) MANPAGES = winedump.man -MODULE = none C_SRCS = \ debug.c \ diff --git a/tools/winegcc/Makefile.in b/tools/winegcc/Makefile.in index 986d17bcb60..9afc9f229f1 100644 --- a/tools/winegcc/Makefile.in +++ b/tools/winegcc/Makefile.in @@ -9,13 +9,6 @@ DEFS = \ -DCXX="\"@CXX@\"" \ -DPRELINK="\"$(PRELINK)\"" -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -EXEEXT = @EXEEXT@ -MODULE = none - PROGRAMS = \ winecpp$(EXEEXT) \ winegcc$(EXEEXT) \ diff --git a/tools/wmc/Makefile.in b/tools/wmc/Makefile.in index add09e158ee..f58bd38ce95 100644 --- a/tools/wmc/Makefile.in +++ b/tools/wmc/Makefile.in @@ -1,13 +1,7 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -EXEEXT = @EXEEXT@ DEFS = -D__WINESRC__ $(EXTRADEFS) PROGRAMS = wmc$(EXEEXT) wmc-installed MANPAGES = wmc.man -MODULE = none C_SRCS = \ lang.c \ diff --git a/tools/wrc/Makefile.in b/tools/wrc/Makefile.in index d434fa7c396..b2ce451b6f7 100644 --- a/tools/wrc/Makefile.in +++ b/tools/wrc/Makefile.in @@ -1,13 +1,6 @@ -TOPSRCDIR = @top_srcdir@ -TOPOBJDIR = ../.. -SRCDIR = @srcdir@ -VPATH = @srcdir@ -EXEEXT = @EXEEXT@ DEFS = -D__WINESRC__ -DINCLUDEDIR="\"$(includedir)\"" $(EXTRADEFS) - PROGRAMS = wrc$(EXEEXT) wrc-installed MANPAGES = wrc.man -MODULE = none C_SRCS = \ dumpres.c \ -- 2.11.4.GIT