summaryrefslogtreecommitdiff
path: root/iup/srclua5/iupcontrols.mak
diff options
context:
space:
mode:
Diffstat (limited to 'iup/srclua5/iupcontrols.mak')
-rwxr-xr-xiup/srclua5/iupcontrols.mak26
1 files changed, 0 insertions, 26 deletions
diff --git a/iup/srclua5/iupcontrols.mak b/iup/srclua5/iupcontrols.mak
deleted file mode 100755
index ea1e59f..0000000
--- a/iup/srclua5/iupcontrols.mak
+++ /dev/null
@@ -1,26 +0,0 @@
-PROJNAME = iup
-LIBNAME = iupluacontrols51
-OPT = YES
-DEF_FILE = iupluacontrols5.def
-
-IUP := ..
-
-DEFINES = IUPLUA_USELOH
-
-USE_IUP3 = Yes
-USE_IUPLUA = Yes
-USE_CDLUA = Yes
-LIBS = iupcontrols
-
-USE_LUA51 = Yes
-NO_LUALINK = Yes
-
-LOHDIR = loh
-SRCLUA = dial.lua gauge.lua colorbrowser.lua colorbar.lua matrix.lua cells.lua
-GC := $(addsuffix .c, $(basename $(SRCLUA)))
-GC := $(addprefix il_, $(GC))
-
-$(GC) : il_%.c : %.lua generator.lua
- $(LUABIN) generator.lua $<
-
-SRC := iuplua_controls.c il_mask.c il_matrix_aux.c $(GC)