diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 12:29:52 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 12:29:52 -0800 |
commit | d96a1fa869072053d943badb6e3904a7d7a2d4de (patch) | |
tree | 3cfa8dee4f676612519da592feff3191bbbd771f /ChangeLog | |
parent | bdccbad1c7da40d80f976858582574eb3c76dd40 (diff) | |
download | txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.tar.gz txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.tar.bz2 txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.zip |
Got build to work in separate build directory.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + Got build to work in separate build directory. + + * Makefile (CFLAGS): Added -I flag to point header inclusion to the + source directory. + (PROG): New variable to hold program name. + (VPATH): Variable set, as a quick and dirty way to get GNU make + to find the prerequisites back in the source directory. + * configure: Added steps to symlink the tests directory and dep.mk. + * depend.txr: Modified to generate the dependencies with + correct references to the top_srcdir, with the exception of + locally generated headers. + * dep.mk: Regenerated. + +2009-10-22 Kaz Kylheku <kkylheku@gmail.com> + Build configuration via configure script, with cross compiling support. (Tested by cross-compiling txr on an x86 GNU/Linux system to run on a MIPS-based GNU/Linux system). |