summaryrefslogtreecommitdiff
path: root/Build/source/libs/luajit/include/Makefile.am
blob: 6634fd88b19d93c4081b6eea695ca8b28268dd55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Proxy Makefile.am to install luajit headers for TeX Live.
##
##   Copyright (C) 2014 Peter Breitenlohner <tex-live@tug.org>
##
##   This file is free software; the copyright holder
##   gives unlimited permission to copy and/or distribute it,
##   with or without modifications, as long as this notice is preserved.
##
LUAJIT_SRC = $(top_srcdir)/$(LUAJIT_TREE)/src

hdr_links = \
	$(LUAJIT_SRC)/lauxlib.h \
	$(LUAJIT_SRC)/lj_arch.h \
	$(LUAJIT_SRC)/lj_def.h \
	$(LUAJIT_SRC)/lj_obj.h \
	$(LUAJIT_SRC)/lj_state.h \
	$(LUAJIT_SRC)/lua.h \
	$(LUAJIT_SRC)/luaconf.h \
	$(LUAJIT_SRC)/luajit.h \
	$(LUAJIT_SRC)/lualib.h

include $(top_srcdir)/../../am/hdr_links.am