From patchwork Fri Feb 26 22:29:31 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 63113 Delivered-To: patch@linaro.org Received: by 10.112.199.169 with SMTP id jl9csp111880lbc; Fri, 26 Feb 2016 14:30:03 -0800 (PST) X-Received: by 10.55.78.131 with SMTP id c125mr5171319qkb.71.1456525802980; Fri, 26 Feb 2016 14:30:02 -0800 (PST) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id t103si15239334qge.30.2016.02.26.14.30.02; Fri, 26 Feb 2016 14:30:02 -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 4EFCA667A2; Fri, 26 Feb 2016 22:30:02 +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 6E1F366780; Fri, 26 Feb 2016 22:29:56 +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 A99366678B; Fri, 26 Feb 2016 22:29:54 +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 D515C61B07 for ; Fri, 26 Feb 2016 22:29:53 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id y89so76615397qge.2 for ; Fri, 26 Feb 2016 14:29:53 -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=HghsG9iuTY35g9faxzDQIOOWBZENEaqpya2GZbDZfTA=; b=XI00tZoSwqJRu/nlL+7mfTfP7VcAkQnG6ECjw5cK4IMTKXznjAlGjfUSSa+E38Xe+4 zIslyMpaiGb0BfrBOhf7++7zdzjHtEueRNNsCc8wmXfQEAJriKVywIjE0EHqEd1UZo8N dahctdXnv4vNPUY+PleyOvmCGYJD0eXNwCHo4NhfvG2Udg2IkBRGCKe4YV56hzDRNpb3 ok94hs/MH8XcQ92bke8YXPhE/xBCEkv5wgt7wgt+TvQgh6QNU1wy+Y7d78849RBlkytt CQT/s3e+c+35UjjDEHn0/n9ex7MJap0mS3DpLrDTxcgNZeZJ+8wwSfCtBe8EX7rmGjj6 Cq5w== X-Gm-Message-State: AD7BkJJ536N0jXXIGR+7/5FWEBUw7QUaNRoFKLneXRZBZVgVVDd9I8rH6K+wox3wI92RSExkuXo= X-Received: by 10.140.35.115 with SMTP id m106mr5097888qgm.13.1456525793538; Fri, 26 Feb 2016 14:29:53 -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 w66sm6186062qgd.26.2016.02.26.14.29.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 26 Feb 2016 14:29:53 -0800 (PST) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Fri, 26 Feb 2016 17:29:31 -0500 Message-Id: <1456525771-4226-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.5.0 X-Topics: patch Subject: [lng-odp] [PATCH v2] 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 --- v2 Sort lists suggested by Maxim 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 b6c6b1e..1f56c9c 100644 --- a/configure.ac +++ b/configure.ac @@ -319,53 +319,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/application-api-guide/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..14302f5 --- /dev/null +++ b/doc/m4/configure.m4 @@ -0,0 +1,5 @@ +AC_CONFIG_FILES([doc/application-api-guide/Makefile + doc/implementers-guide/Makefile + doc/Makefile + doc/process-guide/Makefile + doc/users-guide/Makefile]) diff --git a/example/m4/configure.m4 b/example/m4/configure.m4 new file mode 100644 index 0000000..bc90f82 --- /dev/null +++ b/example/m4/configure.m4 @@ -0,0 +1,7 @@ +AC_CONFIG_FILES([example/classifier/Makefile + example/generator/Makefile + example/ipsec/Makefile + example/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..4b9248f --- /dev/null +++ b/test/m4/configure.m4 @@ -0,0 +1,28 @@ +AC_CONFIG_FILES([test/Makefile + test/miscellaneous/Makefile + test/performance/Makefile + test/validation/atomic/Makefile + test/validation/barrier/Makefile + test/validation/buffer/Makefile + test/validation/classification/Makefile + test/validation/common/Makefile + test/validation/config/Makefile + test/validation/cpumask/Makefile + test/validation/crypto/Makefile + test/validation/errno/Makefile + test/validation/hash/Makefile + test/validation/init/Makefile + test/validation/lock/Makefile + test/validation/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/shmem/Makefile + test/validation/std_clib/Makefile + test/validation/system/Makefile + test/validation/thread/Makefile + test/validation/time/Makefile + test/validation/timer/Makefile])