1 ## Process this file with automake to produce Makefile.in
7 -I$(top_srcdir)/utility \
8 -I$(top_srcdir)/common \
9 -I$(top_srcdir)/common/networking \
10 -I$(top_srcdir)/common/scriptcore \
11 -I$(top_srcdir)/client \
12 -I$(top_srcdir)/dependencies/tinycthread \
13 $(LUA_CFLAGS) $(LUASQL_CFLAGS) $(TOLUA_CFLAGS)
15 # tolua_client_gen.[ch] are now distributed to aid in cross-compiling.
16 dist_libscripting_client_la_SOURCES = \
31 libscripting_client_la_LIBADD = \
32 $(LUA_LIBS) $(TOLUA_LIBS) $(LUASQL_LIBS)
34 tolua_client_gen.c tolua_client_gen.h: tolua_client.pkg
35 $(TOLUA) -n client -o $(srcdir)/tolua_client_gen.c \
36 -H $(srcdir)/tolua_client_gen.h $(srcdir)/tolua_client.pkg
38 # These files are not generated to builddir, but to srcdir */
39 MAINTAINERCLEANFILES = \
40 $(srcdir)/tolua_client_gen.c \
41 $(srcdir)/tolua_client_gen.h