33 docobjectservice.idl \
96 structuredquerycondition.idl \
100 uiautomationclient.idl \
101 uiautomationcore.idl \
130 $(PUBLIC_IDL_H_SRCS
) \
145 audiosessiontypes.h \
293 gdipluscolormatrix.h \
300 gdiplusmetaheader.h \
301 gdipluspixelformats.h \
408 msvcrt
/sys
/locking.h \
412 msvcrt
/sys
/unistd.h \
525 uiautomationcoreapi.h \
610 $(DESTDIR
)$(includedir)/windows
/ddk \
611 $(DESTDIR
)$(includedir)/windows \
612 $(DESTDIR
)$(includedir)/msvcrt
/sys \
613 $(DESTDIR
)$(includedir)/msvcrt \
614 $(DESTDIR
)$(includedir)
616 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
620 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
622 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
624 rmxftmpl.h
: rmxftmpl.x
$(MAKEXFTMPL
)
625 $(MAKEXFTMPL
) -i D3DRM_XTEMPLATES
-s D3DRM_XTEMPLATE_BYTES
-o
$@
$(srcdir)/rmxftmpl.x
627 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
628 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
629 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
630 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
631 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
633 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
634 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
635 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
636 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
639 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
640 # anything extra the user may have put there.
642 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
643 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
644 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
645 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
647 -rmdir
$(INSTALLDIRS
)