[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] Automake and '.tpp' files
From: |
Greg Chicares |
Subject: |
[lmi] Automake and '.tpp' files |
Date: |
Sun, 21 Mar 2010 01:27:29 +0000 |
User-agent: |
Thunderbird 2.0.0.23 (Windows/20090812) |
In 'Makefile.am' we say:
# headers: we need to include them or they wouldn't appear in the distribution
noinst_HEADERS = \
about_dialog.hpp \
account_value.hpp \
...
Shouldn't '.tpp' files be added to this list?
(They're like libstdc++'s 'basic_string.tcc' AIUI: source code
that contains an implementation, which might "normally" be
compiled as a translation-unit, but can otherwise be #included
as though it were a header. lmi's '.tpp' files are always
#included somewhere and never compiled separately.)
- [lmi] Automake and '.tpp' files,
Greg Chicares <=