From 1ace27509140c8011f0a6472742491c8d9d5c1d0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Jan 2004 07:49:29 +0000 Subject: 2004-01-14 Ralf Corsepius * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * psx02/Makefile.am: Ditto. * psx03/Makefile.am: Ditto. * psx04/Makefile.am: Ditto. * psx05/Makefile.am: Ditto. * psx06/Makefile.am: Ditto. * psx07/Makefile.am: Ditto. * psx08/Makefile.am: Ditto. * psx09/Makefile.am: Ditto. * psx10/Makefile.am: Ditto. * psx11/Makefile.am: Ditto. * psx12/Makefile.am: Ditto. * psx13/Makefile.am: Ditto. * psxcancel/Makefile.am: Ditto. * psxchroot01/Makefile.am: Ditto. * psxfile01/Makefile.am: Ditto. * psxmount/Makefile.am: Ditto. * psxmsgq01/Makefile.am: Ditto. * psxreaddir/Makefile.am: Ditto. * psxsem01/Makefile.am: Ditto. * psxstat/Makefile.am: Ditto. * psxtime/Makefile.am: Ditto. * psxtimer/Makefile.am: Ditto. --- testsuites/psxtests/ChangeLog | 27 +++++++++++++++++++++++++++ testsuites/psxtests/psx01/Makefile.am | 2 ++ testsuites/psxtests/psx02/Makefile.am | 2 ++ testsuites/psxtests/psx03/Makefile.am | 2 ++ testsuites/psxtests/psx04/Makefile.am | 2 ++ testsuites/psxtests/psx05/Makefile.am | 2 ++ testsuites/psxtests/psx06/Makefile.am | 2 ++ testsuites/psxtests/psx07/Makefile.am | 2 ++ testsuites/psxtests/psx08/Makefile.am | 2 ++ testsuites/psxtests/psx09/Makefile.am | 2 ++ testsuites/psxtests/psx10/Makefile.am | 2 ++ testsuites/psxtests/psx11/Makefile.am | 2 ++ testsuites/psxtests/psx12/Makefile.am | 2 ++ testsuites/psxtests/psx13/Makefile.am | 2 ++ testsuites/psxtests/psxcancel/Makefile.am | 2 ++ testsuites/psxtests/psxchroot01/Makefile.am | 2 ++ testsuites/psxtests/psxfile01/Makefile.am | 2 ++ testsuites/psxtests/psxmount/Makefile.am | 2 ++ testsuites/psxtests/psxmsgq01/Makefile.am | 2 ++ testsuites/psxtests/psxreaddir/Makefile.am | 2 ++ testsuites/psxtests/psxsem01/Makefile.am | 2 ++ testsuites/psxtests/psxstat/Makefile.am | 2 ++ testsuites/psxtests/psxtime/Makefile.am | 2 ++ testsuites/psxtests/psxtimer/Makefile.am | 2 ++ 24 files changed, 73 insertions(+) (limited to 'testsuites') diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog index 28bff24c86..c3989866f3 100644 --- a/testsuites/psxtests/ChangeLog +++ b/testsuites/psxtests/ChangeLog @@ -1,3 +1,30 @@ +2004-01-14 Ralf Corsepius + + * psx01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. + Add PRE/TMPINSTALL_FILES to CLEANFILES. + * psx02/Makefile.am: Ditto. + * psx03/Makefile.am: Ditto. + * psx04/Makefile.am: Ditto. + * psx05/Makefile.am: Ditto. + * psx06/Makefile.am: Ditto. + * psx07/Makefile.am: Ditto. + * psx08/Makefile.am: Ditto. + * psx09/Makefile.am: Ditto. + * psx10/Makefile.am: Ditto. + * psx11/Makefile.am: Ditto. + * psx12/Makefile.am: Ditto. + * psx13/Makefile.am: Ditto. + * psxcancel/Makefile.am: Ditto. + * psxchroot01/Makefile.am: Ditto. + * psxfile01/Makefile.am: Ditto. + * psxmount/Makefile.am: Ditto. + * psxmsgq01/Makefile.am: Ditto. + * psxreaddir/Makefile.am: Ditto. + * psxsem01/Makefile.am: Ditto. + * psxstat/Makefile.am: Ditto. + * psxtime/Makefile.am: Ditto. + * psxtimer/Makefile.am: Ditto. + 2003-12-18 Ralf Corsepius * psxtests.am: Add dirstamp support. diff --git a/testsuites/psxtests/psx01/Makefile.am b/testsuites/psxtests/psx01/Makefile.am index 98d27426a3..b58710d19a 100644 --- a/testsuites/psxtests/psx01/Makefile.am +++ b/testsuites/psxtests/psx01/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx02/Makefile.am b/testsuites/psxtests/psx02/Makefile.am index cff6a8d7eb..738369d88f 100644 --- a/testsuites/psxtests/psx02/Makefile.am +++ b/testsuites/psxtests/psx02/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx03/Makefile.am b/testsuites/psxtests/psx03/Makefile.am index 0c7c5bd1a1..65a8c50723 100644 --- a/testsuites/psxtests/psx03/Makefile.am +++ b/testsuites/psxtests/psx03/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx04/Makefile.am b/testsuites/psxtests/psx04/Makefile.am index e2ddcd57d9..9677e7cfc2 100644 --- a/testsuites/psxtests/psx04/Makefile.am +++ b/testsuites/psxtests/psx04/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx05/Makefile.am b/testsuites/psxtests/psx05/Makefile.am index bc635642f6..75fa746c82 100644 --- a/testsuites/psxtests/psx05/Makefile.am +++ b/testsuites/psxtests/psx05/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx06/Makefile.am b/testsuites/psxtests/psx06/Makefile.am index c4f560313d..28eea3214a 100644 --- a/testsuites/psxtests/psx06/Makefile.am +++ b/testsuites/psxtests/psx06/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx07/Makefile.am b/testsuites/psxtests/psx07/Makefile.am index f97d2126e1..45b6dedd91 100644 --- a/testsuites/psxtests/psx07/Makefile.am +++ b/testsuites/psxtests/psx07/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx08/Makefile.am b/testsuites/psxtests/psx08/Makefile.am index 495a90cee5..89f0082b16 100644 --- a/testsuites/psxtests/psx08/Makefile.am +++ b/testsuites/psxtests/psx08/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx09/Makefile.am b/testsuites/psxtests/psx09/Makefile.am index 0977ff0a0e..aedcb78961 100644 --- a/testsuites/psxtests/psx09/Makefile.am +++ b/testsuites/psxtests/psx09/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx10/Makefile.am b/testsuites/psxtests/psx10/Makefile.am index 0b22ddb880..8e26005eb7 100644 --- a/testsuites/psxtests/psx10/Makefile.am +++ b/testsuites/psxtests/psx10/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx11/Makefile.am b/testsuites/psxtests/psx11/Makefile.am index 740c3aa730..7ed85bf2e1 100644 --- a/testsuites/psxtests/psx11/Makefile.am +++ b/testsuites/psxtests/psx11/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx12/Makefile.am b/testsuites/psxtests/psx12/Makefile.am index eb81a82f3f..4e28abda64 100644 --- a/testsuites/psxtests/psx12/Makefile.am +++ b/testsuites/psxtests/psx12/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psx13/Makefile.am b/testsuites/psxtests/psx13/Makefile.am index 170d68c2a9..a0bfacc82e 100644 --- a/testsuites/psxtests/psx13/Makefile.am +++ b/testsuites/psxtests/psx13/Makefile.am @@ -37,4 +37,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxcancel/Makefile.am b/testsuites/psxtests/psxcancel/Makefile.am index 8cd8dcdc1b..23f6749827 100644 --- a/testsuites/psxtests/psxcancel/Makefile.am +++ b/testsuites/psxtests/psxcancel/Makefile.am @@ -37,4 +37,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxchroot01/Makefile.am b/testsuites/psxtests/psxchroot01/Makefile.am index 8e7eb4b0f1..33a05672f9 100644 --- a/testsuites/psxtests/psxchroot01/Makefile.am +++ b/testsuites/psxtests/psxchroot01/Makefile.am @@ -37,4 +37,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxfile01/Makefile.am b/testsuites/psxtests/psxfile01/Makefile.am index 45c0d41d64..81ca6aa940 100644 --- a/testsuites/psxtests/psxfile01/Makefile.am +++ b/testsuites/psxtests/psxfile01/Makefile.am @@ -37,4 +37,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxmount/Makefile.am b/testsuites/psxtests/psxmount/Makefile.am index e1dcd89f15..b80f9b1c66 100644 --- a/testsuites/psxtests/psxmount/Makefile.am +++ b/testsuites/psxtests/psxmount/Makefile.am @@ -37,4 +37,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxmsgq01/Makefile.am b/testsuites/psxtests/psxmsgq01/Makefile.am index e5c62d05ec..5dbc21054a 100644 --- a/testsuites/psxtests/psxmsgq01/Makefile.am +++ b/testsuites/psxtests/psxmsgq01/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxreaddir/Makefile.am b/testsuites/psxtests/psxreaddir/Makefile.am index d800ccb666..b1c75fd715 100644 --- a/testsuites/psxtests/psxreaddir/Makefile.am +++ b/testsuites/psxtests/psxreaddir/Makefile.am @@ -37,4 +37,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxsem01/Makefile.am b/testsuites/psxtests/psxsem01/Makefile.am index 0608e4afcf..c9844d7a5c 100644 --- a/testsuites/psxtests/psxsem01/Makefile.am +++ b/testsuites/psxtests/psxsem01/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxstat/Makefile.am b/testsuites/psxtests/psxstat/Makefile.am index f501b2e8fc..3472e2137b 100644 --- a/testsuites/psxtests/psxstat/Makefile.am +++ b/testsuites/psxtests/psxstat/Makefile.am @@ -37,4 +37,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxtime/Makefile.am b/testsuites/psxtests/psxtime/Makefile.am index 036fe3eba9..98ae85ae49 100644 --- a/testsuites/psxtests/psxtime/Makefile.am +++ b/testsuites/psxtests/psxtime/Makefile.am @@ -35,4 +35,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am diff --git a/testsuites/psxtests/psxtimer/Makefile.am b/testsuites/psxtests/psxtimer/Makefile.am index af8f1f440c..fcc2547ab3 100644 --- a/testsuites/psxtests/psxtimer/Makefile.am +++ b/testsuites/psxtests/psxtimer/Makefile.am @@ -40,4 +40,6 @@ all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) +CLEANFILES = $(TMPINSTALL_FILES) + include $(top_srcdir)/../automake/local.am -- cgit v1.2.3