~ubuntu-branches/ubuntu/breezy/aqsis/breezy

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Will Newton
  • Date: 2004-12-07 20:06:49 UTC
  • Revision ID: james.westby@ubuntu.com-20041207200649-fccswkrvp4oc8lmn
Tags: upstream-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = . detail
 
2
 
 
3
 
 
4
noinst_HEADERS = \
 
5
deduce_r.hpp \
 
6
deduce_z.hpp \
 
7
enum.hpp \
 
8
enum_binary_params.hpp \
 
9
enum_params.hpp \
 
10
enum_params_with_a_default.hpp \
 
11
enum_params_with_defaults.hpp \
 
12
enum_shifted.hpp \
 
13
enum_shifted_params.hpp \
 
14
enum_trailing.hpp \
 
15
enum_trailing_binary_params.hpp \
 
16
enum_trailing_params.hpp \
 
17
for.hpp \
 
18
repeat.hpp \
 
19
repeat_from_to.hpp
 
20
 
 
21
EXTRA_DIST = \
 
22
deduce_r.hpp \
 
23
deduce_z.hpp \
 
24
enum.hpp \
 
25
enum_binary_params.hpp \
 
26
enum_params.hpp \
 
27
enum_params_with_a_default.hpp \
 
28
enum_params_with_defaults.hpp \
 
29
enum_shifted.hpp \
 
30
enum_shifted_params.hpp \
 
31
enum_trailing.hpp \
 
32
enum_trailing_binary_params.hpp \
 
33
enum_trailing_params.hpp \
 
34
for.hpp \
 
35
repeat.hpp \
 
36
repeat_from_to.hpp
 
37