head	1.3;
access;
symbols
	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.3
date	2006.09.16.21.42.04;	author linimon;	state dead;
branches;
next	1.2;

1.2
date	2006.09.15.08.17.09;	author linimon;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Remove zero-length files.

PR:		ports/101612
Submitted by:	alepulver
Pointy hat to:	linimon
@
text
@@


1.2
log
@Modify these files to reflect bsd.lua.mk as tested on the cluster.

PR:		ports/101612
Submitted by:	alepulver
Hat:		portmgr
@
text
@@


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
@a0 22
--- Makefile.orig	Thu Jul 31 23:27:52 2003
+++ Makefile	Sun Nov 21 18:50:08 2004
@@@@ -1,13 +1,13 @@@@
 # makefile for tolua hierarchy
 
 tolua:
-	cd src/lib; make all
-	cd src/bin; make all
+	cd src/lib; ${MAKE} all
+	cd src/bin; ${MAKE} all
 
 tests:
-	cd src/tests; make all
+	cd src/tests; ${MAKE} all
 
 all clean klean:
-	cd src/lib; make $@@
-	cd src/bin; make $@@
-	cd src/tests; make $@@
+	cd src/lib; ${MAKE} $@@
+	cd src/bin; ${MAKE} $@@
+	cd src/tests; ${MAKE} $@@
@

