Commit abdf4ed3 authored by Christophe Massiot's avatar Christophe Massiot

Updates for 1.0 release

parent 945b6c3c
.gitattributes export-ignore
.gitignore export-ignore
PREFIX ?= /usr/local PREFIX ?= /usr/local
INCLUDE = $(subst //,/,$(DESTDIR)/$(PREFIX)/include/bitstream) INCLUDE = $(subst //,/,$(DESTDIR)/$(PREFIX)/include/bitstream)
VERSION = 1.0
all: all:
@echo "Run \"make install\" to install biTStream into $(INCLUDE)" @echo "Run \"make install\" to install biTStream into $(INCLUDE)"
...@@ -23,4 +24,7 @@ uninstall: ...@@ -23,4 +24,7 @@ uninstall:
@echo "REMOVE $(INCLUDE)" @echo "REMOVE $(INCLUDE)"
@rm -rf $(INCLUDE) @rm -rf $(INCLUDE)
.PHONY: install uninstall distcheck:
git archive --format=tar --prefix=bitstream-$(VERSION)/ master | bzip2 -9 > bitstream-$(VERSION).tar.bz2
.PHONY: install uninstall distcheck
1.0 (?? Aug 2010) 1.0 (15 Dec 2011)
================= =================
- Initial public release - Initial public release
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment