summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Krasnyansky <maxk@qualcomm.com>2002-03-12 18:59:15 +0000
committerMax Krasnyansky <maxk@qualcomm.com>2002-03-12 18:59:15 +0000
commitaced690cd4c623607a5ac1ebc0bb12b8b213fac8 (patch)
tree0e75ddee700a893602f2ee5f92eee996bcfc63d6
parent2c4532ba9feb08d1e37ca785bde83330d9cb4b71 (diff)
Cleanup.
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in3
-rwxr-xr-xconftestbin6518 -> 0 bytes
-rw-r--r--conftest.c1
4 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 64e1a183..c744d8fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,3 +3,5 @@
#
SUBDIRS = include src
+
+DISTCLEANFILES = conftest.c conftest
diff --git a/Makefile.in b/Makefile.in
index e541f40d..854507ac 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -81,6 +81,8 @@ STRIP = @STRIP@
VERSION = @VERSION@
SUBDIRS = include src
+
+DISTCLEANFILES = conftest.c conftest
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
@@ -296,6 +298,7 @@ clean-generic:
distclean-generic:
-rm -f Makefile $(CONFIG_CLEAN_FILES)
-rm -f config.cache config.log stamp-h stamp-h[0-9]*
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
mostlyclean-am: mostlyclean-tags mostlyclean-generic
diff --git a/conftest b/conftest
deleted file mode 100755
index 0a5bb3d5..00000000
--- a/conftest
+++ /dev/null
Binary files differ
diff --git a/conftest.c b/conftest.c
deleted file mode 100644
index cb8c7a57..00000000
--- a/conftest.c
+++ /dev/null
@@ -1 +0,0 @@
-static int dummy;