File: lua_hpp.mk

package info (click to toggle)
pdns-recursor 5.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,116 kB
  • sloc: cpp: 109,650; javascript: 20,651; python: 5,657; sh: 5,094; makefile: 780; ansic: 582; xml: 37
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (12)
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 '}' >> $@