1 TOPSRCDIR = @top_srcdir@
177 msvcrt/sys/locking.h \
195 obj_commdlgbrowser.h \
200 obj_dockingwindowframe.h \
202 obj_dragdrophelper.h \
218 obj_propertystorage.h \
219 obj_serviceprovider.h \
229 EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine
234 $(MKINSTALLDIRS) $(includedir) $(includedir)/windows $(includedir)/msvcrt $(includedir)/msvcrt/sys
235 for f in $(WINDOWS_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/windows/$$f; done
236 for f in $(MSVCRT_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/$$f; done
237 for f in $(WINE_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/wine/$$f $(includedir)/$$f; done
239 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
240 # anything extra the user may have put there.
242 [ -d $(includedir)/windows ] && cd $(includedir)/windows && $(RM) $(WINDOWS_INCLUDES) || true
243 [ -d $(includedir) ] && cd $(includedir) && $(RM) $(MSVCRT_INCLUDES) $(WINE_INCLUDES) || true
244 -rmdir $(includedir)/msvcrt/sys $(includedir)/msvcrt $(includedir)/windows $(includedir)