ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/idl/Makefile
Revision: 1.1
Committed: Wed Nov 29 23:39:42 2000 UTC (23 years, 9 months ago) by tdb
Branch: MAIN
Branch point for: SERVER_PACKAGEBUILD
Log Message:
Makefile for the IDL.

File Contents

# User Rev Content
1 tdb 1.1 # Makefile for idl
2     # $Id: Makefile,v 1.2 2000/11/16 14:46:53 tdb1 Exp $
3    
4     IDL = .madeidl
5     IDLFILES = uk
6    
7     all : idl
8    
9     idl : $(IDL)
10    
11     $(IDL) : iscream.idl
12     idl iscream.idl
13     @touch .madeidl
14    
15     clean :
16     rm -Rf $(IDLFILES)
17     rm -f $(IDL)
18    
19     update :
20     cvs -q -d /usr/local/proj/co600_10/cvs update