summaryrefslogtreecommitdiff
path: root/ASNMP/tests/Makefile
blob: cb45092ebec2865c7526f14d5c000d20052ac5c4 (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
#----------------------------------------------------------------------------
#	@(#)Makefile	1.1	10/18/96
#
#	Makefile for all the ACE+SNMP ``one-button' tests
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
#	Local macros
#----------------------------------------------------------------------------

# ACE+SNMP before -lACE

BIN = 	Oid_Test \
	Counter_Test \
	Counter64_Test \
	Integer_Test \
	Octet_Test \
	Gauge_Test \
	Address_Test \
	Target_Test \
	Varbind_Test 
CCFLAGS = -I$(ACE_ROOT)/ASNMP/

LSRC   = $(addsuffix .cpp,$(BIN))
LDLIBS := -L$(ACE_ROOT)/ASNMP/asnmp -lasnmp $(LDLIBS:%=%$(VAR))

BUILD = $(VBIN)

#----------------------------------------------------------------------------
#	Include macros and targets
#----------------------------------------------------------------------------

include	$(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include	$(ACE_ROOT)/include/makeinclude/macros.GNU
include	$(ACE_ROOT)/include/makeinclude/rules.common.GNU
include	$(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include	$(ACE_ROOT)/include/makeinclude/rules.bin.GNU
include	$(ACE_ROOT)/include/makeinclude/rules.local.GNU

#----------------------------------------------------------------------------
#	Local targets
#----------------------------------------------------------------------------

#----------------------------------------------------------------------------
#	Dependencies
#----------------------------------------------------------------------------
# DO NOT DELETE THIS LINE -- g++dep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.

Address_Test.o: Address_Test.cpp \
 /home/cs/guest/mrm/ASNMP/asnmp/address.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/streams.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Trace.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Msg.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Priority.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.i \
 /home/cs/guest/mrm/ASNMP/asnmp/smival.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smi.h \
 /home/cs/guest/mrm/ASNMP/asnmp/octet.h test_config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.i
Counter64_Test.o: Counter64_Test.cpp \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/streams.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Trace.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Msg.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Priority.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.i \
 /home/cs/guest/mrm/ASNMP/asnmp/ctr64.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smival.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smi.h test_config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.i
Counter_Test.o: Counter_Test.cpp \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/streams.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Trace.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Msg.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Priority.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.i \
 /home/cs/guest/mrm/ASNMP/asnmp/counter.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smival.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smi.h \
 /home/cs/guest/mrm/ASNMP/asnmp/integer.h test_config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.i
Gauge_Test.o: Gauge_Test.cpp \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/streams.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Trace.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Msg.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Priority.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.i \
 /home/cs/guest/mrm/ASNMP/asnmp/gauge.h \
 /home/cs/guest/mrm/ASNMP/asnmp/integer.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smival.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smi.h test_config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.i
Integer_Test.o: Integer_Test.cpp \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/streams.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Trace.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Msg.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Priority.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.i \
 /home/cs/guest/mrm/ASNMP/asnmp/integer.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smival.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smi.h test_config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.i
Octet_Test.o: Octet_Test.cpp \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/streams.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Trace.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Msg.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Priority.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.i \
 /home/cs/guest/mrm/ASNMP/asnmp/octet.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smival.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smi.h test_config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.i
Oid_Test.o: Oid_Test.cpp \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/streams.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Trace.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Msg.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Priority.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.i \
 /home/cs/guest/mrm/ASNMP/asnmp/oid.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smival.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smi.h test_config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.i
Target_Test.o: Target_Test.cpp \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/streams.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Trace.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Msg.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Priority.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.i \
 /home/cs/guest/mrm/ASNMP/asnmp/octet.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smival.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smi.h \
 /home/cs/guest/mrm/ASNMP/asnmp/target.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/INET_Addr.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Addr.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Addr.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/INET_Addr.i \
 /home/cs/guest/mrm/ASNMP/asnmp/address.h \
 /home/cs/guest/mrm/ASNMP/asnmp/oid.h test_config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.i
Varbind_Test.o: Varbind_Test.cpp \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/streams.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/OS.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Trace.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Msg.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/ACE.i \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Priority.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Log_Record.i \
 /home/cs/guest/mrm/ASNMP/asnmp/oid.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smival.h \
 /home/cs/guest/mrm/ASNMP/asnmp/smi.h \
 /home/cs/guest/mrm/ASNMP/asnmp/vb.h \
 /home/cs/guest/mrm/ASNMP/asnmp/snmperrs.h \
 /home/cs/guest/mrm/ASNMP/asnmp/timetick.h \
 /home/cs/guest/mrm/ASNMP/asnmp/integer.h \
 /home/cs/guest/mrm/ASNMP/asnmp/counter.h \
 /home/cs/guest/mrm/ASNMP/asnmp/gauge.h \
 /home/cs/guest/mrm/ASNMP/asnmp/ctr64.h \
 /home/cs/guest/mrm/ASNMP/asnmp/octet.h \
 /home/cs/guest/mrm/ASNMP/asnmp/address.h test_config.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.h \
 /project/adaptive/ACE_wrappers/build/SunOS5.5/ace/Containers.i

# IF YOU PUT ANYTHING HERE IT WILL GO AWAY