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 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) $(build_dir) |
34 $(RMDIR) $(build_dir) |