--- projects/cms/source/util/uk/org/iscream/cms/util/Makefile 2000/11/30 01:06:08 1.1 +++ projects/cms/source/util/uk/org/iscream/cms/util/Makefile 2000/12/11 16:38:41 1.4 @@ -1,10 +1,11 @@ -# Makefile for uk.ac.ukc.iscream.refman -# $Id: Makefile,v 1.1 2000/11/30 01:06:08 tdb Exp $ +# Makefile for uk.ac.ukc.iscream.util +# $Id: Makefile,v 1.4 2000/12/11 16:38:41 ajm Exp $ # Defining Filenames CLASS = AlreadyInitialisedException.class NotInitialisedException.class\ - ReferenceManager.class + ReferenceManager.class XMLPacket.class XMLPacketMaker.class\ + XMLStringParser.class Component.class FormatName.class IDL = ../../../../../idl/.madeidl IDLFILES = ../../../../../idl/uk @@ -12,9 +13,7 @@ IDLMAKE = cd ../../../../.. && $(MAKE) idl # Defining "shortcuts" for building -all : refman - -refman : $(IDL) $(CLASS) +all : $(IDL) $(CLASS) clean : rm -f $(CLASS)