1 TOPSRCDIR = @top_srcdir@
185 gdipluscolormatrix.h \
192 gdiplusmetaheader.h \
193 gdipluspixelformats.h \
284 msvcrt/sys/locking.h \
288 msvcrt/sys/unistd.h \
430 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
433 $(DESTDIR)$(includedir)/windows/ddk \
434 $(DESTDIR)$(includedir)/windows \
435 $(DESTDIR)$(includedir)/msvcrt/sys \
436 $(DESTDIR)$(includedir)/msvcrt \
437 $(DESTDIR)$(includedir)
441 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
443 all: $(OBJDIR_INCLUDES)
445 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
446 for f in $(SRCDIR_INCLUDES); do case $$f in \
447 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
448 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
449 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
451 for f in $(OBJDIR_INCLUDES); do case $$f in \
452 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
453 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
454 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
457 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
458 # anything extra the user may have put there.
460 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
461 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
462 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
463 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
465 -rmdir $(INSTALLDIRS)
467 @DEPENDENCIES@ # everything below this line is overwritten by make depend