1 TOPSRCDIR
= @top_srcdir@
203 msvcrt
/sys
/locking.h \
207 msvcrt
/sys
/unistd.h \
220 obj_commdlgbrowser.h \
224 obj_dockingwindowframe.h \
226 obj_dragdrophelper.h \
237 obj_serviceprovider.h \
246 EXTRASUBDIRS
= bitmaps msvcrt msvcrt
/sys wine
253 $(LDPATH
) $(WIDL
) $(DEFS
) -b
-h
-H
$@
$<
255 $(IDL_SRCS
:.idl
=.h
): $(WIDL
)
259 idl
: $(IDL_SRCS
:.idl
=.h
)
262 $(MKINSTALLDIRS
) $(includedir) $(includedir)/windows
$(includedir)/msvcrt
$(includedir)/msvcrt
/sys
263 for f in
$(WINDOWS_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/windows
/$$f; done
264 for f in
$(MSVCRT_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/$$f; done
265 for f in
$(WINE_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/wine
/$$f $(includedir)/$$f; done
267 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
268 # anything extra the user may have put there.
270 [ -d
$(includedir)/windows
] && cd
$(includedir)/windows
&& $(RM
) $(WINDOWS_INCLUDES
) || true
271 [ -d
$(includedir) ] && cd
$(includedir) && $(RM
) $(MSVCRT_INCLUDES
) $(WINE_INCLUDES
) || true
272 -rmdir
$(includedir)/msvcrt
/sys
$(includedir)/msvcrt
$(includedir)/windows
$(includedir)