1 TOPSRCDIR = @top_srcdir@
208 gdipluscolormatrix.h \
215 gdiplusmetaheader.h \
216 gdipluspixelformats.h \
307 msvcrt/sys/locking.h \
311 msvcrt/sys/unistd.h \
460 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
463 $(DESTDIR)$(includedir)/windows/ddk \
464 $(DESTDIR)$(includedir)/windows \
465 $(DESTDIR)$(includedir)/msvcrt/sys \
466 $(DESTDIR)$(includedir)/msvcrt \
467 $(DESTDIR)$(includedir)
471 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
473 all: $(OBJDIR_INCLUDES)
475 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
476 for f in $(SRCDIR_INCLUDES); do case $$f in \
477 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
478 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
479 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
481 for f in $(OBJDIR_INCLUDES); do case $$f in \
482 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
483 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
484 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
487 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
488 # anything extra the user may have put there.
490 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
491 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
492 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
493 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
495 -rmdir $(INSTALLDIRS)
497 @DEPENDENCIES@ # everything below this line is overwritten by make depend