37 docobjectservice.idl \
102 structuredquerycondition.idl \
110 uiautomationclient.idl \
111 uiautomationcore.idl \
143 $(PUBLIC_IDL_H_SRCS
) \
160 audiosessiontypes.h \
318 gdipluscolormatrix.h \
325 gdiplusmetaheader.h \
326 gdipluspixelformats.h \
433 msvcrt
/sys
/locking.h \
437 msvcrt
/sys
/unistd.h \
554 uiautomationcoreapi.h \
633 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
634 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
636 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
638 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
640 .PHONY
: install install-dev
uninstall
642 install install-dev
:: $(OBJDIR_INCLUDES
)
643 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
644 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
645 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
646 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
648 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
649 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
650 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
651 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
654 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
655 # anything extra the user may have put there.
657 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
658 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
659 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
660 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
662 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt