1PKGDIR  ?= ../..
2L4DIR   ?= $(PKGDIR)/../../..
3
4TARGET       := liblua++.a liblua++.so
5PC_FILENAME  := lua++
6
7include $(PKGDIR)/lib/build/Makefile
8
9$(GENERAL_D_LOC): $(PKGDIR)/lib/build/Makefile
10
11PKGNAME_DIRNAME := lua-c++
12
13# Difference to other version
14
15CFLAGS := $(filter-out $(CFLAGS_L4_GENERIC) $(CFLAGS_C99) \
16                       -Wstrict-prototypes -Wmissing-prototypes,$(CFLAGS))
17CFLAGS += $(CXXFLAGS_L4_GENERIC) -x c++
18