[Pkg-voip-commits] [dahdi-tools] 235/285: automake: xpp: remove xpp/Makefile.legacy

tzafrir at debian.org tzafrir at debian.org
Thu Jul 7 19:19:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to branch master
in repository dahdi-tools.

commit b5b32a438fbffb7b5cf06463f295cb4123da83dc
Author: Oron Peled <oron.peled at xorcom.com>
Date:   Mon May 18 16:23:12 2015 +0000

    automake: xpp: remove xpp/Makefile.legacy
    
    Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
 xpp/Makefile.am     | 20 +++-----------------
 xpp/Makefile.legacy | 22 ----------------------
 2 files changed, 3 insertions(+), 39 deletions(-)

diff --git a/xpp/Makefile.am b/xpp/Makefile.am
index 1645a78..f83fc43 100644
--- a/xpp/Makefile.am
+++ b/xpp/Makefile.am
@@ -1,25 +1,11 @@
 
-LEGACY_MAKE	= \
-	 $(MAKE) -f $(srcdir)/Makefile.legacy \
-		top_srcdir=$(top_srcdir) \
-		srcdir=$(srcdir)
-
 all-local: $(perl_checks)
-	$(LEGACY_MAKE)  all
-
-clean-local:
-	$(LEGACY_MAKE)  clean
-
-install-exec-hook:
-	$(LEGACY_MAKE)  install
-
-# Cannot allow this yet
-distclean:
-maintainer-clean:
 
 SUBDIRS		=
 
-GLOBAL_CFLAGS	= -I$(srcdir) -I$(srcdir)/xtalk
+# FIXME: try to improve code, so we can use $(PEDANTIC)
+#PEDANTIC	= -ansi -pedantic -std=c99
+GLOBAL_CFLAGS	= -I$(srcdir) -I$(srcdir)/xtalk $(PEDANTIC)
 
 if PERL
 SUBDIRS		+= perl_modules
diff --git a/xpp/Makefile.legacy b/xpp/Makefile.legacy
deleted file mode 100644
index 2095c25..0000000
--- a/xpp/Makefile.legacy
+++ /dev/null
@@ -1,22 +0,0 @@
-PEDANTIC	= -ansi -pedantic -std=c99
-
-#
-# Ugly hack to find kernel directories before/after the split
-# to kernel/user-space.
-#
-# These variables should be passed to us. But until then...
-#
-DAHDI_TOOLSDIR	?= ..
-DAHDI_KERNELDIR	=
-
--include $(DAHDI_TOOLSDIR)/makeopts
-
-# Variables that should be defined above, but need sane defaults:
-# FIXME: Are those values really sane?
-HOSTCC		?= $(CC)
-
-all:
-
-install: all
-
-clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/dahdi-tools.git



More information about the Pkg-voip-commits mailing list