~ifolder-dev/simias/trunk-packaging

« back to all changes in this revision

Viewing changes to tools/gsoap/gsoap-linux-2.7/mod_gsoap/mod_gsoap-0.6/apache_13/example/.svn/text-base/Makefile.svn-base

  • Committer: Jorge O. Castro
  • Date: 2007-12-03 06:56:46 UTC
  • Revision ID: jorge@ubuntu.com-20071203065646-mupcnjcwgm5mnhyt
* Remove a bunch of .svn directories we no longer need.

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
 
 
15
 
 
16
 
####### This is the input file for automake, which will generate Makefile.in ##########
17
 
 
18
 
SHELL = /bin/sh
19
 
 
20
 
srcdir = .
21
 
top_srcdir = ..
22
 
 
23
 
prefix = /usr/local
24
 
exec_prefix = ${prefix}
25
 
 
26
 
bindir = ${exec_prefix}/bin
27
 
sbindir = ${exec_prefix}/sbin
28
 
libexecdir = ${exec_prefix}/libexec
29
 
datadir = ${prefix}/share
30
 
sysconfdir = ${prefix}/etc
31
 
sharedstatedir = ${prefix}/com
32
 
localstatedir = ${prefix}/var
33
 
libdir = ${exec_prefix}/lib
34
 
infodir = ${prefix}/info
35
 
mandir = ${prefix}/man
36
 
includedir = ${prefix}/include
37
 
oldincludedir = /usr/include
38
 
pkgdatadir = $(datadir)/mod_gsoap
39
 
pkglibdir = $(libdir)/mod_gsoap
40
 
pkgincludedir = $(includedir)/mod_gsoap
41
 
top_builddir = ..
42
 
 
43
 
ACLOCAL = ${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run aclocal
44
 
AUTOCONF = ${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run autoconf
45
 
AUTOMAKE = ${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run automake
46
 
AUTOHEADER = ${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run autoheader
47
 
 
48
 
INSTALL = /usr/bin/ginstall -c
49
 
INSTALL_PROGRAM = ${INSTALL}
50
 
INSTALL_DATA = ${INSTALL} -m 644
51
 
INSTALL_SCRIPT = ${INSTALL}
52
 
INSTALL_HEADER = $(INSTALL_DATA)
53
 
transform = s,x,x,
54
 
NORMAL_INSTALL = :
55
 
PRE_INSTALL = :
56
 
POST_INSTALL = :
57
 
NORMAL_UNINSTALL = :
58
 
PRE_UNINSTALL = :
59
 
POST_UNINSTALL = :
60
 
build_alias = i686-suse-linux
61
 
build_triplet = i686-suse-linux
62
 
host_alias = i686-suse-linux
63
 
host_triplet = i686-suse-linux
64
 
target_alias = i686-suse-linux
65
 
target_triplet = i686-suse-linux
66
 
AMTAR = ${SHELL} /home/aberger/apache_gsoap.0.0.5/missing --run tar
67
 
APXS_CXX_OPTIONS = 
68
 
AS = as
69
 
AWK = gawk
70
 
CC = gcc
71
 
CPP = gcc -E
72
 
CXX = g++
73
 
CXXDEBUGDEFINES = -D_NDEBUG
74
 
CXXFLAGS =  -O2
75
 
DEPDIR = .deps
76
 
DLLTOOL = dlltool
77
 
ECHO = echo
78
 
EXEEXT = 
79
 
EXISTS_APXS = yes
80
 
EXISTS_GSOAP = yes
81
 
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
82
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
83
 
LIBTOOL_DEPS = ./ltmain.sh
84
 
LN_S = ln -s
85
 
OBJDUMP = objdump
86
 
OBJEXT = o
87
 
PACKAGE = mod_gsoap
88
 
RANLIB = ranlib
89
 
STRIP = strip
90
 
VERSION = 0.0.5
91
 
am__include = include
92
 
am__quote = 
93
 
install_sh = /home/aberger/apache_gsoap.0.0.5/install-sh
94
 
 
95
 
SUBDIRS = calculator
96
 
CLEANFILES = *~
97
 
 
98
 
AUTOMAKE_OPTIONS = foreign 1.4
99
 
subdir = example
100
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
101
 
CONFIG_HEADER = $(top_builddir)/config.h
102
 
CONFIG_CLEAN_FILES =
103
 
DIST_SOURCES =
104
 
 
105
 
RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
106
 
        uninstall-info-recursive all-recursive install-data-recursive \
107
 
        install-exec-recursive installdirs-recursive install-recursive \
108
 
        uninstall-recursive check-recursive installcheck-recursive
109
 
DIST_COMMON = Makefile.am Makefile.in
110
 
DIST_SUBDIRS = $(SUBDIRS)
111
 
all: all-recursive
112
 
 
113
 
.SUFFIXES:
114
 
 
115
 
mostlyclean-libtool:
116
 
        -rm -f *.lo
117
 
 
118
 
clean-libtool:
119
 
        -rm -rf .libs _libs
120
 
 
121
 
distclean-libtool:
122
 
        -rm -f libtool
123
 
$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
124
 
        cd $(top_srcdir) && \
125
 
          $(AUTOMAKE) --foreign  example/Makefile
126
 
Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
127
 
        cd $(top_builddir) && \
128
 
          CONFIG_HEADERS= CONFIG_LINKS= \
129
 
          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
130
 
uninstall-info-am:
131
 
 
132
 
# This directory's subdirectories are mostly independent; you can cd
133
 
# into them and run `make' without going through this Makefile.
134
 
# To change the values of `make' variables: instead of editing Makefiles,
135
 
# (1) if the variable is set in `config.status', edit `config.status'
136
 
#     (which will cause the Makefiles to be regenerated when you run `make');
137
 
# (2) otherwise, pass the desired values on the `make' command line.
138
 
$(RECURSIVE_TARGETS):
139
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
140
 
        dot_seen=no; \
141
 
        target=`echo $@ | sed s/-recursive//`; \
142
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
143
 
          echo "Making $$target in $$subdir"; \
144
 
          if test "$$subdir" = "."; then \
145
 
            dot_seen=yes; \
146
 
            local_target="$$target-am"; \
147
 
          else \
148
 
            local_target="$$target"; \
149
 
          fi; \
150
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
151
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
152
 
        done; \
153
 
        if test "$$dot_seen" = "no"; then \
154
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
155
 
        fi; test -z "$$fail"
156
 
 
157
 
mostlyclean-recursive clean-recursive distclean-recursive \
158
 
maintainer-clean-recursive:
159
 
        @set fnord $(MAKEFLAGS); amf=$$2; \
160
 
        dot_seen=no; \
161
 
        case "$@" in \
162
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
163
 
          *) list='$(SUBDIRS)' ;; \
164
 
        esac; \
165
 
        rev=''; for subdir in $$list; do \
166
 
          if test "$$subdir" = "."; then :; else \
167
 
            rev="$$subdir $$rev"; \
168
 
          fi; \
169
 
        done; \
170
 
        rev="$$rev ."; \
171
 
        target=`echo $@ | sed s/-recursive//`; \
172
 
        for subdir in $$rev; do \
173
 
          echo "Making $$target in $$subdir"; \
174
 
          if test "$$subdir" = "."; then \
175
 
            local_target="$$target-am"; \
176
 
          else \
177
 
            local_target="$$target"; \
178
 
          fi; \
179
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
180
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
181
 
        done && test -z "$$fail"
182
 
tags-recursive:
183
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
184
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
185
 
        done
186
 
 
187
 
tags: TAGS
188
 
 
189
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
190
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
191
 
        unique=`for i in $$list; do \
192
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
193
 
          done | \
194
 
          $(AWK) '    { files[$$0] = 1; } \
195
 
               END { for (i in files) print i; }'`; \
196
 
        mkid -fID $$unique $(LISP)
197
 
 
198
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
199
 
                $(TAGS_FILES) $(LISP)
200
 
        tags=; \
201
 
        here=`pwd`; \
202
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
203
 
          if test "$$subdir" = .; then :; else \
204
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
205
 
          fi; \
206
 
        done; \
207
 
        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
208
 
        unique=`for i in $$list; do \
209
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210
 
          done | \
211
 
          $(AWK) '    { files[$$0] = 1; } \
212
 
               END { for (i in files) print i; }'`; \
213
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
214
 
          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
215
 
 
216
 
GTAGS:
217
 
        here=`CDPATH=: && cd $(top_builddir) && pwd` \
218
 
          && cd $(top_srcdir) \
219
 
          && gtags -i $(GTAGS_ARGS) $$here
220
 
 
221
 
distclean-tags:
222
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
223
 
 
224
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
225
 
 
226
 
top_distdir = ..
227
 
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
228
 
 
229
 
distdir: $(DISTFILES)
230
 
        @for file in $(DISTFILES); do \
231
 
          if test -f $$file; then d=.; else d=$(srcdir); fi; \
232
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
233
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
234
 
            $(mkinstalldirs) "$(distdir)/$$dir"; \
235
 
          fi; \
236
 
          if test -d $$d/$$file; then \
237
 
            cp -pR $$d/$$file $(distdir) \
238
 
            || exit 1; \
239
 
          else \
240
 
            test -f $(distdir)/$$file \
241
 
            || cp -p $$d/$$file $(distdir)/$$file \
242
 
            || exit 1; \
243
 
          fi; \
244
 
        done
245
 
        for subdir in $(SUBDIRS); do \
246
 
          if test "$$subdir" = .; then :; else \
247
 
            test -d $(distdir)/$$subdir \
248
 
            || mkdir $(distdir)/$$subdir \
249
 
            || exit 1; \
250
 
            (cd $$subdir && \
251
 
              $(MAKE) $(AM_MAKEFLAGS) \
252
 
                top_distdir="$(top_distdir)" \
253
 
                distdir=../$(distdir)/$$subdir \
254
 
                distdir) \
255
 
              || exit 1; \
256
 
          fi; \
257
 
        done
258
 
check-am: all-am
259
 
check: check-recursive
260
 
all-am: Makefile
261
 
installdirs: installdirs-recursive
262
 
installdirs-am:
263
 
 
264
 
install: install-recursive
265
 
install-exec: install-exec-recursive
266
 
install-data: install-data-recursive
267
 
uninstall: uninstall-recursive
268
 
 
269
 
install-am: all-am
270
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
271
 
 
272
 
installcheck: installcheck-recursive
273
 
install-strip:
274
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
275
 
          `test -z '$(STRIP)' || \
276
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
277
 
mostlyclean-generic:
278
 
 
279
 
clean-generic:
280
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
281
 
 
282
 
distclean-generic:
283
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
284
 
 
285
 
maintainer-clean-generic:
286
 
        @echo "This command is intended for maintainers to use"
287
 
        @echo "it deletes files that may require special tools to rebuild."
288
 
clean: clean-recursive
289
 
 
290
 
clean-am: clean-generic clean-libtool mostlyclean-am
291
 
 
292
 
distclean: distclean-recursive
293
 
 
294
 
distclean-am: clean-am distclean-generic distclean-libtool \
295
 
        distclean-tags
296
 
 
297
 
dvi: dvi-recursive
298
 
 
299
 
dvi-am:
300
 
 
301
 
info: info-recursive
302
 
 
303
 
info-am:
304
 
 
305
 
install-data-am:
306
 
 
307
 
install-exec-am:
308
 
 
309
 
install-info: install-info-recursive
310
 
 
311
 
install-man:
312
 
 
313
 
installcheck-am:
314
 
 
315
 
maintainer-clean: maintainer-clean-recursive
316
 
 
317
 
maintainer-clean-am: distclean-am maintainer-clean-generic
318
 
 
319
 
mostlyclean: mostlyclean-recursive
320
 
 
321
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
322
 
 
323
 
uninstall-am: uninstall-info-am
324
 
 
325
 
uninstall-info: uninstall-info-recursive
326
 
 
327
 
.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
328
 
        clean-generic clean-libtool clean-recursive distclean \
329
 
        distclean-generic distclean-libtool distclean-recursive \
330
 
        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
331
 
        info-recursive install install-am install-data install-data-am \
332
 
        install-data-recursive install-exec install-exec-am \
333
 
        install-exec-recursive install-info install-info-am \
334
 
        install-info-recursive install-man install-recursive \
335
 
        install-strip installcheck installcheck-am installdirs \
336
 
        installdirs-am installdirs-recursive maintainer-clean \
337
 
        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
338
 
        mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
339
 
        tags tags-recursive uninstall uninstall-am uninstall-info-am \
340
 
        uninstall-info-recursive uninstall-recursive
341
 
 
342
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
343
 
# Otherwise a system limit (for SysV at least) may be exceeded.
344
 
.NOEXPORT: