1 TOPSRCDIR = @top_srcdir@
86 $(PUBLIC_IDL_H_SRCS) \
217 gdipluscolormatrix.h \
224 gdiplusmetaheader.h \
225 gdipluspixelformats.h \
316 msvcrt/sys/locking.h \
320 msvcrt/sys/unistd.h \
472 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
475 $(DESTDIR)$(includedir)/windows/ddk \
476 $(DESTDIR)$(includedir)/windows \
477 $(DESTDIR)$(includedir)/msvcrt/sys \
478 $(DESTDIR)$(includedir)/msvcrt \
479 $(DESTDIR)$(includedir)
481 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
485 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
487 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
489 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
490 for f in $(SRCDIR_INCLUDES); do case $$f in \
491 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
492 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
493 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
495 for f in $(OBJDIR_INCLUDES); do case $$f in \
496 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
497 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
498 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
501 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
502 # anything extra the user may have put there.
504 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
505 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
506 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
507 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
509 -rmdir $(INSTALLDIRS)
511 @DEPENDENCIES@ # everything below this line is overwritten by make depend