blob: bc9ca3eed8b2da576730564ea2f5b1d33f5cef56 (
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
27
28
29
30
|
PROJNAME = im
LIBNAME = imlua_jp2
DEF_FILE = imlua_jp2.def
OPT = YES
SRCDIR = lua5
SRC = imlua_jp2.c
LIBS = im_jp2
INCLUDES = lua5
ifdef USE_LUA52
LIBNAME := $(LIBNAME)52
else
USE_LUA51 = Yes
LIBNAME := $(LIBNAME)51
endif
USE_IMLUA = Yes
NO_LUALINK = Yes
IM = ..
ifneq ($(findstring MacOS, $(TEC_UNAME)), )
USE_IMLUA:=
INCLUDES += ../include
LDIR = ../lib/$(TEC_UNAME)
endif
|