head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2008.05.05.07.04.27;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2004.11.21.08.32.23;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Welcome tolua 5.1
@
text
@--- src/tests/Makefile.orig	2008-02-21 15:06:21.000000000 +0000
+++ src/tests/Makefile	2008-05-05 06:56:29.000000000 +0000
@@@@ -4,7 +4,7 @@@@
 
 include $(TOLUA)/config
 
-LIBS = -ltolua -llua
+LIBS = -ltolua -llua -lm
 
 all: tmodule tnamespace tclass tinheritance tconstant tvariable tfunction tarray tdirective tenum
 	./tmodule; ./tnamespace; ./tclass; ./tinheritance; ./tconstant; ./tvariable; ./tfunction; ./tarray; ./tdirective; ./tfunction; ./tenum
@@@@ -71,6 +71,3 @@@@
 
 klean:
 	rm -f tmodule tnamespace tclass tinheritance tconstant tvariable tfunction tarray tdirective
-
-
-
@


1.1
log
@toLua is a tool that greatly simplifies the integration of C/C++
code with Lua. Based on a "cleaned" header file, toLua automatically
generates the binding code to access C/C++ features from Lua. Using
Lua-5.0 API and tag method facilities, the current version automatically
maps C/C++ constants, external variables, functions, namespace,
classes, and methods

WWW: http://www.tecgraf.puc-rio.br/~celes/tolua/
@
text
@d1 2
a2 2
--- src/tests/Makefile.orig	Wed Feb 11 23:01:58 2004
+++ src/tests/Makefile	Sun Nov 21 19:17:49 2004
d7 2
a8 2
-LIBS = -ltolua -llua -llualib
+LIBS = -ltolua -llua -llualib -lm
d10 3
a12 12
 all: tmodule tnamespace tclass tconstant tvariable tfunction tarray tdirective
 	./tmodule; ./tnamespace; ./tclass; ./tconstant; ./tvariable; ./tfunction; ./tarray; ./tdirective;
@@@@ -25,7 +25,7 @@@@
 	$(TOLUA)/bin/tolua -o $@@ $<
 
 tnamespace: tnamespace.o tnamespacebind.o
-	$(CC) $(CPPFLAGS) -o $@@ tnamespace.o tnamespacebind.o $(TLIB) $(LIB) $(LIBS)
+	$(CC) $(CPPFLAGS) -Iedwin -o $@@ tnamespace.o tnamespacebind.o $(TLIB) $(LIB) $(LIBS)
 tnamespacebind.cpp: tnamespace.pkg
 	$(TOLUA)/bin/tolua -o $@@ $<
 
@@@@ -61,6 +61,3 @@@@
d15 1
a15 1
 	rm -f tmodule tnamespace tclass tconstant tvariable tfunction tarray tdirective
@

