1 TOPSRCDIR = @top_srcdir@
87 structuredquerycondition.idl \
111 $(PUBLIC_IDL_H_SRCS) \
124 audiosessiontypes.h \
260 gdipluscolormatrix.h \
267 gdiplusmetaheader.h \
268 gdipluspixelformats.h \
366 msvcrt/sys/locking.h \
370 msvcrt/sys/unistd.h \
542 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
545 $(DESTDIR)$(includedir)/windows/ddk \
546 $(DESTDIR)$(includedir)/windows \
547 $(DESTDIR)$(includedir)/msvcrt/sys \
548 $(DESTDIR)$(includedir)/msvcrt \
549 $(DESTDIR)$(includedir)
551 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
555 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
557 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
559 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
560 for f in $(SRCDIR_INCLUDES); do case $$f in \
561 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
562 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
563 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
565 for f in $(OBJDIR_INCLUDES); do case $$f in \
566 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
567 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
568 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
571 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
572 # anything extra the user may have put there.
574 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
575 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
576 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
577 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
579 -rmdir $(INSTALLDIRS)