Fix code to send notification to all recipients.
[savadur.git] / mk.config
blob802357b14e2fc64e66b240e74f9d4b9d6d52e7e1
1 ##############################################################################
2 ##                                Savadur                                   ##
3 ##                                                                          ##
4 ##                           Copyright (C) 2007                             ##
5 ##                            Olivier Ramonat                               ##
6 ##                                                                          ##
7 ##  This library is free software; you can redistribute it and/or modify    ##
8 ##  it under the terms of the GNU General Public License as published by    ##
9 ##  the Free Software Foundation; either version 2 of the License, or (at   ##
10 ##  your option) any later version.                                         ##
11 ##                                                                          ##
12 ##  This library is distributed in the hope that it will be useful, but     ##
13 ##  WITHOUT ANY WARRANTY; without even the implied warranty of              ##
14 ##  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU       ##
15 ##  General Public License for more details.                                ##
16 ##                                                                          ##
17 ##  You should have received a copy of the GNU General Public License       ##
18 ##  along with this library; if not, write to the Free Software Foundation, ##
19 ##  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.       ##
20 ##############################################################################
22 # Options
23 INSTALL = "/opt/savadur"
25 MODE=Debug
26 CP=cp -p
27 MKDIR=mkdir -p
28 RM=rm -f
29 TAR_DIR=tar czf
30 MV=mv
31 SED=sed
32 GNATMAKE=gnat make -p
33 GNATCLEAN=gnat clean
34 GNATCHECK=gnat check
35 GNATCHOP=gnat chop
36 DIFF=diff
37 MANPAGE_DIR=/usr/local/share/man
38 #MANPAGE_DIR=   # Uncomment to disable manpage install
39 ADA2WSDL=ada2wsdl
40 WSDL2AWS=wsdl2aws