1 TOPSRCDIR
= @top_srcdir@
237 msvcrt
/sys
/locking.h \
241 msvcrt
/sys
/unistd.h \
254 EXTRASUBDIRS
= bitmaps msvcrt msvcrt
/sys wine
261 $(WIDL
) $(IDLFLAGS
) -b
-h
-H
$@
$<
265 idl
: $(IDL_SRCS
:.idl
=.h
)
268 $(MKINSTALLDIRS
) $(includedir) $(includedir)/windows
$(includedir)/msvcrt
$(includedir)/msvcrt
/sys
269 for f in
$(WINDOWS_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/windows
/$$f; done
270 for f in
$(MSVCRT_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/$$f; done
271 for f in
$(WINE_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/wine
/$$f $(includedir)/$$f; done
273 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
274 # anything extra the user may have put there.
276 [ -d
$(includedir)/windows
] && cd
$(includedir)/windows
&& $(RM
) $(WINDOWS_INCLUDES
) || true
277 [ -d
$(includedir) ] && cd
$(includedir) && $(RM
) $(MSVCRT_INCLUDES
) $(WINE_INCLUDES
) || true
278 -rmdir
$(includedir)/msvcrt
/sys
$(includedir)/msvcrt
$(includedir)/windows
$(includedir)