37 docobjectservice.idl \
102 structuredquerycondition.idl \
110 uiautomationclient.idl \
111 uiautomationcore.idl \
142 $(PUBLIC_IDL_H_SRCS
) \
159 audiosessiontypes.h \
317 gdipluscolormatrix.h \
324 gdiplusmetaheader.h \
325 gdipluspixelformats.h \
432 msvcrt
/sys
/locking.h \
436 msvcrt
/sys
/unistd.h \
553 uiautomationcoreapi.h \
632 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
633 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
635 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
637 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
639 .PHONY
: install install-dev
uninstall
641 install install-dev
:: $(OBJDIR_INCLUDES
)
642 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
643 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
644 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
645 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
647 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
648 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
649 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
650 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
653 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
654 # anything extra the user may have put there.
656 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
657 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
658 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
659 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
661 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt