summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service/Makefile.am
blob: 0bfcff9c8104a0eb45353936d68658155dd6ce3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
##  Process this file with automake to create Makefile.in
##
## $Id$
##
## This file was generated by MPC.  Any changes made directly to
## this file will be lost the next time it is generated.
##
## MPC Command:
## ../bin/mwc.pl -type automake -noreldefs TAO.mwc

ACE_BUILDDIR = $(top_builddir)/..
ACE_ROOT = $(top_srcdir)/..
TAO_BUILDDIR = $(top_builddir)
TAO_IDL = ACE_ROOT=$(ACE_ROOT) TAO_ROOT=$(TAO_ROOT) $(TAO_BUILDDIR)/TAO_IDL/tao_idl
TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO_IDL/tao_idl
TAO_IDLFLAGS = -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(TAO_ROOT) -I$(srcdir) -g $(ACE_BUILDDIR)/apps/gperf/src/gperf
TAO_ROOT = $(top_srcdir)

noinst_LTLIBRARIES =
CLEANFILES =
BUILT_SOURCES =
bin_PROGRAMS =
noinst_HEADERS =

## Makefile.ImR_Activator_IDL.am

if BUILD_EXCEPTIONS

BUILT_SOURCES += \
  ImR_ActivatorC.cpp \
  ImR_ActivatorC.h \
  ImR_ActivatorC.inl \
  ImR_ActivatorS.cpp \
  ImR_ActivatorS.h \
  ImR_ActivatorS.inl \
  ImR_ActivatorS_T.cpp \
  ImR_ActivatorS_T.h \
  ImR_ActivatorS_T.inl

CLEANFILES += \
  ImR_Activator-stamp \
  ImR_ActivatorC.cpp \
  ImR_ActivatorC.h \
  ImR_ActivatorC.inl \
  ImR_ActivatorS.cpp \
  ImR_ActivatorS.h \
  ImR_ActivatorS.inl \
  ImR_ActivatorS_T.cpp \
  ImR_ActivatorS_T.h \
  ImR_ActivatorS_T.inl

ImR_ActivatorC.cpp ImR_ActivatorC.h ImR_ActivatorC.inl ImR_ActivatorS.cpp ImR_ActivatorS.h ImR_ActivatorS.inl ImR_ActivatorS_T.cpp ImR_ActivatorS_T.h ImR_ActivatorS_T.inl: ImR_Activator-stamp

ImR_Activator-stamp: $(srcdir)/ImR_Activator.idl $(TAO_IDL_DEP)
	$(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=ActivatorIDL_Export -Wb,export_include=activator_idl_export.h $(srcdir)/ImR_Activator.idl
	@touch $@

noinst_LTLIBRARIES += libTAO_ImR_Activator_IDL.la

libTAO_ImR_Activator_IDL_la_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR) \
  -I$(TAO_ROOT) \
  -I$(TAO_BUILDDIR) \
  -I$(TAO_ROOT)/orbsvcs \
  -I$(TAO_BUILDDIR)/orbsvcs \
  -DACTIVATOR_IDL_BUILD_DLL

libTAO_ImR_Activator_IDL_la_SOURCES = \
  ImR_ActivatorC.cpp \
  ImR_ActivatorS.cpp

noinst_HEADERS += \
  ImR_Activator.idl \
  ImR_ActivatorC.h \
  ImR_ActivatorC.inl \
  ImR_ActivatorS.h \
  ImR_ActivatorS.inl \
  ImR_ActivatorS_T.cpp \
  ImR_ActivatorS_T.h \
  ImR_ActivatorS_T.inl \
  activator_idl_export.h

endif BUILD_EXCEPTIONS

## Makefile.ImR_Locator_IDL.am

if BUILD_CORBA_MESSAGING
if BUILD_EXCEPTIONS

