File: lua_hpp.mk

package info (click to toggle)
dnsdist 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,640 kB
  • sloc: cpp: 91,323; javascript: 24,456; sh: 4,744; python: 1,328; makefile: 832; ansic: 816
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 '}' >> $@