| 27 $(MKDIR) $(dist_dir)/libucx/ |
27 $(MKDIR) $(dist_dir)/libucx/ |
| 28 $(COPYALL) CHANGELOG configure COPYING Doxyfile Makefile README \ |
28 $(COPYALL) CHANGELOG configure COPYING Doxyfile Makefile README \ |
| 29 uaplogo.png make msvc src tests $(dist_dir)/libucx/ |
29 uaplogo.png make msvc src tests $(dist_dir)/libucx/ |
| 30 @cd $(dist_dir) && tar -czf ucx-$(VERSION).tar.gz -Hustar libucx |
30 @cd $(dist_dir) && tar -czf ucx-$(VERSION).tar.gz -Hustar libucx |
| 31 @echo "[ Dist created: $(dist_dir)/ucx-$(VERSION).tar.gz ]" |
31 @echo "[ Dist created: $(dist_dir)/ucx-$(VERSION).tar.gz ]" |
| 32 |
|
| 33 clean: FORCE |
|
| 34 $(RMDIR) $(dist_dir) |
|
| 35 $(RMDIR) $(build_dir) |
|
| 36 |
|
| 37 distclean: clean FORCE |
|
| 38 $(RMFILE) $(root_dir)/config.mk |
|
| 39 |
32 |
| 40 compile: static shared |
33 compile: static shared |
| 41 |
34 |
| 42 $(build_dir): |
35 $(build_dir): |
| 43 $(MKDIR) $@/ |
36 $(MKDIR) $@/ |