1 TOPSRCDIR = @top_srcdir@
201 gdipluscolormatrix.h \
208 gdiplusmetaheader.h \
209 gdipluspixelformats.h \
300 msvcrt/sys/locking.h \
304 msvcrt/sys/unistd.h \
450 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
453 $(DESTDIR)$(includedir)/windows/ddk \
454 $(DESTDIR)$(includedir)/windows \
455 $(DESTDIR)$(includedir)/msvcrt/sys \
456 $(DESTDIR)$(includedir)/msvcrt \
457 $(DESTDIR)$(includedir)
461 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
463 all: $(OBJDIR_INCLUDES)
465 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
466 for f in $(SRCDIR_INCLUDES); do case $$f in \
467 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
468 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
469 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
471 for f in $(OBJDIR_INCLUDES); do case $$f in \
472 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
473 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
474 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
477 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
478 # anything extra the user may have put there.
480 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
481 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
482 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
483 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
485 -rmdir $(INSTALLDIRS)
487 @DEPENDENCIES@ # everything below this line is overwritten by make depend