40 docobjectservice.idl \
112 structuredquerycondition.idl \
120 uiautomationclient.idl \
121 uiautomationcore.idl \
155 $(PUBLIC_IDL_H_SRCS
) \
173 audiosessiontypes.h \
337 gdipluscolormatrix.h \
344 gdiplusmetaheader.h \
345 gdipluspixelformats.h \
349 highlevelmonitorconfigurationapi.h \
394 lowlevelmonitorconfigurationapi.h \
459 msvcrt
/sys
/locking.h \
463 msvcrt
/sys
/unistd.h \
501 physicalmonitorenumerationapi.h \
583 uiautomationcoreapi.h \
664 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
665 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
667 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
669 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
671 .PHONY
: install install-dev
uninstall
673 install install-dev
:: $(OBJDIR_INCLUDES
)
674 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
675 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
676 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
677 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
679 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
680 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
681 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
682 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
685 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
686 # anything extra the user may have put there.
688 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
689 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
690 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
691 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
693 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt