]> andersk Git - splint.git/blobdiff - Makefile.am
Updated build to use automake files created by Tim Van Holder.
[splint.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..305210f
--- /dev/null
@@ -0,0 +1,28 @@
+## Process this file with automake to create Makefile.in. -*-Makefile-*-
+
+## Makefile for lclint 3.0
+##
+## Copyright (C) 2001 University of Virginia,
+##         Massachusetts Institute of Technology
+##
+## This program is free software; you can redistribute it and/or modify it
+## under the terms of the GNU General Public License as published by the
+## Free Software Foundation; either version 2 of the License, or (at your
+## option) any later version.
+## 
+## This program 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
+## General Public License for more details.
+## 
+## The GNU General Public License is available from http://www.gnu.org/ or
+## the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+## MA 02111-1307, USA.
+##
+## For information on lclint: lclint-request@cs.virginia.edu
+## To report a bug: lclint-bug@cs.virginia.edu
+## For more information: http://lclint.cs.virginia.edu
+
+AUTOMAKE_OPTIONS = 1.5 foreign
+
+SUBDIRS = src lib imports test
This page took 0.048123 seconds and 4 git commands to generate.