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 |
Log Message: | Build files for the Corba Services manager. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.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) |