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

include makexprb

ALL=xbburg xbburgi xbburgl xbchess xbcoco1 xbcoco2 xbcoco3 xbcoco xbcontr xbdelvr xbexpl xbportf xbpurch xbsetops xbworkrng xbworks xbcatena

all: $(ALL)

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