40 docobjectservice.idl \
115 structuredquerycondition.idl \
123 uiautomationclient.idl \
124 uiautomationcore.idl \
137 windows.foundation.idl \
159 $(PUBLIC_IDL_H_SRCS
) \
177 audiosessiontypes.h \
344 gdipluscolormatrix.h \
351 gdiplusmetaheader.h \
352 gdipluspixelformats.h \
356 highlevelmonitorconfigurationapi.h \
401 lowlevelmonitorconfigurationapi.h \
466 msvcrt
/sys
/locking.h \
470 msvcrt
/sys
/unistd.h \
509 physicalmonitorenumerationapi.h \
592 uiautomationcoreapi.h \
675 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
676 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
678 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
680 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
682 .PHONY
: install install-dev
uninstall
684 install install-dev
:: $(OBJDIR_INCLUDES
)
685 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
686 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
687 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
688 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
690 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
691 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
692 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
693 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
696 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
697 # anything extra the user may have put there.
699 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
700 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
701 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
702 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
704 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt