summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Start of new way of handling variable arguments.Kaz Kylheku2015-08-171-1/+1
* Minor dependency fix in Makefile.Kaz Kylheku2015-08-151-3/+6
* Whitespace.Kaz Kylheku2015-08-151-1/+1
* Regenerate parser and scanner if config changes.Kaz Kylheku2015-08-151-3/+3
* Remove unwanted yyparse declaration from y.tab.h.Kaz Kylheku2015-08-141-1/+8
* Crafting a better parser-priming hack.Kaz Kylheku2015-08-121-1/+2
* * Makefile (SRCS): When top_srcdir is blank, elide the entireKaz Kylheku2015-08-071-1/+2
* Define TXR_DBG macro when compiling debug build.Kaz Kylheku2015-08-031-2/+2
* Custom linker flags support.Christopher Meng2015-08-031-2/+3
* * Makefile (tst/tets/012/%): Disable --gc-debug forKaz Kylheku2015-07-251-0/+1
* Set up blank top_srcdir if building in source directory.Kaz Kylheku2015-07-231-15/+17
* Split off test macros from ifa.tl into common file.Kaz Kylheku2015-07-231-4/+3
* Fixes for building in separate dir.Kaz Kylheku2015-07-231-11/+13
* Implementing caar, cadr, cdar and friends.Kaz Kylheku2015-07-211-1/+1
* Remove places.h generation hack.Kaz Kylheku2015-06-201-17/+1
* * Makefile: whitespace fixes.Kaz Kylheku2015-06-191-3/+3
* Test ifa macro.Kaz Kylheku2015-06-191-2/+10
* Adding anaphoric ifa macro.Kaz Kylheku2015-06-171-3/+9
* Represent place.tl more compactly in image.Kaz Kylheku2015-05-191-2/+2
* * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines,Kaz Kylheku2015-05-071-2/+1
* New macro-based framework for assignment places.Kaz Kylheku2015-05-061-1/+19
* Switch to in-tree mpi directory.Kaz Kylheku2015-04-221-7/+2
* * Makefile (enforce): Update error error message.Kaz Kylheku2015-03-241-2/+2
* * Makefile (OBJS): Add parser.o.Kaz Kylheku2014-12-211-1/+1
* * Makefile: Add dependency froml $(EXTRA_OBJS-y) to headerKaz Kylheku2015-02-091-1/+3
* * Makefile: Removing bogus eval which refers to nonexistentKaz Kylheku2015-02-091-4/+0
* * Makefile (clean): Remove $(EXTRA_OBJS-y) so the Windows .resKaz Kylheku2015-02-091-1/+1
* * Makefile (CFLAGS): Removed puzzling, unnecessary definitionsKaz Kylheku2015-02-071-3/+0
* Support txr-win.exe target which has no console window.Kaz Kylheku2015-02-071-5/+24
* On Windows, add icon and identifying meta-data to executable.Kaz Kylheku2015-01-311-2/+17
* * glob.c: New file.Kaz Kylheku2015-01-111-0/+1
* * Makefile (retest): New phony target for convenience.Kaz Kylheku2015-01-111-0/+3
* * Makefile (rebuild, clean, repatch): Fail these targets ifKaz Kylheku2015-01-011-4/+13
* Factor out some compiling commands into macros.Kaz Kylheku2014-12-131-16/+24
* Build bugfix: if a config.h header exists in $(top_srcdir),Kaz Kylheku2014-12-121-12/+35
* * configure (have_git): New variable and configure test for git.Kaz Kylheku2014-12-111-0/+8
* Throwing away old dependency system.Kaz Kylheku2014-12-101-10/+23
* * Makefile (ABBREV): Rewrite to take advantage of DEP_Kaz Kylheku2014-12-101-7/+8
* * Makefile (install-tests): Do not use option -c ofKaz Kylheku2014-12-091-2/+2
* Test output goes to tst/ now.Kaz Kylheku2014-12-091-36/+37
* * Makefile (($TESTS_OUT)): Do not depend on $(PROG).Kaz Kylheku2014-12-091-3/+1
* * Makefile (all): Mark as phony target.Kaz Kylheku2014-12-091-0/+1
* Condensed make output.Kaz Kylheku2014-12-091-48/+65
* Debug builds optional with --debug-also config option.Kaz Kylheku2014-12-071-2/+1
* * Makefile (INSTALL): Bugfix: touch -r $(2) does not workKaz Kylheku2014-12-051-2/+2
* * Makefile (TESTS_TMP): New variable.Kaz Kylheku2014-12-051-8/+7
* * Makefile (SRCS): Compute from top_srcdir, so we don't get a warningKaz Kylheku2014-12-051-2/+5
* TXR now builds optimized and debug at the same time.Kaz Kylheku2014-12-041-13/+33
* * Makefile (clean): add tests.clean as prerequisite.Kaz Kylheku2014-12-041-4/+10
* * Makefile (tests/009/json.out): Use eager assignmentKaz Kylheku2014-12-041-1/+1