34 docobjectservice.idl \
99 structuredquerycondition.idl \
106 uiautomationclient.idl \
107 uiautomationcore.idl \
138 $(PUBLIC_IDL_H_SRCS
) \
155 audiosessiontypes.h \
310 gdipluscolormatrix.h \
317 gdiplusmetaheader.h \
318 gdipluspixelformats.h \
425 msvcrt
/sys
/locking.h \
429 msvcrt
/sys
/unistd.h \
546 uiautomationcoreapi.h \
632 $(DESTDIR
)$(includedir)/windows
/ddk \
633 $(DESTDIR
)$(includedir)/windows \
634 $(DESTDIR
)$(includedir)/msvcrt
/sys \
635 $(DESTDIR
)$(includedir)/msvcrt \
636 $(DESTDIR
)$(includedir)
638 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
642 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
644 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
646 rmxftmpl.h
: rmxftmpl.x
$(MAKEXFTMPL
)
647 $(MAKEXFTMPL
) -i D3DRM_XTEMPLATES
-s D3DRM_XTEMPLATE_BYTES
-o
$@
$(srcdir)/rmxftmpl.x
649 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
650 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
651 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
652 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
653 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
655 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
656 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
657 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
658 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
661 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
662 # anything extra the user may have put there.
664 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
665 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
666 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
667 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
669 -rmdir
$(INSTALLDIRS
)