1 TOPSRCDIR
= @top_srcdir@
225 msvcrt
/sys
/locking.h \
229 msvcrt
/sys
/unistd.h \
242 obj_commdlgbrowser.h \
246 obj_dockingwindowframe.h \
248 obj_dragdrophelper.h \
259 obj_serviceprovider.h \
268 EXTRASUBDIRS
= bitmaps msvcrt msvcrt
/sys wine
275 $(WIDL
) $(DEFS
) -b
-h
-H
$@
$<
279 idl
: $(IDL_SRCS
:.idl
=.h
)
282 $(MKINSTALLDIRS
) $(includedir) $(includedir)/windows
$(includedir)/msvcrt
$(includedir)/msvcrt
/sys
283 for f in
$(WINDOWS_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/windows
/$$f; done
284 for f in
$(MSVCRT_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/$$f; done
285 for f in
$(WINE_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/wine
/$$f $(includedir)/$$f; done
287 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
288 # anything extra the user may have put there.
290 [ -d
$(includedir)/windows
] && cd
$(includedir)/windows
&& $(RM
) $(WINDOWS_INCLUDES
) || true
291 [ -d
$(includedir) ] && cd
$(includedir) && $(RM
) $(MSVCRT_INCLUDES
) $(WINE_INCLUDES
) || true
292 -rmdir
$(includedir)/msvcrt
/sys
$(includedir)/msvcrt
$(includedir)/windows
$(includedir)