1 TOPSRCDIR
= @top_srcdir@
244 msvcrt
/sys
/locking.h \
248 msvcrt
/sys
/unistd.h \
383 EXTRASUBDIRS
= ddk msvcrt msvcrt
/sys wine
386 $(DESTDIR
)$(includedir)/windows
/ddk \
387 $(DESTDIR
)$(includedir)/windows \
388 $(DESTDIR
)$(includedir)/msvcrt
/sys \
389 $(DESTDIR
)$(includedir)/msvcrt \
390 $(DESTDIR
)$(includedir)
394 OBJDIR_INCLUDES
= $(IDL_H_SRCS
:.idl
=.h
) $(IDL_TLB_SRCS
:.idl
=.tlb
)
396 all: $(OBJDIR_INCLUDES
)
398 install:: $(OBJDIR_INCLUDES
) $(INSTALLDIRS
)
399 for f in
$(SRCDIR_INCLUDES
); do case
$$f in \
400 wine
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
401 msvcrt
/*) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/$$f ;; \
402 *) $(INSTALL_DATA
) $(SRCDIR
)/$$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
404 for f in
$(OBJDIR_INCLUDES
); do case
$$f in \
405 wine
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
406 msvcrt
/*) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/$$f ;; \
407 *) $(INSTALL_DATA
) $$f $(DESTDIR
)$(includedir)/windows
/$$f ;; \
410 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
411 # anything extra the user may have put there.
413 for f in
$(SRCDIR_INCLUDES
) $(OBJDIR_INCLUDES
); do case
$$f in \
414 wine
/*) $(RM
) $(DESTDIR
)$(includedir)/`expr $$f : 'wine/\(.*\)'` ;; \
415 msvcrt
/*) $(RM
) $(DESTDIR
)$(includedir)/$$f ;; \
416 *) $(RM
) $(DESTDIR
)$(includedir)/windows
/$$f ;; \
418 -rmdir
$(INSTALLDIRS
)
420 @DEPENDENCIES@
# everything below this line is overwritten by make depend