38 docobjectservice.idl \
110 structuredquerycondition.idl \
118 uiautomationclient.idl \
119 uiautomationcore.idl \
153 $(PUBLIC_IDL_H_SRCS
) \
171 audiosessiontypes.h \
333 gdipluscolormatrix.h \
340 gdiplusmetaheader.h \
341 gdipluspixelformats.h \
345 highlevelmonitorconfigurationapi.h \
390 lowlevelmonitorconfigurationapi.h \
455 msvcrt
/sys
/locking.h \
459 msvcrt
/sys
/unistd.h \
497 physicalmonitorenumerationapi.h \
579 uiautomationcoreapi.h \
660 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
661 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
663 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(XTEMPLATE_SRCS
:.x
=.h
)
665 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
) $(XTEMPLATE_SRCS
:.x
=.h
)
667 .PHONY
: install install-dev
uninstall
669 install install-dev
:: $(OBJDIR_INCLUDES
)
670 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
671 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
672 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
673 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
675 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
676 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
677 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
678 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
681 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
682 # anything extra the user may have put there.
684 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
685 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
686 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
687 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
689 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt