Revision: | 1.2 |
Committed: | Sat Mar 17 16:21:40 2001 UTC (23 years, 8 months ago) by pjm2 |
Branch: | MAIN |
Changes since 1.1: | +2 -2 lines |
Log Message: | Altered the Makefile so that only the settings file is given as a command line parameter to the DBReporterMain |
# | Content |
---|---|
1 | # Makefile for reports |
2 | # $Id: Makefile,v 1.1 2001/02/19 08:28:41 pjm2 Exp $ |
3 | |
4 | include Config.inc |
5 | |
6 | BUILDFILES = DBReporter |
7 | |
8 | all : build |
9 | @echo "'make install' or 'make run'" |
10 | |
11 | run : install |
12 | @echo "[Running i-scream DBReporter]" |
13 | java -jar build/iscreamreports.jar $(SETTINGSFILE) |
14 | |
15 | install : |
16 | @echo "[Installing i-scream DBReporter]" |
17 | cd $(BUILDFILES) && $(MAKE) install |