libamxrt  0.4.2
Ambiorix Run Time Library
makefile
Go to the documentation of this file.
1 include ../test_defines.mk
2 
3 TARGET = run_test
4 SOURCES += $(wildcard ./*.c)
5 OBJECTS = $(addprefix $(OBJDIR)/,$(notdir $(SOURCES:.c=.o)))
6 
7 LDFLAGS += -g \
8  -Wl,--wrap=capng_get_caps_process \
9  -Wl,--wrap=capng_clear \
10  -Wl,--wrap=capng_update \
11  -Wl,--wrap=capng_apply \
12  -Wl,--wrap=capng_change_id \
13  -Wl,--wrap=getpwnam \
14  -Wl,--wrap=getgrnam
15 
16 include ../test_targets.mk