]> andersk Git - splint.git/blobdiff - Makefile.binary.am
Added files for the splint.sf.net repository as part of the merge process.
[splint.git] / Makefile.binary.am
index 731b7bab82ecccfacb9535706c8251d61daad857..6392725631881a01a11392f3e333121c25e2c38b 100644 (file)
 
 AUTOMAKE_OPTIONS = 1.5 foreign
 
-SUBDIRS =  preBuilt lib imports  doc
+binaryDir = bin
+
+SUBDIRS =  $(binaryDir) lib imports  doc
+
+all: config.h src/splint
+
+src/splint: $(binaryDir)/splint
+       ln -s ../$(binaryDir)/splint src/splint
This page took 0.032357 seconds and 4 git commands to generate.