summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/am/luapplib.am
blob: 7cca34c2049582133205c0d136e0461c61ced0df (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
## texk/web2c/luatexdir/am/luapplib.am: Makefile fragment for libluapplib.
##
## Copyright (C) 2018 Luigi Scarso <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.

## luapplib
##
#EXTRA_LIBRARIES += libluapplib.a liblua53pplib.a libluajitpplib.a
EXTRA_LIBRARIES += libluapplib.a libluajitpplib.a

libluapplib_a_DEPENDENCIES = $(ZLIB_DEPEND)
#liblua53pplib_a_DEPENDENCIES = $(ZLIB_DEPEND)
libluajitpplib_a_DEPENDENCIES = $(ZLIB_DEPEND)

$(libluapplib_a_OBJECTS): $(LUA_DEPEND)
#$(liblua53pplib_a_OBJECTS): $(LUA_DEPEND)
$(libluajitpplib_a_OBJECTS): $(LUAJIT_DEPEND)


libluapplib_a_CPPFLAGS = \
	-I$(top_srcdir)/luatexdir/luapplib -I$(top_srcdir)/luatexdir/luapplib/src -I$(top_srcdir)/luatexdir/luapplib/src/util $(ZLIB_INCLUDES) $(LUA_INCLUDES)

#liblua53pplib_a_CPPFLAGS = \
#	-I$(top_srcdir)/luatexdir/luapplib -I$(top_srcdir)/luatexdir/luapplib/src -I$(top_srcdir)/luatexdir/luapplib/src/util $(ZLIB_INCLUDES) $(LUA_LUA53_INCLUDES)

libluajitpplib_a_CPPFLAGS = \
	-I$(top_srcdir)/luatexdir/luapplib -I$(top_srcdir)/luatexdir/luapplib/src -I$(top_srcdir)/luatexdir/luapplib/src/util $(ZLIB_INCLUDES) $(LUAJIT_INCLUDES)

libluapplib_a_CFLAGS = # $(WARNING_CFLAGS)
libluajitpplib_a_CFLAGS = # $(WARNING_CFLAGS)

nodist_libluapplib_a_SOURCES = $(libluapplib_sources)
#nodist_liblua53pplib_a_SOURCES = $(libluapplib_sources)
nodist_libluajitpplib_a_SOURCES = $(libluapplib_sources)

libluapplib_sources = \
	luatexdir/luapplib/src/ppapi.h \
	luatexdir/luapplib/src/pparray.c \
	luatexdir/luapplib/src/pparray.h \
	luatexdir/luapplib/src/ppconf.h \
	luatexdir/luapplib/src/ppcrypt.c \
	luatexdir/luapplib/src/ppcrypt.h \
	luatexdir/luapplib/src/ppdict.c \
	luatexdir/luapplib/src/ppdict.h \
	luatexdir/luapplib/src/ppfilter.h \
	luatexdir/luapplib/src/ppheap.c \
	luatexdir/luapplib/src/ppheap.h \
	luatexdir/luapplib/src/pplib.h \
	luatexdir/luapplib/src/ppload.c \
	luatexdir/luapplib/src/ppload.h \
	luatexdir/luapplib/src/ppstream.c \
	luatexdir/luapplib/src/ppstream.h \
	luatexdir/luapplib/src/pptest1.c \
	luatexdir/luapplib/src/pptest2.c \
	luatexdir/luapplib/src/pptest3.c \
	luatexdir/luapplib/src/ppxref.c \
	luatexdir/luapplib/src/ppxref.h \
	luatexdir/luapplib/src/util/utilbasexx.c \
	luatexdir/luapplib/src/util/utilbasexx.h \
	luatexdir/luapplib/src/util/utilcrypt.c \
	luatexdir/luapplib/src/util/utilcrypt.h \
	luatexdir/luapplib/src/util/utilcryptdef.h \
	luatexdir/luapplib/src/util/utildecl.h \
	luatexdir/luapplib/src/util/utilflate.c \
	luatexdir/luapplib/src/util/utilflate.h \
	luatexdir/luapplib/src/util/utilfpred.c \
	luatexdir/luapplib/src/util/utilfpred.h \
	luatexdir/luapplib/src/util/utiliof.c \
	luatexdir/luapplib/src/util/utiliof.h \
	luatexdir/luapplib/src/util/utillog.c \
	luatexdir/luapplib/src/util/utillog.h \
	luatexdir/luapplib/src/util/utillzw.c \
	luatexdir/luapplib/src/util/utillzw.h \
	luatexdir/luapplib/src/util/utilmd5.c \
	luatexdir/luapplib/src/util/utilmd5.h \
	luatexdir/luapplib/src/util/utilmem.c \
	luatexdir/luapplib/src/util/utilmem.h \
	luatexdir/luapplib/src/util/utilmemallc.h \
	luatexdir/luapplib/src/util/utilmemallh.h \
	luatexdir/luapplib/src/util/utilmemheap.c \
	luatexdir/luapplib/src/util/utilmemheap.h \
	luatexdir/luapplib/src/util/utilmemheapiof.c \
	luatexdir/luapplib/src/util/utilmemheapiof.h \
	luatexdir/luapplib/src/util/utilmeminfo.c \
	luatexdir/luapplib/src/util/utilmeminfo.h \
	luatexdir/luapplib/src/util/utilnumber.c \
	luatexdir/luapplib/src/util/utilnumber.h \
	luatexdir/luapplib/src/util/utilplat.h \
	luatexdir/luapplib/src/util/utilsha.c \
	luatexdir/luapplib/src/util/utilsha.h 


#liblua53pplib_sources = $(libluapplib_sources)
libluajitpplib_sources = $(libluapplib_sources)