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 \
596 uiautomationcoreapi.h \
681 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
682 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
684 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
686 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
688 .PHONY
: install install-dev
uninstall
690 install install-dev
:: $(OBJDIR_INCLUDES
)
691 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
692 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
693 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
694 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
696 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
697 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
698 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
699 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
702 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
703 # anything extra the user may have put there.
705 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
706 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
707 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
708 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
710 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt