1 TOPSRCDIR = @top_srcdir@
89 wine/obj_clientserver.h \
90 wine/obj_commdlgbrowser.h \
91 wine/obj_connection.h \
92 wine/obj_contextmenu.h \
94 wine/obj_dataobject.h \
95 wine/obj_dockingwindowframe.h \
97 wine/obj_enumidlist.h \
98 wine/obj_errorinfo.h \
99 wine/obj_extracticon.h \
110 wine/obj_property.h \
111 wine/obj_propertystorage.h \
112 wine/obj_queryassociations.h \
113 wine/obj_shellbrowser.h \
114 wine/obj_shellextinit.h \
115 wine/obj_shellfolder.h \
116 wine/obj_shelllink.h \
117 wine/obj_shellview.h \
142 EXTRASUBDIRS = bitmaps wine
147 [ -d $(includedir) ] || $(MKDIR) $(includedir)
148 [ -d $(includedir)/wine ] || $(MKDIR) $(includedir)/wine
149 for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/$$f; done
151 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
152 # anything extra the user may have put there.
154 cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)
155 -rmdir $(includedir)/wine $(includedir)