[SCM] Lisaac compiler branch, stable, updated. lisaac-0.12-471-g1ce2677

Picca Frederic-Emmanuel (none) picca at mordor.
Sat Sep 5 20:16:21 UTC 2009


The following commit has been merged in the stable branch:
commit 4882bbcb73f9d7a3b401ecad63ee3b70505b1eb2
Author: Picca Frederic-Emmanuel <picca at mordor.(none)>
Date:   Sat Sep 5 19:37:21 2009 +0200

    * add the bin/shorter target to build shorter from the lisaac sources

diff --git a/Makefile b/Makefile
index f1810f2..3a207cb 100644
--- a/Makefile
+++ b/Makefile
@@ -116,8 +116,8 @@ bin/path.h:
 bin/lisaac: bin/lisaac.c bin/path.h
 	$(CC) $(CFLAGS) $< -o $@ -lm -fomit-frame-pointer
 
-bin/shorter: bin/shorter.c bin/path.h
-	$(CC) $(CFLAGS) $< -o $@
+bin/shorter: bin/lisaac
+	cd bin && ./lisaac ../src/make.lip -shorter -boost
 
 interactive_userland: install_lisaac.c
 	@echo - Lisaac compiler installation For Unix / Linux / Windows -
@@ -147,7 +147,8 @@ uninstall:
 
 clean:
 	-rm -rf bootstrap
-	-rm -f bin/lisaac bin/shorter
+	-rm -f bin/lisaac
+	-rm -f bin/shorter bin/shorter.c
 
 dist: clean
 	if ! test -d $(DIST_NAME) ; then mkdir $(DIST_NAME) ; fi

-- 
Lisaac compiler



More information about the Lisaac-commits mailing list