36 docobjectservice.idl \
101 structuredquerycondition.idl \
109 uiautomationclient.idl \
110 uiautomationcore.idl \
141 $(PUBLIC_IDL_H_SRCS
) \
158 audiosessiontypes.h \
315 gdipluscolormatrix.h \
322 gdiplusmetaheader.h \
323 gdipluspixelformats.h \
430 msvcrt
/sys
/locking.h \
434 msvcrt
/sys
/unistd.h \
551 uiautomationcoreapi.h \
631 $(DESTDIR
)$(includedir)/windows
/ddk \
632 $(DESTDIR
)$(includedir)/windows \
633 $(DESTDIR
)$(includedir)/msvcrt
/sys \
634 $(DESTDIR
)$(includedir)/msvcrt \
635 $(DESTDIR
)$(includedir)
637 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
641 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
643 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
645 rmxftmpl.h
: rmxftmpl.x
$(MAKEXFTMPL
)
646 $(MAKEXFTMPL
) -i D3DRM_XTEMPLATES
-s D3DRM_XTEMPLATE_BYTES
-o
$@
$(srcdir)/rmxftmpl.x
648 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
649 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
650 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
651 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
652 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
654 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
655 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
656 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
657 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
660 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
661 # anything extra the user may have put there.
663 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
664 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
665 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
666 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
668 -rmdir
$(INSTALLDIRS
)