1 TOPSRCDIR = @top_srcdir@
99 $(PUBLIC_IDL_H_SRCS) \
239 gdipluscolormatrix.h \
246 gdiplusmetaheader.h \
247 gdipluspixelformats.h \
345 msvcrt/sys/locking.h \
349 msvcrt/sys/unistd.h \
518 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
521 $(DESTDIR)$(includedir)/windows/ddk \
522 $(DESTDIR)$(includedir)/windows \
523 $(DESTDIR)$(includedir)/msvcrt/sys \
524 $(DESTDIR)$(includedir)/msvcrt \
525 $(DESTDIR)$(includedir)
527 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
531 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
533 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
535 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
536 for f in $(SRCDIR_INCLUDES); do case $$f in \
537 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
538 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
539 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
541 for f in $(OBJDIR_INCLUDES); do case $$f in \
542 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
543 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
544 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
547 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
548 # anything extra the user may have put there.
550 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
551 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
552 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
553 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
555 -rmdir $(INSTALLDIRS)
557 @DEPENDENCIES@ # everything below this line is overwritten by make depend