33 docobjectservice.idl \
97 structuredquerycondition.idl \
104 uiautomationclient.idl \
105 uiautomationcore.idl \
135 $(PUBLIC_IDL_H_SRCS
) \
152 audiosessiontypes.h \
300 gdipluscolormatrix.h \
307 gdiplusmetaheader.h \
308 gdipluspixelformats.h \
415 msvcrt
/sys
/locking.h \
419 msvcrt
/sys
/unistd.h \
533 uiautomationcoreapi.h \
618 $(DESTDIR
)$(includedir)/windows
/ddk \
619 $(DESTDIR
)$(includedir)/windows \
620 $(DESTDIR
)$(includedir)/msvcrt
/sys \
621 $(DESTDIR
)$(includedir)/msvcrt \
622 $(DESTDIR
)$(includedir)
624 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
628 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
630 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
632 rmxftmpl.h
: rmxftmpl.x
$(MAKEXFTMPL
)
633 $(MAKEXFTMPL
) -i D3DRM_XTEMPLATES
-s D3DRM_XTEMPLATE_BYTES
-o
$@
$(srcdir)/rmxftmpl.x
635 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
636 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
637 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
638 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
639 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
641 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
642 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
643 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
644 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
647 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
648 # anything extra the user may have put there.
650 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
651 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
652 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
653 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
655 -rmdir
$(INSTALLDIRS
)