1 TOPSRCDIR = @top_srcdir@
270 msvcrt/sys/locking.h \
274 msvcrt/sys/unistd.h \
287 EXTRASUBDIRS = msvcrt msvcrt/sys wine
294 $(WIDL) $(IDLFLAGS) -b -h -H $@ $<
298 idl: $(IDL_SRCS:.idl=.h)
301 $(MKINSTALLDIRS) $(includedir) $(includedir)/windows $(includedir)/msvcrt $(includedir)/msvcrt/sys
302 for f in $(WINDOWS_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/windows/$$f; done
303 for f in $(MSVCRT_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/$$f; done
304 for f in $(WINE_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/wine/$$f $(includedir)/$$f; done
306 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
307 # anything extra the user may have put there.
309 [ -d $(includedir)/windows ] && cd $(includedir)/windows && $(RM) $(WINDOWS_INCLUDES) || true
310 [ -d $(includedir) ] && cd $(includedir) && $(RM) $(MSVCRT_INCLUDES) $(WINE_INCLUDES) || true
311 -rmdir $(includedir)/msvcrt/sys $(includedir)/msvcrt $(includedir)/windows $(includedir)