ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/server/CorbaServices/uk/ac/ukc/iscream/Makefile
Revision: 1.1
Committed: Mon Feb 26 21:33:44 2001 UTC (23 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: PROJECT_COMPLETION, HEAD
Error occurred while calculating annotation data.
Log Message:
Build files for the Corba Services manager.

File Contents

# Content
1 # Makefile for uk.ac.ukc.iscream
2 # $Id$
3
4 # Config Include
5 include ../../../../Config.inc
6
7 # Complete list of components
8 all : corbaservices
9
10 # We need to do it like this... unfortunately.
11 corbaservices : mkcorbaservices
12
13 mkcorbaservices :
14 cd corbaservices && $(MAKE) all
15
16 # Have to clean up those dependency files
17 clean :
18 cd corbaservices && $(MAKE) clean
19
20 # Main Include
21 include $(MKINC)