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

include makexprb

ALL=xbcutstk xbels xbelsc xbfixbv xbfixbvls xbgoalobj xbmt2 xbrecurs xbd1wagon2

all: $(ALL)

clean:
	rm -f $(ALL) *.mat *.lp
