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

« back to all changes in this revision

Viewing changes to boost/libs/regex/src/Makefile.in

  • 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
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
 
2
 
 
3
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
 
4
# Free Software Foundation, Inc.
 
5
# This Makefile.in is free software; the Free Software Foundation
 
6
# gives unlimited permission to copy and/or distribute it,
 
7
# with or without modifications, as long as this notice is preserved.
 
8
 
 
9
# This program is distributed in the hope that it will be useful,
 
10
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
11
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
12
# PARTICULAR PURPOSE.
 
13
 
 
14
@SET_MAKE@
 
15
 
 
16
SHELL = @SHELL@
 
17
 
 
18
srcdir = @srcdir@
 
19
top_srcdir = @top_srcdir@
 
20
VPATH = @srcdir@
 
21
prefix = @prefix@
 
22
exec_prefix = @exec_prefix@
 
23
 
 
24
bindir = @bindir@
 
25
sbindir = @sbindir@
 
26
libexecdir = @libexecdir@
 
27
datadir = @datadir@
 
28
sysconfdir = @sysconfdir@
 
29
sharedstatedir = @sharedstatedir@
 
30
localstatedir = @localstatedir@
 
31
libdir = @libdir@
 
32
infodir = @infodir@
 
33
mandir = @mandir@
 
34
includedir = @includedir@
 
35
oldincludedir = /usr/include
 
36
pkgdatadir = $(datadir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkgincludedir = $(includedir)/@PACKAGE@
 
39
top_builddir = ../../../..
 
40
 
 
41
ACLOCAL = @ACLOCAL@
 
42
AUTOCONF = @AUTOCONF@
 
43
AUTOMAKE = @AUTOMAKE@
 
44
AUTOHEADER = @AUTOHEADER@
 
45
 
 
46
INSTALL = @INSTALL@
 
47
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
48
INSTALL_DATA = @INSTALL_DATA@
 
49
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
50
INSTALL_HEADER = $(INSTALL_DATA)
 
51
transform = @program_transform_name@
 
52
NORMAL_INSTALL = :
 
53
PRE_INSTALL = :
 
54
POST_INSTALL = :
 
55
NORMAL_UNINSTALL = :
 
56
PRE_UNINSTALL = :
 
57
POST_UNINSTALL = :
 
58
host_alias = @host_alias@
 
59
host_triplet = @host@
 
60
AMTAR = @AMTAR@
 
61
AQSIS_CFLAGS = @AQSIS_CFLAGS@
 
62
AQSIS_CPPFLAGS = @AQSIS_CPPFLAGS@
 
63
AQSIS_CXXFLAGS = @AQSIS_CXXFLAGS@
 
64
AQSIS_FLTK_CFLAGS = @AQSIS_FLTK_CFLAGS@
 
65
AQSIS_FLTK_LIBS = @AQSIS_FLTK_LIBS@
 
66
AR = @AR@
 
67
AS = @AS@
 
68
AWK = @AWK@
 
69
CC = @CC@
 
70
CXX = @CXX@
 
71
CXXCPP = @CXXCPP@
 
72
DEPDIR = @DEPDIR@
 
73
DLLTOOL = @DLLTOOL@
 
74
ECHO = @ECHO@
 
75
EGREP = @EGREP@
 
76
EXEEXT = @EXEEXT@
 
77
F77 = @F77@
 
78
GCJ = @GCJ@
 
79
GCJFLAGS = @GCJFLAGS@
 
80
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
81
JPEG_FLAGS = @JPEG_FLAGS@
 
82
JPEG_INC = @JPEG_INC@
 
83
LEX = @LEX@
 
84
LIBTOOL = @LIBTOOL@
 
85
LN_S = @LN_S@
 
86
OBJDUMP = @OBJDUMP@
 
87
OBJEXT = @OBJEXT@
 
88
PACKAGE = @PACKAGE@
 
89
PLUGIN_FLAGS = @PLUGIN_FLAGS@
 
90
PTHREAD_CC = @PTHREAD_CC@
 
91
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
92
PTHREAD_LIBS = @PTHREAD_LIBS@
 
93
RANLIB = @RANLIB@
 
94
RC = @RC@
 
95
STRIP = @STRIP@
 
96
TIFF_FLAGS = @TIFF_FLAGS@
 
97
TIFF_INC = @TIFF_INC@
 
98
VERSION = @VERSION@
 
99
YACC = @YACC@
 
100
ZLIB_FLAGS = @ZLIB_FLAGS@
 
101
ZLIB_INC = @ZLIB_INC@
 
102
acx_pthread_config = @acx_pthread_config@
 
103
am__include = @am__include@
 
104
am__quote = @am__quote@
 
105
have_xsltproc = @have_xsltproc@
 
106
install_sh = @install_sh@
 
107
 
 
108
noinst_LTLIBRARIES = libregexpp.la
 
109
 
 
110
libregexpp_la_SOURCES = \
 
111
c_regex_traits.cpp \
 
112
c_regex_traits_common.cpp \
 
113
cpp_regex_traits.cpp \
 
114
cregex.cpp \
 
115
fileiter.cpp \
 
116
instances.cpp \
 
117
posix_api.cpp \
 
118
primary_transform.hpp \
 
119
regex.cpp \
 
120
regex_debug.cpp \
 
121
regex_synch.cpp \
 
122
w32_regex_traits.cpp \
 
123
wide_posix_api.cpp \
 
124
winstances.cpp
 
125
 
 
126
 
 
127
INCLUDES = -I$(top_srcdir)/boost
 
128
 
 
129
AM_CXXFLAGS = @AQSIS_CXXFLAGS@
 
130
AM_CPPFLAGS = @AQSIS_CPPFLAGS@
 
131
subdir = boost/libs/regex/src
 
132
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
133
CONFIG_HEADER = $(top_builddir)/libaqsistypes/config.h
 
134
CONFIG_CLEAN_FILES =
 
135
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
136
 
 
137
libregexpp_la_LDFLAGS =
 
138
libregexpp_la_LIBADD =
 
139
am_libregexpp_la_OBJECTS = c_regex_traits.lo c_regex_traits_common.lo \
 
140
        cpp_regex_traits.lo cregex.lo fileiter.lo instances.lo \
 
141
        posix_api.lo regex.lo regex_debug.lo regex_synch.lo \
 
142
        w32_regex_traits.lo wide_posix_api.lo winstances.lo
 
143
libregexpp_la_OBJECTS = $(am_libregexpp_la_OBJECTS)
 
144
 
 
145
DEFS = @DEFS@
 
146
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)/libaqsistypes
 
147
CPPFLAGS = @CPPFLAGS@
 
148
LDFLAGS = @LDFLAGS@
 
149
LIBS = @LIBS@
 
150
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
151
@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/c_regex_traits.Plo \
 
152
@AMDEP_TRUE@    $(DEPDIR)/c_regex_traits_common.Plo \
 
153
@AMDEP_TRUE@    $(DEPDIR)/cpp_regex_traits.Plo $(DEPDIR)/cregex.Plo \
 
154
@AMDEP_TRUE@    $(DEPDIR)/fileiter.Plo $(DEPDIR)/instances.Plo \
 
155
@AMDEP_TRUE@    $(DEPDIR)/posix_api.Plo $(DEPDIR)/regex.Plo \
 
156
@AMDEP_TRUE@    $(DEPDIR)/regex_debug.Plo $(DEPDIR)/regex_synch.Plo \
 
157
@AMDEP_TRUE@    $(DEPDIR)/w32_regex_traits.Plo \
 
158
@AMDEP_TRUE@    $(DEPDIR)/wide_posix_api.Plo \
 
159
@AMDEP_TRUE@    $(DEPDIR)/winstances.Plo
 
160
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
161
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
 
162
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
 
163
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
164
        $(AM_CXXFLAGS) $(CXXFLAGS)
 
165
CXXLD = $(CXX)
 
166
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
 
167
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
168
CXXFLAGS = @CXXFLAGS@
 
169
CFLAGS = @CFLAGS@
 
170
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
171
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
172
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
173
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
174
CCLD = $(CC)
 
175
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
176
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
177
DIST_SOURCES = $(libregexpp_la_SOURCES)
 
178
DIST_COMMON = Makefile.am Makefile.in
 
179
SOURCES = $(libregexpp_la_SOURCES)
 
180
 
 
181
all: all-am
 
182
 
 
183
.SUFFIXES:
 
184
.SUFFIXES: .cpp .lo .o .obj
 
185
 
 
186
mostlyclean-libtool:
 
187
        -rm -f *.lo
 
188
 
 
189
clean-libtool:
 
190
        -rm -rf .libs _libs
 
191
 
 
192
distclean-libtool:
 
193
        -rm -f libtool
 
194
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
195
        cd $(top_srcdir) && \
 
196
          $(AUTOMAKE) --gnu  boost/libs/regex/src/Makefile
 
197
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
198
        cd $(top_builddir) && \
 
199
          CONFIG_HEADERS= CONFIG_LINKS= \
 
200
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
201
 
 
202
clean-noinstLTLIBRARIES:
 
203
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
204
libregexpp.la: $(libregexpp_la_OBJECTS) $(libregexpp_la_DEPENDENCIES) 
 
205
        $(CXXLINK)  $(libregexpp_la_LDFLAGS) $(libregexpp_la_OBJECTS) $(libregexpp_la_LIBADD) $(LIBS)
 
206
 
 
207
mostlyclean-compile:
 
208
        -rm -f *.$(OBJEXT) core *.core
 
209
 
 
210
distclean-compile:
 
211
        -rm -f *.tab.c
 
212
 
 
213
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/c_regex_traits.Plo@am__quote@
 
214
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/c_regex_traits_common.Plo@am__quote@
 
215
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cpp_regex_traits.Plo@am__quote@
 
216
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/cregex.Plo@am__quote@
 
217
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/fileiter.Plo@am__quote@
 
218
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/instances.Plo@am__quote@
 
219
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/posix_api.Plo@am__quote@
 
220
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/regex.Plo@am__quote@
 
