1 TOPSRCDIR = @top_srcdir@
190 gdipluscolormatrix.h \
197 gdiplusmetaheader.h \
198 gdipluspixelformats.h \
289 msvcrt/sys/locking.h \
293 msvcrt/sys/unistd.h \
436 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
439 $(DESTDIR)$(includedir)/windows/ddk \
440 $(DESTDIR)$(includedir)/windows \
441 $(DESTDIR)$(includedir)/msvcrt/sys \
442 $(DESTDIR)$(includedir)/msvcrt \
443 $(DESTDIR)$(includedir)
447 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
449 all: $(OBJDIR_INCLUDES)
451 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
452 for f in $(SRCDIR_INCLUDES); do case $$f in \
453 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
454 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
455 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
457 for f in $(OBJDIR_INCLUDES); do case $$f in \
458 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
459 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
460 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
463 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
464 # anything extra the user may have put there.
466 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
467 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
468 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
469 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
471 -rmdir $(INSTALLDIRS)
473 @DEPENDENCIES@ # everything below this line is overwritten by make depend