########################################################################## # # # This file is part of Frama-C. # # # # Copyright (C) 2007-2011 # # CEA (Commissariat � l'�nergie atomique et aux �nergies # # alternatives) # # # # you can redistribute it and/or modify it under the terms of the GNU # # Lesser General Public License as published by the Free Software # # Foundation, version 2.1. # # # # It is distributed in the hope that it will be useful, # # but WITHOUT ANY WARRANTY; without even the implied warranty of # # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # # GNU Lesser General Public License for more details. # # # # See the GNU Lesser General Public License version 2.1 # # for more details (enclosed in the file licenses/LGPLv2.1). # # # ########################################################################## # Generic Makefile for bytecode plugins FRAMAC_SHARE := $(shell frama-c.byte -print-path) FRAMAC_LIBDIR := $(shell frama-c.byte -print-libpath) PLUGIN_NAME = Cost_synthesis PLUGIN_CMO = eset emap completeMap multiset misc arithSig arith \ cost_value compute parameters simplify_terms normAtLabels \ compute_simple compute_simple_stack_size cerco cost # PLUGIN_HAS_MLI := yes # include Makefile.plugin include $(FRAMAC_SHARE)/Makefile.dynamic distclean: clean .PHONY = distclean