1 TOPSRCDIR = @top_srcdir@
193 gdipluscolormatrix.h \
200 gdiplusmetaheader.h \
201 gdipluspixelformats.h \
292 msvcrt/sys/locking.h \
296 msvcrt/sys/unistd.h \
442 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
445 $(DESTDIR)$(includedir)/windows/ddk \
446 $(DESTDIR)$(includedir)/windows \
447 $(DESTDIR)$(includedir)/msvcrt/sys \
448 $(DESTDIR)$(includedir)/msvcrt \
449 $(DESTDIR)$(includedir)
453 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
455 all: $(OBJDIR_INCLUDES)
457 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
458 for f in $(SRCDIR_INCLUDES); do case $$f in \
459 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
460 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
461 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
463 for f in $(OBJDIR_INCLUDES); do case $$f in \
464 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
465 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
466 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
469 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
470 # anything extra the user may have put there.
472 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
473 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
474 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
475 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
477 -rmdir $(INSTALLDIRS)
479 @DEPENDENCIES@ # everything below this line is overwritten by make depend