From patchwork Wed Feb 24 22:08:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 62838 Delivered-To: patch@linaro.org Received: by 10.112.43.199 with SMTP id y7csp2664253lbl; Wed, 24 Feb 2016 14:10:33 -0800 (PST) X-Received: by 10.55.207.217 with SMTP id v86mr51901659qkl.16.1456351833416; Wed, 24 Feb 2016 14:10:33 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t5si4791484qgt.117.2016.02.24.14.10.32; Wed, 24 Feb 2016 14:10:33 -0800 (PST) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id A467E617CF; Wed, 24 Feb 2016 22:10:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 8068C62F1A; Wed, 24 Feb 2016 22:10:28 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 9A59063001; Wed, 24 Feb 2016 22:10:09 +0000 (UTC) Received: from mail-qg0-f50.google.com (mail-qg0-f50.google.com [209.85.192.50]) by lists.linaro.org (Postfix) with ESMTPS id 4A229617E4 for ; Wed, 24 Feb 2016 22:08:58 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id y89so26059175qge.2 for ; Wed, 24 Feb 2016 14:08:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=xZ9VkbgHdqWB3eZvuJOWun1wkBArPVCpSyqSU0RunKE=; b=FGZs6VFN4Szb6M+Q2OKX79lNNiww6kKwjio0noitw1ANQfr31J2A0fG/N/IlfL0b+c DN7BurXXmsyWKtpjvyARN8VKdavz8IRfi3Q7YpDbqB20zUdM1wEZQKXlPIz7H4bSJ2ww K9EFgtiLsTUPCQ5mv17tvpbi2lUUgwN8CVzrkBeRAlHihDxUuoT4+6qwp3XcnHzMkw2i t0uzB2hvEPwErztFsspFy2bn/QtikeLEearOXKL+BQP2F/X6fX7NXfZYy++XCY0MeDl2 zlg48W6B4Dh+vBYiPxmEOqwHNu6kCbeTECGtjjgYef+tTD1OQVMMjPn856At1k8qTc86 eDJg== X-Gm-Message-State: AG10YOQ21RuTMt2Zj9wZMcOPaY0DUfRR0QxsN7apDH/IyMaPuAq7f7zq/TrdCqJgjbjPFt/y7i8= X-Received: by 10.140.19.52 with SMTP id 49mr51775804qgg.103.1456351738035; Wed, 24 Feb 2016 14:08:58 -0800 (PST) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id l36sm2056013qgd.29.2016.02.24.14.08.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 24 Feb 2016 14:08:57 -0800 (PST) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Wed, 24 Feb 2016 17:08:33 -0500 Message-Id: <1456351713-1116-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH] configure.ac: distribute the AC_CONFIG_FILES X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Signed-off-by: Mike Holmes Reviewed-by: Christophe Milard --- configure.ac | 44 ++++---------------------------------------- doc/m4/configure.m4 | 5 +++++ example/m4/configure.m4 | 7 +++++++ test/m4/configure.m4 | 28 ++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 40 deletions(-) create mode 100644 doc/m4/configure.m4 create mode 100644 example/m4/configure.m4 create mode 100644 test/m4/configure.m4 diff --git a/configure.ac b/configure.ac index a7cb035..8408cf5 100644 --- a/configure.ac +++ b/configure.ac @@ -318,53 +318,17 @@ AM_CFLAGS="$AM_CFLAGS $ODP_CFLAGS" AM_CXXFLAGS="-std=c++11" AC_CONFIG_FILES([Makefile - doc/Makefile - doc/implementers-guide/Makefile - doc/users-guide/Makefile - doc/process-guide/Makefile - doc/images/Makefile - example/Makefile - example/classifier/Makefile - example/generator/Makefile - example/ipsec/Makefile - example/packet/Makefile - example/time/Makefile - example/timer/Makefile helper/Makefile helper/test/Makefile pkgconfig/libodp.pc pkgconfig/libodphelper.pc scripts/Makefile - test/Makefile - test/performance/Makefile - test/validation/Makefile - test/validation/atomic/Makefile - test/validation/barrier/Makefile - test/validation/buffer/Makefile - test/validation/classification/Makefile - test/validation/config/Makefile - test/validation/cpumask/Makefile - test/validation/common/Makefile - test/validation/crypto/Makefile - test/validation/errno/Makefile - test/validation/hash/Makefile - test/validation/init/Makefile - test/validation/lock/Makefile - test/validation/packet/Makefile - test/validation/pktio/Makefile - test/validation/pool/Makefile - test/validation/queue/Makefile - test/validation/random/Makefile - test/validation/scheduler/Makefile - test/validation/std_clib/Makefile - test/validation/thread/Makefile - test/validation/time/Makefile - test/validation/timer/Makefile - test/validation/shmem/Makefile - test/validation/system/Makefile - test/miscellaneous/Makefile ]) +m4_include([./doc/m4/configure.m4]) +m4_include([./example/m4/configure.m4]) +m4_include([./test/m4/configure.m4]) + AC_SEARCH_LIBS([timer_create],[rt posix4]) ########################################################################## diff --git a/doc/m4/configure.m4 b/doc/m4/configure.m4 new file mode 100644 index 0000000..a182ae3 --- /dev/null +++ b/doc/m4/configure.m4 @@ -0,0 +1,5 @@ +AC_CONFIG_FILES([doc/Makefile + doc/implementers-guide/Makefile + doc/users-guide/Makefile + doc/process-guide/Makefile + doc/images/Makefile]) diff --git a/example/m4/configure.m4 b/example/m4/configure.m4 new file mode 100644 index 0000000..c2cf218 --- /dev/null +++ b/example/m4/configure.m4 @@ -0,0 +1,7 @@ +AC_CONFIG_FILES([example/Makefile + example/classifier/Makefile + example/generator/Makefile + example/ipsec/Makefile + example/packet/Makefile + example/time/Makefile + example/timer/Makefile]) diff --git a/test/m4/configure.m4 b/test/m4/configure.m4 new file mode 100644 index 0000000..ff74ede --- /dev/null +++ b/test/m4/configure.m4 @@ -0,0 +1,28 @@ +AC_CONFIG_FILES([test/Makefile + test/performance/Makefile + test/validation/Makefile + test/validation/atomic/Makefile + test/validation/barrier/Makefile + test/validation/buffer/Makefile + test/validation/classification/Makefile + test/validation/config/Makefile + test/validation/cpumask/Makefile + test/validation/common/Makefile + test/validation/crypto/Makefile + test/validation/errno/Makefile + test/validation/hash/Makefile + test/validation/init/Makefile + test/validation/lock/Makefile + test/validation/packet/Makefile + test/validation/pktio/Makefile + test/validation/pool/Makefile + test/validation/queue/Makefile + test/validation/random/Makefile + test/validation/scheduler/Makefile + test/validation/std_clib/Makefile + test/validation/thread/Makefile + test/validation/time/Makefile + test/validation/timer/Makefile + test/validation/shmem/Makefile + test/validation/system/Makefile + test/miscellaneous/Makefile])