#************************************************
#*  BCL: Makefile                               *
#*  =============                               *
#*                                              *
#*  file makefile                               *
#*  `````````````                               *
#*  Makefile for Xpress-BCL Java examples       *
#*                                              *
#*  (c) 2008 Fair Isaac Corporation             *
#*      author: S.Heipcke, 2000                 *
#************************************************

include makexprb

ALL=xbcutstk.class xbels.class xbelsc.class xbfixbv.class xbfixbvls.class xbgoalobj.class xbrecurs.class xbd1wagon2.class

all: $(ALL)

clean:
	rm -f *.class *.mat *.lp
