1 TOPSRCDIR = @top_srcdir@
13 EXTRASUBDIRS = bitmaps wine
18 [ -d $(includedir) ] || $(MKDIR) $(includedir)
19 for f in $(INSTALLED_INCLUDES); do $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir); done
21 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
22 # anything extra the user may have put there.
24 cd $(includedir) && $(RM) $(INSTALLED_INCLUDES)