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

« back to all changes in this revision

Viewing changes to boost/boost/preprocessor/control/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
SUBDIRS = . detail
 
109
 
 
110
noinst_HEADERS = \
 
111
deduce_d.hpp \
 
112
expr_if.hpp \
 
113
expr_iif.hpp \
 
114
if.hpp \
 
115
iif.hpp \
 
116
while.hpp
 
117
 
 
118
 
 
119
EXTRA_DIST = \
 
120
deduce_d.hpp \
 
121
expr_if.hpp \
 
122
expr_iif.hpp \
 
123
if.hpp \
 
124
iif.hpp \
 
125
while.hpp
 
126
 
 
127
subdir = boost/boost/preprocessor/control
 
128
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
129
CONFIG_HEADER = $(top_builddir)/libaqsistypes/config.h
 
130
CONFIG_CLEAN_FILES =
 
131
DIST_SOURCES =
 
132
HEADERS = $(noinst_HEADERS)
 
133
 
 
134
 
 
135
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
 
136
        uninstall-info-recursive all-recursive install-data-recursive \
 
137
        install-exec-recursive installdirs-recursive install-recursive \
 
138
        uninstall-recursive check-recursive installcheck-recursive
 
139
DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
 
140
DIST_SUBDIRS = $(SUBDIRS)
 
141
all: all-recursive
 
142
 
 
143
.SUFFIXES:
 
144
 
 
145
mostlyclean-libtool:
 
146
        -rm -f *.lo
 
147
 
 
148
clean-libtool:
 
149
        -rm -rf .libs _libs
 
150
 
 
151
distclean-libtool:
 
152
        -rm -f libtool
 
153
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
 
154
        cd $(top_srcdir) && \
 
155
          $(AUTOMAKE) --gnu  boost/boost/preprocessor/control/Makefile
 
156
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
157
        cd $(top_builddir) && \
 
158
          CONFIG_HEADERS= CONFIG_LINKS= \
 
159
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
 
160
uninstall-info-am:
 
161
 
 
162
# This directory's subdirectories are mostly independent; you can cd
 
163
# into them and run `make' without going through this Makefile.
 
164
# To change the values of `make' variables: instead of editing Makefiles,
 
165
# (1) if the variable is set in `config.status', edit `config.status'
 
166
#     (which will cause the Makefiles to be regenerated when you run `make');
 
167
# (2) otherwise, pass the desired values on the `make' command line.
 
168
$(RECURSIVE_TARGETS):
 
169
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
170
        dot_seen=no; \
 
171
        target=`echo $@ | sed s/-recursive//`; \
 
172
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
173
          echo "Making $$target in $$subdir"; \
 
174
          if test "$$subdir" = "."; then \
 
175
            dot_seen=yes; \
 
176
            local_target="$$target-am"; \
 
177
          else \
 
178
            local_target="$$target"; \
 
179
          fi; \
 
180
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
181
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
182
        done; \
 
183
        if test "$$dot_seen" = "no"; then \
 
184
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
185
        fi; test -z "$$fail"
 
186
 
 
187
mostlyclean-recursive clean-recursive distclean-recursive \
 
188
maintainer-clean-recursive:
 
189
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
190
        dot_seen=no; \
 
191
        case "$@" in \
 
192
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
193
          *) list='$(SUBDIRS)' ;; \
 
194
        esac; \
 
195
        rev=''; for subdir in $$list; do \
 
196
          if test "$$subdir" = "."; then :; else \
 
197
            rev="$$subdir $$rev"; \
 
198
          fi; \
 
199
        done; \
 
200
        rev="$$rev ."; \
 
201
        target=`echo $@ | sed s/-recursive//`; \
 
202
        for subdir in $$rev; do \
 
203
          echo "Making $$target in $$subdir"; \
 
204
          if test "$$subdir" = "."; then \
 
205
            local_target="$$target-am"; \
 
206
          else \
 
207
            local_target="$$target"; \
 
208
          fi; \
 
209
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
210
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
211
        done && test -z "$$fail"
 
212
tags-recursive:
 
213
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
214
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
215
        done
 
216
 
 
217
tags: TAGS
 
218
 
 
219
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
220
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
221
        unique=`for i in $$list; do \
 
222
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
223
          done | \
 
224
          $(AWK) '    { files[$$0] = 1; } \
 
225
               END { for (i in files) print i; }'`; \
 
226
        mkid -fID $$unique $(LISP)
 
227
 
 
228
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
229
                $(TAGS_FILES) $(LISP)
 
230
        tags=; \
 
231
        here=`pwd`; \
 
232
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
233
          if test "$$subdir" = .; then :; else \
 
234
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
235
          fi; \
 
236
        done; \
 
237
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
 
238
        unique=`for i in $$list; do \
 
239
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
240
          done | \
 
241
          $(AWK) '    { files[$$0] = 1; } \
 
242
               END { for (i in files) print i; }'`; \
 
243
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
244
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
 
245
 
 
246
GTAGS:
 
247
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
 
248
          && cd $(top_srcdir) \
 
249
          && gtags -i $(GTAGS_ARGS) $$here
 
250
 
 
251
distclean-tags:
 
252
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
253
 
 
254
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
255
 
 
256
top_distdir = ../../../..
 
257
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
 
258
 
 
259
distdir: $(DISTFILES)
 
260
        @for file in $(DISTFILES); do \
 
261
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
 
262
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
263
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
264
            $(mkinstalldirs) "$(distdir)/$$dir"; \
 
265
          fi; \
 
266
          if test -d $$d/$$file; then \
 
267
            cp -pR $$d/$$file $(distdir) \
 
268
            || exit 1; \
 
269
          else \
 
270
            test -f $(distdir)/$$file \
 
271
            || cp -p $$d/$$file $(distdir)/$$file \
 
272
            || exit 1; \
 
273
          fi; \
 
274
        done
 
275
        for subdir in $(SUBDIRS); do \
 
276
          if test "$$subdir" = .; then :; else \
 
277
            test -d $(distdir)/$$subdir \
 
278
            || mkdir $(distdir)/$$subdir \
 
279
            || exit 1; \
 
280
            (cd $$subdir && \
 
281
              $(MAKE) $(AM_MAKEFLAGS) \
 
282
                top_distdir="$(top_distdir)" \
 
283
                distdir=../$(distdir)/$$subdir \
 
284
                distdir) \
 
285
              || exit 1; \
 
286
          fi; \
 
287
        done
 
288
check-am: all-am
 
289
check: check-recursive
 
290
all-am: Makefile $(HEADERS)
 
291
installdirs: installdirs-recursive
 
292
installdirs-am:
 
293
 
 
294
install: install-recursive
 
295
install-exec: install-exec-recursive
 
296
install-data: install-data-recursive
 
297
uninstall: uninstall-recursive
 
298
 
 
299
install-am: all-am
 
300
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
301
 
 
302
installcheck: installcheck-recursive
 
303
install-strip:
 
304
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
305
          `test -z '$(STRIP)' || \
 
306
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
307
mostlyclean-generic:
 
308
 
 
309
clean-generic:
 
310
 
 
311
distclean-generic:
 
312
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
 
313
 
 
314
maintainer-clean-generic:
 
315
        @echo "This command is intended for maintainers to use"
 
316
        @echo "it deletes files that may require special tools to rebuild."
 
317
clean: clean-recursive
 
318
 
 
319
clean-am: clean-generic clean-libtool mostlyclean-am
 
320
 
 
321
distclean: distclean-recursive
 
322
 
 
323
distclean-am: clean-am distclean-generic distclean-libtool \
 
324
        distclean-tags
 
325
 
 
326
dvi: dvi-recursive
 
327
 
 
328
dvi-am:
 
329
 
 
330
info: info-recursive
 
331
 
 
332
info-am:
 
333
 
 
334
install-data-am:
 
335
 
 
336
install-exec-am:
 
337
 
 
338
install-info: install-info-recursive
 
339
 
 
340
install-man:
 
341
 
 
342
installcheck-am:
 
343
 
 
344
maintainer-clean: maintainer-clean-recursive
 
345
 
 
346
maintainer-clean-am: distclean-am maintainer-clean-generic
 
347
 
 
348
mostlyclean: mostlyclean-recursive
 
349
 
 
350
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
351
 
 
352
uninstall-am: uninstall-info-am
 
353
 
 
354
uninstall-info: uninstall-info-recursive
 
355
 
 
356
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
 
357
        clean-generic clean-libtool clean-recursive distclean \
 
358
        distclean-generic distclean-libtool distclean-recursive \
 
359
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
 
360
        info-recursive install install-am install-data install-data-am \
 
361
        install-data-recursive install-exec install-exec-am \
 
362
        install-exec-recursive install-info install-info-am \
 
363
        install-info-recursive install-man install-recursive \
 
364
        install-strip installcheck installcheck-am installdirs \
 
365
        installdirs-am installdirs-recursive maintainer-clean \
 
366
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
 
367
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
 
368
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
 
369
        uninstall-info-recursive uninstall-recursive
 
370
 
 
371
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
372
# Otherwise a system limit (for SysV at least) may be exceeded.
 
373
.NOEXPORT: