# Copyright (C) 2006 International Business Machines and others. # All Rights Reserved. # This file is distributed under the Common Public License. ## $Id: Makefile.am 372 2006-06-15 14:18:02Z andreasw $ # Author: Andreas Waechter IBM 2006-04-13 AUTOMAKE_OPTIONS = foreign ######################################################################## # unitTest for Cbc # ######################################################################## # We are using the Cbc solver executable to do the unit test test: ../src/cbc-generic$(EXEEXT) ../src/cbc$(EXEEXT) cd ../../Data/Netlib; make uncompress cd ../../Data/miplib3; make uncompress ../src/cbc-generic$(EXEEXT) -miplib -unitTest ../src/cbc$(EXEEXT) -unitTest -netlib .PHONY: test ######################################################################## # Cleaning stuff # ######################################################################## # Here we list everything that is not generated by the compiler, e.g., # output files of a program DISTCLEANFILES = yy.mps xx.mps