~ubuntu-branches/ubuntu/breezy/orbit2/breezy

« back to all changes in this revision

Viewing changes to src/orb/poa/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-09-06 16:37:02 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050906163702-hrqi0ctymth53bnn
Tags: 1:2.12.4-0ubuntu1
* New upstream version.
* debian/patches/100-compile-name-server.patch:
  - updated.

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
 
1
# Makefile.in generated by automake 1.6.3 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
5
# Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
 
14
 
 
 
15
@SET_MAKE@
15
16
SHELL = @SHELL@
16
17
 
17
18
srcdir = @srcdir@
32
33
mandir = @mandir@
33
34
includedir = @includedir@
34
35
oldincludedir = /usr/include
35
 
 
36
 
DESTDIR =
37
 
 
38
36
pkgdatadir = $(datadir)/@PACKAGE@
39
37
pkglibdir = $(libdir)/@PACKAGE@
40
38
pkgincludedir = $(includedir)/@PACKAGE@
41
 
 
42
39
top_builddir = ../../..
43
40
 
44
41
ACLOCAL = @ACLOCAL@
46
43
AUTOMAKE = @AUTOMAKE@
47
44
AUTOHEADER = @AUTOHEADER@
48
45
 
 
46
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49
47
INSTALL = @INSTALL@
50
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
48
INSTALL_PROGRAM = @INSTALL_PROGRAM@
51
49
INSTALL_DATA = @INSTALL_DATA@
 
50
install_sh_DATA = $(install_sh) -c -m 644
 
51
install_sh_PROGRAM = $(install_sh) -c
 
52
install_sh_SCRIPT = $(install_sh) -c
52
53
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
54
INSTALL_HEADER = $(INSTALL_DATA)
53
55
transform = @program_transform_name@
54
 
 
55
56
NORMAL_INSTALL = :
56
57
PRE_INSTALL = :
57
58
POST_INSTALL = :
60
61
POST_UNINSTALL = :
61
62
host_alias = @host_alias@
62
63
host_triplet = @host@
 
64
 
 
65
EXEEXT = @EXEEXT@
 
66
OBJEXT = @OBJEXT@
 
67
PATH_SEPARATOR = @PATH_SEPARATOR@
63
68
AC_TYPE_NAME = @AC_TYPE_NAME@
 
69
AMTAR = @AMTAR@
 
70
AR = @AR@
64
71
AS = @AS@
65
72
AWK = @AWK@
66
73
CC = @CC@
 
74
CXX = @CXX@
 
75
CXXCPP = @CXXCPP@
 
76
DEPDIR = @DEPDIR@
 
77
DISABLE_DEPRECATED_CFLAGS = @DISABLE_DEPRECATED_CFLAGS@
67
78
DLLTOOL = @DLLTOOL@
68
79
ECHO = @ECHO@
69
 
EXEEXT = @EXEEXT@
 
80
EGREP = @EGREP@
 
81
F77 = @F77@
 
82
GCJ = @GCJ@
 
83
GCJFLAGS = @GCJFLAGS@
70
84
GLIB_REQUIRED = @GLIB_REQUIRED@
71
85
HAVE_ORBIT_SSL_SUPPORT = @HAVE_ORBIT_SSL_SUPPORT@
 
86
HTML_DIR = @HTML_DIR@
 
87
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
72
88
LIBIDL_REQUIRED = @LIBIDL_REQUIRED@
73
89
LIBTOOL = @LIBTOOL@
74
 
LINC_REQUIRED = @LINC_REQUIRED@
 
90
LINC_CFLAGS = @LINC_CFLAGS@
 
91
LINC_LIBS = @LINC_LIBS@
 
92
LINC_SSL_SUPPORT = @LINC_SSL_SUPPORT@
75
93
LN_S = @LN_S@
 
94
LOCAL_LINC_CFLAGS = @LOCAL_LINC_CFLAGS@
 
95
LOCAL_LINC_LIBS = @LOCAL_LINC_LIBS@
76
96
LT_VERSION = @LT_VERSION@
77
97
MAINT = @MAINT@
78
 
MAKEINFO = @MAKEINFO@
79
98
OBJDUMP = @OBJDUMP@
80
 
