1 TOPSRCDIR = @top_srcdir@
88 msvcrt/sys/locking.h \
162 wine/obj_clientserver.h \
164 wine/obj_commdlgbrowser.h \
165 wine/obj_connection.h \
166 wine/obj_contextmenu.h \
168 wine/obj_dataobject.h \
169 wine/obj_dockingwindowframe.h \
170 wine/obj_dragdrop.h \
171 wine/obj_dragdrophelper.h \
172 wine/obj_enumguid.h \
173 wine/obj_enumidlist.h \
174 wine/obj_errorinfo.h \
175 wine/obj_extracticon.h \
186 wine/obj_property.h \
187 wine/obj_propertystorage.h \
188 wine/obj_serviceprovider.h \
189 wine/obj_shellbrowser.h \
190 wine/obj_shellextinit.h \
191 wine/obj_shellfolder.h \
192 wine/obj_shelllink.h \
193 wine/obj_shellview.h \
195 wine/obj_webbrowser.h \
223 EXTRASUBDIRS = bitmaps msvcrt msvcrt/sys wine
228 $(MKINSTALLDIRS) $(includedir) $(includedir)/wine $(includedir)/msvcrt $(includedir)/msvcrt/sys
229 for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/$$f; done
231 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
232 # anything extra the user may have put there.
234 [ -d $(includedir) ] && cd $(includedir) && $(RM) $(INSTALLED_INCLUDES) || true
235 -rmdir $(includedir)/msvcrt/sys $(includedir)/msvcrt $(includedir)/wine $(includedir)