# Copyright (C) 2006 International Business Machines and others. # All Rights Reserved. # This file is distributed under the Common Public License. ## $Id: Makefile.am 1088 2007-08-20 04:05:19Z forrest $ # Author: Andreas Waechter IBM 2006-04-13 AUTOMAKE_OPTIONS = foreign ######################################################################## # unitTest for Clp # ######################################################################## # We are using the CLP solver executable to do the unit test test: ../src/clp$(EXEEXT) if test x"$(DIRNETLIB)" != x; then \ NETLIBARG="-dirNetlib $(DIRNETLIB) -netlib"; \ fi; \ if test x"$(DIRSAMPLE)" != x; then \ SAMPLEARG="-dirSample $(DIRSAMPLE)"; \ fi; \ ../src/clp$(EXEEXT) $$SAMPLEARG -unitTest $$NETLIBARG .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