1 # Deleting all files created by building the program
2 # --------------------------------------------------
5 rm -f
*core
*[%~
] *.
[oa
] $(top_builddir
)/bin
/makebin
$(EXEEXT
)
8 # Deleting all files created by configuring or building the program
9 # -----------------------------------------------------------------
11 rm -f Makefile
*.dep
*.depcc
*.depcxx
14 # Like clean but some files may still exist
15 # -----------------------------------------
19 # Deleting everything that can reconstructed by this Makefile. It deletes
20 # everything deleted by distclean plus files created by bison, etc.
21 # -----------------------------------------------------------------------