@ -1,3 +1,7 @@
2011-11-03 Robert Larice
* src/xspice/icm/GNUmakefile.in :
xspice/icm/GNUmakefile.in, add missing `uninstall' target
2011-10-31 Robert Larice
* src/main.c ,
* src/frontend/com_fft.c ,
@ -25,6 +25,12 @@ install: all
done
uninstall:
for cm in $(CMDIRS) ; do \
rm -f "$(DESTDIR)$(libdir)/spice/$$cm.cm"; \
clean:
$(MAKE) cm=$$cm cm-clean \