1 TOPSRCDIR = @top_srcdir@
98 wine/obj_clientserver.h \
99 wine/obj_commdlgbrowser.h \
100 wine/obj_connection.h \
101 wine/obj_contextmenu.h \
103 wine/obj_dataobject.h \
104 wine/obj_dockingwindowframe.h \
105 wine/obj_dragdrop.h \
106 wine/obj_enumidlist.h \
107 wine/obj_errorinfo.h \
108 wine/obj_extracticon.h \
119 wine/obj_property.h \
120 wine/obj_propertystorage.h \
121 wine/obj_queryassociations.h \
122 wine/obj_shellbrowser.h \
123 wine/obj_shellextinit.h \
124 wine/obj_shellfolder.h \
125 wine/obj_shelllink.h \
126 wine/obj_shellview.h \
149 EXTRASUBDIRS = bitmaps wine
154 [ -d $(includedir) ] || $(MKDIR) $(includedir)
155 [ -d $(includedir)/wine ] || $(MKDIR) $(includedir)/wine
156 for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir)/$$f; done
158 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
159 # anything extra the user may have put there.
161 cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)
162 -rmdir $(includedir)/wine $(includedir)