Changeset 5594 for i2c-tools/trunk
- Timestamp:
- 01/13/09 18:07:57 (3 years ago)
- Location:
- i2c-tools/trunk
- Files:
-
- 5 modified
-
Makefile (modified) (1 diff)
-
eeprom/Module.mk (modified) (1 diff)
-
include/Module.mk (modified) (1 diff)
-
stub/Module.mk (modified) (1 diff)
-
tools/Module.mk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/Makefile
r5002 r5594 3 3 # Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> 4 4 # 5 # Licensed under the GNU General Public License. 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 6 9 7 10 DESTDIR = -
i2c-tools/trunk/eeprom/Module.mk
r5162 r5594 3 3 # Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org> 4 4 # 5 # Licensed under the GNU General Public License. 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 6 9 7 10 EEPROM_DIR := eeprom -
i2c-tools/trunk/include/Module.mk
r4909 r5594 3 3 # Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> 4 4 # 5 # Licensed under the GNU General Public License. 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 6 9 7 10 INCLUDE_DIR := include -
i2c-tools/trunk/stub/Module.mk
r5166 r5594 3 3 # Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org> 4 4 # 5 # Licensed under the GNU General Public License. 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 6 9 7 10 STUB_DIR := stub -
i2c-tools/trunk/tools/Module.mk
r4915 r5594 3 3 # Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> 4 4 # 5 # Licensed under the GNU General Public License. 5 # This program is free software; you can redistribute it and/or modify 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 6 9 7 10 TOOLS_DIR := tools
