1 TOPSRCDIR = @top_srcdir@
77 structuredquerycondition.idl \
100 $(PUBLIC_IDL_H_SRCS) \
111 audiosessiontypes.h \
243 gdipluscolormatrix.h \
250 gdiplusmetaheader.h \
251 gdipluspixelformats.h \
349 msvcrt/sys/locking.h \
353 msvcrt/sys/unistd.h \
522 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
525 $(DESTDIR)$(includedir)/windows/ddk \
526 $(DESTDIR)$(includedir)/windows \
527 $(DESTDIR)$(includedir)/msvcrt/sys \
528 $(DESTDIR)$(includedir)/msvcrt \
529 $(DESTDIR)$(includedir)
531 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
535 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
537 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
539 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
540 for f in $(SRCDIR_INCLUDES); do case $$f in \
541 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
542 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
543 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
545 for f in $(OBJDIR_INCLUDES); do case $$f in \
546 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
547 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
548 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
551 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
552 # anything extra the user may have put there.
554 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
555 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
556 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
557 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
559 -rmdir $(INSTALLDIRS)
561 @DEPENDENCIES@ # everything below this line is overwritten by make depend