- Start LibLog support implementation,
- Fix .h and .c file headers.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SRC := ndbench.c
|
||||
SRC := ndbench.c
|
||||
TARGETS := ndbench ndbench-c ndbench-static ndbench-static-c
|
||||
FILE_BIN := ndbench ndbench-c ndbench-static ndbench-static-c
|
||||
FILE_LIB := *.ndb
|
||||
@@ -11,12 +11,12 @@ include ../Makefile.rule
|
||||
|
||||
|
||||
|
||||
DEP_STATIC += ../lib/libnode.a
|
||||
DEP_DYNAMIC += ../lib/libnode.so
|
||||
INCLUDE += -I . -I ../include
|
||||
LIBDIR += -L . -L ../lib
|
||||
LIB_STATIC += ../lib/libnode.a -ldl
|
||||
LIB_DYNAMIC += -lnode -ldl
|
||||
DEP_STATIC += ../lib/libnode.a ../../liblog/lib/liblog.a
|
||||
DEP_DYNAMIC += ../lib/libnode.so ../../liblog/lib/liblog.so
|
||||
INCLUDE += -I . -I ../include -I ../../liblog/include
|
||||
LIBDIR += -L . -L ../lib -L ../../liblog/lib
|
||||
LIB_STATIC += ../lib/libnode.a ../../liblog/lib/liblog.a -ldl
|
||||
LIB_DYNAMIC += -lnode -llog -ldl
|
||||
CFLAGS += -rdynamic
|
||||
|
||||
ifdef _LIBVER_SUPPORT
|
||||
|
||||
Reference in New Issue
Block a user