OBJEXT = @OBJEXT@
81
99
ORBIT_CFLAGS = @ORBIT_CFLAGS@
82
100
ORBIT_DEBUG_CFLAGS = @ORBIT_DEBUG_CFLAGS@
83
101
ORBIT_IDL_CFLAGS = @ORBIT_IDL_CFLAGS@
94
112
PKG_CONFIG = @PKG_CONFIG@
95
113
POPT_LIBS = @POPT_LIBS@
96
114
RANLIB = @RANLIB@
 
115
RC = @RC@
 
116
SSL_CFLAGS = @SSL_CFLAGS@
 
117
SSL_LIBS = @SSL_LIBS@
97
118
STRIP = @STRIP@
98
119
VERSION = @VERSION@
99
120
WARN_CFLAGS = @WARN_CFLAGS@
100
 
pkglibdir = @pkglibdir@
101
 
 
 
121
am__include = @am__include@
 
122
am__quote = @am__quote@
 
123
install_sh = @install_sh@
102
124
noinst_LTLIBRARIES = liborb-poa.la
103
125
 
104
126
IDL = $(top_builddir)/src/idl-compiler/orbit-idl-2
105
127
 
106
 
INCLUDES =      -I$(top_srcdir)/include                                 -I$(top_builddir)/include                               -I$(top_builddir)/src/orb/orb-core                      -I$(top_srcdir)/src/orb/orb-core                        -I$(top_builddir)/include/orbit/poa                     -I$(top_srcdir)/include/orbit/orb-core                  -I$(top_builddir)/include/orbit/orb-core                -I$(top_srcdir)/src/orb/poa                             -DORBIT2_INTERNAL_API                                   $(WARN_CFLAGS)                                          $(ORBIT_DEBUG_CFLAGS)                                   $(ORBIT_CFLAGS)
 
128
INCLUDES = \
 
129
        -I$(top_srcdir)/include                         \
 
130
        -I$(top_builddir)/include                       \
 
131
        -I$(top_builddir)/src/orb/orb-core              \
 
132
        -I$(top_srcdir)/src/orb/orb-core                \
 
133
        -I$(top_builddir)/include/orbit/poa             \
 
134
        -I$(top_srcdir)/include/orbit/orb-core          \
 
135
        -I$(top_builddir)/include/orbit/orb-core        \
 
136
        -I$(top_srcdir)/src/orb/poa                     \
 
137
        -DORBIT2_INTERNAL_API                           \
 
138
        $(WARN_CFLAGS)                                  \
 
139
        $(ORBIT_DEBUG_CFLAGS)                           \
 
140
        $(DISABLE_DEPRECATED_CFLAGS)                    \
 
141
        $(LOCAL_LINC_CFLAGS)                            \
 
142
        $(ORBIT_CFLAGS)
107
143
 
108
144
 
109
145
POA_IDLOUT = poa-defs-common.c
110
146
 
111
 
main_src =      poa.c   orbit-poa-export.h      orbit-poa.h     poa-macros.h            poa-manager.c   poa-policy.c    poa-servants.c  orbit-adaptor.c
112
 
 
113
 
 
114
 
liborb_poa_la_SOURCES =         $(POA_IDLOUT)   $(main_src)
115
 
 
116
 
 
117
 
IDL_FLAGS = -I$(top_srcdir)/src/idl/CORBA_PIDL                          -I$(top_srcdir)/src/idl/CORBA                                   -I$(top_srcdir)/src/idl/misc                                    -I$(top_srcdir)/src/orb/orb-core                                --noskels --nodefskels --nostubs --noidata --noheaders          --define=Object=OObject --define=TypeCode=TTypeCode             --showcpperrors
 
147
main_src = \
 
148
        poa.c \
 
149
        orbit-poa-export.h \
 
150
        orbit-poa.h \
 
151
        poa-private.h \
 
152
        poa-macros.h \
 
153
        poa-manager.c \
 
154
        poa-policy.c \
 
155
        poa-servants.c \
 
156
        orbit-adaptor.c
 
157
 
 
158
 
 
159
liborb_poa_la_SOURCES = \
 
160
        $(POA_IDLOUT) \
 
161
        $(main_src)
 
162
 
 
163
 
 
164
IDL_FLAGS = -I$(top_srcdir)/src/idl/CORBA_PIDL                  \
 
165
        -I$(top_srcdir)/src/idl/CORBA                           \
 
166
        -I$(top_srcdir)/src/idl/misc                            \
 
167
        -I$(top_srcdir)/src/orb/orb-core                        \
 
168
        -D_PRE_3_0_COMPILER_                                    \
 
169
        --noskels --nodefskels --nostubs --noidata --noheaders  \
 
170
        --define=Object=OObject --define=TypeCode=TTypeCode     \
 
171
        --showcpperrors
118
172
 
119
173
IDL_FILES = poa-defs.idl
120
 
 
121
 
IDL_COMPILER = $(top_builddir)/src/idl-compiler/orbit-idl-2
 
174
IDL_COMPILER = $(top_builddir)/src/idl-compiler/orbit-idl-2$(EXEEXT)
122
175
 
123
176
@MAINTAINER_MODE_TRUE@IDL_DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
124
177
@MAINTAINER_MODE_TRUE@IDL_DEP_FILES = $(IDL_FILES:%.idl=.deps/%.idl.P)
126
179
BUILT_SOURCES = $(POA_IDLOUT)
127
180
CLEANFILES = $(BUILT_SOURCES)
128
181
EXTRA_DIST = $(IDL_FILES)
 
182
subdir = src/orb/poa
129
183
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
130
 
CONFIG_HEADER = ../../../config.h
131
 
CONFIG_CLEAN_FILES = 
132
 
LTLIBRARIES =  $(noinst_LTLIBRARIES)
133
 
 
134
 
 
135
 
DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
 
184
CONFIG_HEADER = $(top_builddir)/config.h
 
185
CONFIG_CLEAN_FILES =
 
186
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
187
 
 
188
liborb_poa_la_LDFLAGS =
 
189
liborb_poa_la_LIBADD =
 
190
am__objects_1 = poa-defs-common.lo
 
191
am__objects_2 = poa.lo poa-manager.lo poa-policy.lo poa-servants.lo \
 
192
        orbit-adaptor.lo
 
193
am_liborb_poa_la_OBJECTS = $(am__objects_1) $(am__objects_2)
 
194
liborb_poa_la_OBJECTS = $(am_liborb_poa_la_OBJECTS)
 
195
 
 
196
DEFS = @DEFS@
 
197
DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
136
198
CPPFLAGS = @CPPFLAGS@
137
199
LDFLAGS = @LDFLAGS@
138
200
LIBS = @LIBS@
139
 
liborb_poa_la_LDFLAGS = 
140
 
liborb_poa_la_LIBADD = 
141
 
liborb_poa_la_OBJECTS =  poa-defs-common.lo poa.lo poa-manager.lo \
142
 
poa-policy.lo poa-servants.lo orbit-adaptor.lo
 
201
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
202
am__depfiles_maybe = depfiles
 
203
@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/orbit-adaptor.Plo \
 
204
@AMDEP_TRUE@    ./$(DEPDIR)/poa-defs-common.Plo \
 
205
@AMDEP_TRUE@    ./$(DEPDIR)/poa-manager.Plo \
 
206
@AMDEP_TRUE@    ./$(DEPDIR)/poa-policy.Plo \
 
207
@AMDEP_TRUE@    ./$(DEPDIR)/poa-servants.Plo ./$(DEPDIR)/poa.Plo
 
208
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
209
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
210
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
 
211
        $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
212
CCLD = $(CC)
 
213
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
214
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
143
215
CFLAGS = @CFLAGS@
144
 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
145
 
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146
 
CCLD = $(CC)
147
 
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
148
 
DIST_COMMON =  Makefile.am Makefile.in
149
 
 
150
 
 
151
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
152
 
 
153
 
TAR = gtar
154
 
GZIP_ENV = --best
 
216
DIST_SOURCES = $(liborb_poa_la_SOURCES)
 
217
DIST_COMMON = Makefile.am Makefile.in
155
218
SOURCES = $(liborb_poa_la_SOURCES)
156
 
OBJECTS = $(liborb_poa_la_OBJECTS)
157
 
 
158
 
all: all-redirect
 
219
 
 
220
all: $(BUILT_SOURCES)
 
221
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
222
 
159
223
.SUFFIXES:
160
 
.SUFFIXES: .S .c .lo .o .obj .s
161
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.shared
162
 
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/orb/poa/Makefile
163
 
 
164
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
165
 
        cd $(top_builddir) \
166
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
167
 
 
168
 
 
169
 
mostlyclean-noinstLTLIBRARIES:
 
224
.SUFFIXES: .c .lo .o .obj
 
225
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/Makefile.shared $(top_srcdir)/configure.in $(ACLOCAL_M4)
 
226
        cd $(top_srcdir) && \
 
