From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: add makefile extention support Date: Sun, 28 Feb 2016 22:00:02 +0100 Message-ID: <1976319.EWLy02CyDg@xps13> References: <1455039314-86891-1-git-send-email-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Keith Wiles Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id E16AF68F2 for ; Sun, 28 Feb 2016 22:01:35 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id l68so37150327wml.0 for ; Sun, 28 Feb 2016 13:01:35 -0800 (PST) In-Reply-To: <1455039314-86891-1-git-send-email-keith.wiles@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi, 2016-02-09 11:35, Keith Wiles: > Adding support to the build system to allow for Makefile.XXX > extention to a subtree, which already has Makefiles. These > Makefiles could be from the autotools and others places. Using > the Makefile extention RTE_MKFILE_SUFFIX in a makefile subtree > using 'export RTE_MKFILE_SUFFIX=.XXX' to use Makefile.XXX in > that subtree. > > The main reason I needed this feature was to integrate a autotool > open source projects with DPDK and keep the original Makefiles. Sorry I fail to understand why it is needed. Are you trying to add autotool in DPDK? I don't think it is a good approach. The DPDK must provide a pkgconfig interface to be integrated anywhere.