- Start to the 2.0.x work!
- Import file structure from LibNode & LibShMem...
This commit is contained in:
22
lib/Makefile
Normal file
22
lib/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
SRC := libdatatstr.c
|
||||
TARGETS := libdatatstr.a libdatatstr.so
|
||||
FILE_LIB := libdatatstr.a libdatatstr.so
|
||||
|
||||
|
||||
|
||||
include ../Makefile.var
|
||||
include ../Makefile.rule
|
||||
|
||||
|
||||
|
||||
DEP += libdatatstr.h ../include/datatstr.h ../../liblog/include/log.h Makefile
|
||||
INCLUDE += -I . -I ../include -I ../../liblog/include
|
||||
|
||||
ifdef _LIBVER_SUPPORT
|
||||
DEP += ../../libver/ver.h
|
||||
INCLUDE += -I ../../libver/lib
|
||||
endif
|
||||
|
||||
|
||||
|
||||
libdatatstr.o : libdatatstr.c $(DEP)
|
||||
Reference in New Issue
Block a user