1 TOPSRCDIR = @top_srcdir@
85 structuredquerycondition.idl \
109 $(PUBLIC_IDL_H_SRCS) \
122 audiosessiontypes.h \
257 gdipluscolormatrix.h \
264 gdiplusmetaheader.h \
265 gdipluspixelformats.h \
363 msvcrt/sys/locking.h \
367 msvcrt/sys/unistd.h \
538 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
541 $(DESTDIR)$(includedir)/windows/ddk \
542 $(DESTDIR)$(includedir)/windows \
543 $(DESTDIR)$(includedir)/msvcrt/sys \
544 $(DESTDIR)$(includedir)/msvcrt \
545 $(DESTDIR)$(includedir)
547 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
551 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
553 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
555 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
556 for f in $(SRCDIR_INCLUDES); do case $$f in \
557 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
558 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
559 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
561 for f in $(OBJDIR_INCLUDES); do case $$f in \
562 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
563 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
564 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
567 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
568 # anything extra the user may have put there.
570 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
571 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
572 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
573 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
575 -rmdir $(INSTALLDIRS)