--- rpl/modules/sets/Makefile.am 2017/07/04 10:28:08 1.5 +++ rpl/modules/sets/Makefile.am 2017/07/30 21:59:02 1.7 @@ -1,7 +1,9 @@ SRCRPLC=\ complement.rplc\ intersection.rplc\ + ltos.rplc\ sets.rplc\ + stol.rplc\ types.rplc\ union.rplc @@ -21,7 +23,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 +35,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