Fix typos, add more info in README
[gwiad.git] / argwiadctl / makefile
blobb09d55a98e757a8c11e361b93f34d9e1d0ba2a7b
1 ##############################################################################
2 ## Gwiad ##
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 build:
23 $(GNATMAKE) -XPRJ_BUILD=$(MODE) -XLIB_TYPE=Static -Pargwiadctl
24 $(GNATMAKE) -XPRJ_BUILD=$(MODE) -XLIB_TYPE=Static -Pargwiadctl
26 build_doc:
27 a2x -f manpage doc/argwiadctl.txt 2>/dev/null
29 clean:
30 -$(GNATCLEAN) -r -Pargwiadctl
32 check:
33 $(GNATCHECK) -dd -Pargwiadctl -rules -from=../gwiad.check
35 setup: