xspice/icm/GNUmakefile.in, add missing `uninstall' target

This commit is contained in:
rlar 2011-11-03 17:05:38 +00:00
parent e42fa8ba06
commit 7152c01751
2 changed files with 10 additions and 0 deletions

View File

@ -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 ,

View File

@ -25,6 +25,12 @@ install: all
done
uninstall:
for cm in $(CMDIRS) ; do \
rm -f "$(DESTDIR)$(libdir)/spice/$$cm.cm"; \
done
clean:
for cm in $(CMDIRS) ; do \
$(MAKE) cm=$$cm cm-clean \