BUILT_SOURCES += \
  ImR_LocatorC.cpp \
  ImR_LocatorC.h \
  ImR_LocatorC.inl \
  ImR_LocatorS.cpp \
  ImR_LocatorS.h \
  ImR_LocatorS.inl \
  ImR_LocatorS_T.cpp \
  ImR_LocatorS_T.h \
  ImR_LocatorS_T.inl

CLEANFILES += \
  ImR_Locator-stamp \
  ImR_LocatorC.cpp \
  ImR_LocatorC.h \
  ImR_LocatorC.inl \
  ImR_LocatorS.cpp \
  ImR_LocatorS.h \
  ImR_LocatorS.inl \
  ImR_LocatorS_T.cpp \
  ImR_LocatorS_T.h \
  ImR_LocatorS_T.inl

ImR_LocatorC.cpp ImR_LocatorC.h ImR_LocatorC.inl ImR_LocatorS.cpp ImR_LocatorS.h ImR_LocatorS.inl ImR_LocatorS_T.cpp ImR_LocatorS_T.h ImR_LocatorS_T.inl: ImR_Locator-stamp

ImR_Locator-stamp: $(srcdir)/ImR_Locator.idl $(TAO_IDL_DEP)
	$(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=LocatorIDL_Export -Wb,export_include=locator_idl_export.h $(srcdir)/ImR_Locator.idl
	@touch $@

BUILT_SOURCES += \
  AsyncStartupWaiterC.cpp \
  AsyncStartupWaiterC.h \
  AsyncStartupWaiterC.inl \
  AsyncStartupWaiterS.cpp \
  AsyncStartupWaiterS.h \
  AsyncStartupWaiterS.inl \
  AsyncStartupWaiterS_T.cpp \
  AsyncStartupWaiterS_T.h \
  AsyncStartupWaiterS_T.inl

CLEANFILES += \
  AsyncStartupWaiter-stamp \
  AsyncStartupWaiterC.cpp \
  AsyncStartupWaiterC.h \
  AsyncStartupWaiterC.inl \
  AsyncStartupWaiterS.cpp \
  AsyncStartupWaiterS.h \
  AsyncStartupWaiterS.inl \
  AsyncStartupWaiterS_T.cpp \
  AsyncStartupWaiterS_T.h \
  AsyncStartupWaiterS_T.inl

AsyncStartupWaiterC.cpp AsyncStartupWaiterC.h AsyncStartupWaiterC.inl AsyncStartupWaiterS.cpp AsyncStartupWaiterS.h AsyncStartupWaiterS.inl AsyncStartupWaiterS_T.cpp AsyncStartupWaiterS_T.h AsyncStartupWaiterS_T.inl: AsyncStartupWaiter-stamp

AsyncStartupWaiter-stamp: $(srcdir)/AsyncStartupWaiter.idl $(TAO_IDL_DEP)
	$(TAO_IDL) $(TAO_IDLFLAGS) -I$(TAO_ROOT)/orbsvcs -GT -Wb,versioning_begin=TAO_BEGIN_VERSIONED_NAMESPACE_DECL -Wb,versioning_end=TAO_END_VERSIONED_NAMESPACE_DECL -Wb,export_macro=LocatorIDL_Export -Wb,export_include=locator_idl_export.h -GH $(srcdir)/AsyncStartupWaiter.idl
	@touch $@

noinst_LTLIBRARIES += libTAO_ImR_Locator_IDL.la

libTAO_ImR_Locator_IDL_la_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR) \
  -I$(TAO_ROOT) \
  -I$(TAO_BUILDDIR) \
  -I$(TAO_ROOT)/orbsvcs \
  -I$(TAO_BUILDDIR)/orbsvcs \
  -DLOCATOR_IDL_BUILD_DLL

libTAO_ImR_Locator_IDL_la_SOURCES = \
  AsyncStartupWaiterC.cpp \
  AsyncStartupWaiterS.cpp \
  ImR_LocatorC.cpp \
  ImR_LocatorS.cpp

