109 @echo "Compiling $<" |
109 @echo "Compiling $<" |
110 $(CC) -o $@ $(CFLAGS) -c $< |
110 $(CC) -o $@ $(CFLAGS) -c $< |
111 |
111 |
112 $(build_dir)/kv_list$(OBJ_EXT): kv_list.c cx/kv_list.h cx/common.h \ |
112 $(build_dir)/kv_list$(OBJ_EXT): kv_list.c cx/kv_list.h cx/common.h \ |
113 cx/list.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h \ |
113 cx/list.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h \ |
114 cx/map.h cx/string.h cx/hash_key.h |
114 cx/map.h cx/string.h cx/hash_key.h cx/hash_map.h cx/linked_list.h |
115 @echo "Compiling $<" |
115 @echo "Compiling $<" |
116 $(CC) -o $@ $(CFLAGS) -c $< |
116 $(CC) -o $@ $(CFLAGS) -c $< |
117 |
117 |
118 $(build_dir)/linked_list$(OBJ_EXT): linked_list.c cx/linked_list.h \ |
118 $(build_dir)/linked_list$(OBJ_EXT): linked_list.c cx/linked_list.h \ |
119 cx/common.h cx/list.h cx/collection.h cx/allocator.h cx/iterator.h \ |
119 cx/common.h cx/list.h cx/collection.h cx/allocator.h cx/iterator.h \ |