1 TOPSRCDIR
= @top_srcdir@
91 $(PUBLIC_IDL_H_SRCS
) \
224 gdipluscolormatrix.h \
231 gdiplusmetaheader.h \
232 gdipluspixelformats.h \
328 msvcrt
/sys
/locking.h \
332 msvcrt
/sys
/unistd.h \
485 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
488 $(DESTDIR
)$(includedir)/windows
/ddk \
489 $(DESTDIR
)$(includedir)/windows \
490 $(DESTDIR
)$(includedir)/msvcrt
/sys \
491 $(DESTDIR
)$(includedir)/msvcrt \
492 $(DESTDIR
)$(includedir)
494 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
498 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
500 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
502 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
503 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
504 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
505 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
506 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
508 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
509 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
510 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
511 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
514 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
515 # anything extra the user may have put there.
517 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
518 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
519 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
520 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
522 -rmdir
$(INSTALLDIRS
)
524 @DEPENDENCIES@
# everything below this line is overwritten by make depend