| 64 $(SYMLINK) $(libdir)/libucx$(SHLIB_EXT).$(LIBVERSION) $(libdir)/libucx$(SHLIB_EXT).$(LIBVERSION_MAJOR) |
64 $(SYMLINK) $(libdir)/libucx$(SHLIB_EXT).$(LIBVERSION) $(libdir)/libucx$(SHLIB_EXT).$(LIBVERSION_MAJOR) |
| 65 $(SYMLINK) $(libdir)/libucx$(SHLIB_EXT).$(LIBVERSION_MAJOR) $(libdir)/libucx$(SHLIB_EXT) |
65 $(SYMLINK) $(libdir)/libucx$(SHLIB_EXT).$(LIBVERSION_MAJOR) $(libdir)/libucx$(SHLIB_EXT) |
| 66 |
66 |
| 67 FORCE: |
67 FORCE: |
| 68 |
68 |
| 69 $(build_dir)/allocator$(OBJ_EXT): allocator.c cx/allocator.h cx/common.h |
69 $(build_dir)/allocator$(OBJ_EXT): allocator.c cx/allocator.h cx/common.h \ |
| |
70 cx/utils.h |
| 70 @echo "Compiling $<" |
71 @echo "Compiling $<" |
| 71 $(CC) -o $@ $(CFLAGS) -c $< |
72 $(CC) -o $@ $(CFLAGS) -c $< |
| 72 |
73 |
| 73 $(build_dir)/array_list$(OBJ_EXT): array_list.c cx/array_list.h cx/list.h \ |
74 $(build_dir)/array_list$(OBJ_EXT): array_list.c cx/array_list.h cx/list.h \ |
| 74 cx/common.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h \ |
75 cx/common.h cx/collection.h cx/allocator.h cx/iterator.h cx/compare.h \ |