1 TOPSRCDIR = @top_srcdir@
184 gdipluscolormatrix.h \
191 gdiplusmetaheader.h \
192 gdipluspixelformats.h \
283 msvcrt/sys/locking.h \
287 msvcrt/sys/unistd.h \
429 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
432 $(DESTDIR)$(includedir)/windows/ddk \
433 $(DESTDIR)$(includedir)/windows \
434 $(DESTDIR)$(includedir)/msvcrt/sys \
435 $(DESTDIR)$(includedir)/msvcrt \
436 $(DESTDIR)$(includedir)
440 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
442 all: $(OBJDIR_INCLUDES)
444 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
445 for f in $(SRCDIR_INCLUDES); do case $$f in \
446 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
447 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
448 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
450 for f in $(OBJDIR_INCLUDES); do case $$f in \
451 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
452 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
453 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
456 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
457 # anything extra the user may have put there.
459 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
460 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
461 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
462 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
464 -rmdir $(INSTALLDIRS)
466 @DEPENDENCIES@ # everything below this line is overwritten by make depend