1 TOPSRCDIR
= @top_srcdir@
285 msvcrt
/sys
/locking.h \
289 msvcrt
/sys
/unistd.h \
302 EXTRASUBDIRS
= msvcrt msvcrt
/sys wine
306 IDL_HEADERS
= $(IDL_SRCS
:.idl
=.h
)
310 install:: $(IDL_HEADERS
)
311 $(MKINSTALLDIRS
) $(includedir) $(includedir)/windows
$(includedir)/msvcrt
$(includedir)/msvcrt
/sys
312 for f in
$(WINDOWS_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/windows
/$$f; done
313 for f in
$(IDL_HEADERS
); do
$(INSTALL_DATA
) $$f $(includedir)/windows
/$$f; done
314 for f in
$(MSVCRT_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/$$f; done
315 for f in
$(WINE_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/wine
/$$f $(includedir)/$$f; done
317 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
318 # anything extra the user may have put there.
320 [ -d
$(includedir)/windows
] && cd
$(includedir)/windows
&& $(RM
) $(WINDOWS_INCLUDES
) $(IDL_HEADERS
) || true
321 [ -d
$(includedir) ] && cd
$(includedir) && $(RM
) $(MSVCRT_INCLUDES
) $(WINE_INCLUDES
) || true
322 -rmdir
$(includedir)/msvcrt
/sys
$(includedir)/msvcrt
$(includedir)/windows
$(includedir)