37 docobjectservice.idl \
108 structuredquerycondition.idl \
116 uiautomationclient.idl \
117 uiautomationcore.idl \
150 $(PUBLIC_IDL_H_SRCS
) \
168 audiosessiontypes.h \
329 gdipluscolormatrix.h \
336 gdiplusmetaheader.h \
337 gdipluspixelformats.h \
340 highlevelmonitorconfigurationapi.h \
385 lowlevelmonitorconfigurationapi.h \
447 msvcrt
/sys
/locking.h \
451 msvcrt
/sys
/unistd.h \
488 physicalmonitorenumerationapi.h \
570 uiautomationcoreapi.h \
651 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
652 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
654 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
656 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
658 .PHONY
: install install-dev
uninstall
660 install install-dev
:: $(OBJDIR_INCLUDES
)
661 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
662 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
663 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
664 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
666 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
667 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
668 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
669 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
672 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
673 # anything extra the user may have put there.
675 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
676 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
677 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
678 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
680 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt