File: Makefile.am

package info (click to toggle)
freedroidrpg 1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 273,532 kB
  • sloc: ansic: 66,191; cpp: 2,033; sh: 766; makefile: 627; python: 322; xml: 94; perl: 87
file content (16 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Proxy automake file for the Makefile provided by Lua.

LUA_MAKEFILE = $(top_srcdir)/externals/lua/lua.mk

dist_sources = ${shell find . -name "*.c" -or -name "*.h"}
EXTRA_DIST = $(dist_sources) lua.mk COPYRIGHT

# Export the VPATH variable to the Makefile provided by Lua.
export VPATH

all-local:
	$(MAKE) -f $(LUA_MAKEFILE) $(AM_MAKEFLAGS) MYCFLAGS="$(FD_CFLAGS)" liblua.a

clean-local:
	$(MAKE) -f $(LUA_MAKEFILE) $(AM_MAKEFLAGS) clean