Amxb_Ubus  3.3.1
Ambiorix Ubus API
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 include ../test_targets.mk
8 
9 $(TEST_SO): $(SO_OBJECTS)
10  $(CC) -Wl,-soname,$(TARGET)-$(VMAJOR).so -o $@ $(OBJECTS) $(LDFLAGS) -shared -fPIC