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 \
541 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
544 $(DESTDIR)$(includedir)/windows/ddk \
545 $(DESTDIR)$(includedir)/windows \
546 $(DESTDIR)$(includedir)/msvcrt/sys \
547 $(DESTDIR)$(includedir)/msvcrt \
548 $(DESTDIR)$(includedir)
550 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
554 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
556 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
558 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
559 for f in $(SRCDIR_INCLUDES); do case $$f in \
560 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
561 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
562 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
564 for f in $(OBJDIR_INCLUDES); do case $$f in \
565 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
566 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
567 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
570 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
571 # anything extra the user may have put there.
573 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
574 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
575 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
576 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
578 -rmdir $(INSTALLDIRS)