37 docobjectservice.idl \
107 structuredquerycondition.idl \
115 uiautomationclient.idl \
116 uiautomationcore.idl \
148 $(PUBLIC_IDL_H_SRCS
) \
166 audiosessiontypes.h \
326 gdipluscolormatrix.h \
333 gdiplusmetaheader.h \
334 gdipluspixelformats.h \
337 highlevelmonitorconfigurationapi.h \
382 lowlevelmonitorconfigurationapi.h \
444 msvcrt
/sys
/locking.h \
448 msvcrt
/sys
/unistd.h \
485 physicalmonitorenumerationapi.h \
566 uiautomationcoreapi.h \
645 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
646 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
648 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
650 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
652 .PHONY
: install install-dev
uninstall
654 install install-dev
:: $(OBJDIR_INCLUDES
)
655 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
656 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
657 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
658 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
660 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
661 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
662 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
663 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
666 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
667 # anything extra the user may have put there.
669 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
670 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
671 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
672 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
674 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt