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 [ -d $(includedir) ] || $(MKDIR) $(includedir); \
21 $(INSTALL_DATA) $(INSTALLED_INCLUDES) $(includedir); fi
23 # Don't just do a rm -rf on $(includedir) -- don't want to wipe out
24 # anything extra the user may have put there.
26 cd $(includedir); $(RM) $(INSTALLED_INCLUDES)