Index: /trunk/psLib/Makefile.am
===================================================================
--- /trunk/psLib/Makefile.am	(revision 7209)
+++ /trunk/psLib/Makefile.am	(revision 7210)
@@ -49,5 +49,5 @@
 	rm -rf $(prefix)/docs/pslib/*
 
-CLEANFILES = $(prefix)/docs/pslib/*
+CLEANFILES = $(prefix)/docs/pslib/* *~
 
 test: check
Index: /trunk/psLib/src/Makefile.am
===================================================================
--- /trunk/psLib/src/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/Makefile.am	(revision 7210)
@@ -28,2 +28,4 @@
 	cp libpslib.la.temp libpslib.la
 	rm -f libpslib.la.temp
+
+CLEANFILES = *~
Index: /trunk/psLib/src/astro/Makefile.am
===================================================================
--- /trunk/psLib/src/astro/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/astro/Makefile.am	(revision 7210)
@@ -10,5 +10,5 @@
 	psCoord.c \
 	psSphereOps.c \
-    psEarthOrientation.c
+        psEarthOrientation.c
 
 EXTRA_DIST = astro.i
@@ -19,3 +19,5 @@
 	psCoord.h \
 	psSphereOps.h \
-    psEarthOrientation.h
+        psEarthOrientation.h
+
+CLEANFILES = *~
Index: /trunk/psLib/src/db/Makefile.am
===================================================================
--- /trunk/psLib/src/db/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/db/Makefile.am	(revision 7210)
@@ -14,2 +14,3 @@
 	psDB_dummy.h
 
+CLEANFILES = *~
Index: /trunk/psLib/src/fft/Makefile.am
===================================================================
--- /trunk/psLib/src/fft/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/fft/Makefile.am	(revision 7210)
@@ -15,2 +15,3 @@
 	psImageFFT.h
 
+CLEANFILES = *~
Index: /trunk/psLib/src/fits/Makefile.am
===================================================================
--- /trunk/psLib/src/fits/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/fits/Makefile.am	(revision 7210)
@@ -18,2 +18,4 @@
 	psFitsImage.h \
 	psFitsTable.h
+
+CLEANFILES = *~
Index: /trunk/psLib/src/imageops/Makefile.am
===================================================================
--- /trunk/psLib/src/imageops/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/imageops/Makefile.am	(revision 7210)
@@ -24,2 +24,4 @@
 	psImageStructManip.h \
     psImageMaskOps.h
+
+CLEANFILES = *~
Index: /trunk/psLib/src/math/Makefile.am
===================================================================
--- /trunk/psLib/src/math/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/math/Makefile.am	(revision 7210)
@@ -39,2 +39,4 @@
 	psStats.h \
 	psMathUtils.h
+
+CLEANFILES = *~
Index: /trunk/psLib/src/mathtypes/Makefile.am
===================================================================
--- /trunk/psLib/src/mathtypes/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/mathtypes/Makefile.am	(revision 7210)
@@ -16,2 +16,4 @@
 	psScalar.h \
 	psVector.h
+
+CLEANFILES = *~
Index: /trunk/psLib/src/sys/Makefile.am
===================================================================
--- /trunk/psLib/src/sys/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/sys/Makefile.am	(revision 7210)
@@ -37,2 +37,4 @@
 	psTrace.h      \
 	psType.h
+
+CLEANFILES = *~
Index: /trunk/psLib/src/types/Makefile.am
===================================================================
--- /trunk/psLib/src/types/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/types/Makefile.am	(revision 7210)
@@ -28,2 +28,4 @@
 	psPixels.h \
 	psArguments.h
+
+CLEANFILES = *~
Index: /trunk/psLib/src/xml/Makefile.am
===================================================================
--- /trunk/psLib/src/xml/Makefile.am	(revision 7209)
+++ /trunk/psLib/src/xml/Makefile.am	(revision 7210)
@@ -12,2 +12,4 @@
 pslibinclude_HEADERS = \
 	psXML.h
+
+CLEANFILES = *~
Index: /trunk/psLib/test/Makefile.am
===================================================================
--- /trunk/psLib/test/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/Makefile.am	(revision 7210)
@@ -3,5 +3,5 @@
 EXTRA_DIST = runTest FullUnitTest
 
-CLEANFILES = core core.*
+CLEANFILES = core core.* *~
 
 all:
Index: /trunk/psLib/test/astro/Makefile.am
===================================================================
--- /trunk/psLib/test/astro/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/astro/Makefile.am	(revision 7210)
@@ -43,5 +43,5 @@
 tests: $(check_DATA) $(TESTS)
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~
 
 pslib.config: $(top_srcdir)/etc/pslib/pslib.config.template
Index: /trunk/psLib/test/db/Makefile.am
===================================================================
--- /trunk/psLib/test/db/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/db/Makefile.am	(revision 7210)
@@ -18,5 +18,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~
 
 clean-local:
Index: /trunk/psLib/test/fft/Makefile.am
===================================================================
--- /trunk/psLib/test/fft/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/fft/Makefile.am	(revision 7210)
@@ -19,5 +19,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~
 
 tests: $(TESTS) $(check_DATA)
Index: /trunk/psLib/test/fits/Makefile.am
===================================================================
--- /trunk/psLib/test/fits/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/fits/Makefile.am	(revision 7210)
@@ -17,5 +17,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* multi.fits table.fits tmpImages/* core core.*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* multi.fits table.fits tmpImages/* core core.* *~
 
 tests: $(check_DATA) $(TESTS)
Index: /trunk/psLib/test/imageops/Makefile.am
===================================================================
--- /trunk/psLib/test/imageops/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/imageops/Makefile.am	(revision 7210)
@@ -33,5 +33,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits core core.*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* fOut.fits sOut.fits fBiOut.fits sBiOut.fits core core.* *~
 
 tests: $(TESTS) $(check_DATA)
Index: /trunk/psLib/test/math/Makefile.am
===================================================================
--- /trunk/psLib/test/math/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/math/Makefile.am	(revision 7210)
@@ -86,5 +86,5 @@
 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
 EXTRA_DIST = verified
-CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* seed_msglog1.txt core core.* *~
 tests: $(check_DATA) $(TESTS)
 test: check
Index: /trunk/psLib/test/mathtypes/Makefile.am
===================================================================
--- /trunk/psLib/test/mathtypes/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/mathtypes/Makefile.am	(revision 7210)
@@ -29,5 +29,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* core core.* *~
 
 tests: $(check_DATA) $(TESTS)
Index: /trunk/psLib/test/sys/.cvsignore
===================================================================
--- /trunk/psLib/test/sys/.cvsignore	(revision 7209)
+++ /trunk/psLib/test/sys/.cvsignore	(revision 7210)
@@ -15,2 +15,4 @@
 tst_psTrace02_OUT
 test.fits
+core
+core.*
Index: /trunk/psLib/test/sys/Makefile.am
===================================================================
--- /trunk/psLib/test/sys/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/sys/Makefile.am	(revision 7210)
@@ -29,5 +29,5 @@
 EXTRA_DIST = verified
 
-CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT core core.*
+CLEANFILES = $(TESTS) $(check_DATA) temp/* log.txt log2.txt test.fits tst_psTrace02_OUT core core.* *~
 
 tests: $(check_DATA) $(TESTS)
Index: /trunk/psLib/test/types/Makefile.am
===================================================================
--- /trunk/psLib/test/types/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/types/Makefile.am	(revision 7210)
@@ -85,5 +85,5 @@
 
 CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/* MDCopy.in MDCopy.out mdcfgwrt.out \
-	core core.*
+	core core.* *~
 
 tests: $(check_DATA) $(TESTS)
Index: /trunk/psLib/test/xml/Makefile.am
===================================================================
--- /trunk/psLib/test/xml/Makefile.am	(revision 7209)
+++ /trunk/psLib/test/xml/Makefile.am	(revision 7210)
@@ -18,5 +18,5 @@
 
 CLEANFILES = $(TESTS) $(check_DATA) temp/* psTest5.xml psTest2.xml psTest.xml psTest3.xml psTest4.xml \
-	core core.*
+	core core.* *~
 
 tests: $(check_DATA) $(TESTS)
