1 # Deleting all files created by building the program
2 # --------------------------------------------------
4 rm -f *core *[%~] *.[oa]
9 # Deleting all files created by configuring or building the program
10 # -----------------------------------------------------------------
12 rm -f config.cache config.log config.status Makefile.common
13 rm -f sdccconf.h main.mk *.dep
14 rm ports.all ports.build
16 # Like clean but some files may still exist
17 # -----------------------------------------
21 # Deleting everything that can reconstructed by this Makefile. It deletes
22 # everything deleted by distclean plus files created by bison, etc.
23 # -----------------------------------------------------------------------