1 TOPSRCDIR = @top_srcdir@
212 gdipluscolormatrix.h \
219 gdiplusmetaheader.h \
220 gdipluspixelformats.h \
311 msvcrt/sys/locking.h \
315 msvcrt/sys/unistd.h \
465 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
468 $(DESTDIR)$(includedir)/windows/ddk \
469 $(DESTDIR)$(includedir)/windows \
470 $(DESTDIR)$(includedir)/msvcrt/sys \
471 $(DESTDIR)$(includedir)/msvcrt \
472 $(DESTDIR)$(includedir)
476 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
478 all: $(OBJDIR_INCLUDES)
480 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
481 for f in $(SRCDIR_INCLUDES); do case $$f in \
482 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
483 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
484 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
486 for f in $(OBJDIR_INCLUDES); do case $$f in \
487 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
488 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
489 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
492 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
493 # anything extra the user may have put there.
495 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
496 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
497 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
498 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
500 -rmdir $(INSTALLDIRS)
502 @DEPENDENCIES@ # everything below this line is overwritten by make depend