1 TOPSRCDIR
= @top_srcdir@
140 wine
/obj_clientserver.h \
141 wine
/obj_commdlgbrowser.h \
142 wine
/obj_connection.h \
143 wine
/obj_contextmenu.h \
145 wine
/obj_dataobject.h \
146 wine
/obj_dockingwindowframe.h \
147 wine
/obj_dragdrop.h \
148 wine
/obj_enumidlist.h \
149 wine
/obj_errorinfo.h \
150 wine
/obj_extracticon.h \
152 wine
/obj_ksproperty.h \
162 wine
/obj_property.h \
163 wine
/obj_propertystorage.h \
164 wine
/obj_queryassociations.h \
165 wine
/obj_serviceprovider.h \
166 wine
/obj_shellbrowser.h \
167 wine
/obj_shellextinit.h \
168 wine
/obj_shellfolder.h \
169 wine
/obj_shelllink.h \
170 wine
/obj_shellview.h \
172 wine
/obj_webbrowser.h \
199 EXTRASUBDIRS
= bitmaps msvcrt msvcrt
/sys wine
204 [ -d
$(includedir) ] ||
$(MKDIR
) $(includedir)
205 [ -d
$(includedir)/wine
] ||
$(MKDIR
) $(includedir)/wine
206 [ -d
$(includedir)/msvcrt
] ||
$(MKDIR
) $(includedir)/msvcrt
207 [ -d
$(includedir)/msvcrt
/sys
] ||
$(MKDIR
) $(includedir)/msvcrt
/sys
208 for f in
$(INSTALLED_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/$$f; done
210 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
211 # anything extra the user may have put there.
213 cd
$(includedir) && $(RM
) $(INSTALLED_INCLUDES
)
214 -rmdir
$(includedir)/wine
/msvcrt
/sys
$(includedir)/wine
/msvcrt
215 -rmdir
$(includedir)/wine
$(includedir)