[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/vm e8835dbbbc 6/7: remove no longer used Makefile
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/vm e8835dbbbc 6/7: remove no longer used Makefile |
Date: |
Sun, 8 Sep 2024 13:00:59 -0400 (EDT) |
branch: elpa/vm
commit e8835dbbbc574569bab0715a3f160bef34772b79
Author: Mark Diekhans <markd@ucsc.edu>
Commit: Mark Diekhans <markd@ucsc.edu>
remove no longer used Makefile
---
Makefile.in | 2 +-
configure.ac | 2 +-
src/Makefile.in | 43 -------------------------------------------
3 files changed, 2 insertions(+), 45 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index ac8d7a2542..04861e0c90 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,7 +15,7 @@ srcdir = @srcdir@
datarootdir = @datarootdir@
docdir = @docdir@
-SUBDIRS = lisp info src pixmaps
+SUBDIRS = lisp info pixmaps
# the list of source (documentation) files
SOURCES = NEWS
diff --git a/configure.ac b/configure.ac
index 1d5955ddfd..1afbfed296 100644
--- a/configure.ac
+++ b/configure.ac
@@ -244,7 +244,7 @@ AC_INIT([VM],[8.3.x],[viewmail-info@nongnu.org])
AC_COPYRIGHT([Copyright (C) 2009-2010 VM Development Team
<vm@lists.launchpad.net>])
AC_CONFIG_SRCDIR([configure.ac])
-AC_CONFIG_FILES([Makefile lisp/Makefile info/Makefile src/Makefile
pixmaps/Makefile vm-load.el])
+AC_CONFIG_FILES([Makefile lisp/Makefile info/Makefile pixmaps/Makefile
vm-load.el])
# Common system utilities checking:
AC_PROG_MAKE_SET
diff --git a/src/Makefile.in b/src/Makefile.in
deleted file mode 100644
index 6a6b3971a0..0000000000
--- a/src/Makefile.in
+++ /dev/null
@@ -1,43 +0,0 @@
-@SET_MAKE@
-
-##############################################################################
-# no csh please
-SHELL = /bin/sh
-
-SOURCES = $(wildcard *.c)
-
-OBJECTS = $(SOURCES:.c=.o)
-
-##############################################################################
-# location of required programms
-MKDIR = @MKDIR@
-RM = @RM@
-INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-srcdir = @srcdir@
-bindir = @bindir@
-
-##############################################################################
-all: $(SOURCES:.c=)
-
-install:
- @mkdir -p -m 0755 "$(DESTDIR)$(bindir)"; \
- for i in $(SOURCES:.c=) ; do \
- echo "Installing $$i in $(DESTDIR)$(bindir)" ; \
- $(INSTALL_PROGRAM) $$i "$(DESTDIR)$(bindir)" ; \
- done ;
- @echo VM helper binaries successfully installed\!
-
-##############################################################################
-Makefile: @srcdir@/Makefile.in
- cd ..; ./config.status
-
-##############################################################################
-clean:
- -$(RM) -f $(SOURCES:.c=)
-
-distclean: clean
- -$(RM) -f Makefile
- [nongnu] elpa/vm updated (d76fcc9048 -> ea1b741392), ELPA Syncer, 2024/09/08
- [nongnu] elpa/vm 9714751c98 2/7: distclean should not remove configure, ELPA Syncer, 2024/09/08
- [nongnu] elpa/vm e8835dbbbc 6/7: remove no longer used Makefile,
ELPA Syncer <=
- [nongnu] elpa/vm 33b51e6a8c 1/7: Use Emacs's facilities for base64/qp/uu, ELPA Syncer, 2024/09/08
- [nongnu] elpa/vm 9a208a321e 5/7: remove MIME encode/decode programs from texinfo documentation, ELPA Syncer, 2024/09/08
- [nongnu] elpa/vm 8616e77b85 4/7: distclean should not remove configure, ELPA Syncer, 2024/09/08
- [nongnu] elpa/vm a269ad685f 3/7: Merge branch 'main' into 'main', ELPA Syncer, 2024/09/08
- [nongnu] elpa/vm ea1b741392 7/7: Merge branch 'remove-qp-uu' into 'main', ELPA Syncer, 2024/09/08