| 24 include config.mk |
24 include config.mk |
| 25 |
25 |
| 26 dist: FORCE |
26 dist: FORCE |
| 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 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 compile: static shared |
33 compile: static shared |
| 34 |
34 |