1 TOPSRCDIR
= @top_srcdir@
86 $(PUBLIC_IDL_H_SRCS
) \
217 gdipluscolormatrix.h \
224 gdiplusmetaheader.h \
225 gdipluspixelformats.h \
318 msvcrt
/sys
/locking.h \
322 msvcrt
/sys
/unistd.h \
474 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
477 $(DESTDIR
)$(includedir)/windows
/ddk \
478 $(DESTDIR
)$(includedir)/windows \
479 $(DESTDIR
)$(includedir)/msvcrt
/sys \
480 $(DESTDIR
)$(includedir)/msvcrt \
481 $(DESTDIR
)$(includedir)
483 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
487 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
489 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
491 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
492 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
493 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
494 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
495 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
497 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
498 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
499 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
500 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
503 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
504 # anything extra the user may have put there.
506 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
507 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
508 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
509 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
511 -rmdir
$(INSTALLDIRS
)
513 @DEPENDENCIES@
# everything below this line is overwritten by make depend