--- projects/cms/source/util/uk/org/iscream/cms/util/Makefile 2000/12/11 20:29:32 1.3.2.1 +++ projects/cms/source/util/uk/org/iscream/cms/util/Makefile 2000/12/11 16:38:41 1.4 @@ -1,18 +1,16 @@ # Makefile for uk.ac.ukc.iscream.util -# $Id: Makefile,v 1.3.2.1 2000/12/11 20:29:32 tdb Exp $ +# $Id: Makefile,v 1.4 2000/12/11 16:38:41 ajm Exp $ # Defining Filenames CLASS = AlreadyInitialisedException.class NotInitialisedException.class\ ReferenceManager.class XMLPacket.class XMLPacketMaker.class\ - XMLStringParser.class FormatName.class + XMLStringParser.class Component.class FormatName.class IDL = ../../../../../idl/.madeidl IDLFILES = ../../../../../idl/uk -IDLMAKE = cd ../../../../.. && $(MAKE) buildidl +IDLMAKE = cd ../../../../.. && $(MAKE) idl -BUILD = ../../../../../build - # Defining "shortcuts" for building all : $(IDL) $(CLASS) @@ -27,7 +25,7 @@ update : # clever catchall to build any .class file from a .java file %.class : %.java - javac -g:none -O -d $(BUILD) $< + javac $< $(IDL) : ../../../../../idl/iscream.idl $(IDLMAKE)