41 docobjectservice.idl \
116 structuredquerycondition.idl \
124 uiautomationclient.idl \
125 uiautomationcore.idl \
138 windows.foundation.idl \
162 $(PUBLIC_IDL_H_SRCS
) \
180 audiosessiontypes.h \
347 gdipluscolormatrix.h \
355 gdiplusmetaheader.h \
356 gdipluspixelformats.h \
360 highlevelmonitorconfigurationapi.h \
405 lowlevelmonitorconfigurationapi.h \
470 msvcrt
/sys
/locking.h \
474 msvcrt
/sys
/unistd.h \
513 physicalmonitorenumerationapi.h \
597 uiautomationcoreapi.h \
683 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
684 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
686 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
688 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
690 .PHONY
: install install-dev
uninstall
692 install install-dev
:: $(OBJDIR_INCLUDES
)
693 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
694 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
695 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
696 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
698 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
699 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
700 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
701 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
704 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
705 # anything extra the user may have put there.
707 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
708 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
709 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
710 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
712 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt