about summary refs log blame commit diff
path: root/dist.mk
blob: bf97b697f95fd782201424ce3bc17eff7a4d6897 (plain) (tree)
1
2
3
4
5
6
7
8
9

                  






                                              
                                                                              

                                   

     
ifdef PACKAGE_NAME

dist_name = $(PACKAGE_NAME)-$(PACKAGE_VERSION)

dist_files :=

dist: $(dist_name).tar.bz2

$(dist_name).tar.bz2: $(dist_files)
	$(suppress) tar cvfj $@ $(dist_files) --transform 's,^,$(dist_name)/,'

clean_files += $(dist_name).tar.bz2

endif