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 \
354 gdiplusmetaheader.h \
355 gdipluspixelformats.h \
359 highlevelmonitorconfigurationapi.h \
404 lowlevelmonitorconfigurationapi.h \
469 msvcrt
/sys
/locking.h \
473 msvcrt
/sys
/unistd.h \
512 physicalmonitorenumerationapi.h \
595 uiautomationcoreapi.h \
679 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
680 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
682 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
684 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
686 .PHONY
: install install-dev
uninstall
688 install install-dev
:: $(OBJDIR_INCLUDES
)
689 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
690 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
691 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
692 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
694 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
695 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
696 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
697 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
700 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
701 # anything extra the user may have put there.
703 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
704 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
705 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
706 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
708 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt