ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/client/alerters/Makefile
Revision: 1.5
Committed: Thu May 24 14:11:38 2001 UTC (22 years, 11 months ago) by tdb
Branch: MAIN
Changes since 1.4: +2 -2 lines
Log Message:
A new alerter that writes alerts to the system logfile, thus keeping a permanent
record should the need arise to see "what happened" at some point in the past.

It currently logs at DEBUG level, although I propose a new level be introduced.
This will be discussed.

File Contents

# User Rev Content
1 tdb 1.4 # Makefile for uk.org.iscream.client.alerters
2 tdb 1.5 # $Id: Makefile,v 1.4 2001/03/14 23:25:29 tdb1 Exp $
3 tdb 1.1
4     # Config Include
5 tdb 1.4 include ../../../../../Config.inc
6 tdb 1.1
7     # Defining Filenames (these will all be built)
8    
9 tdb 1.3 JAVA = EMail__Alerter.java IRC__Alerter.java\
10 tdb 1.5 WebFeeder__Alerter.java Logging__Alerter.java
11 tdb 1.1
12     # Build Rule
13     all : DOBUILD
14     clean : DOCLEAN
15    
16     # Main Include
17     include $(MKINC)