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 \
507 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
510 $(DESTDIR)$(includedir)/windows/ddk \
511 $(DESTDIR)$(includedir)/windows \
512 $(DESTDIR)$(includedir)/msvcrt/sys \
513 $(DESTDIR)$(includedir)/msvcrt \
514 $(DESTDIR)$(includedir)
516 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
520 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
522 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
524 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
525 for f in $(SRCDIR_INCLUDES); do case $$f in \
526 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
527 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
528 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
530 for f in $(OBJDIR_INCLUDES); do case $$f in \
531 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
532 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
533 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
536 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
537 # anything extra the user may have put there.
539 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
540 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
541 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
542 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
544 -rmdir $(INSTALLDIRS)
546 @DEPENDENCIES@ # everything below this line is overwritten by make depend