summaryrefslogtreecommitdiffstats
path: root/funtools/filter/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'funtools/filter/Imakefile')
-rw-r--r--funtools/filter/Imakefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/funtools/filter/Imakefile b/funtools/filter/Imakefile
deleted file mode 100644
index a1aa8c7..0000000
--- a/funtools/filter/Imakefile
+++ /dev/null
@@ -1,18 +0,0 @@
-XCOMM #########################################################################
-XCOMM
-XCOMM Fake Imakefile for xpa for use in saord
-XCOMM Its only necessary to have the Makefiles target
-XCOMM
-XCOMM #########################################################################
-
-Makefiles::
- @(x=""; \
- for i in $(CC); do \
- if [ "$$i" = "gcc" ] ; then \
- echo "X uses gcc ... and so shall we"; \
- x="--enable-gcc"; \
- fi; \
- done; \
- rm -f config.cache; \
- ./configure --enable-saord --prefix=$(TOP) --exec-prefix=$(TOP) --with-alt-libdir=$(TOP)/lib $$x)
-