1 TOPSRCDIR = @top_srcdir@
188 gdipluscolormatrix.h \
195 gdiplusmetaheader.h \
196 gdipluspixelformats.h \
287 msvcrt/sys/locking.h \
291 msvcrt/sys/unistd.h \
434 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
437 $(DESTDIR)$(includedir)/windows/ddk \
438 $(DESTDIR)$(includedir)/windows \
439 $(DESTDIR)$(includedir)/msvcrt/sys \
440 $(DESTDIR)$(includedir)/msvcrt \
441 $(DESTDIR)$(includedir)
445 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
447 all: $(OBJDIR_INCLUDES)
449 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
450 for f in $(SRCDIR_INCLUDES); do case $$f in \
451 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
452 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
453 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
455 for f in $(OBJDIR_INCLUDES); do case $$f in \
456 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
457 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
458 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
461 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
462 # anything extra the user may have put there.
464 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
465 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
466 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
467 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
469 -rmdir $(INSTALLDIRS)
471 @DEPENDENCIES@ # everything below this line is overwritten by make depend