]> andersk Git - splint.git/blame - preBuilt/Makefile.am
Makefiles for preBuilt this directory is intended to be part of the binary distributi...
[splint.git] / preBuilt / Makefile.am
CommitLineData
d503a7e1 1## Note: starting comments with ## means they don't end up in Makefile
2
3AUTOMAKE_OPTIONS = 1.5 foreign
4
5SUFFIXES = .h .c .o .l .check
6
7# Check files before compiling; requires splint!
8CHECK = 1
9
10# Some preferences
11### We use the no-lines option to prevent confusion with splint flag settings.
12### Should fix splint to avoid this...
13YFLAGS = -v -t -d --debug --no-lines
14LFLAGS = -L
15
16
17## We only build Splint
18bin_PROGRAMS = splint
19
20.PHONY: all
21
22EXTRA_DIST = splint
23
24DIST_SOURCES =
25
26#chessy hack so it doesn't try to build splint
27splint$(EXEEXT): ;
28
29#don't delete ./splint
30clean: ;
31
This page took 0.051482 seconds and 5 git commands to generate.