227
          $(AUTOMAKE) --gnu  src/orb/poa/Makefile
 
228
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
229
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
170
230
 
171
231
clean-noinstLTLIBRARIES:
172
232
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
173
 
 
174
 
distclean-noinstLTLIBRARIES:
175
 
 
176
 
maintainer-clean-noinstLTLIBRARIES:
 
233
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
234
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
235
          test -z "$dir" && dir=.; \
 
236
          echo "rm -f \"$${dir}/so_locations\""; \
 
237
          rm -f "$${dir}/so_locations"; \
 
238
        done
 
239
liborb-poa.la: $(liborb_poa_la_OBJECTS) $(liborb_poa_la_DEPENDENCIES) 
 
240
        $(LINK)  $(liborb_poa_la_LDFLAGS) $(liborb_poa_la_OBJECTS) $(liborb_poa_la_LIBADD) $(LIBS)
 
241
 
 
242
mostlyclean-compile:
 
243
        -rm -f *.$(OBJEXT) core *.core
 
244
 
 
245
distclean-compile:
 
246
        -rm -f *.tab.c
 
247
 
 
248
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/orbit-adaptor.Plo@am__quote@
 
249
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poa-defs-common.Plo@am__quote@
 
250
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poa-manager.Plo@am__quote@
 
251
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poa-policy.Plo@am__quote@
 
252
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poa-servants.Plo@am__quote@
 
253
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/poa.Plo@am__quote@
 
254
 
 
255
distclean-depend:
 
256
        -rm -rf ./$(DEPDIR)
177
257
 
178
258
.c.o:
179
 
        $(COMPILE) -c $<
 
259
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
260
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
261
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
262
        $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
180
263
 
181
 
# FIXME: We should only use cygpath when building on Windows,
182
 
# and only if it is available.
183
264
.c.obj:
 
265
@AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
266
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
 
267
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
184
268
        $(COMPILE) -c `cygpath -w $<`
185
269
 
186
 
.s.o:
187
 
        $(COMPILE) -c $<
188
 
 
189
 
.S.o:
190
 
        $(COMPILE) -c $<
191
 
 
192
 
mostlyclean-compile:
193
 
        -rm -f *.o core *.core
194
 
        -rm -f *.$(OBJEXT)
195
 
 
196
 
clean-compile:
197
 
 
198
 
distclean-compile:
199
 
        -rm -f *.tab.c
200
 
 
201
 
maintainer-clean-compile:
202
 
 
203
270
.c.lo:
204
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
205
 
 
206
 
.s.lo:
207
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
208
 
 
209
 
.S.lo:
210
 
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
271
@AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
272
@AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
 
273
@AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
274
        $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
 
275
CCDEPMODE = @CCDEPMODE@
211
276
 
212
277
mostlyclean-libtool:
213
278
        -rm -f *.lo
216
281
        -rm -rf .libs _libs
217
282
 
218
283
distclean-libtool:
219
 
 
220
 
maintainer-clean-libtool:
221
 
 
222
 
liborb-poa.la: $(liborb_poa_la_OBJECTS) $(liborb_poa_la_DEPENDENCIES)
223
 
        $(LINK)  $(liborb_poa_la_LDFLAGS) $(liborb_poa_la_OBJECTS) $(liborb_poa_la_LIBADD) $(LIBS)
 
284
        -rm -f libtool
 
285
uninstall-info-am:
 
286
 
 
287
ETAGS = etags
 
288
ETAGSFLAGS =
224
289
 
225
290
tags: TAGS
226
291
 
227
 
ID: $(HEADERS) $(SOURCES) $(LISP)
228
 
        list='$(SOURCES) $(HEADERS)'; \
229
 
        unique=`for i in $$list; do echo $$i; done | \
230
 
          awk '    { files[$$0] = 1; } \
 
292
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
293
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
294
        unique=`for i in $$list; do \
 
295
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
296
          done | \
 
297
          $(AWK) '    { files[$$0] = 1; } \
231
298
               END { for (i in files) print i; }'`; \
232
 
        here=`pwd` && cd $(srcdir) \
233
 
          && mkid -f$$here/ID $$unique $(LISP)
 
299
        mkid -fID $$unique
234
300
 
235
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
301
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
302
                $(TAGS_FILES) $(LISP)
236
303
        tags=; \
237
304
        here=`pwd`; \
238
 
        list='$(SOURCES) $(HEADERS)'; \
