summaryrefslogtreecommitdiff
path: root/iup/srclua5/iup_pplot.mak
blob: b353fe7617d0c0c41b50320550f11ff135e7473e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
PROJNAME = iup
LIBNAME = iuplua_pplot51
OPT = YES
DEF_FILE = iuplua_pplot5.def

IUP := ..

DEFINES = IUPLUA_USELOH

USE_IUP3 = Yes
USE_IUPLUA = Yes
USE_CDLUA = Yes
LIBS = iup_pplot

USE_LUA51 = Yes
NO_LUALINK = Yes

LOHDIR = loh
SRCLUA = pplot.lua
GC := $(addsuffix .c, $(basename $(SRCLUA)))
GC := $(addprefix il_, $(GC))

$(GC) : il_%.c : %.lua generator.lua
	$(LUABIN) generator.lua $<

SRC := iuplua_pplot.c $(GC)