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

« back to all changes in this revision

Viewing changes to boost/boost/mpl/list/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 = . aux_
 
2
 
 
3
 
 
4
noinst_HEADERS = \
 
5
list0.hpp \
 
6
list0_c.hpp \
 
7
list10.hpp \
 
8
list10_c.hpp \
 
9
list20.hpp \
 
10
list20_c.hpp \
 
11
list30.hpp \
 
12
list30_c.hpp \
 
13
list40.hpp \
 
14
list40_c.hpp \
 
15
list50.hpp \
 
16
list50_c.hpp
 
17
 
 
18
EXTRA_DIST = \
 
19
list0.hpp \
 
20
list0_c.hpp \
 
21
list10.hpp \
 
22
list10_c.hpp \
 
23
list20.hpp \
 
24
list20_c.hpp \
 
25
list30.hpp \
 
26
list30_c.hpp \
 
27
list40.hpp \
 
28
list40_c.hpp \
 
29
list50.hpp \
 
30
list50_c.hpp
 
31