# Copyright (C) 2006 International Business Machines and others. # All Rights Reserved. # This file is distributed under the Common Public License. ## $Id$ # Author: Andreas Waechter IBM 2006-04-13 AUTOMAKE_OPTIONS = foreign ######################################################################## # Subdirectories # ######################################################################## SUBDIRS = src ######################################################################## # Additional files to be included in tarball # ######################################################################## # Here we need include all files that are not mentioned in other Makefiles EXTRA_DIST = \ doc/ufldoc.bib \ doc/ufldoc.ps \ doc/ufldoc.tex \ examples/Volume-LP/lpc.cpp \ examples/Volume-LP/lp.h \ examples/Volume-LP/Makefile.in \ examples/Volume-LP/reader.cpp \ examples/Volume-LP/lpc.h \ examples/Volume-LP/Doc \ examples/Volume-LP/Doc/doc.bib \ examples/Volume-LP/Doc/doc_latex.tex \ examples/Volume-LP/Doc/doc_latex.ps \ examples/Volume-LP/Doc/doc_latex.dvi \ examples/Volume-LP/data.mps.gz \ examples/Volume-LP/reader.h \ examples/Volume-LP/lp.cpp \ examples/Volume-LP/lp.par \ examples/Volume-LP/README \ examples/VolUfl/Makefile.in \ examples/VolUfl/doc \ examples/VolUfl/doc/ufldoc.bib \ examples/VolUfl/doc/ufldoc.tex \ examples/VolUfl/doc/ufldoc.ps \ examples/VolUfl/INSTALL \ examples/VolUfl/ufl.cpp \ examples/VolUfl/ufl.par \ examples/VolUfl/data.gz \ examples/VolUfl/ufl.hpp \ examples/VolLp/Makefile.in \ examples/VolLp/INSTALL \ examples/VolLp/vollp.cpp ######################################################################## # Extra Targets # ######################################################################## # We dont' have any test here test: unitTest unitTest: all echo "********************* No test for Vol implemented *************************" ######################################################################## # Installation of the addlibs file # ######################################################################## addlibsfile = vol_addlibs.txt addlibsdir = $(prefix)/share/doc/coin/$(PACKAGE_NAME)/ install-exec-local: install-doc $(install_sh_DATA) $(addlibsfile) $(DESTDIR)$(addlibsdir)/$(addlibsfile) uninstall-local: uninstall-doc rm -f $(DESTDIR)$(addlibsdir)/$(addlibsfile) ######################################################################## # Maintainer Stuff # ######################################################################## # Files that are generated and should be cleaned with make distclean DISTCLEANFILES = include ../BuildTools/Makemain.inc