]> bicyclesonthemoon.info Git - ott/bsta/blob - make.sh
Initial state as of 31.08.2023
[ott/bsta] / make.sh
1 #!/bin/sh
2
3 # make.sh
4 # 13.01.2016
5 #
6 # This is the script for making the software. Normally, the makefile is used for
7 # this purpose. But the makefile has to be generated first.
8 # This script generates the makefile and then uses it and finally removes it.
9 #
10 #    Copyright (C) 2015-2016  Balthasar SzczepaƄski
11 #
12 #    This program is free software: you can redistribute it and/or modify
13 #    it under the terms of the GNU Affero General Public License as
14 #    published by the Free Software Foundation, either version 3 of the
15 #    License, or (at your option) any later version.
16 #
17 #    This program is distributed in the hope that it will be useful,
18 #    but WITHOUT ANY WARRANTY; without even the implied warranty of
19 #    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20 #    GNU Affero General Public License for more details.
21 #
22 #    You should have received a copy of the GNU Affero General Public License
23 #    along with this program.  If not, see <http://www.gnu.org/licenses/>.
24
25 set -x
26 perl configure.pl settings <makefile.1.mak >makefile
27 make
28 # rm makefile