summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Makefile.am
blob: e8fc260b88d205582427499a66bc4adcfe9ab57e (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
##----------------------------------------------------------------------------
##       $Id$
##
##       Makefile.am for the TAO orbsvcs library
##            orbsvcs subdirectory
##----------------------------------------------------------------------------

##
##  Process this file with automake to create Makefile.in
##

## The number in AUTOMAKE_OPTIONS is the minimum required version automake
## needed to process this file.
AUTOMAKE_OPTIONS = 1.4

## # Uncomment out the following line (or invoke make with
## # TAO_LACKS_EVENT_CHANNEL_ANY=1)
## # if you don't want support for anys in the Event Channel.
## #### TAO_LACKS_EVENT_CHANNEL_ANY = 1
## ifneq ($(TAO_LACKS_EVENT_CHANNEL_ANY),)
##   override TAO_LACKS_EVENT_CHANNEL_ANY = -DTAO_LACKS_EVENT_CHANNEL_ANY
## endif

# TODO: This should be a configure script option
# Uncomment out the following line (or invoke make with
# if you don't want support for anys in the Event Channel.
#TAO_LACKS_EVENT_CHANNEL_ANY = -DTAO_LACKS_EVENT_CHANNEL_ANY

TAO_IDLFLAGS = \
        -Wb,export_macro=TAO_ORBSVCS_Export \
        -Wb,export_include=orbsvcs_export.h \
        $(TAO_LACKS_EVENT_CHANNEL_ANY)

# Build a libtool library, liborbsvcs.la for installation in libdir.
lib_LTLIBRARIES = liborbsvcs.la
liborbsvcs_la_SOURCES = \
        CosConcurrencyControlS.h \
        CosConcurrencyControlS.cpp \
        CosConcurrencyControlC.h \
        CosConcurrencyControlC.cpp \
        CosNamingS.h \
        CosNamingS.cpp \
        CosNamingC.h \
        CosNamingC.cpp \
        CosLifeCycleS.h \
        CosLifeCycleS.cpp \
        CosLifeCycleC.h \
        CosLifeCycleC.cpp \
        CosPropertyServiceS.h \
        CosPropertyServiceS.cpp \
        CosPropertyServiceC.h \
        CosPropertyServiceC.cpp \
        CosTimeBaseS.h \
        CosTimeBaseS.cpp \
        CosTimeBaseC.h \
        CosTimeBaseC.cpp \
        LoggerS.h \
        LoggerS.cpp \
        LoggerC.h \
        LoggerC.cpp \
        RtecEventCommS.h \
        RtecEventCommS.cpp \
        RtecEventCommC.h \
        RtecEventCommC.cpp \
        RtecSchedulerS.h \
        RtecSchedulerS.cpp \
        RtecSchedulerC.h \
        RtecSchedulerC.cpp \
        RtecEventChannelAdminS.h \
        RtecEventChannelAdminS.cpp \
        RtecEventChannelAdminC.h \
        RtecEventChannelAdminC.cpp \
        RtecUDPAdminS.h \
        RtecUDPAdminS.cpp \
        RtecUDPAdminC.h \
        RtecUDPAdminC.cpp \
        LifeCycleServiceS.h \
        LifeCycleServiceS.cpp \
        LifeCycleServiceC.h \
        LifeCycleServiceC.cpp \
        CosTradingS.h \
        CosTradingS.cpp \
        CosTradingC.h \
        CosTradingC.cpp \
        AVStreamsS.h \
        AVStreamsS.cpp \
        AVStreamsC.h \
        AVStreamsC.cpp \
        Null_MediaCtrlS.h \
        Null_MediaCtrlS.cpp \
        Null_MediaCtrlC.h \
        Null_MediaCtrlC.cpp \
        \
        

VPATH=.:Naming:Time:Log:Concurrency:Property:Trader:Sched:Event:CosEvent:AV:

## Clean up some additional files/directories possibly created during
## the configure script tests.
clean-local:
	-rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
	-rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations