37 docobjectservice.idl \
107 structuredquerycondition.idl \
115 uiautomationclient.idl \
116 uiautomationcore.idl \
148 $(PUBLIC_IDL_H_SRCS
) \
166 audiosessiontypes.h \
327 gdipluscolormatrix.h \
334 gdiplusmetaheader.h \
335 gdipluspixelformats.h \
338 highlevelmonitorconfigurationapi.h \
383 lowlevelmonitorconfigurationapi.h \
445 msvcrt
/sys
/locking.h \
449 msvcrt
/sys
/unistd.h \
486 physicalmonitorenumerationapi.h \
567 uiautomationcoreapi.h \
646 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
647 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
649 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
651 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
653 .PHONY
: install install-dev
uninstall
655 install install-dev
:: $(OBJDIR_INCLUDES
)
656 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
657 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
658 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
659 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
661 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
662 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
663 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
664 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
667 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
668 # anything extra the user may have put there.
670 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
671 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
672 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
673 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
675 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt