~ubuntu-branches/ubuntu/natty/orbit2/natty

« back to all changes in this revision

Viewing changes to src/idl/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Waters
  • Date: 2002-03-25 17:24:03 UTC
  • Revision ID: james.westby@ubuntu.com-20020325172403-8lexv63608acfqgt
Tags: upstream-2.3.107
ImportĀ upstreamĀ versionĀ 2.3.107

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ../..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AC_TYPE_NAME = @AC_TYPE_NAME@
 
63
AS = @AS@
 
64
AWK = @AWK@
 
65
CC = @CC@
 
66
DLLTOOL = @DLLTOOL@
 
67
ECHO = @ECHO@
 
68
EXEEXT = @EXEEXT@
 
69
GLIB_REQUIRED = @GLIB_REQUIRED@
 
70
HAVE_ORBIT_SSL_SUPPORT = @HAVE_ORBIT_SSL_SUPPORT@
 
71
LIBIDL_REQUIRED = @LIBIDL_REQUIRED@
 
72
LIBTOOL = @LIBTOOL@
 
73
LINC_REQUIRED = @LINC_REQUIRED@
 
74
LN_S = @LN_S@
 
75
LT_VERSION = @LT_VERSION@
 
76
MAINT = @MAINT@
 
77
MAKEINFO = @MAKEINFO@
 
78
OBJDUMP = @OBJDUMP@
 
79
OBJEXT = @OBJEXT@
 
80
ORBIT_CFLAGS = @ORBIT_CFLAGS@
 
81
ORBIT_DEBUG_CFLAGS = @ORBIT_DEBUG_CFLAGS@
 
82
ORBIT_IDL_CFLAGS = @ORBIT_IDL_CFLAGS@
 
83
ORBIT_IDL_LIBS = @ORBIT_IDL_LIBS@
 
84
ORBIT_LIBS = @ORBIT_LIBS@
 
85
ORBIT_MAJOR_VERSION = @ORBIT_MAJOR_VERSION@
 
86
ORBIT_MICRO_VERSION = @ORBIT_MICRO_VERSION@
 
87
ORBIT_MINOR_VERSION = @ORBIT_MINOR_VERSION@
 
88
ORBIT_NAME_CFLAGS = @ORBIT_NAME_CFLAGS@
 
89
ORBIT_NAME_LIBS = @ORBIT_NAME_LIBS@
 
90
ORBIT_SERIAL = @ORBIT_SERIAL@
 
91
ORBIT_VERSION = @ORBIT_VERSION@
 
92
PACKAGE = @PACKAGE@
 
93
PKG_CONFIG = @PKG_CONFIG@
 
94
POPT_LIBS = @POPT_LIBS@
 
95
RANLIB = @RANLIB@
 
96
STRIP = @STRIP@
 
97
VERSION = @VERSION@
 
98
WARN_CFLAGS = @WARN_CFLAGS@
 
99
pkglibdir = @pkglibdir@
 
100
 
 
101
SUBDIRS = CORBA CORBA_PIDL interop misc
 
102
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
103
CONFIG_HEADER = ../../config.h
 
104
CONFIG_CLEAN_FILES = 
 
105
DIST_COMMON =  Makefile.am Makefile.in
 
106
 
 
107
 
 
108
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
109
 
 
110
TAR = gtar
 
111
GZIP_ENV = --best
 
112
all: all-redirect
 
113
.SUFFIXES:
 
114
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
115
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/idl/Makefile
 
116
 
 
117
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
118
        cd $(top_builddir) \
 
119
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
120
 
 
121
 
 
122
# This directory's subdirectories are mostly independent; you can cd
 
123
# into them and run `make' without going through this Makefile.
 
124
# To change the values of `make' variables: instead of editing Makefiles,
 
125
# (1) if the variable is set in `config.status', edit `config.status'
 
126
#     (which will cause the Makefiles to be regenerated when you run `make');
 
127
# (2) otherwise, pass the desired values on the `make' command line.
 
128
 
 
129
@SET_MAKE@
 
130
 
 
131
all-recursive install-data-recursive install-exec-recursive \
 
132
installdirs-recursive install-recursive uninstall-recursive  \
 
133
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
134
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
135
        dot_seen=no; \
 
136
        target=`echo $@ | sed s/-recursive//`; \
 
137
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
138
          echo "Making $$target in $$subdir"; \
 
139
          if test "$$subdir" = "."; then \
 
140
            dot_seen=yes; \
 
141
            local_target="$$target-am"; \
 
142
          else \
 
143
            local_target="$$target"; \
 
144
          fi; \
 
145
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
146
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
147
        done; \
 
148
        if test "$$dot_seen" = "no"; then \
 
149
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
150
        fi; test -z "$$fail"
 
151
 
 
152
mostlyclean-recursive clean-recursive distclean-recursive \
 
153
maintainer-clean-recursive:
 
154
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
155
        dot_seen=no; \
 
156
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
157
          rev="$$subdir $$rev"; \
 
