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 \
530 uiautomationcoreapi.h \
615 $(DESTDIR
)$(includedir)/windows
/ddk \
616 $(DESTDIR
)$(includedir)/windows \
617 $(DESTDIR
)$(includedir)/msvcrt
/sys \
618 $(DESTDIR
)$(includedir)/msvcrt \
619 $(DESTDIR
)$(includedir)
621 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
625 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
627 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
629 rmxftmpl.h
: rmxftmpl.x
$(MAKEXFTMPL
)
630 $(MAKEXFTMPL
) -i D3DRM_XTEMPLATES
-s D3DRM_XTEMPLATE_BYTES
-o
$@
$(srcdir)/rmxftmpl.x
632 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
633 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
634 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
635 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
636 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
638 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
639 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
640 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
641 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
644 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
645 # anything extra the user may have put there.
647 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
648 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
649 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
650 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
652 -rmdir
$(INSTALLDIRS
)