beta-0.89.2
[luatex.git] / source / libs / lua52 / include / Makefile.am
bloba5a89ace691103df1e44c1754e15daa251e0aa30
1 ## Proxy Makefile.am to install lua52 headers for TeX Live.
2 ##
3 ##   Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org>
4 ##
5 ##   This file is free software; the copyright holder
6 ##   gives unlimited permission to copy and/or distribute it,
7 ##   with or without modifications, as long as this notice is preserved.
8 ##
9 LUA52_SRC = $(top_srcdir)/$(LUA52_TREE)/src
11 hdr_links = \
12         $(LUA52_SRC)/lapi.h \
13         $(LUA52_SRC)/lauxlib.h \
14         $(LUA52_SRC)/lcode.h \
15         $(LUA52_SRC)/lctype.h \
16         $(LUA52_SRC)/ldebug.h \
17         $(LUA52_SRC)/ldo.h \
18         $(LUA52_SRC)/lfunc.h \
19         $(LUA52_SRC)/lgc.h \
20         $(LUA52_SRC)/llex.h \
21         $(LUA52_SRC)/llimits.h \
22         $(LUA52_SRC)/lmem.h \
23         $(LUA52_SRC)/lobject.h \
24         $(LUA52_SRC)/lopcodes.h \
25         $(LUA52_SRC)/lparser.h \
26         $(LUA52_SRC)/lstate.h \
27         $(LUA52_SRC)/lstring.h \
28         $(LUA52_SRC)/ltable.h \
29         $(LUA52_SRC)/ltm.h \
30         $(LUA52_SRC)/luaconf.h \
31         $(LUA52_SRC)/lua.h \
32         $(LUA52_SRC)/lua.hpp \
33         $(LUA52_SRC)/lualib.h \
34         $(LUA52_SRC)/lundump.h \
35         $(LUA52_SRC)/lvm.h \
36         $(LUA52_SRC)/lzio.h
38 include $(top_srcdir)/../../am/hdr_links.am
40 DISTCLEANFILES = lua.hpp