--- projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/Makefile 2000/12/11 20:29:17 1.2.2.1 +++ projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/Makefile 2000/12/11 23:47:56 1.2.2.2 @@ -1,32 +1,15 @@ # Makefile for uk.ac.ukc.iscream.clientinterface -# $Id: Makefile,v 1.2.2.1 2000/12/11 20:29:17 tdb Exp $ +# $Id: Makefile,v 1.2.2.2 2000/12/11 23:47:56 tdb Exp $ +include ../../../../../Config.inc + # Defining Filenames CLASS = ClientHandler.class ClientListener.class TCPClientHandler.class\ ClientInterfaceMain.class ClientInterfaceServant.class -IDL = ../../../../../idl/.madeidl -IDLFILES = ../../../../../idl/uk -IDLMAKE = cd ../../../../.. && $(MAKE) buildidl - -BUILD = ../../../../../build - # 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 -g:none -O -d $(BUILD) $< - -$(IDL) : ../../../../../idl/iscream.idl - $(IDLMAKE) +include $(MKINC)