221
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/regex_debug.Plo@am__quote@
 
222
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/regex_synch.Plo@am__quote@
 
223
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/w32_regex_traits.Plo@am__quote@
 
224
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/wide_posix_api.Plo@am__quote@
 
225
@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/winstances.Plo@am__quote@
 
226
 
 
227
distclean-depend:
 
228
        -rm -rf $(DEPDIR)
 
229
 
 
230
.cpp.o:
 
231
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
232
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
233
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
234
        $(CXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
235
 
 
236
.cpp.obj:
 
237
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
238
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
239
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
240
        $(CXXCOMPILE) -c -o $@ `cygpath -w $<`
 
241
 
 
242
.cpp.lo:
 
243
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
244
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
245
@AMDEP_TRUE@    $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
246
        $(LTCXXCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
 
247
CXXDEPMODE = @CXXDEPMODE@
 
248
uninstall-info-am:
 
249
 
 
250
tags: TAGS
 
251
 
 
252
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
253
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
254
        unique=`for i in $$list; do \
 
255
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
256
          done | \
 
257
          $(AWK) '    { files[$$0] = 1; } \
 
258
               END { for (i in files) print i; }'`; \
 
259
        mkid -fID $$unique $(LISP)
 
260
 
 
261
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
262
                $(TAGS_FILES) $(LISP)
 
263
        tags=; \
 
264
        here=`pwd`; \
 
265
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
266
        unique=`for i in $$list; do \
 
267
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
268
          done | \
 
269
          $(AWK) '    { files[$$0] = 1; } \
 
270
               END { for (i in files) print i; }'`; \
 
271
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
272
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
273
 
 
274
GTAGS:
 
275
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
276
          && cd $(top_srcdir) \
 
277
          && gtags -i $(GTAGS_ARGS) $$here
 
278
 
 
279
distclean-tags:
 
280
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
281
 
 
282
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
283
 
 
284
top_distdir = ../../../..
 
285
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
286
 
 
287
distdir: $(DISTFILES)
 
288
        @for file in $(DISTFILES); do \
 
289
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
290
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
291
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
292
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
293
          fi; \
 
294
          if test -d $$d/$$file; then \
 
295
            cp -pR $$d/$$file $(distdir) \
 
296
            || exit 1; \
 
297
          else \
 
298
            test -f $(distdir)/$$file \
 
299
            || cp -p $$d/$$file $(distdir)/$$file \
 
300
            || exit 1; \
 
301
          fi; \
 
302
        done
 
303
check-am: all-am
 
304
check: check-am
 
305
all-am: Makefile $(LTLIBRARIES)
 
306
 
 
307
installdirs:
 
308
 
 
309
install: install-am
 
310
install-exec: install-exec-am
 
311
install-data: install-data-am
 
312
uninstall: uninstall-am
 
313
 
 
314
install-am: all-am
 
315
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
316
 
 
317
installcheck: installcheck-am
 
318
install-strip:
 
319
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
320
          `test -z '$(STRIP)' || \
 
321
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
322
mostlyclean-generic:
 
323
 
 
324
clean-generic:
 
325
 
 
326
distclean-generic:
 
327
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
328
 
 
329
maintainer-clean-generic:
 
330
        @echo "This command is intended for maintainers to use"
 
331
        @echo "it deletes files that may require special tools to rebuild."
 
332
clean: clean-am
 
333
 
 
334
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
335
        mostlyclean-am
 
336
 
 
337
distclean: distclean-am
 
338
 
 
339
distclean-am: clean-am distclean-compile distclean-depend \
 
340
        distclean-generic distclean-libtool distclean-tags
 
341
 
 
342
dvi: dvi-am
 
343
 
 
344
dvi-am:
 
345
 
 
346
info: info-am
 
347
 
 
348
info-am:
 
349
 
 
350
install-data-am:
 
351
 
 
352
install-exec-am:
 
353
 
 
354
install-info: install-info-am
 
355
 
 
356
install-man:
 
357
 
 
358
installcheck-am:
 
359
 
 
360
maintainer-clean: maintainer-clean-am
 
361
 
 
362
maintainer-clean-am: distclean-am maintainer-clean-generic
 
363
 
 
364
mostlyclean: mostlyclean-am
 
365
 
 
366
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
367
        mostlyclean-libtool
 
368
 
 
369
uninstall-am: uninstall-info-am
 
370
 
 
371
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
372
        clean-libtool clean-noinstLTLIBRARIES distclean \
 
373
        distclean-compile distclean-depend distclean-generic \
 
374
        distclean-libtool distclean-tags distdir dvi dvi-am info \
 
375
        info-am install install-am install-data install-data-am \
 
376
        install-exec install-exec-am install-info install-info-am \
 
377
        install-man install-strip installcheck installcheck-am \
 
378
        installdirs maintainer-clean maintainer-clean-generic \
 
379
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
380
        mostlyclean-libtool tags uninstall uninstall-am \
 
381
        uninstall-info-am
 
382
 
 
383
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
384
# Otherwise a system limit (for SysV at least) may be exceeded.
 
385
.NOEXPORT: