1 # Deleting all files created by building the program
2 # --------------------------------------------------
3 include $(top_builddir
)/Makefile.common
6 rm -f
*core
*[%~
] *.
[oa
]
8 rm -f
*.dep
*.depcc
*.depcxx
12 # Deleting all files created by configuring or building the program
13 # -----------------------------------------------------------------
15 rm -f Makefile
*.dep Makefile asxxxx_config.h
18 # Like clean but some files may still exist
19 # -----------------------------------------
23 # Deleting everything that can reconstructed by this Makefile. It deletes
24 # everything deleted by distclean plus files created by bison, etc.
25 # -----------------------------------------------------------------------