~ubuntu-branches/ubuntu/trusty/pyorbit/trusty

« back to all changes in this revision

Viewing changes to examples/threaded/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-12 00:32:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212003225-ob4q314r2gu9a4xp
Tags: 2.13.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = ../..
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
build_triplet = @build@
 
37
host_triplet = @host@
 
38
subdir = examples/threaded
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/m4/jhflags.m4 \
 
42
        $(top_srcdir)/m4/python-module.m4 $(top_srcdir)/configure.in
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
mkinstalldirs = $(install_sh) -d
 
46
CONFIG_HEADER = $(top_builddir)/config.h
 
47
CONFIG_CLEAN_FILES =
 
48
SOURCES =
 
49
DIST_SOURCES =
 
50
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
51
ACLOCAL = @ACLOCAL@
 
52
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
53
AMDEP_FALSE = @AMDEP_FALSE@
 
54
AMDEP_TRUE = @AMDEP_TRUE@
 
55
AMTAR = @AMTAR@
 
56
AR = @AR@
 
57
AUTOCONF = @AUTOCONF@
 
58
AUTOHEADER = @AUTOHEADER@
 
59
AUTOMAKE = @AUTOMAKE@
 
60
AWK = @AWK@
 
61
CC = @CC@
 
62
CCDEPMODE = @CCDEPMODE@
 
63
CFLAGS = @CFLAGS@
 
64
CPP = @CPP@
 
65
CPPFLAGS = @CPPFLAGS@
 
66
CXX = @CXX@
 
67
CXXCPP = @CXXCPP@
 
68
CXXDEPMODE = @CXXDEPMODE@
 
69
CXXFLAGS = @CXXFLAGS@
 
70
CYGPATH_W = @CYGPATH_W@
 
71
DEFS = @DEFS@
 
72
DEPDIR = @DEPDIR@
 
73
ECHO = @ECHO@
 
74
ECHO_C = @ECHO_C@
 
75
ECHO_N = @ECHO_N@
 
76
ECHO_T = @ECHO_T@
 
77
EGREP = @EGREP@
 
78
EXEEXT = @EXEEXT@
 
79
F77 = @F77@
 
80
FFLAGS = @FFLAGS@
 
81
INSTALL_DATA = @INSTALL_DATA@
 
82
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
83
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
84
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
85
LDFLAGS = @LDFLAGS@
 
86
LIBOBJS = @LIBOBJS@
 
87
LIBS = @LIBS@
 
88
LIBTOOL = @LIBTOOL@
 
89
LN_S = @LN_S@
 
90
LTLIBOBJS = @LTLIBOBJS@
 
91
MAKEINFO = @MAKEINFO@
 
92
OBJEXT = @OBJEXT@
 
93
ORBIT2_REQUIRED_VERSION = @ORBIT2_REQUIRED_VERSION@
 
94
PACKAGE = @PACKAGE@
 
95
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
96
PACKAGE_NAME = @PACKAGE_NAME@
 
97
PACKAGE_STRING = @PACKAGE_STRING@
 
98
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
99
PACKAGE_VERSION = @PACKAGE_VERSION@
 
100
PATH_SEPARATOR = @PATH_SEPARATOR@
 
101
PKG_CONFIG = @PKG_CONFIG@
 
102
PYORBIT_CFLAGS = @PYORBIT_CFLAGS@
 
103
PYORBIT_LIBS = @PYORBIT_LIBS@
 
104
PYTHON = @PYTHON@
 
105
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
106
PYTHON_INCLUDES = @PYTHON_INCLUDES@
 
107
PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
108
PYTHON_PREFIX = @PYTHON_PREFIX@
 
109
PYTHON_VERSION = @PYTHON_VERSION@
 
110
RANLIB = @RANLIB@
 
111
SET_MAKE = @SET_MAKE@
 
112
SHELL = @SHELL@
 
113
STRIP = @STRIP@
 
114
VERSION = @VERSION@
 
115
ac_ct_AR = @ac_ct_AR@
 
116
ac_ct_CC = @ac_ct_CC@
 
117
ac_ct_CXX = @ac_ct_CXX@
 
118
ac_ct_F77 = @ac_ct_F77@
 
119
ac_ct_RANLIB = @ac_ct_RANLIB@
 
120
ac_ct_STRIP = @ac_ct_STRIP@
 
121
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 
122
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
123
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
124
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
125
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 
126
am__include = @am__include@
 
127
am__leading_dot = @am__leading_dot@
 
128
am__quote = @am__quote@
 
129
am__tar = @am__tar@
 
130
am__untar = @am__untar@
 
131
bindir = @bindir@
 
132
build = @build@
 
133
build_alias = @build_alias@
 
134
build_cpu = @build_cpu@
 
135
build_os = @build_os@
 
136
build_vendor = @build_vendor@
 
137
datadir = @datadir@
 
138
exec_prefix = @exec_prefix@
 
139
host = @host@
 
140
host_alias = @host_alias@
 
141
host_cpu = @host_cpu@
 
142
host_os = @host_os@
 
143
host_vendor = @host_vendor@
 
144
includedir = @includedir@
 
145
infodir = @infodir@
 
146
install_sh = @install_sh@
 
147
libdir = @libdir@
 
148
libexecdir = @libexecdir@
 
149
localstatedir = @localstatedir@
 
150
mandir = @mandir@
 
151
mkdir_p = @mkdir_p@
 
152
oldincludedir = @oldincludedir@
 
153
pkgpyexecdir = @pkgpyexecdir@
 
154
pkgpythondir = @pkgpythondir@
 
155
prefix = @prefix@
 
156
program_transform_name = @program_transform_name@
 
157
pyexecdir = @pyexecdir@
 
158
pythondir = @pythondir@
 
159
sbindir = @sbindir@
 
160
sharedstatedir = @sharedstatedir@
 
161
sysconfdir = @sysconfdir@
 
162
target_alias = @target_alias@
 
163
EXTRA_DIST = client.py server.py pyt.idl thread-hints-client.py \
 
164
        thread-hints-server.py
 
165
 
 
166
all: all-am
 
167
 
 
168
.SUFFIXES:
 
169
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
170
        @for dep in $?; do \
 
171
          case '$(am__configure_deps)' in \
 
172
            *$$dep*) \
 
173
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
174
                && exit 0; \
 
175
              exit 1;; \
 
176
          esac; \
 
177
        done; \
 
178
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  examples/threaded/Makefile'; \
 
179
        cd $(top_srcdir) && \
 
180
          $(AUTOMAKE) --gnu  examples/threaded/Makefile
 
181
.PRECIOUS: Makefile
 
182
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
183
        @case '$?' in \
 
184
          *config.status*) \
 
185
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
186
          *) \
 
187
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
188
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
189
        esac;
 
190
 
 
191
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
192
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
193
 
 
194
$(top_srcdir)/configure:  $(am__configure_deps)
 
195
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
196
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
197
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
198
 
 
199
mostlyclean-libtool:
 
200
        -rm -f *.lo
 
201
 
 
202
clean-libtool:
 
203
        -rm -rf .libs _libs
 
204
 
 
205
distclean-libtool:
 
206
        -rm -f libtool
 
207
uninstall-info-am:
 
208
tags: TAGS
 
209
TAGS:
 
210
 
 
211
ctags: CTAGS
 
212
CTAGS:
 
213
 
 
214
 
 
215
distdir: $(DISTFILES)
 
216
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
217
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
218
        list='$(DISTFILES)'; for file in $$list; do \
 
219
          case $$file in \
 
220
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
221
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
222
          esac; \
 
223
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
224
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
225
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
226
            dir="/$$dir"; \
 
227
            $(mkdir_p) "$(distdir)$$dir"; \
 
228
          else \
 
229
            dir=''; \
 
230
          fi; \
 
231
          if test -d $$d/$$file; then \
 
232
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
233
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
234
            fi; \
 
235
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
236
          else \
 
237
            test -f $(distdir)/$$file \
 
238
            || cp -p $$d/$$file $(distdir)/$$file \
 
239
            || exit 1; \
 
240
          fi; \
 
241
        done
 
242
check-am: all-am
 
243
check: check-am
 
244
all-am: Makefile
 
245
installdirs:
 
246
install: install-am
 
247
install-exec: install-exec-am
 
248
install-data: install-data-am
 
249
uninstall: uninstall-am
 
250
 
 
251
install-am: all-am
 
252
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
253
 
 
254
installcheck: installcheck-am
 
255
install-strip:
 
256
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
257
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
258
          `test -z '$(STRIP)' || \
 
259
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
260
mostlyclean-generic:
 
261
 
 
262
clean-generic:
 
263
 
 
264
distclean-generic:
 
265
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
266
 
 
267
maintainer-clean-generic:
 
268
        @echo "This command is intended for maintainers to use"
 
269
        @echo "it deletes files that may require special tools to rebuild."
 
270
clean: clean-am
 
271
 
 
272
clean-am: clean-generic clean-libtool mostlyclean-am
 
273
 
 
274
distclean: distclean-am
 
275
        -rm -f Makefile
 
276
distclean-am: clean-am distclean-generic distclean-libtool
 
277
 
 
278
dvi: dvi-am
 
279
 
 
280
dvi-am:
 
281
 
 
282
html: html-am
 
283
 
 
284
info: info-am
 
285
 
 
286
info-am:
 
287
 
 
288
install-data-am:
 
289
 
 
290
install-exec-am:
 
291
 
 
292
install-info: install-info-am
 
293
 
 
294
install-man:
 
295
 
 
296
installcheck-am:
 
297
 
 
298
maintainer-clean: maintainer-clean-am
 
299
        -rm -f Makefile
 
300
maintainer-clean-am: distclean-am maintainer-clean-generic
 
301
 
 
302
mostlyclean: mostlyclean-am
 
303
 
 
304
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
305
 
 
306
pdf: pdf-am
 
307
 
 
308
pdf-am:
 
309
 
 
310
ps: ps-am
 
311
 
 
312
ps-am:
 
313
 
 
314
uninstall-am: uninstall-info-am
 
315
 
 
316
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
317
        distclean distclean-generic distclean-libtool distdir dvi \
 
318
        dvi-am html html-am info info-am install install-am \
 
319
        install-data install-data-am install-exec install-exec-am \
 
320
        install-info install-info-am install-man install-strip \
 
321
        installcheck installcheck-am installdirs maintainer-clean \
 
322
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
323
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
324
        uninstall-info-am
 
325
 
 
326
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
327
# Otherwise a system limit (for SysV at least) may be exceeded.
 
328
.NOEXPORT: