1 TOPSRCDIR
= @top_srcdir@
90 $(PUBLIC_IDL_H_SRCS
) \
222 gdipluscolormatrix.h \
229 gdiplusmetaheader.h \
230 gdipluspixelformats.h \
326 msvcrt
/sys
/locking.h \
330 msvcrt
/sys
/unistd.h \
483 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
486 $(DESTDIR
)$(includedir)/windows
/ddk \
487 $(DESTDIR
)$(includedir)/windows \
488 $(DESTDIR
)$(includedir)/msvcrt
/sys \
489 $(DESTDIR
)$(includedir)/msvcrt \
490 $(DESTDIR
)$(includedir)
492 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
496 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
498 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
500 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
501 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
502 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
503 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
504 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
506 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
507 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
508 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
509 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
512 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
513 # anything extra the user may have put there.
515 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
516 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
517 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
518 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
520 -rmdir
$(INSTALLDIRS
)
522 @DEPENDENCIES@
# everything below this line is overwritten by make depend