| 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 |
32 |
| 33 clean: FORCE |
33 clean: FORCE |
| |
34 $(RMDIR) $(dist_dir) |
| 34 $(RMDIR) $(build_dir) |
35 $(RMDIR) $(build_dir) |
| 35 |
36 |
| 36 dist-clean: FORCE |
37 distclean: clean FORCE |
| 37 $(RMDIR) $(dist_dir) |
38 $(RMFILE) $(root_dir)/config.mk |
| 38 $(RMDIR) $(build_dir) |
|
| 39 |
39 |
| 40 compile: static shared |
40 compile: static shared |
| 41 |
41 |
| 42 $(build_dir): |
42 $(build_dir): |
| 43 $(MKDIR) $@/ |
43 $(MKDIR) $@/ |