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 \
488 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
491 $(DESTDIR
)$(includedir)/windows
/ddk \
492 $(DESTDIR
)$(includedir)/windows \
493 $(DESTDIR
)$(includedir)/msvcrt
/sys \
494 $(DESTDIR
)$(includedir)/msvcrt \
495 $(DESTDIR
)$(includedir)
497 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
501 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
503 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
505 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
506 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
507 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
508 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
509 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
511 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
512 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
513 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
514 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
517 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
518 # anything extra the user may have put there.
520 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
521 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
522 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
523 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
525 -rmdir
$(INSTALLDIRS
)
527 @DEPENDENCIES@
# everything below this line is overwritten by make depend