tests/Makefile

changeset 1319
aa1f580f8f59
parent 1063
e453e717876e
equal deleted inserted replaced
1318:12fa1d37fe48 1319:aa1f580f8f59
148 ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/test.h \ 148 ../src/cx/iterator.h ../src/cx/compare.h ../src/cx/test.h \
149 util_allocator.h ../src/cx/allocator.h 149 util_allocator.h ../src/cx/allocator.h
150 @echo "Compiling $<" 150 @echo "Compiling $<"
151 $(CC) -o $@ $(CFLAGS) -I../src -c $< 151 $(CC) -o $@ $(CFLAGS) -I../src -c $<
152 152
153 $(TEST_DIR)/ucxtest$(OBJ_EXT): ucxtest.c ../src/cx/common.h \ 153 $(TEST_DIR)/ucxtest$(OBJ_EXT): ucxtest.c util_allocator.h \
154 ../src/cx/test.h ../src/cx/common.h 154 ../src/cx/allocator.h ../src/cx/common.h ../src/cx/common.h \
155 ../src/cx/test.h
155 @echo "Compiling $<" 156 @echo "Compiling $<"
156 $(CC) -o $@ $(CFLAGS) -I../src -c $< 157 $(CC) -o $@ $(CFLAGS) -I../src -c $<
157 158
158 $(TEST_DIR)/util_allocator$(OBJ_EXT): util_allocator.c util_allocator.h \ 159 $(TEST_DIR)/util_allocator$(OBJ_EXT): util_allocator.c util_allocator.h \
159 ../src/cx/allocator.h ../src/cx/common.h ../src/cx/test.h 160 ../src/cx/allocator.h ../src/cx/common.h ../src/cx/test.h

mercurial