- Fix Makefiles,
- Comment out all functions exept DS_Library_Open , DS_Library_Close & DS_DataStruct_Open_I, and start to work on it!
This commit is contained in:
12
lib/Makefile
12
lib/Makefile
@@ -1,6 +1,6 @@
|
||||
SRC := libdatatstr.c
|
||||
TARGETS := libdatatstr.a libdatatstr.so
|
||||
FILE_LIB := libdatatstr.a libdatatstr.so
|
||||
SRC := libdatastr.c
|
||||
TARGETS := libdatastr.a libdatastr.so
|
||||
FILE_LIB := libdatastr.a libdatastr.so
|
||||
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ include ../Makefile.rule
|
||||
|
||||
|
||||
|
||||
DEP += libdatatstr.h ../include/datatstr.h ../../liblog/include/log.h Makefile
|
||||
INCLUDE += -I . -I ../include -I ../../liblog/include
|
||||
DEP += libdatastr.h ../include/datastr.h ../../liblog/include/log.h ../../libnode/include/node.h ../../libshmem/include/shmem.h Makefile
|
||||
INCLUDE += -I . -I ../include -I ../../liblog/include -I ../../libnode/include -I ../../libshmem/include
|
||||
|
||||
ifdef _LIBVER_SUPPORT
|
||||
DEP += ../../libver/ver.h
|
||||
@@ -19,4 +19,4 @@ endif
|
||||
|
||||
|
||||
|
||||
libdatatstr.o : libdatatstr.c $(DEP)
|
||||
libdatastr.o : libdatastr.c $(DEP)
|
||||
|
||||
Reference in New Issue
Block a user