1 TOPSRCDIR = @top_srcdir@
84 structuredquerycondition.idl \
108 $(PUBLIC_IDL_H_SRCS) \
121 audiosessiontypes.h \
255 gdipluscolormatrix.h \
262 gdiplusmetaheader.h \
263 gdipluspixelformats.h \
361 msvcrt/sys/locking.h \
365 msvcrt/sys/unistd.h \
536 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
539 $(DESTDIR)$(includedir)/windows/ddk \
540 $(DESTDIR)$(includedir)/windows \
541 $(DESTDIR)$(includedir)/msvcrt/sys \
542 $(DESTDIR)$(includedir)/msvcrt \
543 $(DESTDIR)$(includedir)
545 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
549 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
551 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
553 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
554 for f in $(SRCDIR_INCLUDES); do case $$f in \
555 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
556 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
557 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
559 for f in $(OBJDIR_INCLUDES); do case $$f in \
560 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
561 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
562 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
565 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
566 # anything extra the user may have put there.
568 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
569 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
570 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
571 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
573 -rmdir $(INSTALLDIRS)