1 TOPSRCDIR
= @top_srcdir@
92 $(PUBLIC_IDL_H_SRCS
) \
227 gdipluscolormatrix.h \
234 gdiplusmetaheader.h \
235 gdipluspixelformats.h \
332 msvcrt
/sys
/locking.h \
336 msvcrt
/sys
/unistd.h \
491 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
494 $(DESTDIR
)$(includedir)/windows
/ddk \
495 $(DESTDIR
)$(includedir)/windows \
496 $(DESTDIR
)$(includedir)/msvcrt
/sys \
497 $(DESTDIR
)$(includedir)/msvcrt \
498 $(DESTDIR
)$(includedir)
500 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
504 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
506 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
508 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
509 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
510 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
511 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
512 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
514 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
515 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
516 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
517 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
520 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
521 # anything extra the user may have put there.
523 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
524 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
525 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
526 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
528 -rmdir
$(INSTALLDIRS
)
530 @DEPENDENCIES@
# everything below this line is overwritten by make depend