commit ac18fbfcb8d3bdb6857c1a7f43543e95fd6ae518 parent cee859889358f742894c23adee83abc115c77fc7 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Tue, 29 Apr 2025 10:50:26 +0200 Add Clipper2 1.5.2 build script Diffstat:
| A | src/clipper2_1.5.2.sh | | | 28 | ++++++++++++++++++++++++++++ |
1 file changed, 28 insertions(+), 0 deletions(-)
diff --git a/src/clipper2_1.5.2.sh b/src/clipper2_1.5.2.sh @@ -0,0 +1,28 @@ +#!/bin/sh + +# Copyright (C) 2023-2025 |Méso|Star> (contact@meso-star.com) +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + +set -e + +[ -n "${CLIPPER2_SH}" ] && return +export CLIPPER2_SH=1 + +tag="Clipper2_1.5.2" +m4 -D TAG="${tag}" "src/clipper2.mk.in" + +# Add the template file as a prerequisite for the script invoked +# i.e. the build file +printf "%s: src/clipper.mk.in\n" "$0"