1 TOPSRCDIR = @top_srcdir@
172 gdipluspixelformats.h \
256 msvcrt/sys/locking.h \
260 msvcrt/sys/unistd.h \
399 EXTRASUBDIRS = ddk msvcrt msvcrt/sys wine
402 $(DESTDIR)$(includedir)/windows/ddk \
403 $(DESTDIR)$(includedir)/windows \
404 $(DESTDIR)$(includedir)/msvcrt/sys \
405 $(DESTDIR)$(includedir)/msvcrt \
406 $(DESTDIR)$(includedir)
410 OBJDIR_INCLUDES = $(IDL_H_SRCS:.idl=.h) $(IDL_TLB_SRCS:.idl=.tlb)
412 all: $(OBJDIR_INCLUDES)
414 install:: $(OBJDIR_INCLUDES) $(INSTALLDIRS)
415 for f in $(SRCDIR_INCLUDES); do case $$f in \
416 wine/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
417 msvcrt/*) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/$$f ;; \
418 *) $(INSTALL_DATA) $(SRCDIR)/$$f $(DESTDIR)$(includedir)/windows/$$f ;; \
420 for f in $(OBJDIR_INCLUDES); do case $$f in \
421 wine/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
422 msvcrt/*) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/$$f ;; \
423 *) $(INSTALL_DATA) $$f $(DESTDIR)$(includedir)/windows/$$f ;; \
426 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
427 # anything extra the user may have put there.
429 for f in $(SRCDIR_INCLUDES) $(OBJDIR_INCLUDES); do case $$f in \
430 wine/*) $(RM) $(DESTDIR)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
431 msvcrt/*) $(RM) $(DESTDIR)$(includedir)/$$f ;; \
432 *) $(RM) $(DESTDIR)$(includedir)/windows/$$f ;; \
434 -rmdir $(INSTALLDIRS)
436 @DEPENDENCIES@ # everything below this line is overwritten by make depend