aboutsummaryrefslogtreecommitdiff
path: root/mc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mc/Makefile.am')
-rw-r--r--mc/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/mc/Makefile.am b/mc/Makefile.am
deleted file mode 100644
index 2905bfc..0000000
--- a/mc/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-MCFILES=relay1.mc relay2.mc trurl.mc ulysses.mc
-EXTRA_DIST=$(MCFILES)
-SUFFIXES=.mc .cf
-
-cf: $(MCFILES:.mc=.cf)
-
-#ifeq (.sendmail,$(wildcard .sendmail))
-#include .sendmail
-#endif
-
-clean:; rm -f *.cf
-
-.mc.cf:
- @if [ -n "$$CFDIR" ]; then \
- :; \
- elif [ -z "$(SENDMAIL_CFDIR)" ]; then \
- if [ -n "$(SENDMAIL_VERSION)" ]; then \
- for dir in /usr/src /usr/local/src ;\
- do \
- if [ -r $${dir}/sendmail-$(SENDMAIL_VERSION)/cf/cf/Makefile ];\
- then \
- CFDIR=$${dir}/sendmail-$(SENDMAIL_VERSION)/cf; \
- break; \
- fi; \
- done; \
- fi ; \
- if [ -z "$$CFDIR" ]; then \
- echo "Neither SENDMAIL_CFDIR nor SENDMAIL_VERSION set." >&2; \
- echo "Use --with-sendmail-cfdir --with-sendmail-version when configuring" >&2; \
- exit 1; \
- fi; \
- else \
- CFDIR=$(SENDMAIL_CFDIR);\
- fi;\
- $(MAKE) -f $$CFDIR/cf/Makefile CFDIR=$$CFDIR $@

Return to:

Send suggestions and report system problems to the System administrator.