--- rpl/modules/sets/Makefile.am 2017/07/04 10:28:08 1.5 +++ rpl/modules/sets/Makefile.am 2017/07/10 07:26:12 1.6 @@ -21,7 +21,8 @@ clean: \rm -f $(OBJ) sets.rplso %.o: %.rplc $(SRCH) $(top_builddir)/src/rplexternals.h $(top_builddir)/src/rpl.h - gfortran -x c -fPIC -Wall -DRPLCONFIG -O2 -g -funsigned-char \ + @echo " RPLC $@" + @gfortran -x c -fPIC -Wall -DRPLCONFIG -O2 -g -funsigned-char \ -I$(top_srcdir) -I$(top_builddir)/src \ -DREADLINE_LIBRARY \ -I$(top_srcdir)/tools/@READLINE@ \ @@ -32,7 +33,8 @@ clean: -c -o $@ $< sets.rplso: $(OBJ) - gfortran -shared -g -o $@ $+ + @echo " RPLSO $@" + @gfortran -shared -g -o $@ $+ install: sets.rplso $(INSTALL_DATA) sets.rplso $(DESTDIR)$(libdir)/sets.rplso