33 docobjectservice.idl \
96 structuredquerycondition.idl \
100 uiautomationclient.idl \
101 uiautomationcore.idl \
131 $(PUBLIC_IDL_H_SRCS
) \
148 audiosessiontypes.h \
296 gdipluscolormatrix.h \
303 gdiplusmetaheader.h \
304 gdipluspixelformats.h \
411 msvcrt
/sys
/locking.h \
415 msvcrt
/sys
/unistd.h \
528 uiautomationcoreapi.h \
613 $(DESTDIR
)$(includedir)/windows
/ddk \
614 $(DESTDIR
)$(includedir)/windows \
615 $(DESTDIR
)$(includedir)/msvcrt
/sys \
616 $(DESTDIR
)$(includedir)/msvcrt \
617 $(DESTDIR
)$(includedir)
619 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
623 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
625 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
627 rmxftmpl.h
: rmxftmpl.x
$(MAKEXFTMPL
)
628 $(MAKEXFTMPL
) -i D3DRM_XTEMPLATES
-s D3DRM_XTEMPLATE_BYTES
-o
$@
$(srcdir)/rmxftmpl.x
630 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
631 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
632 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
633 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
634 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
636 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
637 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
638 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
639 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
642 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
643 # anything extra the user may have put there.
645 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
646 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
647 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
648 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
650 -rmdir
$(INSTALLDIRS
)