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

« back to all changes in this revision

Viewing changes to boost/libs/regex/src/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
noinst_LTLIBRARIES = libregexpp.la
 
2
 
 
3
libregexpp_la_SOURCES = \
 
4
c_regex_traits.cpp \
 
5
c_regex_traits_common.cpp \
 
6
cpp_regex_traits.cpp \
 
7
cregex.cpp \
 
8
fileiter.cpp \
 
9
instances.cpp \
 
10
posix_api.cpp \
 
11
primary_transform.hpp \
 
12
regex.cpp \
 
13
regex_debug.cpp \
 
14
regex_synch.cpp \
 
15
w32_regex_traits.cpp \
 
16
wide_posix_api.cpp \
 
17
winstances.cpp
 
18
 
 
19
INCLUDES=-I$(top_srcdir)/boost
 
20
 
 
21
AM_CXXFLAGS = @AQSIS_CXXFLAGS@
 
22
AM_CPPFLAGS = @AQSIS_CPPFLAGS@
 
23