1 TOPSRCDIR = @top_srcdir@
89 $(PUBLIC_IDL_H_SRCS) \
221 gdipluscolormatrix.h \
228 gdiplusmetaheader.h \
229 gdipluspixelformats.h \
325 msvcrt/sys/locking.h \
329 msvcrt/sys/unistd.h \
482 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
485 $(DESTDIR)$(includedir)/windows/ddk \
486 $(DESTDIR)$(includedir)/windows \
487 $(DESTDIR)$(includedir)/msvcrt/sys \
488 $(DESTDIR)$(includedir)/msvcrt \
489 $(DESTDIR)$(includedir)
491 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
495 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
497 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
499 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
500 for f in $(SRCDIR_INCLUDES); do case $$f in \
501 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
502 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
503 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
505 for f in $(OBJDIR_INCLUDES); do case $$f in \
506 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
507 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
508 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
511 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
512 # anything extra the user may have put there.
514 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
515 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
516 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
517 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
519 -rmdir $(INSTALLDIRS)
521 @DEPENDENCIES@ # everything below this line is overwritten by make depend