File: lua_hpp.mk

package info (click to toggle)
pdns-recursor 4.8.8-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,620 kB
  • sloc: cpp: 95,714; javascript: 20,651; sh: 4,679; makefile: 652; 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 '}' >> $@