1 TOPSRCDIR = @top_srcdir@
97 $(PUBLIC_IDL_H_SRCS) \
234 gdipluscolormatrix.h \
241 gdiplusmetaheader.h \
242 gdipluspixelformats.h \
340 msvcrt/sys/locking.h \
344 msvcrt/sys/unistd.h \
506 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
509 $(DESTDIR)$(includedir)/windows/ddk \
510 $(DESTDIR)$(includedir)/windows \
511 $(DESTDIR)$(includedir)/msvcrt/sys \
512 $(DESTDIR)$(includedir)/msvcrt \
513 $(DESTDIR)$(includedir)
515 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
519 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
521 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
523 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
524 for f in $(SRCDIR_INCLUDES); do case $$f in \
525 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
526 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
527 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
529 for f in $(OBJDIR_INCLUDES); do case $$f in \
530 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
531 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
532 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
535 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
536 # anything extra the user may have put there.
538 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
539 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
540 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
541 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
543 -rmdir $(INSTALLDIRS)
545 @DEPENDENCIES@ # everything below this line is overwritten by make depend