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 3f5d18e344..6f254f7b1e 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 0000000000..9bc1b0d8a1 --- /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 45a3ed4df0..48fe82cb1b 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 58692318c4..bfd0c49c1c 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 efc2108f90..649d7b01b4 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 a7f6b2b965..179d925094 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 f315d224c7..305d936da0 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 a63abcf5cb..551b3082ab 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 cd27c4a3b4..a92fc1f974 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 4186fb83ae..09ef8b09bb 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 6face7ca7a..ea33ed8865 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 2bb5c54b57..0a9709c717 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 54744e9249..f3a92e97e6 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 7798fcc86b..bf100bed79 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 d0515467cf..115f180620 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 dd168700e7..b04adeefb6 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 7ab55d373c..4ee19841c7 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 61ec8726ff..b185581e4b 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 6f234c6025..05de265446 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 2f1afdf168..5cb209e148 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 35e88cf2ec..2c11b74dcf 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 63e735ba9b..4aec306721 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 8f86ff8652..d9578d822d 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 b8138a69b9..658b09610d 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 fbf5cf73d9..b2f05351d2 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 6513a76056..f07238801b 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 b0f27a5a54..975927b0af 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 f5b41df273..dada401015 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 f218e23daf..0cb35419d3 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 4982c2ce96..7a1ad9d7ad 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 f3de42203b..4525d6005e 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 3ed3b12ae4..c343f5dda0 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 ae3dd103b3..f517907003 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 711014d8d8..7d77729518 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 a5edb7699f..00dff992f0 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 9863eaf80e..695c66bc7b 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 4c58d59afb..ba680ee833 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 37f2b7c8eb..751fa03f4e 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 bf19dcb917..cb4f3ff163 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 cf5bff6b99..9df47ce24c 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 7fa92108da..8cc48e9804 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 ae60918063..b4a6fa10c8 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 0394523cb2..3cd77c853b 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 473eabc682..451d691d5b 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 7a45442c20..bc9cdabf62 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 6d8efd9cc4..7452196db0 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 029c62d1e6..bd735c8159 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 a618ce9037..596b9f7186 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 113e4e81ba..4882150704 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 7a5523d7b5..1b8842b502 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 5c0620df06..079cf7ae55 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 cbeef3ff6d..d06196124c 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 730f319206..3ab537a968 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 4a4a28860d..7fe1e32de2 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 af605f0e75..39a9e0fa15 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 de5583635d..cc2c638a64 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 bff366726f..7f31aa03c6 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 067b2d3142..7efc345ed5 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 9e789bfdd8..ab9ecf4462 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 8804447eb9..faffdbffbd 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 f48a1eb928..feca50ed41 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 631e3a1c22..313484427a 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 9883709da8..8a7239c54c 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 c10f06b104..0ac395c158 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 45a3c8220a..d391c84a11 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 90a18e0ecf..14fa2fc432 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 430b76148a..9d5a4d8ce3 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 696f876e2a..4c4ce0f2e0 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 2674dd8983..2855a543e4 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 62e755b8f6..5e32d25e77 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 aaa2bb5393..0378bfa9df 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 9fd595cfd7..dc63b8cf73 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 f14646fcd3..735982000f 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 635938d756..b5a94ff3f0 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 789c5506c7..3d06cf93c3 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 4fa8e16c05..c329c641df 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 763cbd2714..338d4089fb 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 9d13198aae..8f3944ab29 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 c48c407543..0f19ba8cee 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 7dfedc0f16..45f431e213 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 af48ab0641..0408081293 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 08f2929328..fee388558a 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 62a6d08ab7..f403d0e99d 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 abaaf7841a..455044d01c 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 370ff85f3c..34b5520091 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 ea02c64097..5abb366de6 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 a321faf741..3950568806 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 c4d1d2b232..c87d4828f8 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 d94d33075f..7f9088035b 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 7721db31d5..d21d651ce0 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 588b2de471..e3f5ad3afd 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 cc94a25c8d..2e4f654f45 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 63a6b49cd7..3cb310b52d 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 4026cb778f..053c509e95 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 c089d160e5..366bd71991 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 1a7135d5e3..dcc5f8b4c9 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 2bb986ba66..c69c8d46d2 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 69ef94aa35..904863634d 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 08a9e9ab5d..9a076b2343 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 7888fb5d8c..74cfd17011 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 3ffeca43ff..b6b88eefbc 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 5f7dd4122b..5d1ca10185 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 a7d179ee40..dcaa2ca244 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 0743490eaf..2b8502f144 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 804732a02c..f8a612db29 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 25e055517e..9b7435a832 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 cd24e62048..238939efb5 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 4a7aa28514..fe4e58768c 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 bde899001a..d623fc350b 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 b8dac317a2..2ed49ca33b 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 a9a3864e7c..8dc447822f 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 2a8604e70f..23611976b1 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 f09717e035..d674d9ab76 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 f75ff9c275..d11707aa36 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 c7162a9d86..c323bd94ef 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 663666f586..83299b3e9b 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 ba7c9966b6..3e9fbf6498 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 d4e57c9d02..95ed2af083 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 f24e4841a2..1551eea923 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 ce0743a3c0..07ebcf49bd 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 ba571c6fb0..f86394e87c 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 5c7f1a8259..6bb325e0d8 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 d5ad2ff116..f5cab08d21 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 8d5a39a7fa..3e24ad6358 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 a3debed123..76a70b6826 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 ea118f0bb7..5dae55bdd0 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 958ace2048..6fb3180ab6 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 408cc3742d..cfd7b63a12 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 167a8e053f..df24bb941e 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 54ca710518..f091bfd40d 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 9d262adaff..5c6b8598d0 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 7f286822fd..60e9392d9f 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 92dcaa7c5a..b5d6726327 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 eb77861cd8..ed3411ba7b 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 5b63988a4e..35f0dc4d23 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 f3c83dc889..6854b5abce 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 8f0bb1831c..34dbca53c1 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 87b156552e..8008b3091d 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 ad78c9cd5b..b3302ae63d 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 c6280c3dcc..e194c8127e 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 872d48d62b..2d4014a7d6 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 7e4dc9126e..255590c346 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 2b4af1e562..7ddcf87e51 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 18b11673e1..75350ae6cb 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 cd762340c3..8702a9dca8 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 5b500d07e9..c9acac4ede 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 17f632dd2b..dedb5a5aa5 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 2344578050..99845acb59 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 dad20c4ed7..e1c224ca1e 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 8c8ab5a30c..26f8c781e7 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 fc63a6f52a..eb8b7beef4 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 ffb1137cf2..afd6138c17 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 eb1e13e3b8..5442bf1f4f 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 8b00523a7b..8254048c08 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 4f0fb3a542..5addc953f7 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 238f727e3a..f97f716889 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 26981e17f0..9ff58e4543 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 99c66f98f7..96184c6240 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 b768ab6d25..2429fdf454 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 862aa503bc..3b74f36cbb 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 31bc2d3454..cae62d5391 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 aadeffbc6e..4068890986 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 d7dfeb3caa..1555071f4d 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 f3ace08c7b..8944203a4a 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 55ea65a0c9..e66a03dd3b 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 e2192179f8..e2f61c15e8 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 ef5ba56228..af92758dbe 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 61e340c26d..921eaa9394 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 aebfca36f7..96dd2a90ef 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 44a7f65575..64426b96af 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 3b1bba3c90..5998813da3 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 12853cae34..0542f0d590 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 89bd977c9b..4627419817 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 bf8f9ab930..7d38091113 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 3127ec0ab0..fdbf1d3734 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 bd8d6dd249..66afc8621e 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 5ba004922f..0de84773ae 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 87c38ba2f6..90f937e236 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 2c100477c9..fb762b1b8f 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 1ccb909ff3..6a047786e7 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 4c55cdb239..df2b39e23a 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 935021bb3a..65647bddf5 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 e3c44933b0..27e143ec5b 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 25d07f5a95..7db7a5c0ef 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 9919104983..58769c740d 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 27095bb3c2..f3cad8a546 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 539f3eff97..2bf15c7dde 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 6096a8bf7d..12d25be7d9 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 17d13bdab2..bf5ef8ba29 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 73f186b997..cf47551582 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 e31790a279..cbf9d7c974 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 cb3d0a2d4f..e3d4bb2196 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 1888bac59a..921001fa3a 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 b033554fba..5ccf037d1b 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 d83a1843b4..9ea249f2e4 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 1c403aeefb..83a118f1a3 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 e1e43a0b26..21c619ab1a 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 1cc6d8c99e..51077fdb79 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 8bfe04df9f..689352183a 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 1b1d1be2f4..62db119777 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 958cd453a0..94e9c480f8 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 dfbdde6b82..972f103e25 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 6104948a67..9e94ef5a49 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 8670969e7d..e6618ad692 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 6fc14845a8..36c4a02336 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 3f797d8189..89ef81579c 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 80586c07bf..74c135137e 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 48b77233ba..4ac42e9696 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 43953972b7..d334874090 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 44f8f94db8..892a3cb720 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 b8f153f9b2..44f1f1aaa9 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 e58a584dac..598f262706 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 4003576ab5..e0d515b9cb 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 046360b84c..1d0e68621f 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 7e74887752..76eabc1fae 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 686a576c5b..8a50c4dc8a 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 9c0ae8d07a..4eb8224e89 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 68cdbe4b42..dce27db503 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 55b2f5c40b..a7d0b85c97 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 893232e7f0..c512647aeb 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 58c67f1821..a366f8cbc1 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 ec4e94be3a..4c0d6260f1 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 5344a6a1cd..1a06a36f23 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 1c3deaa9f9..2ea946dc01 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 770e17be6d..e7fd415f56 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 752a9e49ce..8595a1bd32 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 958ac9404e..38138baad7 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 8c43e1ac25..fd5febb6cc 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 71555768df..972db37b33 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 56e3a56a3f..a18829ffb1 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 183da7f9ba..6c1c10c6f8 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 2cb8e09e75..6e1932013f 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 f54441ac21..678889a609 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 82f83b3599..4fbad6883b 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 ca4328e0b4..fcabcabcdc 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 6ae366fd10..0baae2f49b 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 652b8c05b3..38346dd720 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 a0e5d34732..c5a54c761f 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 636f0610be..3c6e439a7f 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 16deb0e780..c20920ce55 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 fc314a3b3b..532e535f79 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 c4e9644bdb..34169a847e 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 587594b344..406c8ecb98 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 5faaece994..2c93ab5d65 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 31879e9910..91203e1150 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 d063d5382d..0749fbd241 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 3855ffdca4..edb29819e2 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 fc8e9e7e83..72703a4650 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 eb2c44d3c8..22d3fcf4c2 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 76d1302e3b..e84dc860f8 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 c1085848e1..d8f09036f6 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 ca4e3d5bb7..2206ba945e 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 5fdeeef631..2571d2c174 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 0fd9710e51..99a1af883c 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 7e46beeba3..9a55cdb4e7 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 33ac9d5e38..b73061faf4 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 2aedf8d67f..9f7149d238 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 43e16a1060..50779585d1 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 ae8bff16b5..961142d30c 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 515d4e16da..0a589f6068 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 99bfdf23b7..4cf01c89c4 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 2882340a4c..cef10099bd 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 e48d071490..75aadf9f72 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 6996bc0bdc..7e206757ca 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 fd9230103c..ede8f86494 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 6a47c24f94..15952dae12 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 224a5fa97c..d31d7c7375 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 7c11784e86..1c983b2d2f 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 f1d669143d..b82483697c 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 cc7f57599c..ff4f18b90d 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 31eb233d4d..a9955a5e3a 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 0e76c83f57..4c6e27df46 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 c050da2c55..ba169b336e 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 602a367a11..14c25c12bc 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 90e6f48283..25e32257dc 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 6abd6c21d1..35cd54db66 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 9a01ae9e8b..3f0c1bb2da 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 57addd81f3..807e59cb01 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 6db3d47270..ed1c9ee3d6 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 bafbe4eea3..ffb66a8448 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 21b5571e73..3df09d43c9 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 8a0d58c242..f1a874837a 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 4581c65b29..91964ef847 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 90b1766472..872d73694c 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 9d4b43953b..a9d84e5b4a 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 e39419b373..303c14acac 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 7a1c138f74..9cbdbd4c88 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 e6f06c5680..17f3f66c74 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 ee44d698e6..f0ecfcb358 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 4029e302b0..e1209f18ea 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 71b23407e2..1f4860a8bb 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 05f1e3643e..9144f4974a 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 52e4057876..150b779c95 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 5eef41f341..1ae702b603 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 72fda012f0..f821c6b998 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 6260e50d5d..8ef291f8c5 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 c3eb295160..43f7c5d47c 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 4103469a42..f237c2ebe3 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 a7cbbc9fbf..f58d107da0 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 a33136de2d..1ef961bb7f 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 378aebf58b..06ec4682a0 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 b94d82f4ce..7f9d0bbd4a 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 82dedd4368..9b5f1e09d8 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 beb49152fa..66e1fd6888 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 0b59fa3275..5627500089 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 63ed6255c8..f1e96415ad 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 1aa01a4121..fd4e531101 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 92541ed42c..229182551d 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 886e1650d7..fd7f2e6eb0 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 8c14708042..e411699934 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 82bc1895e9..3b88897946 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 978bc48f24..604725744c 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 04fc23c963..6291f5a414 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 fbecd8bf32..2ab6d49d0b 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 24fb700f7d..fbbe9e3459 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 a4d80e8299..7c0dba3b7d 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 57186f47d9..d64cbeac72 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 cd7bbd2267..0766657bc1 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 2bdf41c31e..cb3fb78aa9 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 6b59828ad2..33091af26a 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 1a07ef49a1..413b6d5c55 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 391116a3e3..009c161a96 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 0485335b8a..7cf327d63b 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 83239d6012..a8fdd84d5f 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 072786b879..044189fa51 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 eb4a5141bc..5d8f733ce0 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 40a2da6a3c..db9475a816 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 c564676a62..6e88987772 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 4a048c6258..a9c01bc9a4 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 c7b398586f..c0504336e0 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 c73a4af568..ec23bd2334 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 571d7e7227..e47e2fe003 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 1cc88efc68..3ff61e776f 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 ee3bb8f5f0..2fe73f74f1 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 f611168d7f..be031885db 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 77b502b5a7..f91f86bbc2 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 b7217d61a3..b4e7aee5d9 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 469e726f51..b0131ecb26 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 863e8dc3c5..b34d77ff46 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 874eb0eed4..d0d566a603 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 c52ee83a99..c8352c1bbe 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 5f5640ea62..34d43dc59b 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 c402adc663..07de17895f 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 a44a8991f6..98e474cd75 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 0bc39e172f..75927dc3f7 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 fda66adbff..6e7b57c6a8 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 04c8bec12c..860a1cfe02 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 057a539a95..aad8d90797 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 a52558c5c3..68fec8d419 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 e217ac4329..ae2d91fca0 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 e3c774bccb..8db4008dac 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 613e7d47ac..afdc90a1d5 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 0818f1c889..849e3e592f 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 2026fec217..af25d51e15 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 fb99b5469c..f3b61ab65d 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 dc621e69d3..b738bbf3bc 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 1443c2fe40..09bdd2bc9e 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 5ce3254cb4..e481ac4b9a 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 4dab95b550..461df82141 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 4033bf79e9..d986070dc8 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 6f86b94e31..4ccc08c3fc 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 a83adfcb19..55528ab752 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 7b85153861..ff6719496d 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 baf80b2be5..0e8bffa545 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 12e1c2f81a..cd5d1e81bb 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 24854a22ce..13232d0f58 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 795e391272..a09444cda7 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 f3b78f75bc..829ead7ac3 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 e0a2861e6e..9975537c98 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 aa247b0643..9532df8ab3 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 2803d901e3..f20e0af8b0 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 0830416502..31e5ce38d3 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 b1f4cadfd9..812e7aa05c 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 a2609dd9ae..75a22788cd 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 84158baf92..db0ebd58bc 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 c96621eb1f..a4d8418c1a 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 1133a1bd3e..df87903d42 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 513c3a7733..e093b540b2 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 27d721d168..50870d898b 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 8e2e3c2270..7ae78853a0 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 efed65e0aa..c2d0c291fc 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 d091c2bd01..1c9f8563c5 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 0d19258b0a..430ac6a9d4 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 0cf372bb30..ab97e33702 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 7ad2397b65..4824cdb22e 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 9f8581a008..d9178a7a5b 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 344e0c0eb0..87bc3c3267 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 57a4121ffa..391c76156e 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 43499393b0..12956c7dc4 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 e23598279d..b896c556d2 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 61ac61e1a2..33d7fa24da 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 2818ec0a98..747479c854 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 1847e61eac..53f3e7854d 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 e14aa8e2e3..fcc468968a 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 d064109bfb..834e2a7b42 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 c6d54a466c..7ff7a0cf7d 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 5741551ffa..23abb53e63 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 0ef857e6d0..10474a1c72 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 f248efbac7..17bbf0c8ca 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 27418bc182..26a35e90e6 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 1d15fc081d..ace42964a7 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 a6061991a7..b33a0b94e4 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 7f75cae7bc..b416375962 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 e3f9b948ac..c28922f8db 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 94cd4fca4e..24dd5f3ec6 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 670246da87..f8c03a7f89 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 445fcffaed..bc814928af 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 b213339ca2..a111b3db50 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 aff909a626..bc43a73d1e 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 9b4264944b..e437642706 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 c5525a8b1f..ead2a5e1ce 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 bec919c715..34934b260a 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 c860abd6c5..13076ece49 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 9cfb373f64..8cd448d79b 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 d9ef1a6455..c72feba02c 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 83b76e3f33..8216d07db8 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 15a2e59b02..b787ec0342 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 fd9ce7a058..2397278639 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 f0cbdd1139..362c04021f 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 61c866421e..127e265da4 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 5046aa0a18..f7ca36176e 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 e3ba60a5d0..468f8bb45a 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 43cd8e9b68..fc0e13629b 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 cee121a114..dc2103d203 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 7fe3c81389..f2da9189bf 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 11a8b87618..8d89e3e77b 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 00be9408c5..819423ec28 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 236cceb55a..9a20035575 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 b64a5af5cb..060b20e39f 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 038918f18b..8b68223c1a 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 8f2d1dcd88..d3686362d0 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 18d6d39cc4..9aa992d2ea 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 e3f8ddaf62..b4e7fe18cb 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 35be64edf2..65384e8480 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 8bf05c3b7a..0c3801bd3d 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 38f1fccafb..8eb816476e 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 f57e918831..7860f43f0f 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 917e076a2c..acd827b821 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 f6f76160fa..eb5789adca 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 aaf0de1c63..4b851b0dc5 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 79bc9af48e..3aa08615fb 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 983f29123f..deccbc951d 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 19e2e8844c..954a4a87ac 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 729d36816d..237bb793fa 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 4cdb145344..ba100a3b3e 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 09bf6b9cdd..6d179fad43 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 b54b20f24c..72af2c8ffd 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 ddd637f55f..3c37a1d0fd 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 1306784b63..e458dd69b8 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 cb4a84a263..1e5142af93 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 ad70bcb702..2653299f8a 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 5b3a11d065..f2748885bc 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 171a929b10..96b94bab5a 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 47316aceb0..efa2af867c 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 89e89cfe69..d74c22204f 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 f0c9084605..a94ccc1cad 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 07618e06b0..3e6a58cb0f 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 4c3c87134e..b737a70c04 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 f07a42037c..b038d5cde0 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 9a35e41de5..772182fb0c 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 88eca654b2..b7867f316e 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 b3969da078..2e9f46e8f2 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 1ceca06dbe..5b440ef937 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 0a25326dbb..5923e21115 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 eb5e763211..f5008e1298 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 e21b4e3ee0..a70c3de339 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 165f935e59..51b54d4ac0 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 934f49c464..430c60d795 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 ec7c8a0d39..ba0722b997 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 d449e16bd1..9ac67a1127 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 7f2ea34313..ca95c89f84 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 bbf8532ec4..89676fbb7f 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 0575bb0860..52da94a03d 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 a0614be12e..6a074e9887 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 eeb845d31f..ea63d34815 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 294435ea5e..0c1ff6ed01 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 d049c06bfd..2c372a6977 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 301db714dc..75a01a40ef 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 7b77dbc1e1..18e72d170b 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 7f9e333c58..ec401b8878 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 36ef32e3ae..759410b6a2 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 c2527e1565..18801f5b92 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 8a7598d4a0..5467b790b6 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 e64f70f944..c6b55d5319 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 7f95153ed2..7ef1f9718e 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 f256f6685d..ef080a0db6 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 1a9e36b9ea..840c3cfe9f 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 e9c8dc4376..ecbf92dbf5 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 7d088d8c43..942267a278 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 79565dee95..cefa3f6f59 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 e1c755d980..4a74bdfa52 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 75a7a6813b..15b8495026 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 d14895631d..ede70f7eb7 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 5b54dbedac..7c52bb0051 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 2bb1153ee5..1caf4e3f99 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 00eaaca715..3d8612b0e6 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 fddb33aa63..f786fa9f7e 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 93b319f741..fec93371e9 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 49fa8f6f17..7425c7d356 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 347153684a..e2a36932c8 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 aae7934a61..e667886498 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 6b7a0ecb83..b40817cac5 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 8c9c122ad5..8c9b351dff 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 8ae16f8b0b..5b1d2f1a1e 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 8e22a99180..7a8cfd6398 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 3c89618921..3dbc0d0fa5 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 df34511045..1235ad2cb5 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 56887e80dd..0855482787 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 6321759cc1..1d7e550743 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 d9b0dde11a..6d473b385a 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 cb371fef84..a122bbf167 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 e5ea977716..614648c8d9 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 66953ab49d..658008a38a 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 46b84d79ac..c4bd0b84de 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 e40104bc4d..cb69d28294 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 6f64628ef9..bbeee3f703 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 3fc79c8d9c..ed529f392c 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 a1fc7b4093..d8dfdf1d7b 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 0b94076022..0fe8838a55 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 7702bc3112..7d1ca4c83b 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 73dda82032..be44968a8e 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 332fefba93..a2807eddef 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 bf3da14532..799598ab54 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 bfaabd35e4..316a467533 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 83bbfa940a..1609aca59f 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 68ea6111fb..8ed360ef1a 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 acd74b6d5a..4cd080eedf 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 df552368a7..001728b895 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 9cf9bcfc55..895697ca37 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 cd239ce33d..231d82f0fb 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 26e9e34cc1..db863c7b0a 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 534e48a76b..1b259b19e5 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 658efde702..8fd1670648 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 bdde2563d5..d4af7ce4e9 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 dcdea6f3ec..d4b283826e 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 65dc091505..941d2c7e8b 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 4eb1c302f9..4ba542824e 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 832abd8523..36a585bbaa 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 b61d32de4c..5537bc4f89 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 353e56dff7..5f8af3dc12 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 152d129e05..cc8c6dd8d1 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 52eda386e5..16a5bb7913 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 e657dab1ae..921afac68d 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 c599edf3af..5135a135a0 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 68ee755592..b0a4759a81 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 e2810d7978..8c7bb9b374 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 353e0bea26..f3eee0dd6d 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 742c7cf8cc..6a2ec3878e 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 a3529f19ea..50a7a9bae7 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 e9b389e994..c2cc3dc99d 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 4cd00db377..6f99b492ec 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 248a628013..fea6c501a5 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 e30aabcf57..6ee9f8117f 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 2332f9b4a4..bfdfc80c1a 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 89af435678..c5dac55402 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 db308c03f7..4442ed24e8 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 f6808c5f0a..dba1d24745 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 4beea7f640..40bd188a53 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 625c744494..8c6846cb21 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 80e004e8b4..fa0a2c036a 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 f78bbaaf62..7249174bce 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 2906036b36..c8abde1042 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 08b38f034f..96ab500bba 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 975287dc16..8e7e3cefe9 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 26fcb94baa..c951455df1 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 3f75cd6600..73883c7fe3 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 6146d12281..ddb0bbbe4f 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 0181484fd8..3d7f1cfba9 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 2446b30347..64947824b3 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 bdb23ece0a..0899d8cdba 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 2d786250a0..6fa4acf3af 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 77cddb9586..ab7999653a 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 d4ff00a93e..0dee0702ce 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 3c5542dfac..a23d8bdc6c 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 74e99a1866..cca7e2fd60 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 a4f40aeda7..0f2192683a 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 c5b0bc6c4a..7a7a345bc7 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 92f3916564..bd3a309d6d 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 38e7b5cc1b..3f8ec40334 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 95031caad0..9519620451 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 8ee66492b7..e90e9ea45f 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 11f720d719..a990ee9f29 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 2919725493..3b05bf15dc 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 d6daf220ef..b002bcb106 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 393e205fd9..01e2017ba7 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 f35978ac78..6724892b2d 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 7d08d9ae30..ab007616d9 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 a7e484f7c2..e36663b674 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 25ede26593..31f86b46be 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 efb59cef44..65fe3a43a7 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 ea76a16cce..0faba351a7 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 7a67707b0f..b9a0804181 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 a9ec3243f1..d5f848b882 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 893678283c..4cfa77107d 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 7270508e9b..5bf2df1ad8 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 fb705faa04..a1844b86a0 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 986d17bcb6..9afc9f229f 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 add09e158e..f58bd38ce9 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 d434fa7c39..b2ce451b6f 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.32.0.93.g670b81a890