ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/idl/Makefile
Revision: 1.1.2.1
Committed: Mon Dec 11 20:24:45 2000 UTC (23 years, 9 months ago) by tdb
Branch: SERVER_PACKAGEBUILD
Changes since 1.1: +1 -3 lines
Log Message:
We don't need an all specified anymore.

File Contents

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