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

« back to all changes in this revision

Viewing changes to boost/boost/preprocessor/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
SUBDIRS = . arithmetic array comparison config control debug detail facilities iteration list logical punctuation repetition selection seq slot tuple
 
2
 
 
3
 
 
4
noinst_HEADERS = \
 
5
arithmetic.hpp \
 
6
array.hpp \
 
7
assert_msg.hpp \
 
8
cat.hpp \
 
9
comma.hpp \
 
10
comma_if.hpp \
 
11
comparison.hpp \
 
12
control.hpp \
 
13
debug.hpp \
 
14
dec.hpp \
 
15
empty.hpp \
 
16
enum.hpp \
 
17
enum_params.hpp \
 
18
enum_params_with_a_default.hpp \
 
19
enum_params_with_defaults.hpp \
 
20
enum_shifted.hpp \
 
21
enum_shifted_params.hpp \
 
22
expand.hpp \
 
23
expr_if.hpp \
 
24
facilities.hpp \
 
25
for.hpp \
 
26
identity.hpp \
 
27
if.hpp \
 
28
inc.hpp \
 
29
iterate.hpp \
 
30
iteration.hpp \
 
31
library.hpp \
 
32
limits.hpp \
 
33
list.hpp \
 
34
logical.hpp \
 
35
max.hpp \
 
36
min.hpp \
 
37
punctuation.hpp \
 
38
repeat.hpp \
 
39
repeat_2nd.hpp \
 
40
repeat_3rd.hpp \
 
41
repeat_from_to.hpp \
 
42
repeat_from_to_2nd.hpp \
 
43
repeat_from_to_3rd.hpp \
 
44
repetition.hpp \
 
45
selection.hpp \
 
46
seq.hpp \
 
47
slot.hpp \
 
48
stringize.hpp \
 
49
tuple.hpp \
 
50
while.hpp \
 
51
wstringize.hpp
 
52
 
 
53
EXTRA_DIST = \
 
54
arithmetic.hpp \
 
55
array.hpp \
 
56
assert_msg.hpp \
 
57
cat.hpp \
 
58
comma.hpp \
 
59
comma_if.hpp \
 
60
comparison.hpp \
 
61
control.hpp \
 
62
debug.hpp \
 
63
dec.hpp \
 
64
empty.hpp \
 
65
enum.hpp \
 
66
enum_params.hpp \
 
67
enum_params_with_a_default.hpp \
 
68
enum_params_with_defaults.hpp \
 
69
enum_shifted.hpp \
 
70
enum_shifted_params.hpp \
 
71
expand.hpp \
 
72
expr_if.hpp \
 
73
facilities.hpp \
 
74
for.hpp \
 
75
identity.hpp \
 
76
if.hpp \
 
77
inc.hpp \
 
78
iterate.hpp \
 
79
iteration.hpp \
 
80
library.hpp \
 
81
limits.hpp \
 
82
list.hpp \
 
83
logical.hpp \
 
84
max.hpp \
 
85
min.hpp \
 
86
punctuation.hpp \
 
87
repeat.hpp \
 
88
repeat_2nd.hpp \
 
89
repeat_3rd.hpp \
 
90
repeat_from_to.hpp \
 
91
repeat_from_to_2nd.hpp \
 
92
repeat_from_to_3rd.hpp \
 
93
repetition.hpp \
 
94
selection.hpp \
 
95
seq.hpp \
 
96
slot.hpp \
 
97
stringize.hpp \
 
98
tuple.hpp \
 
99
while.hpp \
 
100
wstringize.hpp
 
101