Fix libVer support.
This commit is contained in:
parent
76e61fb382
commit
9bb2b42716
@ -1,12 +1,13 @@
|
|||||||
ifdef _LIBVER_SUPPORT
|
ifdef _LIBVER_SUPPORT
|
||||||
INCLUDE_VER = ../../libver/ver.h
|
DEP += ../../libver/ver.h
|
||||||
LIB_VER = -I ../../libver
|
LIBDIR += -I ../../libver
|
||||||
|
FLAG += -D_LIBVER_SUPPORT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
all: libnode.a libnode.so
|
all: libnode.a libnode.so
|
||||||
|
|
||||||
libnode.o: libnode.c node.h libnode.h $(INCLUDE_VER) Makefile
|
libnode.o: libnode.c node.h libnode.h $(DEP) Makefile
|
||||||
gcc -c -g -o libnode.o -I . $(LIB_VER) libnode.c
|
gcc -c -g -o libnode.o $(FLAG) -I . $(LIBDIR) libnode.c
|
||||||
|
|
||||||
libnode.a: libnode.o
|
libnode.a: libnode.o
|
||||||
ar -r libnode.a libnode.o
|
ar -r libnode.a libnode.o
|
||||||
|
Loading…
Reference in New Issue
Block a user