1 TOPSRCDIR
= @top_srcdir@
87 $(PUBLIC_IDL_H_SRCS
) \
218 gdipluscolormatrix.h \
225 gdiplusmetaheader.h \
226 gdipluspixelformats.h \
321 msvcrt
/sys
/locking.h \
325 msvcrt
/sys
/unistd.h \
477 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
480 $(DESTDIR
)$(includedir)/windows
/ddk \
481 $(DESTDIR
)$(includedir)/windows \
482 $(DESTDIR
)$(includedir)/msvcrt
/sys \
483 $(DESTDIR
)$(includedir)/msvcrt \
484 $(DESTDIR
)$(includedir)
486 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
490 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
492 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
494 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
495 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
496 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
497 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
498 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
500 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
501 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
502 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
503 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
506 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
507 # anything extra the user may have put there.
509 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
510 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
511 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
512 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
514 -rmdir
$(INSTALLDIRS
)
516 @DEPENDENCIES@
# everything below this line is overwritten by make depend