1 TOPSRCDIR
= @top_srcdir@
95 $(PUBLIC_IDL_H_SRCS
) \
231 gdipluscolormatrix.h \
238 gdiplusmetaheader.h \
239 gdipluspixelformats.h \
336 msvcrt
/sys
/locking.h \
340 msvcrt
/sys
/unistd.h \
501 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
504 $(DESTDIR
)$(includedir)/windows
/ddk \
505 $(DESTDIR
)$(includedir)/windows \
506 $(DESTDIR
)$(includedir)/msvcrt
/sys \
507 $(DESTDIR
)$(includedir)/msvcrt \
508 $(DESTDIR
)$(includedir)
510 IDL_H_SRCS
= $(PUBLIC_IDL_H_SRCS
) $(PRIVATE_IDL_H_SRCS
)
514 OBJDIR_INCLUDES
= $(PUBLIC_IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
516 all: $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
518 install install-dev
:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
519 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
520 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
521 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
522 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
524 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
525 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
526 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
527 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
530 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
531 # anything extra the user may have put there.
533 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
534 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
535 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
536 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
538 -rmdir
$(INSTALLDIRS
)
540 @DEPENDENCIES@
# everything below this line is overwritten by make depend