1 TOPSRCDIR
= @top_srcdir@
92 $(PUBLIC_IDL_H_SRCS
) \
227 gdipluscolormatrix.h \
234 gdiplusmetaheader.h \
235 gdipluspixelformats.h \
331 msvcrt
/sys
/locking.h \
335 msvcrt
/sys
/unistd.h \
490 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
493 $(DESTDIR
)$(includedir)/windows
/ddk \
494 $(DESTDIR
)$(includedir)/windows \
495 $(DESTDIR
)$(includedir)/msvcrt
/sys \
496 $(DESTDIR
)$(includedir)/msvcrt \
497 $(DESTDIR
)$(includedir)
499 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
503 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
505 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
507 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
508 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
509 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
510 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
511 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
513 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
514 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
515 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
516 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
519 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
520 # anything extra the user may have put there.
522 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
523 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
524 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
525 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
527 -rmdir
$(INSTALLDIRS
)
529 @DEPENDENCIES@
# everything below this line is overwritten by make depend