summaryrefslogtreecommitdiff
path: root/ACE/examples/APG/Containers/Makefile.am
blob: e5ef96ad6dc20bcfe15a25f22b2d1227dc2abc05 (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
##  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:
## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu

ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)


## Makefile.Allocator.am
noinst_PROGRAMS = Allocator

Allocator_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

Allocator_SOURCES = \
  Allocator.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

Allocator_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.Array.am
noinst_PROGRAMS += Array

Array_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

Array_SOURCES = \
  Array.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

Array_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.Containers_Hash_Map.am
noinst_PROGRAMS += Hash_Map

Hash_Map_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

Hash_Map_SOURCES = \
  Hash_Map.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

Hash_Map_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.Containers_Map_Manager.am
noinst_PROGRAMS += Map_Manager

Map_Manager_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

Map_Manager_SOURCES = \
  Map_Manager.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

Map_Manager_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.DLList.am

if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += DLList

DLList_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

DLList_SOURCES = \
  DLList.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

DLList_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

endif !BUILD_ACE_FOR_TAO

## Makefile.Hash_Map_Hash.am
noinst_PROGRAMS += Hash_Map_Hash

Hash_Map_Hash_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

Hash_Map_Hash_SOURCES = \
  Hash_Map_Hash.cpp \
  Hash_Map_Hash.h

Hash_Map_Hash_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.Map_Manager_Specialization.am
noinst_PROGRAMS += Map_Manager_Specialization

Map_Manager_Specialization_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

Map_Manager_Specialization_SOURCES = \
  Map_Manager_Specialization.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

Map_Manager_Specialization_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.Queues.am
noinst_PROGRAMS += Queues

Queues_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

Queues_SOURCES = \
  Queues.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

Queues_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.RB_Tree.am
noinst_PROGRAMS += RB_Tree

RB_Tree_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

RB_Tree_SOURCES = \
  RB_Tree.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

RB_Tree_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.RB_Tree_Functors.am
noinst_PROGRAMS += RB_Tree_Functors

RB_Tree_Functors_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

RB_Tree_Functors_SOURCES = \
  RB_Tree_Functors.cpp \
  RB_Tree_Functors.h

RB_Tree_Functors_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.Sets.am
noinst_PROGRAMS += Sets

Sets_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

Sets_SOURCES = \
  Sets.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

Sets_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## Makefile.Stacks.am
noinst_PROGRAMS += Stacks

Stacks_CPPFLAGS = \
  -I$(ACE_ROOT) \
  -I$(ACE_BUILDDIR)

Stacks_SOURCES = \
  Stacks.cpp \
  DataElement.h \
  Hash_Map_Hash.h \
  KeyType.h \
  RB_Tree_Functors.h

Stacks_LDADD = \
  $(ACE_BUILDDIR)/ace/libACE.la

## 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