ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/Makefile
(Generate patch)

Comparing projects/cms/source/reports/Makefile (file contents):
Revision 1.2 by pjm2, Sat Mar 17 16:21:40 2001 UTC vs.
Revision 1.3 by tdb, Mon Mar 26 20:46:36 2001 UTC

# Line 1 | Line 1
1   # Makefile for reports
2   # $Id$
3  
4 < include Config.inc
4 > all : run
5  
6 < BUILDFILES = DBReporter
7 <
8 < all : build
9 <        @echo "'make install' or 'make run'"
10 <
11 < run : install
6 > run :
7          @echo "[Running i-scream DBReporter]"
8 <        java -jar build/iscreamreports.jar $(SETTINGSFILE)
14 <
15 < install :
16 <        @echo "[Installing i-scream DBReporter]"
17 <        cd $(BUILDFILES) && $(MAKE) install
8 >        cd DBReporter && $(MAKE) run

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines