Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Usermode / Libraries / libc++_extras.so_src / Makefile
1 # Acess2 Basic C Library
2 # Makefile
3
4 -include ../Makefile.cfg
5
6 CPPFLAGS += 
7 CXXFLAGS += -Wall -Werror -Wextra -std=c++11
8 CFLAGS   += -Wall -Werror -Wextra
9 ASFLAGS  +=
10 LDFLAGS  += 
11 LIBS     += -lc++
12
13 include ../Makefile.tpl
14
15 %.native: %.cpp
16         $(NCXX) $< -o $@ -Wall -std=c++11 -I include_exp/
17
18 TEST_cprintf.native: include_exp/cxxextras_printf
19

UCC git Repository :: git.ucc.asn.au