1 TOPSRCDIR = @top_srcdir@
86 structuredquerycondition.idl \
110 $(PUBLIC_IDL_H_SRCS) \
123 audiosessiontypes.h \
259 gdipluscolormatrix.h \
266 gdiplusmetaheader.h \
267 gdipluspixelformats.h \
365 msvcrt/sys/locking.h \
369 msvcrt/sys/unistd.h \
540 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
543 $(DESTDIR)$(includedir)/windows/ddk \
544 $(DESTDIR)$(includedir)/windows \
545 $(DESTDIR)$(includedir)/msvcrt/sys \
546 $(DESTDIR)$(includedir)/msvcrt \
547 $(DESTDIR)$(includedir)
549 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
553 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
555 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
557 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
558 for f in $(SRCDIR_INCLUDES); do case $$f in \
559 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
560 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
561 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
563 for f in $(OBJDIR_INCLUDES); do case $$f in \
564 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
565 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
566 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
569 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
570 # anything extra the user may have put there.
572 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
573 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
574 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
575 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
577 -rmdir $(INSTALLDIRS)