]> andersk Git - splint.git/blobdiff - Makefile.binary.am
Added the FAQ and a document on using realloc to CVS.
[splint.git] / Makefile.binary.am
index 731b7bab82ecccfacb9535706c8251d61daad857..3d20dd3dacf56905949d2e1028ecfaa30e877d7f 100644 (file)
 ## To report a bug: splint-bug@splint.org
 ## 
 
-AUTOMAKE_OPTIONS = 1.5 foreign
+AUTOMAKE_OPTIONS = 1.6.3 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.031426 seconds and 4 git commands to generate.