1 TOPSRCDIR
= @top_srcdir@
194 msvcrt
/sys
/locking.h \
198 msvcrt
/sys
/unistd.h \
211 obj_commdlgbrowser.h \
215 obj_dockingwindowframe.h \
217 obj_dragdrophelper.h \
228 obj_serviceprovider.h \
237 EXTRASUBDIRS
= bitmaps msvcrt msvcrt
/sys wine
244 $(LDPATH
) $(WIDL
) $(DEFS
) -b
-h
-H
$@
$<
246 $(IDL_SRCS
:.idl
=.h
): $(WIDL
)
250 idl
: $(IDL_SRCS
:.idl
=.h
)
253 $(MKINSTALLDIRS
) $(includedir) $(includedir)/windows
$(includedir)/msvcrt
$(includedir)/msvcrt
/sys
254 for f in
$(WINDOWS_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/windows
/$$f; done
255 for f in
$(MSVCRT_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/$$f; done
256 for f in
$(WINE_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/wine
/$$f $(includedir)/$$f; done
258 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
259 # anything extra the user may have put there.
261 [ -d
$(includedir)/windows
] && cd
$(includedir)/windows
&& $(RM
) $(WINDOWS_INCLUDES
) || true
262 [ -d
$(includedir) ] && cd
$(includedir) && $(RM
) $(MSVCRT_INCLUDES
) $(WINE_INCLUDES
) || true
263 -rmdir
$(includedir)/msvcrt
/sys
$(includedir)/msvcrt
$(includedir)/windows
$(includedir)