[teklib-general] changeset in /hg/teklib/current: added sources builds tek.c and ...

Timm S. Mueller tmueller at neoscientists.org
Mon Jul 9 22:07:55 CEST 2007


changeset e04fd54ccb12 in /hg/teklib/current
details: http://teklib.org:8001/hg/teklib/current?cmd=changeset;node=e04fd54ccb12
description:
	added sources builds tek.c and tekc.c

diffs (53 lines):

diff -r 0a60b1a38e2f -r e04fd54ccb12 src/teklib/build/tmkmakefile
--- a/src/teklib/build/tmkmakefile	Fri Jun 22 08:18:26 2007 +0200
+++ b/src/teklib/build/tmkmakefile	Fri Jun 22 08:19:01 2007 +0200
@@ -8,8 +8,8 @@
 [/body]
 
 [body name="libtargets"]
-	
-	[embed body="libs"] 
+
+	[embed body="libs"]
 		tekdebug
 		tekcmain
 		tekc
@@ -48,7 +48,7 @@
 	[embed body="libdep"]
 		$(OBJDIR)/debug.lo
 		debug.c
-	[/embed]	
+	[/embed]
 	[embed body="libdep"]
 		$(OBJDIR)/main.lo
 		$(PLATFORM)/main.c
@@ -57,11 +57,26 @@
 		$(OBJDIR)/host.lo
 		$(PLATFORM)/host.c
 	[/embed]
-					
+
+[/body]
+
+[body name="sourcetargets"]
+	[embed body="sources"]
+		tek.c
+		tekc.c
+	[/embed]
+	[embed body="sourcedep"]
+		$(SRCDIR)/tek.c
+		teklib.c
+	[/embed]
+	[embed body="sourcedep"]
+		$(SRCDIR)/tekc.c
+		teklib.c init.c $(PLATFORM)/host.c
+	[/embed]
 [/body]
 
 [include name="build:builds.tmk"/]
 
-[render to="tmk_"] 
-	makefile_libs
+[render to="tmk_"]
+	makefile_libs_sources
 [/render]


More information about the teklib-general mailing list