]> andersk Git - splint.git/blob - bin/Makefile.am
624e9ebe11064436ffbb509b95c2fb6e454145f8
[splint.git] / bin / Makefile.am
1 ## Note: starting comments with ## means they don't end up in Makefile
2
3 AUTOMAKE_OPTIONS = 1.6.3 foreign no-dependencies
4
5 SUFFIXES = .h .c .o .l .check
6
7 binaryDir = bin
8
9 ## We only build Splint
10 bin_PROGRAMS = splint
11
12 .PHONY: all
13
14 EXTRA_DIST = splint
15
16 DIST_SOURCES =
17
18 #chessy hack so it doesn't try to build splint
19 splint$(EXEEXT): ;
20
21 install-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
27 clean: ;
28
This page took 0.029081 seconds and 3 git commands to generate.