From d577d991b97ae2b5ee1af23641bcffc3f83af5b2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 4 Nov 2009 11:56:41 -0800 Subject: Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux. --- iup/srclua5/iupole.mak | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 iup/srclua5/iupole.mak (limited to 'iup/srclua5/iupole.mak') diff --git a/iup/srclua5/iupole.mak b/iup/srclua5/iupole.mak new file mode 100755 index 0000000..6a3f9ec --- /dev/null +++ b/iup/srclua5/iupole.mak @@ -0,0 +1,23 @@ +PROJNAME = iup +LIBNAME = iupluaole51 +OPT = YES +DEF_FILE = iupluaole5.def + +IUP := .. + +DEFINES = IUPLUA_USELOH + +USE_IUPLUA = Yes +LIBS = iupole +USE_LUA51 = Yes +NO_LUALINK = Yes + +LOHDIR = loh +SRCLUA = olecontrol.lua +GC = $(addsuffix .c, $(basename $(SRCLUA))) +GC := $(addprefix il_, $(GC)) + +$(GC) : il_%.c : %.lua generator.lua + $(LUABIN) generator.lua $< + +SRC = $(GC) -- cgit v1.2.3