1 TOPSRCDIR = @top_srcdir@
82 msvcrt/sys/locking.h \
155 wine/obj_clientserver.h \
157 wine/obj_commdlgbrowser.h \
158 wine/obj_connection.h \
159 wine/obj_contextmenu.h \
161 wine/obj_dataobject.h \
162 wine/obj_dockingwindowframe.h \
163 wine/obj_dragdrop.h \
164 wine/obj_dragdrophelper.h \
165 wine/obj_enumguid.h \
166 wine/obj_enumidlist.h \
167 wine/obj_errorinfo.h \
168 wine/obj_extracticon.h \
179 wine/obj_property.h \
180 wine/obj_propertystorage.h \
181 wine/obj_serviceprovider.h \
182 wine/obj_shellbrowser.h \
183 wine/obj_shellextinit.h \
184 wine/obj_shellfolder.h \
185 wine/obj_shelllink.h \
186 wine/obj_shellview.h \
188 wine/obj_webbrowser.h \
216 EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine
221 $(MKINSTALLDIRS) $(includedir) $(includedir)/wine $(includedir)/msvcrt $(includedir)/msvcrt/sys
222 for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/$$f; done
224 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
225 # anything extra the user may have put there.
227 [ -d $(includedir) ] && cd $(includedir) && $(RM) $(INSTALLED_INCLUDES) || true
228 -rmdir $(includedir)/msvcrt/sys $(includedir)/msvcrt $(includedir)/wine $(includedir)