1 TOPSRCDIR = @top_srcdir@
93 $(PUBLIC_IDL_H_SRCS) \
228 gdipluscolormatrix.h \
235 gdiplusmetaheader.h \
236 gdipluspixelformats.h \
333 msvcrt/sys/locking.h \
337 msvcrt/sys/unistd.h \
493 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
496 $(DESTDIR)$(includedir)/windows/ddk \
497 $(DESTDIR)$(includedir)/windows \
498 $(DESTDIR)$(includedir)/msvcrt/sys \
499 $(DESTDIR)$(includedir)/msvcrt \
500 $(DESTDIR)$(includedir)
502 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
506 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
508 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
510 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
511 for f in $(SRCDIR_INCLUDES); do case $$f in \
512 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
513 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
514 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
516 for f in $(OBJDIR_INCLUDES); do case $$f in \
517 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
518 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
519 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
522 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
523 # anything extra the user may have put there.
525 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
526 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
527 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
528 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
530 -rmdir $(INSTALLDIRS)
532 @DEPENDENCIES@ # everything below this line is overwritten by make depend