1 TOPSRCDIR = @top_srcdir@
202 gdipluscolormatrix.h \
209 gdiplusmetaheader.h \
210 gdipluspixelformats.h \
301 msvcrt/sys/locking.h \
305 msvcrt/sys/unistd.h \
451 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
454 $(DESTDIR)$(includedir)/windows/ddk \
455 $(DESTDIR)$(includedir)/windows \
456 $(DESTDIR)$(includedir)/msvcrt/sys \
457 $(DESTDIR)$(includedir)/msvcrt \
458 $(DESTDIR)$(includedir)
462 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
464 all: $(OBJDIR_INCLUDES)
466 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
467 for f in $(SRCDIR_INCLUDES); do case $$f in \
468 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
469 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
470 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
472 for f in $(OBJDIR_INCLUDES); do case $$f in \
473 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
474 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
475 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
478 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
479 # anything extra the user may have put there.
481 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
482 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
483 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
484 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
486 -rmdir $(INSTALLDIRS)
488 @DEPENDENCIES@ # everything below this line is overwritten by make depend