]> andersk Git - splint.git/blame - bin/Makefile.am
Update configure and makefile to aclocal/automake 1.10.1 and autoconf 2.61.
[splint.git] / bin / Makefile.am
CommitLineData
e1d93bd7 1## Note: starting comments with ## means they don't end up in Makefile
2
f0c4f4d3 3AUTOMAKE_OPTIONS = 1.6.3 foreign no-dependencies
e1d93bd7 4
5SUFFIXES = .h .c .o .l .check
6
e1d93bd7 7binaryDir = bin
8
9## We only build Splint
10bin_PROGRAMS = splint
11
12.PHONY: all
13
14EXTRA_DIST = splint
15
e32d7527 16#DIST_SOURCES =
e1d93bd7 17
18#chessy hack so it doesn't try to build splint
19splint$(EXEEXT): ;
20
21install-exec-hook: $(top_builddir)/src/splint$(EXEEXT)
22
23$(top_builddir)/src/splint$(EXEEXT): splint$(EXEEXT)
24 ln -s ../$(binaryDir)/splint $(top_builddir)/src/splint$(EXEEXT)
25
26#don't delete ./splint
27clean: ;
28
This page took 0.052665 seconds and 5 git commands to generate.