1 TOPSRCDIR = @top_srcdir@
189 msvcrt/sys/locking.h \
207 obj_commdlgbrowser.h \
212 obj_dockingwindowframe.h \
214 obj_dragdrophelper.h \
230 obj_propertystorage.h \
231 obj_serviceprovider.h \
241 EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine
248 $(LDPATH) $(WIDL) $(DEFS) -b -h -H $@ $<
251 $(MKINSTALLDIRS) $(includedir) $(includedir)/windows $(includedir)/msvcrt $(includedir)/msvcrt/sys
252 for f in $(WINDOWS_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/windows/$$f; done
253 for f in $(MSVCRT_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/$$f; done
254 for f in $(WINE_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/wine/$$f $(includedir)/$$f; done
256 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
257 # anything extra the user may have put there.
259 [ -d $(includedir)/windows ] && cd $(includedir)/windows && $(RM) $(WINDOWS_INCLUDES) || true
260 [ -d $(includedir) ] && cd $(includedir) && $(RM) $(MSVCRT_INCLUDES) $(WINE_INCLUDES) || true
261 -rmdir $(includedir)/msvcrt/sys $(includedir)/msvcrt $(includedir)/windows $(includedir)