summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* * Makefile (TXR): New variable. We use this to run txrKaz Kylheku2014-12-041-27/+36
* * Makefile: Adding empty .SUFFIXES: to disable built-in suffixes.Kaz Kylheku2014-12-041-0/+6
* GNU Flex's libfl library provides nothing. Let us not refer to it. ItKaz Kylheku2014-10-241-1/+1
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-9/+16
* Purge stray occurrences of "void *" from code base.Kaz Kylheku2014-10-171-0/+12
* Moving system interface functions to separate module out ofKaz Kylheku2014-10-081-1/+1
* Add test case for recent breakage.Kaz Kylheku2014-10-081-0/+1
* Version 99.txr-99Kaz Kylheku2014-10-051-8/+9
* * Makefile: rules that rely on values from config.makeKaz Kylheku2014-10-031-2/+4
* * Makefile (txr-manpage.pdf): New target.Kaz Kylheku2014-09-221-0/+3
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-19/+16
* * Makefile (conftest, conftest2): Link mathKaz Kylheku2014-07-181-2/+2
* * Makefile: install the LICENSE and METALICENSE files into the dataKaz Kylheku2014-07-071-0/+2
* * Makefile: use $(EXE) in install: recipe.Kaz Kylheku2014-07-021-1/+1
* * Makefile: Install share/txr/stdlib/*.txr material.Kaz Kylheku2014-06-121-0/+1
* * Makefile (txr.o): Pass TXR_VER preprocessor symbol on gcc commandKaz Kylheku2014-06-111-0/+20
* 2014-06-10 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2014-06-101-5/+11
* * Makefile: fix broken tests; numerous test cases outputKaz Kylheku2014-06-091-1/+8
* * Makefile (lex.yy.c): Remove lex.yy.c before trying to regenerate it.Kaz Kylheku2014-03-021-1/+3
* * parser.y (unquotes_occur): Fix use of unquote_s rather than sys_unquote_sKaz Kylheku2014-03-021-1/+2
* * Makefile: Use target-specific assignmentKaz Kylheku2014-02-281-0/+2
* * Makefile (OBJS): New object file, combi.o.Kaz Kylheku2014-02-111-1/+1
* Long overdue MinGW port maintenance.Kaz Kylheku2014-01-091-3/+3
* First cut at signal handling support.Kaz Kylheku2013-12-121-0/+1
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-3/+4
* * Changelog: missing entries reconstructed.Kaz Kylheku2013-11-271-1/+1
* * Makefile (clean): depends on conftest.cleanKaz Kylheku2013-10-281-1/+7
* Fixes for configuring and building in a separate directory.Kaz Kylheku2012-04-201-4/+4