noinst_HEADERS += \
  AsyncStartupWaiter.idl \
  AsyncStartupWaiterC.h \
  AsyncStartupWaiterC.inl \
  AsyncStartupWaiterS.h \
  AsyncStartupWaiterS.inl \
  AsyncStartupWaiterS_T.cpp \
  AsyncStartupWaiterS_T.h \
  AsyncStartupWaiterS_T.inl \
  ImR_Locator.idl \
  ImR_LocatorC.h \
  ImR_LocatorC.inl \
  ImR_LocatorS.h \
  ImR_LocatorS.inl \
  ImR_LocatorS_T.cpp \
  ImR_LocatorS_T.h \
  ImR_LocatorS_T.inl \
  locator_idl_export.h

endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING

## Makefile.ImR_Activator.am

if BUILD_ACEXML
if BUILD_CORBA_MESSAGING
if BUILD_EXCEPTIONS
if !BUILD_ACE_FOR_TAO

noinst_LTLIBRARIES += libTAO_ImR_Activator.la

libTAO_ImR_Activator_la_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR) \
  -I$(TAO_ROOT) \
  -I$(TAO_BUILDDIR) \
  -I$(TAO_ROOT)/orbsvcs \
  -I$(TAO_BUILDDIR)/orbsvcs \
  -I$(ACE_ROOT)/ACEXML/common \
  -DACTIVATOR_BUILD_DLL

libTAO_ImR_Activator_la_SOURCES = \
  Activator_Loader.cpp \
  Activator_Options.cpp \
  ImR_Activator_i.cpp

noinst_HEADERS += \
  Activator_Loader.h \
  Activator_Options.h \
  ImR_Activator_i.h \
  activator_export.h

endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING
endif BUILD_ACEXML

## Makefile.ImR_Activator_Service.am

if BUILD_ACEXML
if BUILD_CORBA_MESSAGING
if BUILD_EXCEPTIONS
if !BUILD_ACE_FOR_TAO

bin_PROGRAMS += ImR_Activator

ImR_Activator_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR) \
  -I$(TAO_ROOT) \
  -I$(TAO_BUILDDIR) \
  -I$(ACE_ROOT)/ACEXML/common \
  -I$(TAO_ROOT)/orbsvcs \
  -I$(TAO_BUILDDIR)/orbsvcs

ImR_Activator_SOURCES = \
  Activator_NT_Service.cpp \
  ImR_Activator.cpp \
  Activator_NT_Service.h

ImR_Activator_LDADD = \
  libTAO_ImR_Activator.la \
  libTAO_ImR_Activator_IDL.la \
  libTAO_ImR_Locator_IDL.la \
  $(TAO_BUILDDIR)/tao/libTAO_ImR_Client.la \
  $(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_Svc_Utils.la \
  $(TAO_BUILDDIR)/tao/libTAO_Messaging.la \
  $(TAO_BUILDDIR)/tao/libTAO_PI.la \
  $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \
  $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
  $(TAO_BUILDDIR)/tao/libTAO_Valuetype.la \
  $(ACE_BUILDDIR)/ACEXML/parser/parser/libACEXML_Parser.la \
  $(ACE_BUILDDIR)/ACEXML/common/libACEXML.la \
  $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
  $(TAO_BUILDDIR)/tao/libTAO.la \
  $(ACE_BUILDDIR)/ace/libACE.la

endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING
endif BUILD_ACEXML

## Makefile.ImR_Locator.am

if BUILD_ACEXML
if BUILD_CORBA_MESSAGING
if BUILD_EXCEPTIONS
if !BUILD_ACE_FOR_TAO

noinst_LTLIBRARIES += libTAO_ImR_Locator.la

libTAO_ImR_Locator_la_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR) \
  -I$(TAO_ROOT) \
  -I$(TAO_BUILDDIR) \
  -I$(TAO_ROOT)/orbsvcs \
  -I$(TAO_BUILDDIR)/orbsvcs \
  -I$(ACE_ROOT)/ACEXML/common \
  -DLOCATOR_BUILD_DLL

