ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/Makefile
Revision: 1.1
Committed: Mon Feb 19 08:28:41 2001 UTC (23 years, 3 months ago) by pjm2
Branch: MAIN
Log Message:
Makefile for installing or running the DBReporter

File Contents

# User Rev Content
1 pjm2 1.1 # Makefile for reports
2     # $Id: $
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 $(REPORTLIST) $(OUTPUTDIR)
14    
15     install :
16     @echo "[Installing i-scream DBReporter]"
17     cd $(BUILDFILES) && $(MAKE) install