158
          test "$$subdir" != "." || dot_seen=yes; \
 
159
        done; \
 
160
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
161
        target=`echo $@ | sed s/-recursive//`; \
 
162
        for subdir in $$rev; do \
 
163
          echo "Making $$target in $$subdir"; \
 
164
          if test "$$subdir" = "."; then \
 
165
            local_target="$$target-am"; \
 
166
          else \
 
167
            local_target="$$target"; \
 
168
          fi; \
 
169
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
170
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
171
        done && test -z "$$fail"
 
172
tags-recursive:
 
173
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
174
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
175
        done
 
176
 
 
177
tags: TAGS
 
178
 
 
179
ID: $(HEADERS) $(SOURCES) $(LISP)
 
180
        list='$(SOURCES) $(HEADERS)'; \
 
181
        unique=`for i in $$list; do echo $$i; done | \
 
182
          awk '    { files[$$0] = 1; } \
 
183
               END { for (i in files) print i; }'`; \
 
184
        here=`pwd` && cd $(srcdir) \
 
185
          && mkid -f$$here/ID $$unique $(LISP)
 
186
 
 
187
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
188
        tags=; \
 
189
        here=`pwd`; \
 
190
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
191
   if test "$$subdir" = .; then :; else \
 
192
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
193
   fi; \
 
194
        done; \
 
195
        list='$(SOURCES) $(HEADERS)'; \
 
196
        unique=`for i in $$list; do echo $$i; done | \
 
197
          awk '    { files[$$0] = 1; } \
 
198
               END { for (i in files) print i; }'`; \
 
199
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
200
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
201
 
 
202
mostlyclean-tags:
 
203
 
 
204
clean-tags:
 
205
 
 
206
distclean-tags:
 
207
        -rm -f TAGS ID
 
208
 
 
209
maintainer-clean-tags:
 
210
 
 
211
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
212
 
 
213
subdir = src/idl
 
214
 
 
215
distdir: $(DISTFILES)
 
216
        @for file in $(DISTFILES); do \
 
217
          d=$(srcdir); \
 
218
          if test -d $$d/$$file; then \
 
219
            cp -pr $$d/$$file $(distdir)/$$file; \
 
220
          else \
 
221
            test -f $(distdir)/$$file \
 
222
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
223
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
224
          fi; \
 
225
        done
 
226
        for subdir in $(SUBDIRS); do \
 
227
          if test "$$subdir" = .; then :; else \
 
228
            test -d $(distdir)/$$subdir \
 
229
            || mkdir $(distdir)/$$subdir \
 
230
            || exit 1; \
 
231
            chmod 777 $(distdir)/$$subdir; \
 
232
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
233
              || exit 1; \
 
234
          fi; \
 
235
        done
 
236
info-am:
 
237
info: info-recursive
 
238
dvi-am:
 
239
dvi: dvi-recursive
 
240
check-am: all-am
 
241
check: check-recursive
 
242
installcheck-am:
 
243
installcheck: installcheck-recursive
 
244
install-exec-am:
 
245
install-exec: install-exec-recursive
 
246
 
 
247
install-data-am:
 
248
install-data: install-data-recursive
 
249
 
 
250
install-am: all-am
 
251
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
252
install: install-recursive
 
253
uninstall-am:
 
254
uninstall: uninstall-recursive
 
255
all-am: Makefile
 
256
all-redirect: all-recursive
 
257
install-strip:
 
258
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
259
installdirs: installdirs-recursive
 
260
installdirs-am:
 
261
 
 
262
 
 
263
mostlyclean-generic:
 
264
 
 
265
clean-generic:
 
266
 
 
267
distclean-generic:
 
268
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
269
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
270
 
 
271
maintainer-clean-generic:
 
272
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
273
 
 
274
mostlyclean: mostlyclean-recursive
 
275
 
 
276
clean-am:  clean-tags clean-generic mostlyclean-am
 
277
 
 
278
clean: clean-recursive
 
279
 
 
280
distclean-am:  distclean-tags distclean-generic clean-am
 
281
        -rm -f libtool
 
282
 
 
283
distclean: distclean-recursive
 
284
 
 
285
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
286
                distclean-am
 
287
        @echo "This command is intended for maintainers to use;"
 
288
        @echo "it deletes files that may require special tools to rebuild."
 
289
 
 
290
maintainer-clean: maintainer-clean-recursive
 
291
 
 
292
.PHONY: install-data-recursive uninstall-data-recursive \
 
293
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
294
uninstalldirs-recursive all-recursive check-recursive \
 
295
installcheck-recursive info-recursive dvi-recursive \
 
296
mostlyclean-recursive distclean-recursive clean-recursive \
 
297
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
298
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
299
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
300
install-exec install-data-am install-data install-am install \
 
301
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
302
installdirs mostlyclean-generic distclean-generic clean-generic \
 
303
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
304
 
 
305
 
 
306
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
307
# Otherwise a system limit (for SysV at least) may be exceeded.
 
308
.NOEXPORT: