33 docobjectservice.idl \
98 structuredquerycondition.idl \
105 uiautomationclient.idl \
106 uiautomationcore.idl \
137 $(PUBLIC_IDL_H_SRCS
) \
154 audiosessiontypes.h \
307 gdipluscolormatrix.h \
314 gdiplusmetaheader.h \
315 gdipluspixelformats.h \
422 msvcrt
/sys
/locking.h \
426 msvcrt
/sys
/unistd.h \
543 uiautomationcoreapi.h \
628 $(DESTDIR
)$(includedir)/windows
/ddk \
629 $(DESTDIR
)$(includedir)/windows \
630 $(DESTDIR
)$(includedir)/msvcrt
/sys \
631 $(DESTDIR
)$(includedir)/msvcrt \
632 $(DESTDIR
)$(includedir)
634 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
638 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
640 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
642 rmxftmpl.h
: rmxftmpl.x
$(MAKEXFTMPL
)
643 $(MAKEXFTMPL
) -i D3DRM_XTEMPLATES
-s D3DRM_XTEMPLATE_BYTES
-o
$@
$(srcdir)/rmxftmpl.x
645 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
646 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
647 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
648 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
649 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
651 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
652 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
653 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
654 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
657 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
658 # anything extra the user may have put there.
660 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
661 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
662 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
663 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
665 -rmdir
$(INSTALLDIRS
)