~ubuntu-branches/ubuntu/warty/aqsis/warty

« back to all changes in this revision

Viewing changes to boost/boost/preprocessor/logical/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:25:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040824072504-zf993vnevvisdsvb
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
noinst_HEADERS = \
 
3
and.hpp \
 
4
bitand.hpp \
 
5
bitnor.hpp \
 
6
bitor.hpp \
 
7
bitxor.hpp \
 
8
bool.hpp \
 
9
compl.hpp \
 
10
nor.hpp \
 
11
not.hpp \
 
12
or.hpp \
 
13
xor.hpp
 
14
 
 
15
EXTRA_DIST = \
 
16
and.hpp \
 
17
bitand.hpp \
 
18
bitnor.hpp \
 
19
bitor.hpp \
 
20
bitxor.hpp \
 
21
bool.hpp \
 
22
compl.hpp \
 
23
nor.hpp \
 
24
not.hpp \
 
25
or.hpp \
 
26
xor.hpp
 
27