1 TOPSRCDIR = @top_srcdir@
96 $(PUBLIC_IDL_H_SRCS) \
233 gdipluscolormatrix.h \
240 gdiplusmetaheader.h \
241 gdipluspixelformats.h \
338 msvcrt/sys/locking.h \
342 msvcrt/sys/unistd.h \
504 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
507 $(DESTDIR)$(includedir)/windows/ddk \
508 $(DESTDIR)$(includedir)/windows \
509 $(DESTDIR)$(includedir)/msvcrt/sys \
510 $(DESTDIR)$(includedir)/msvcrt \
511 $(DESTDIR)$(includedir)
513 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
517 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
519 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
521 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
522 for f in $(SRCDIR_INCLUDES); do case $$f in \
523 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
524 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
525 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
527 for f in $(OBJDIR_INCLUDES); do case $$f in \
528 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
529 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
530 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
533 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
534 # anything extra the user may have put there.
536 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
537 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
538 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
539 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
541 -rmdir $(INSTALLDIRS)
543 @DEPENDENCIES@ # everything below this line is overwritten by make depend