summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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