~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/dlls/ole32/Makefile.in

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 TOPSRCDIR = @top_srcdir@
  2 TOPOBJDIR = ../..
  3 SRCDIR    = @srcdir@
  4 VPATH     = @srcdir@
  5 MODULE    = ole32.dll
  6 IMPORTLIB = ole32
  7 IMPORTS   = uuid advapi32 user32 gdi32 rpcrt4 kernel32 ntdll
  8 EXTRADEFS = -D_OLE32_ -DCOM_NO_WINDOWS_H \
  9     -DENTRY_PREFIX=OLE32_ -DPROXY_CLSID=CLSID_PSFactoryBuffer -DREGISTER_PROXY_DLL
 10 
 11 C_SRCS = \
 12         antimoniker.c \
 13         bindctx.c \
 14         classmoniker.c \
 15         clipboard.c \
 16         comcat.c \
 17         compobj.c \
 18         compositemoniker.c \
 19         datacache.c \
 20         defaulthandler.c \
 21         dictionary.c \
 22         enumx.c \
 23         errorinfo.c \
 24         filemoniker.c \
 25         ftmarshal.c \
 26         git.c \
 27         hglobalstream.c \
 28         ifs.c \
 29         itemmoniker.c \
 30         marshal.c \
 31         memlockbytes.c \
 32         moniker.c \
 33         ole2.c \
 34         ole2impl.c \
 35         ole2stubs.c \
 36         ole32_main.c \
 37         oleobj.c \
 38         oleproxy.c \
 39         pointermoniker.c \
 40         regsvr.c \
 41         rpc.c \
 42         stg_bigblockfile.c \
 43         stg_prop.c \
 44         stg_stream.c \
 45         storage32.c \
 46         stubmanager.c \
 47         usrmarshal.c
 48 
 49 RC_SRCS = ole32res.rc
 50 
 51 IDL_C_SRCS = \
 52         irot.idl
 53 
 54 IDL_P_SRCS = \
 55         dcom.idl \
 56         ole32_objidl.idl \
 57         ole32_oleidl.idl \
 58         ole32_unknwn.idl
 59 
 60 EXTRA_OBJS = dlldata.o
 61 
 62 @MAKE_DLL_RULES@
 63 
 64 @DEPENDENCIES@  # everything below this line is overwritten by make depend

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.