1 TOPSRCDIR
= @top_srcdir@
102 wine
/obj_clientserver.h \
103 wine
/obj_commdlgbrowser.h \
104 wine
/obj_connection.h \
105 wine
/obj_contextmenu.h \
107 wine
/obj_dataobject.h \
108 wine
/obj_dockingwindowframe.h \
109 wine
/obj_dragdrop.h \
110 wine
/obj_enumidlist.h \
111 wine
/obj_errorinfo.h \
112 wine
/obj_extracticon.h \
123 wine
/obj_property.h \
124 wine
/obj_propertystorage.h \
125 wine
/obj_queryassociations.h \
126 wine
/obj_shellbrowser.h \
127 wine
/obj_shellextinit.h \
128 wine
/obj_shellfolder.h \
129 wine
/obj_shelllink.h \
130 wine
/obj_shellview.h \
155 EXTRASUBDIRS
= bitmaps wine
160 [ -d
$(includedir) ] ||
$(MKDIR
) $(includedir)
161 [ -d
$(includedir)/wine
] ||
$(MKDIR
) $(includedir)/wine
162 for f in
$(INSTALLED_INCLUDES
); do
$(INSTALL_DATA
) $(SRCDIR
)/$$f $(includedir)/$$f; done
164 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
165 # anything extra the user may have put there.
167 cd
$(includedir) && $(RM
) $(INSTALLED_INCLUDES
)
168 -rmdir
$(includedir)/wine
$(includedir)