1 TOPSRCDIR = @top_srcdir@
83 structuredquerycondition.idl \
107 $(PUBLIC_IDL_H_SRCS) \
120 audiosessiontypes.h \
252 gdipluscolormatrix.h \
259 gdiplusmetaheader.h \
260 gdipluspixelformats.h \
358 msvcrt/sys/locking.h \
362 msvcrt/sys/unistd.h \
533 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
536 $(DESTDIR)$(includedir)/windows/ddk \
537 $(DESTDIR)$(includedir)/windows \
538 $(DESTDIR)$(includedir)/msvcrt/sys \
539 $(DESTDIR)$(includedir)/msvcrt \
540 $(DESTDIR)$(includedir)
542 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
546 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
548 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
550 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
551 for f in $(SRCDIR_INCLUDES); do case $$f in \
552 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
553 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
554 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
556 for f in $(OBJDIR_INCLUDES); do case $$f in \
557 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
558 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
559 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
562 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
563 # anything extra the user may have put there.
565 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
566 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
567 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
568 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
570 -rmdir $(INSTALLDIRS)
572 @DEPENDENCIES@ # everything below this line is overwritten by make depend