1 TOPSRCDIR = @top_srcdir@
7 LIB_TARGET = @LIB_TARGET@
17 # Testing LIB_TARGET prevents installing header files
18 # when --disable-lib is used
20 if [ $(LIB_TARGET) ]; then \
21 [ -d $(includedir) ] || $(MKDIR) $(includedir); \
22 for f in $(INSTALLED_INCLUDES); do \
23 $(INSTALL_DATA) $(SRCDIR)/$$f $(includedir); \
27 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
28 # anything extra the user may have put there.
30 cd $(includedir); $(RM) $(INSTALLED_INCLUDES)