Changeset 675 for trunk/Makefile.am
- Timestamp:
- Oct 10, 2006, 2:08:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r575 r675 7 7 # Copyright (C) 2006 Jari Häkkinen 8 8 # 9 # This file is part of the thep c++ tools library, 10 # http://lev.thep.lu.se/trac/c++_tools 9 # This file is part of the yat library, http://lev.thep.lu.se/trac/yat 11 10 # 12 # The c++ tools library is free software; you can redistribute it13 # and/ormodify it under the terms of the GNU General Public License as11 # The yat library is free software; you can redistribute it and/or 12 # modify it under the terms of the GNU General Public License as 14 13 # published by the Free Software Foundation; either version 2 of the 15 14 # License, or (at your option) any later version. 16 15 # 17 # The c++library is distributed in the hope that it will be useful,16 # The yat library is distributed in the hope that it will be useful, 18 17 # but WITHOUT ANY WARRANTY; without even the implied warranty of 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 19 # General Public License for more details. 21 20 # … … 25 24 # 02111-1307, USA. 26 25 27 SUBDIRS = c++_toolstest doc26 SUBDIRS = yat test doc 28 27 29 28 .PHONY: doc
Note: See TracChangeset
for help on using the changeset viewer.