40 docobjectservice.idl \
113 structuredquerycondition.idl \
121 uiautomationclient.idl \
122 uiautomationcore.idl \
156 $(PUBLIC_IDL_H_SRCS
) \
174 audiosessiontypes.h \
341 gdipluscolormatrix.h \
348 gdiplusmetaheader.h \
349 gdipluspixelformats.h \
353 highlevelmonitorconfigurationapi.h \
398 lowlevelmonitorconfigurationapi.h \
463 msvcrt
/sys
/locking.h \
467 msvcrt
/sys
/unistd.h \
506 physicalmonitorenumerationapi.h \
588 uiautomationcoreapi.h \
670 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
671 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
673 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
675 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
677 .PHONY
: install install-dev
uninstall
679 install install-dev
:: $(OBJDIR_INCLUDES
)
680 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
681 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
682 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
683 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
685 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
686 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
687 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
688 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
691 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
692 # anything extra the user may have put there.
694 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
695 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
696 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
697 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
699 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt