File: Makefile.am

package info (click to toggle)
lcm 1.3.1%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,768 kB
  • ctags: 3,288
  • sloc: ansic: 16,184; java: 6,843; cs: 2,266; cpp: 1,594; python: 989; makefile: 348; xml: 252; sh: 62
file content (20 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
luaexec_LTLIBRARIES = lcm.la

lcm_la_SOURCES = \
    init.c \
    lualcm_lcm.h \
    lualcm_lcm.c \
    lualcm_pack.h \
    lualcm_pack.c \
    lualcm_hash.h \
    lualcm_hash.c \
    utf8_check.c \
    lua_ver_helper.h \
    lua_ref_helper.h \
    lua_ref_helper.c

lcm_la_LDFLAGS = -module -avoid-version
lcm_la_LIBADD = ../lcm/liblcm.la $(LUA_LIB)
lcm_la_CFLAGS = -I$(top_srcdir) $(LUA_INCLUDE)

EXTRA_DIST = debug_support.h rock