1 TOPSRCDIR
= @top_srcdir@
209 msvcrt
/sys
/locking.h \
213 msvcrt
/sys
/unistd.h \
226 obj_commdlgbrowser.h \
230 obj_dockingwindowframe.h \
232 obj_dragdrophelper.h \
243 obj_serviceprovider.h \
252 EXTRASUBDIRS
= bitmaps msvcrt msvcrt
/sys wine
259 $(WIDL
) $(DEFS
) -b
-h
-H
$@
$<
263 idl
: $(IDL_SRCS
:.idl
=.h
)
266 $(MKINSTALLDIRS
) $(includedir) $(includedir)/windows
$(includedir)/msvcrt
$(includedir)/msvcrt
/sys
267 for f in
$(WINDOWS_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/windows
/$$f; done
268 for f in
$(MSVCRT_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/$$f; done
269 for f in
$(WINE_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/wine
/$$f $(includedir)/$$f; done
271 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
272 # anything extra the user may have put there.
274 [ -d
$(includedir)/windows
] && cd
$(includedir)/windows
&& $(RM
) $(WINDOWS_INCLUDES
) || true
275 [ -d
$(includedir) ] && cd
$(includedir) && $(RM
) $(MSVCRT_INCLUDES
) $(WINE_INCLUDES
) || true
276 -rmdir
$(includedir)/msvcrt
/sys
$(includedir)/msvcrt
$(includedir)/windows
$(includedir)