realclean support

This commit is contained in:
Vitor Santos Costa 2014-02-03 16:34:13 +00:00
parent 159613ab56
commit 1e88998375
2 changed files with 3 additions and 1 deletions

View File

@ -930,7 +930,7 @@ clean: clean_docs
realclean: clean realclean_docs
rm -f yap@EXEC_SUFFIX@ startup.yss config.log config.cache config.h
rm -f yap@EXEC_SUFFIX@ startup.yss libYap.* Makefile *.h config.log config.status config.cache
dist:

View File

@ -112,3 +112,5 @@ install: $(PROGRAMS)
for p in $(DIALECT_SWI); do $(INSTALL_DATA) $$p $(DESTDIR)$(SHAREDIR)/Yap/dialect/swi; done
for p in $(DIALECT_BP); do $(INSTALL_DATA) $$p $(DESTDIR)$(SHAREDIR)/Yap/dialect/bprolog; done
realclean:
rm -f *def Makefile