1 TOPSRCDIR = @top_srcdir@
81 structuredquerycondition.idl \
104 $(PUBLIC_IDL_H_SRCS) \
116 audiosessiontypes.h \
248 gdipluscolormatrix.h \
255 gdiplusmetaheader.h \
256 gdipluspixelformats.h \
354 msvcrt/sys/locking.h \
358 msvcrt/sys/unistd.h \
528 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
531 $(DESTDIR)$(includedir)/windows/ddk \
532 $(DESTDIR)$(includedir)/windows \
533 $(DESTDIR)$(includedir)/msvcrt/sys \
534 $(DESTDIR)$(includedir)/msvcrt \
535 $(DESTDIR)$(includedir)
537 IDL_H_SRCS = $(PUBLIC_IDL_H_SRCS) $(PRIVATE_IDL_H_SRCS)
541 OBJDIR_INCLUDES = $(PUBLIC_IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
543 all: $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
545 install install-dev:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
546 for f in $(SRCDIR_INCLUDES); do case $$f in \
547 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
548 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
549 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
551 for f in $(OBJDIR_INCLUDES); do case $$f in \
552 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
553 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
554 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
557 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
558 # anything extra the user may have put there.
560 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
561 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
562 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
563 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
565 -rmdir $(INSTALLDIRS)
567 @DEPENDENCIES@ # everything below this line is overwritten by make depend