33 docobjectservice.idl \
97 structuredquerycondition.idl \
104 uiautomationclient.idl \
105 uiautomationcore.idl \
135 $(PUBLIC_IDL_H_SRCS
) \
152 audiosessiontypes.h \
301 gdipluscolormatrix.h \
308 gdiplusmetaheader.h \
309 gdipluspixelformats.h \
416 msvcrt
/sys
/locking.h \
420 msvcrt
/sys
/unistd.h \
534 uiautomationcoreapi.h \
619 $(DESTDIR
)$(includedir)/windows
/ddk \
620 $(DESTDIR
)$(includedir)/windows \
621 $(DESTDIR
)$(includedir)/msvcrt
/sys \
622 $(DESTDIR
)$(includedir)/msvcrt \
623 $(DESTDIR
)$(includedir)
625 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
629 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
631 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
633 rmxftmpl.h
: rmxftmpl.x
$(MAKEXFTMPL
)
634 $(MAKEXFTMPL
) -i D3DRM_XTEMPLATES
-s D3DRM_XTEMPLATE_BYTES
-o
$@
$(srcdir)/rmxftmpl.x
636 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
637 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
638 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
639 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
640 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
642 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
643 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
644 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
645 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
648 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
649 # anything extra the user may have put there.
651 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
652 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
653 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
654 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
656 -rmdir
$(INSTALLDIRS
)