33 docobjectservice.idl \
97 structuredquerycondition.idl \
101 uiautomationclient.idl \
102 uiautomationcore.idl \
132 $(PUBLIC_IDL_H_SRCS
) \
149 audiosessiontypes.h \
297 gdipluscolormatrix.h \
304 gdiplusmetaheader.h \
305 gdipluspixelformats.h \
412 msvcrt
/sys
/locking.h \
416 msvcrt
/sys
/unistd.h \
529 uiautomationcoreapi.h \
614 $(DESTDIR
)$(includedir)/windows
/ddk \
615 $(DESTDIR
)$(includedir)/windows \
616 $(DESTDIR
)$(includedir)/msvcrt
/sys \
617 $(DESTDIR
)$(includedir)/msvcrt \
618 $(DESTDIR
)$(includedir)
620 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
624 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
626 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
628 rmxftmpl.h
: rmxftmpl.x
$(MAKEXFTMPL
)
629 $(MAKEXFTMPL
) -i D3DRM_XTEMPLATES
-s D3DRM_XTEMPLATE_BYTES
-o
$@
$(srcdir)/rmxftmpl.x
631 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
632 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
633 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
634 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
635 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
637 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
638 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
639 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
640 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
643 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
644 # anything extra the user may have put there.
646 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
647 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
648 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
649 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
651 -rmdir
$(INSTALLDIRS
)