ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Makefile
Revision: 1.2
Committed: Thu Nov 16 14:46:53 2000 UTC (23 years, 6 months ago) by tdb
Branch: MAIN
Changes since 1.1: +3 -1 lines
Log Message:
Added CVS features to the Makefile.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for server
2 tdb 1.2 # $Id: Makefile,v 1.1 2000/11/14 02:41:04 tdb1 Exp $
3 tdb 1.1
4     all : idl core filter
5    
6     core :
7     cd CORE && $(MAKE)
8    
9     filter :
10     cd Filter && $(MAKE)
11    
12     idl : iscream.idl
13     idl iscream.idl
14     @touch .madeidl
15    
16     clean :
17     rm -Rf uk
18     rm -f .madeidl
19     cd CORE && $(MAKE) clean
20     cd Filter && $(MAKE) clean
21    
22 tdb 1.2 update :
23     cvs -q -d /usr/local/proj/co600_10/cvs update