1 TOPSRCDIR
= @top_srcdir@
88 wine
/obj_clientserver.h \
89 wine
/obj_commdlgbrowser.h \
90 wine
/obj_connection.h \
91 wine
/obj_contextmenu.h \
93 wine
/obj_dataobject.h \
94 wine
/obj_dockingwindowframe.h \
96 wine
/obj_enumidlist.h \
97 wine
/obj_errorinfo.h \
98 wine
/obj_extracticon.h \
109 wine
/obj_property.h \
110 wine
/obj_propertystorage.h \
111 wine
/obj_queryassociations.h \
112 wine
/obj_shellbrowser.h \
113 wine
/obj_shellextinit.h \
114 wine
/obj_shellfolder.h \
115 wine
/obj_shelllink.h \
116 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)