1 TOPSRCDIR = @top_srcdir@
177 gdipluscolormatrix.h \
184 gdiplusmetaheader.h \
185 gdipluspixelformats.h \
274 msvcrt/sys/locking.h \
278 msvcrt/sys/unistd.h \
419 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
422 $(DESTDIR)$(includedir)/windows/ddk \
423 $(DESTDIR)$(includedir)/windows \
424 $(DESTDIR)$(includedir)/msvcrt/sys \
425 $(DESTDIR)$(includedir)/msvcrt \
426 $(DESTDIR)$(includedir)
430 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
432 all: $(OBJDIR_INCLUDES)
434 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
435 for f in $(SRCDIR_INCLUDES); do case $$f in \
436 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
437 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
438 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
440 for f in $(OBJDIR_INCLUDES); do case $$f in \
441 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
442 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
443 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
446 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
447 # anything extra the user may have put there.
449 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
450 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
451 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
452 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
454 -rmdir $(INSTALLDIRS)
456 @DEPENDENCIES@ # everything below this line is overwritten by make depend