2016-02-02 05:38:03 +00:00
|
|
|
all: respondd.so
|
|
|
|
|
|
|
|
CFLAGS += -Wall
|
|
|
|
|
2019-11-23 20:32:15 +00:00
|
|
|
SOURCES = respondd.c respondd-nodeinfo.c respondd-statistics.c respondd-neighbours.c
|
|
|
|
|
|
|
|
respondd.so: $(SOURCES) respondd-common.h
|
|
|
|
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -shared -fPIC -fvisibility=hidden -D_GNU_SOURCE -o $@ $(SOURCES) $(LDLIBS) -lgluonutil -lplatforminfo -luci -liwinfo
|