libTAO_ImR_Locator_la_SOURCES = \
  Activator_Info.cpp \
  Adapter_Activator.cpp \
  AsyncStartupWaiter_i.cpp \
  Forwarder.cpp \
  INS_Locator.cpp \
  ImR_Locator_i.cpp \
  Iterator.cpp \
  Locator_Loader.cpp \
  Locator_Options.cpp \
  Locator_Repository.cpp \
  Locator_XMLHandler.cpp \
  Server_Info.cpp

noinst_HEADERS += \
  Activator_Info.h \
  Adapter_Activator.h \
  AsyncStartupWaiter_i.h \
  Forwarder.h \
  INS_Locator.h \
  ImR_Locator_i.h \
  Iterator.h \
  Locator_Loader.h \
  Locator_Options.h \
  Locator_Repository.h \
  Locator_XMLHandler.h \
  Server_Info.h \
  locator_export.h \
  utils.h

endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING
endif BUILD_ACEXML

## Makefile.ImR_Locator_Service.am

if BUILD_ACEXML
if BUILD_CORBA_MESSAGING
if BUILD_EXCEPTIONS
if !BUILD_ACE_FOR_TAO

bin_PROGRAMS += ImplRepo_Service

ImplRepo_Service_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR) \
  -I$(TAO_ROOT) \
  -I$(TAO_BUILDDIR) \
  -I$(ACE_ROOT)/ACEXML/common \
  -I$(TAO_ROOT)/orbsvcs \
  -I$(TAO_BUILDDIR)/orbsvcs

ImplRepo_Service_SOURCES = \
  ImR_Locator.cpp \
  Locator_NT_Service.cpp \
  Locator_NT_Service.h

ImplRepo_Service_LDADD = \
  libTAO_ImR_Locator.la \
  libTAO_ImR_Activator_IDL.la \
  libTAO_ImR_Locator_IDL.la \
  $(TAO_BUILDDIR)/tao/libTAO_ImR_Client.la \
  $(TAO_BUILDDIR)/tao/libTAO_PI_Server.la \
  $(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_Svc_Utils.la \
  $(ACE_BUILDDIR)/ACEXML/parser/parser/libACEXML_Parser.la \
  $(ACE_BUILDDIR)/ACEXML/common/libACEXML.la \
  $(TAO_BUILDDIR)/tao/libTAO_Messaging.la \
  $(TAO_BUILDDIR)/tao/libTAO_PI.la \
  $(TAO_BUILDDIR)/tao/libTAO_CodecFactory.la \
  $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
  $(TAO_BUILDDIR)/tao/libTAO_Valuetype.la \
  $(TAO_BUILDDIR)/tao/libTAO_IORTable.la \
  $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
  $(TAO_BUILDDIR)/tao/libTAO.la \
  $(ACE_BUILDDIR)/ace/libACE.la

endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING
endif BUILD_ACEXML

## Makefile.tao_imr.am

if BUILD_EXCEPTIONS

bin_PROGRAMS += tao_imr

tao_imr_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR) \
  -I$(TAO_ROOT) \
  -I$(TAO_BUILDDIR)

tao_imr_SOURCES = \
  tao_imr.cpp \
  tao_imr_i.cpp \
  tao_imr_i.h

tao_imr_LDADD = \
  $(TAO_BUILDDIR)/tao/libTAO_ImR_Client.la \
  $(TAO_BUILDDIR)/tao/libTAO_PortableServer.la \
  $(TAO_BUILDDIR)/tao/libTAO_AnyTypeCode.la \
  $(TAO_BUILDDIR)/tao/libTAO.la \
  $(ACE_BUILDDIR)/ace/libACE.la

endif BUILD_EXCEPTIONS

## Clean up template repositories, etc.
clean-local:
	-rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*
	-rm -f gcctemp.c gcctemp so_locations *.ics
	-rm -rf cxx_repository ptrepository ti_files
	-rm -rf templateregistry ir.out
	-rm -rf ptrepository SunWS_cache Templates.DB