]> andersk Git - splint.git/blob - Makefile.am
Updated build to use automake files created by Tim Van Holder.
[splint.git] / Makefile.am
1 ## Process this file with automake to create Makefile.in. -*-Makefile-*-
2
3 ## Makefile for lclint 3.0
4 ##
5 ## Copyright (C) 2001 University of Virginia,
6 ##         Massachusetts Institute of Technology
7 ##
8 ## This program is free software; you can redistribute it and/or modify it
9 ## under the terms of the GNU General Public License as published by the
10 ## Free Software Foundation; either version 2 of the License, or (at your
11 ## option) any later version.
12 ## 
13 ## This program is distributed in the hope that it will be useful, but
14 ## WITHOUT ANY WARRANTY; without even the implied warranty of
15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 ## General Public License for more details.
17 ## 
18 ## The GNU General Public License is available from http://www.gnu.org/ or
19 ## the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
20 ## MA 02111-1307, USA.
21 ##
22 ## For information on lclint: lclint-request@cs.virginia.edu
23 ## To report a bug: lclint-bug@cs.virginia.edu
24 ## For more information: http://lclint.cs.virginia.edu
25
26 AUTOMAKE_OPTIONS = 1.5 foreign
27
28 SUBDIRS = src lib imports test
This page took 0.237134 seconds and 5 git commands to generate.