]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Makefile
Add a basic 'make test' root Makefile target.
[working/Evergreen.git] / Makefile
1 #!/bin/bash
2 # vim:noet:ts=4
3 # --------------------------------------------------------------------
4 # Copyright (C) 2005  Georgia Public Library Service 
5 # Bill Erickson <highfalutin@gmail.com>
6 #
7 # This program is free software; you can redistribute it and/or
8 # modify it under the terms of the GNU General Public License
9 # as published by the Free Software Foundation; either version 2
10 # of the License, or (at your option) any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
16 # --------------------------------------------------------------------
17
18 all: build
19
20 verbose:        oldconfig
21         @./install.sh build verbose
22
23 config: 
24         @./config.sh
25
26 default_config: 
27         @./config.sh default
28
29 oldconfig:      install.conf
30
31 install.conf:   
32         @./config.sh
33
34 build:  oldconfig
35         @./install.sh build
36
37 install:
38         @./install.sh install
39
40 clean:
41         @./install.sh clean
42         
43 test:
44         @./install.sh test