1 TOPSRCDIR
= @top_srcdir@
93 $(PUBLIC_IDL_H_SRCS
) \
229 gdipluscolormatrix.h \
236 gdiplusmetaheader.h \
237 gdipluspixelformats.h \
334 msvcrt
/sys
/locking.h \
338 msvcrt
/sys
/unistd.h \
494 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
497 $(DESTDIR
)$(includedir)/windows
/ddk \
498 $(DESTDIR
)$(includedir)/windows \
499 $(DESTDIR
)$(includedir)/msvcrt
/sys \
500 $(DESTDIR
)$(includedir)/msvcrt \
501 $(DESTDIR
)$(includedir)
503 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
507 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
509 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
511 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
512 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
513 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
514 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
515 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
517 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
518 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
519 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
520 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
523 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
524 # anything extra the user may have put there.
526 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
527 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
528 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
529 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
531 -rmdir
$(INSTALLDIRS
)
533 @DEPENDENCIES@
# everything below this line is overwritten by make depend