File: lua_hpp.mk

package info (click to toggle)
pdns-recursor 5.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,116 kB
  • sloc: cpp: 109,672; javascript: 20,651; python: 5,657; sh: 5,114; makefile: 782; ansic: 582; xml: 37
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
lua.hpp:
	$(AM_V_GEN)echo 'extern "C" {' > $@
	@echo '#include "lua.h"' >> $@
	@echo '#include "lualib.h"' >> $@
	@echo '#include "lauxlib.h"' >> $@
	@echo '}' >> $@