1 TOPSRCDIR
= @top_srcdir@
88 $(PUBLIC_IDL_H_SRCS
) \
219 gdipluscolormatrix.h \
226 gdiplusmetaheader.h \
227 gdipluspixelformats.h \
323 msvcrt
/sys
/locking.h \
327 msvcrt
/sys
/unistd.h \
479 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
482 $(DESTDIR
)$(includedir)/windows
/ddk \
483 $(DESTDIR
)$(includedir)/windows \
484 $(DESTDIR
)$(includedir)/msvcrt
/sys \
485 $(DESTDIR
)$(includedir)/msvcrt \
486 $(DESTDIR
)$(includedir)
488 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
492 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
494 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
496 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
497 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
498 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
499 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
500 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
502 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
503 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
504 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
505 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
508 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
509 # anything extra the user may have put there.
511 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
512 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
513 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
514 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
516 -rmdir
$(INSTALLDIRS
)
518 @DEPENDENCIES@
# everything below this line is overwritten by make depend