1 TOPSRCDIR = @top_srcdir@
87 $(PUBLIC_IDL_H_SRCS) \
218 gdipluscolormatrix.h \
225 gdiplusmetaheader.h \
226 gdipluspixelformats.h \
320 msvcrt/sys/locking.h \
324 msvcrt/sys/unistd.h \
476 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
479 $(DESTDIR)$(includedir)/windows/ddk \
480 $(DESTDIR)$(includedir)/windows \
481 $(DESTDIR)$(includedir)/msvcrt/sys \
482 $(DESTDIR)$(includedir)/msvcrt \
483 $(DESTDIR)$(includedir)
485 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
489 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
491 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
493 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
494 for f in $(SRCDIR_INCLUDES); do case $$f in \
495 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
496 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
497 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
499 for f in $(OBJDIR_INCLUDES); do case $$f in \
500 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
501 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
502 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
505 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
506 # anything extra the user may have put there.
508 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
509 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
510 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
511 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
513 -rmdir $(INSTALLDIRS)
515 @DEPENDENCIES@ # everything below this line is overwritten by make depend