Stefan Schuermans commited on 2011-09-11 17:30:15
Showing 30 changed files, with 32 additions and 82 deletions.
| ... | ... |
@@ -1,7 +1,6 @@ |
| 1 | 1 |
# FlexiPix library |
| 2 |
-# !version: 1.0.6! !date: 2010-12-30! |
|
| 3 | 2 |
# |
| 4 |
-# Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 3 |
+# Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 5 | 4 |
# |
| 6 | 5 |
# This program is free software: you can redistribute it and/or modify |
| 7 | 6 |
# it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -19,17 +18,11 @@ |
| 19 | 18 |
LIBTARGET := libflexipix |
| 20 | 19 |
VER_MAJ := 1 |
| 21 | 20 |
VER_MIN := 0 |
| 22 |
-VER_REV := 6 |
|
| 21 |
+VER_REV := 7 |
|
| 23 | 22 |
|
| 24 | 23 |
SRCS := $(wildcard src/*.c) |
| 25 | 24 |
EX_SRCS := $(wildcard examples/src/*.c) |
| 26 | 25 |
|
| 27 |
-VERSION := $(VER_MAJ).$(VER_MIN).$(VER_REV) |
|
| 28 |
-DATE := $(shell date +%Y-%m-%d) |
|
| 29 |
-PACKNAME := $(LIBTARGET)-$(VERSION)_$(DATE) |
|
| 30 |
-PACKDATA := ChangeLog COPYING COPYING.LESSER Makefile \ |
|
| 31 |
- examples include README src |
|
| 32 |
- |
|
| 33 | 26 |
CFLAGS := -W -Wall -O3 |
| 34 | 27 |
DEFINES := -DFLP_VER_MAJ=$(VER_MAJ) -DFLP_VER_MIN=$(VER_MIN) \ |
| 35 | 28 |
-DFLP_VER_REV=$(VER_REV) |
| ... | ... |
@@ -179,23 +172,3 @@ uninstall: |
| 179 | 172 |
rm -f $(PREFIX)/lib/$(notdir $(TARGET)) |
| 180 | 173 |
rm -rf $(PREFIX)/include/flexipix |
| 181 | 174 |
|
| 182 |
-ver: |
|
| 183 |
- $(MAKE) clean |
|
| 184 |
- for FILE in $$(find $(PACKDATA) -type f); \ |
|
| 185 |
- do \ |
|
| 186 |
- <$$FILE sed 's/!version: [0-9.]*!/!version: $(VERSION)!/g' \ |
|
| 187 |
- | sed 's/!date: [0-9-]*!/!date: $(DATE)!/g' >$$FILE.tmp; \ |
|
| 188 |
- mv $$FILE.tmp $$FILE; \ |
|
| 189 |
- done |
|
| 190 |
- |
|
| 191 |
-pack: |
|
| 192 |
- $(MAKE) clean |
|
| 193 |
- $(MAKE) ver |
|
| 194 |
- $(MAKE) |
|
| 195 |
- $(MAKE) clean |
|
| 196 |
- mkdir -p pack/$(PACKNAME) |
|
| 197 |
- cp -r $(PACKDATA) pack/$(PACKNAME) |
|
| 198 |
- cd pack; tar jcf $(PACKNAME).tar.bz2 $(PACKNAME) |
|
| 199 |
- rm -rf pack/$(PACKNAME) |
|
| 200 |
- $(MAKE) clean |
|
| 201 |
- |
| ... | ... |
@@ -0,0 +1 @@ |
| 1 |
+http://git.blinkenarea.org/projects/libflexipix |
| ... | ... |
@@ -0,0 +1 @@ |
| 1 |
+http://git.blinkenarea.org/index.php?p=libflexipix |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| ... | ... |
@@ -1,8 +1,7 @@ |
| 1 | 1 |
/* |
| 2 | 2 |
* FlexiPix library |
| 3 |
- * !version: 1.0.6! !date: 2010-12-30! |
|
| 4 | 3 |
* |
| 5 |
- * Copyright 2010 Stefan Schuermans <stefan schuermans info> |
|
| 4 |
+ * Copyright 2010-2011 Stefan Schuermans <stefan schuermans info> |
|
| 6 | 5 |
* |
| 7 | 6 |
* This program is free software: you can redistribute it and/or modify |
| 8 | 7 |
* it under the terms of the GNU General Public License as published by |
| 9 | 8 |