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