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