mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Makefile: Remove test_utils
This commit is contained in:
parent
204c7ee43f
commit
cc3a75dd39
5
Makefile
5
Makefile
@ -3,10 +3,8 @@ UTILS_OBJ = cJSON_Utils.o
|
|||||||
CJSON_LIBNAME = libcjson
|
CJSON_LIBNAME = libcjson
|
||||||
UTILS_LIBNAME = libcjson_utils
|
UTILS_LIBNAME = libcjson_utils
|
||||||
CJSON_TEST = cJSON_test
|
CJSON_TEST = cJSON_test
|
||||||
UTILS_TEST = cJSON_test_utils
|
|
||||||
|
|
||||||
CJSON_TEST_SRC = cJSON.c test.c
|
CJSON_TEST_SRC = cJSON.c test.c
|
||||||
UTILS_TEST_SRC = cJSON.c cJSON_Utils.c test_utils.c
|
|
||||||
|
|
||||||
LDLIBS = -lm
|
LDLIBS = -lm
|
||||||
|
|
||||||
@ -71,9 +69,6 @@ test: tests
|
|||||||
#cJSON
|
#cJSON
|
||||||
$(CJSON_TEST): $(CJSON_TEST_SRC) cJSON.h
|
$(CJSON_TEST): $(CJSON_TEST_SRC) cJSON.h
|
||||||
$(CC) $(R_CFLAGS) $(CJSON_TEST_SRC) -o $@ $(LDLIBS) -I.
|
$(CC) $(R_CFLAGS) $(CJSON_TEST_SRC) -o $@ $(LDLIBS) -I.
|
||||||
#cJSON_Utils
|
|
||||||
$(UTILS_TEST): $(UTILS_TEST_SRC) cJSON.h cJSON_Utils.h
|
|
||||||
$(CC) $(R_CFLAGS) $(UTILS_TEST_SRC) -o $@ $(LDLIBS) -I.
|
|
||||||
|
|
||||||
#static libraries
|
#static libraries
|
||||||
#cJSON
|
#cJSON
|
||||||
|
Loading…
Reference in New Issue
Block a user