1 TOPSRCDIR = @top_srcdir@
207 gdipluscolormatrix.h \
214 gdiplusmetaheader.h \
215 gdipluspixelformats.h \
306 msvcrt/sys/locking.h \
310 msvcrt/sys/unistd.h \
457 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
460 $(DESTDIR)$(includedir)/windows/ddk \
461 $(DESTDIR)$(includedir)/windows \
462 $(DESTDIR)$(includedir)/msvcrt/sys \
463 $(DESTDIR)$(includedir)/msvcrt \
464 $(DESTDIR)$(includedir)
468 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
470 all: $(OBJDIR_INCLUDES)
472 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
473 for f in $(SRCDIR_INCLUDES); do case $$f in \
474 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
475 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
476 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
478 for f in $(OBJDIR_INCLUDES); do case $$f in \
479 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
480 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
481 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
484 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
485 # anything extra the user may have put there.
487 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
488 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
489 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
490 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
492 -rmdir $(INSTALLDIRS)
494 @DEPENDENCIES@ # everything below this line is overwritten by make depend