--- projects/cms/source/util/uk/org/iscream/cms/util/Makefile 2000/12/06 18:34:02 1.3 +++ projects/cms/source/util/uk/org/iscream/cms/util/Makefile 2000/12/11 23:48:07 1.3.2.2 @@ -1,31 +1,16 @@ # Makefile for uk.ac.ukc.iscream.util -# $Id: Makefile,v 1.3 2000/12/06 18:34:02 tdb Exp $ +# $Id: Makefile,v 1.3.2.2 2000/12/11 23:48:07 tdb Exp $ +include ../../../../../Config.inc + # Defining Filenames CLASS = AlreadyInitialisedException.class NotInitialisedException.class\ ReferenceManager.class XMLPacket.class XMLPacketMaker.class\ - XMLStringParser.class + XMLStringParser.class FormatName.class -IDL = ../../../../../idl/.madeidl -IDLFILES = ../../../../../idl/uk -IDLMAKE = cd ../../../../.. && $(MAKE) idl - # Defining "shortcuts" for building all : $(IDL) $(CLASS) -clean : - rm -f $(CLASS) - -update : - cvs -q -d /usr/local/proj/co600_10/cvs update -d - -# Dependencies, and building - -# clever catchall to build any .class file from a .java file -%.class : %.java - javac $< - -$(IDL) : ../../../../../idl/iscream.idl - $(IDLMAKE) +include $(MKINC)