* as/z80/z80mch.c: fixed bug #1704376: missing as-z80 errors
[fw/sdcc] / doc / clean.mk
1 clean:
2         rm -rf $(MANUAL).html $(TSS).html $(CDB).html
3         rm -rf $(MANUAL).txt $(TSS).txt $(CDB).txt \
4                 *.pdf *.tex *.aux *.dvi *.idx *.ilg *.out\
5                 *.ind *.log *.toc *~ \#* *.ps */*.css */*.pl *.gif core *.glo
6         rm -rf sdcc-doc sdcc-doc.tar.bz2
7         if [ "$(srcdir)" != "." ]; then rm -f *.lyx; fi
8
9 # Deleting all files created by configuring or building the program
10 # -----------------------------------------------------------------
11 distclean: clean
12         rm -f Makefile
13
14 # Like clean but some files may still exist
15 # -----------------------------------------
16 mostlyclean: clean
17
18 # Deleting everything that can reconstructed by this Makefile. It deletes
19 # everything deleted by distclean plus files created by bison, etc.
20 # -----------------------------------------------------------------------
21 realclean: distclean