239
 
        unique=`for i in $$list; do echo $$i; done | \
240
 
          awk '    { files[$$0] = 1; } \
 
305
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
306
        unique=`for i in $$list; do \
 
307
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
308
          done | \
 
309
          $(AWK) '    { files[$$0] = 1; } \
241
310
               END { for (i in files) print i; }'`; \
242
 
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
243
 
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
244
 
 
245
 
mostlyclean-tags:
246
 
 
247
 
clean-tags:
 
311
        test -z "$(ETAGS_ARGS)$$tags$$unique" \
 
312
          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
313
             $$tags $$unique
 
314
 
 
315
GTAGS:
 
316
        here=`$(am__cd) $(top_builddir) && pwd` \
 
317
          && cd $(top_srcdir) \
 
318
          && gtags -i $(GTAGS_ARGS) $$here
248
319
 
249
320
distclean-tags:
250
 
        -rm -f TAGS ID
251
 
 
252
 
maintainer-clean-tags:
253
 
 
254
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
255
 
 
256
 
subdir = src/orb/poa
 
321
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
 
322
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
323
 
 
324
top_distdir = ../../..
 
325
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
257
326
 
258
327
distdir: $(DISTFILES)
259
 
        @for file in $(DISTFILES); do \
260
 
          d=$(srcdir); \
 
328
        @list='$(DISTFILES)'; for file in $$list; do \
 
329
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
330
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
331
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
332
            dir="/$$dir"; \
 
333
            $(mkinstalldirs) "$(distdir)$$dir"; \
 
334
          else \
 
335
            dir=''; \
 
336
          fi; \
261
337
          if test -d $$d/$$file; then \
262
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
338
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
339
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
340
            fi; \
 
341
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
263
342
          else \
264
343
            test -f $(distdir)/$$file \
265
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
266
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
344
            || cp -p $$d/$$file $(distdir)/$$file \
 
345
            || exit 1; \
267
346
          fi; \
268
347
        done
269
 
        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
270
 
info-am:
271
 
info: info-am
272
 
dvi-am:
273
 
dvi: dvi-am
 
348
        $(MAKE) $(AM_MAKEFLAGS) \
 
349
          top_distdir="${top_distdir}" distdir="$(distdir)" \
 
350
          dist-hook
274
351
check-am: all-am
275
352
check: check-am
276
 
installcheck-am:
277
 
installcheck: installcheck-am
278
 
install-exec-am:
 
353
all-am: Makefile $(LTLIBRARIES)
 
354
 
 
355
installdirs:
 
356
 
 
357
install: install-am
279
358
install-exec: install-exec-am
280
 
 
281
 
install-data-am:
282
359
install-data: install-data-am
 
360
uninstall: uninstall-am
283
361
 
284
362
install-am: all-am
285
363
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
286
 
install: install-am
287
 
uninstall-am:
288
 
uninstall: uninstall-am
289
 
all-am: Makefile $(LTLIBRARIES)
290
 
all-redirect: all-am
 
364
 
 
365
installcheck: installcheck-am
291
366
install-strip:
292
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
293
 
installdirs:
294
 
 
295
 
 
 
367
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
368
          INSTALL_STRIP_FLAG=-s \
 
