Revision: | 1.1.2.2 |
Committed: | Mon Dec 11 23:48:04 2000 UTC (24 years, 9 months ago) by tdb |
Branch: | SERVER_PACKAGEBUILD |
Changes since 1.1.2.1: | +4 -21 lines |
Log Message: | All Makefiles in the made code now make use of includes. This has dramatically reduced the size and complexity of each file. Future improvements centre around checking of dependencies better. |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | # Makefile for uk.ac.ukc.iscream.filter |
2 | tdb | 1.1.2.2 | # $Id: Makefile,v 1.1.2.1 2000/12/11 20:29:27 tdb1 Exp $ |
3 | |||
4 | include ../../../../../../Config.inc | ||
5 | tdb | 1.1 | |
6 | # Defining Filenames | ||
7 | |||
8 | CLASS = EnforceEssentialData__Plugin.class | ||
9 | |||
10 | # Defining "shortcuts" for building | ||
11 | |||
12 | all : $(IDL) $(CLASS) | ||
13 | |||
14 | tdb | 1.1.2.2 | include $(MKINC) |