41 docobjectservice.idl \
116 structuredquerycondition.idl \
124 uiautomationclient.idl \
125 uiautomationcore.idl \
138 windows.foundation.idl \
171 audiosessiontypes.h \
322 gdipluscolormatrix.h \
330 gdiplusmetaheader.h \
331 gdipluspixelformats.h \
335 highlevelmonitorconfigurationapi.h \
380 lowlevelmonitorconfigurationapi.h \
445 msvcrt
/sys
/locking.h \
449 msvcrt
/sys
/unistd.h \
487 physicalmonitorenumerationapi.h \
561 uiautomationcoreapi.h \
649 $(PUBLIC_IDL_H_SRCS
) \
684 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
685 IDL_SRCS
= $(IDL_H_SRCS
) $(IDL_TLB_SRCS
)
687 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
)
689 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
691 .PHONY
: install install-dev
uninstall
693 install install-dev
:: $(OBJDIR_INCLUDES
)
694 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
695 wine
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
696 msvcrt
/*) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
697 *) $(INSTALL_DATA
) $(srcdir)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
699 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
700 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
701 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
702 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
705 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
706 # anything extra the user may have put there.
708 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
709 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
710 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
711 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
713 -rmdir
$(DESTDIR
)$(includedir)/windows
/ddk
$(DESTDIR
)$(includedir)/windows
$(DESTDIR
)$(includedir)/msvcrt
/sys
$(DESTDIR
)$(includedir)/msvcrt