369
          `test -z '$(STRIP)' || \
 
370
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
296
371
mostlyclean-generic:
297
372
 
298
373
clean-generic:
300
375
 
301
376
distclean-generic:
302
377
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
303
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
304
378
 
305
379
maintainer-clean-generic:
 
380
        @echo "This command is intended for maintainers to use"
 
381
        @echo "it deletes files that may require special tools to rebuild."
306
382
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
307
 
mostlyclean-am:  mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
308
 
                mostlyclean-libtool mostlyclean-tags \
309
 
                mostlyclean-generic
310
 
 
311
 
mostlyclean: mostlyclean-am
312
 
 
313
 
clean-am:  clean-noinstLTLIBRARIES clean-compile clean-libtool \
314
 
                clean-tags clean-generic mostlyclean-am
315
 
 
316
383
clean: clean-am
317
384
 
318
 
distclean-am:  distclean-noinstLTLIBRARIES distclean-compile \
319
 
                distclean-libtool distclean-tags distclean-generic \
320
 
                clean-am distclean-local
321
 
        -rm -f libtool
 
385
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
386
        mostlyclean-am
322
387
 
323
388
distclean: distclean-am
324
389
 
325
 
maintainer-clean-am:  maintainer-clean-noinstLTLIBRARIES \
326
 
                maintainer-clean-compile maintainer-clean-libtool \
327
 
                maintainer-clean-tags maintainer-clean-generic \
328
 
                distclean-am
329
 
        @echo "This command is intended for maintainers to use;"
330
 
        @echo "it deletes files that may require special tools to rebuild."
 
390
distclean-am: clean-am distclean-compile distclean-depend \
 
391
        distclean-generic distclean-libtool distclean-local \
 
392
        distclean-tags
 
393
 
 
394
dvi: dvi-am
 
395
 
 
396
dvi-am:
 
397
 
 
398
info: info-am
 
399
 
 
400
info-am:
 
401
 
 
402
install-data-am:
 
403
 
 
404
install-exec-am:
 
405
 
 
406
install-info: install-info-am
 
407
 
 
408
install-man:
 
409
 
 
410
installcheck-am:
331
411
 
332
412
maintainer-clean: maintainer-clean-am
333
413
 
334
 
.PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
335
 
clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
336
 
mostlyclean-compile distclean-compile clean-compile \
337
 
maintainer-clean-compile mostlyclean-libtool distclean-libtool \
338
 
clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
339
 
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
340
 
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
341
 
install-exec install-data-am install-data install-am install \
342
 
uninstall-am uninstall all-redirect all-am all installdirs \
343
 
mostlyclean-generic distclean-generic clean-generic \
344
 
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
345
 
 
346
 
 
347
 
%.h %-stubs.c %-skels.c %-common.c %-imodule.c %-skelimpl.c: $(IDL_DIR)%.idl $(IDL_COMPILER)
 
414
maintainer-clean-am: distclean-am maintainer-clean-generic
 
415
 
 
416
mostlyclean: mostlyclean-am
 
417
 
 
418
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
419
        mostlyclean-libtool
 
420
 
 
421
uninstall-am: uninstall-info-am
 
422
 
 
423
.PHONY: GTAGS all all-am check check-am clean clean-generic \
 
424
        clean-libtool clean-noinstLTLIBRARIES distclean \
 
425
        distclean-compile distclean-depend distclean-generic \
 
426
        distclean-libtool distclean-local distclean-tags distdir dvi \
 
427
        dvi-am info info-am install install-am install-data \
 
428
        install-data-am install-exec install-exec-am install-info \
 
429
        install-info-am install-man install-strip installcheck \
 
430
        installcheck-am installdirs maintainer-clean \
 
431
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
432
        mostlyclean-generic mostlyclean-libtool tags uninstall \
 
433
        uninstall-am uninstall-info-am
 
434
 
 
435
 
 
436
%-stubs.c %-skels.c %-common.c %-imodule.c %-skelimpl.c: %.h
 
437
        true
 
438
 
 
439
%.h: $(IDL_DIR)%.idl $(IDL_COMPILER)
348
440
        -(rm -f $(*).h $(*)-stubs.c $(*)-skels.c $(*)-common.c $(*)-imodule.c $(*)-skelimpl.c || true) > /dev/null
349
 
        $(IDL_COMPILER) $(IDL_FLAGS) --deps $(*D)/.deps/$(*F).idl.P $< 
 
441
        $(IDL_COMPILER) $(IDL_FLAGS) --deps $(*D)/.deps/$(*F).idl.P $<
350
442
        for I in $(*).h $(*)-stubs.c $(*)-skels.c $(*)-common.c $(*)-imodule.c $(*)-skelimpl.c; do \
351
443
                if test -f $$I; then \
352
444
                        sed -e 's,OObject,Object,g' -e 's,TTypeCode,TypeCode,g' $$I > $$I.out; \
354
446
                fi; \
355
447
        done
356
448
@MAINTAINER_MODE_TRUE@-include $(IDL_DEP_FILES)
357
 
@MAINTAINER_MODE_TRUE@distclean-local:
358
 
@MAINTAINER_MODE_TRUE@  -rm -rf .deps
 
449
 
 
450
distclean-local:
 
451
        -rm -rf .deps
359
452
 
360
453
dist-hook:
361
454
        cd $(distdir); rm -f $(BUILT_SOURCES)
362
 
 
363
455
# Tell versions [3.59,3.63) of GNU make to not export all variables.
364
456
# Otherwise a system limit (for SysV at least) may be exceeded.
365
457
.NOEXPORT: