[teklib-general] changeset in /hg/teklib/current: merge

Franciska Schulze fschulze at neoscientists.org
Mon Nov 26 16:22:17 CET 2007


changeset e6222ac6c9c6 in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=e6222ac6c9c6
description:
	merge

diffs (39 lines):

diff -r 9aaf3beb7184 -r e6222ac6c9c6 Makefile
--- a/Makefile	Mon Sep 03 20:15:46 2007 +0200
+++ b/Makefile	Mon Sep 03 20:17:14 2007 +0200
@@ -5,23 +5,19 @@ PLATFORM ?= linux
 ###############################################################################
 
 help:
-	@echo "*****************************************************************************"
-	@echo "* CONFIGURATION:"
-	@echo "*   TEKlib     : $(TEKLIB)"
-	@echo "*   Platform   : $(PLATFORM)"
-	@echo "* MAIN TARGETS:"
-	@echo "*   $(PLATFORM), release, install, debug, clean, make, distclean"
-	@echo "* PLATFORM-SPECIFIC TARGETS:"
-	@echo "*   fbsd[_release|_install|_debug|_clean|_make] ......: FreeBSD, GCC"
-	@echo "*   linux[_release|_install|_debug|_clean|_make] .....: GNU/Linux, GCC"
-	@echo "*   winnt_gcc[_release|_install|_debug|_clean|_make] .: WinNT/2k/XP, MinGW"
-	@echo "* NOTES:"
-	@echo "*   After the generation of makefiles, to locally (re-)build a project,"
-	@echo "*   you can invoke from here (as well as from any subdirectory):"
-	@echo "*   make -f build/tmk_platform_host_...]"
-	@echo "*****************************************************************************"
+	@echo
+	@echo "Targets ................. TEKLIB=$(TEKLIB) PLATFORM=$(PLATFORM)"
+	@echo "-----------------------------------------------------------------------------"
+	@echo "all $(PLATFORM) ............... default build"
+	@echo "release ................. release build"
+	@echo "debug ................... debug build"
+	@echo "install ................. install"
+	@echo "clean ................... remove executables, modules, object files"
+	@echo "distclean ............... remove all temporary files"
+	@echo "make .................... regenerate makefiles"
+	@echo
 
-all: help
+all: $(PLATFORM)
 
 ###############################################################################
 


More information about the teklib-general mailing list