blob: 4e764a323a20ecef5b434c2f087bf069ed6b38c2 [file] [log] [blame]
Harald Welteac359802017-04-12 12:13:44 +02001# This Makefile was generated by the Makefile Generator
2# of the TTCN-3 Test Executor version 1.7.pl0
3# for Gabor Bettesch (ethgbh@mwux018) on Tue Apr 3 10:18:42 2007
4
5# Copyright 2000-2007 Test Competence Center, Ericsson R & D, Hungary
6# For trouble reporting use the tool MTTSMS.
7# For TR writers guide please visit the web page: http://ttcn.ericsson.se
8
9# The following make commands are available:
10# - make, make all Builds the executable test suite.
11# - make archive Archives all source files.
12# - make check Checks the semantics of TTCN-3 and ASN.1 modules.
13# - make clean Removes all generated files.
14# - make compile Translates TTCN-3 and ASN.1 modules to C++.
15# - make dep Creates/updates dependency list.
16# - make objects Builds the object files without linking the executable.
17# - make preprocess Preprocess TTCN-3 files.
18# - make tags Creates/updates tags file using ctags.
19
20# WARNING! This Makefile can be used with GNU make only.
21# Other versions of make may report syntax errors in it.
22
23#
24# Do NOT touch this line...
25#
26.PHONY: all archive check clean dep objects preprocess
27
28#
29# Set these variables...
30#
31
32# The path of your TTCN-3 Test Executor installation:
33# Uncomment this line to override the environment variable.
34# TTCN3_DIR =
35
36# Your platform: (SOLARIS, SOLARIS8, LINUX, FREEBSD or WIN32)
37PLATFORM = SOLARIS8
38
39# Your C++ compiler:
40CXX = g++
41
42# C preprocessor used for TTCN-3 files:
43CPP = cpp
44
45# Flags for the C++ preprocessor (and makedepend as well):
46CPPFLAGS = -D$(PLATFORM) -I$(TTCN3_DIR)/include -I$(SEA_DIR)/include
47
48# Flags for preprocessing TTCN-3 files:
49CPPFLAGS_TTCN3 =
50
51# Flags for the C++ compiler:
52CXXFLAGS = -Wall
53
54# Flags for the linker:
55LDFLAGS =
56
57# Flags for the TTCN-3 and ASN.1 compiler:
58COMPILER_FLAGS = -L
59
60# Execution mode: (either ttcn3 or ttcn3-parallel)
61TTCN3_LIB = ttcn3-parallel
62
63# The path of your OpenSSL installation:
64# If you do not have your own one, leave it unchanged.
65OPENSSL_DIR = $(TTCN3_DIR)
66
67SEA_DIR = /vobs/ttcn/TCC_Releases/Other/SEA_LATEST
68# Directory to store the archived source files:
69ARCHIVE_DIR = backup
70
71#
72# You may change these variables. Add your files if necessary...
73#
74
75# TTCN-3 modules of this project:
76TTCN3_MODULES = General_Types.ttcn MTP3asp_PortType.ttcn MTP3asp_Types.ttcn SCCP_Emulation.ttcn SCCP_Types.ttcn SCCPasp_Types.ttcn SCCP_selftest.ttcn SCCP_Testcases.ttcn
77
78# TTCN-3 modules to preprocess:
79TTCN3_PP_MODULES = SCCP_Mapping.ttcnpp
80
81# Files to include in TTCN-3 preprocessed modules:
82TTCN3_INCLUDES =
83
84# ASN.1 modules of this project:
85ASN1_MODULES =
86
87# TTCN-3 source files generated by the C preprocessor:
88PREPROCESSED_TTCN3_MODULES = SCCP_Mapping.ttcn
89
90# C++ source & header files generated from the TTCN-3 & ASN.1 modules of
91# this project:
92GENERATED_SOURCES = $(TTCN3_MODULES:.ttcn=.cc) $(TTCN3_PP_MODULES:.ttcnpp=.cc) $(ASN1_MODULES:.asn=.cc)
93GENERATED_HEADERS = $(GENERATED_SOURCES:.cc=.hh)
94
95# C/C++ Source & header files of Test Ports, external functions and
96# other modules:
97USER_SOURCES = MTP3asp_PT.cc
98USER_HEADERS = MTP3asp_PT.hh
99
100# Object files of this project that are needed for the executable test suite:
101OBJECTS = $(GENERATED_SOURCES:.cc=.o) $(USER_SOURCES:.cc=.o)
102
103# Other files of the project (Makefile, configuration files, etc.)
104# that will be added to the archived source files:
105OTHER_FILES = Makefile SCCP_selftest.cfg
106
107# The name of the executable test suite:
108TARGET = SCCP_selftest
109
110#
111# Do not modify these unless you know what you are doing...
112# Platform specific additional libraries:
113#
114SOLARIS_LIBS = -lsocket -lnsl
115SOLARIS8_LIBS = -lsocket -lnsl
116LINUX_LIBS =
117FREEBSD_LIBS =
118WIN32_LIBS =
119
120#
121# Rules for building the executable...
122#
123
124all: $(TARGET) ;
125
126objects: $(OBJECTS) ;
127
128$(TARGET): $(OBJECTS)
129 $(CXX) $(LDFLAGS) -o $@ $^ \
130 -L$(TTCN3_DIR)/lib -l$(TTCN3_LIB) \
131 -L$(OPENSSL_DIR)/lib -lcrypto $($(PLATFORM)_LIBS) \
132 $(SEA_DIR)/lib/libmphclib.a
133
134.cc.o .c.o:
135 $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) -o $@ $<
136
137%.ttcn: %.ttcnpp $(TTCN3_INCLUDES)
138 $(CPP) -x c -nostdinc $(CPPFLAGS_TTCN3) $< $@
139
140preprocess: $(PREPROCESSED_TTCN3_MODULES) ;
141
142$(GENERATED_SOURCES) $(GENERATED_HEADERS): compile
143 @if [ ! -f $@ ]; then $(RM) compile; $(MAKE) compile; fi
144
145check: $(TTCN3_MODULES) $(PREPROCESSED_TTCN3_MODULES) $(ASN1_MODULES)
146 $(TTCN3_DIR)/bin/compiler -s $(COMPILER_FLAGS) $^
147
148compile: $(TTCN3_MODULES) $(PREPROCESSED_TTCN3_MODULES) $(ASN1_MODULES)
149 $(TTCN3_DIR)/bin/compiler $(COMPILER_FLAGS) $^ - $?
150 touch $@
151
152browserdata.dat: $(TTCN3_MODULES) $(PREPROCESSED_TTCN3_MODULES) $(ASN1_MODULES)
153 $(TTCN3_DIR)/bin/compiler -B -s $(COMPILER_FLAGS) $^
154
155tags: $(TTCN3_MODULES) $(PREPROCESSED_TTCN3_MODULES) $(ASN1_MODULES) \
156$(USER_HEADERS) $(USER_SOURCES)
157 $(TTCN3_DIR)/bin/ctags_ttcn3 --line-directives=yes $^
158
159clean:
160 -$(RM) $(TARGET) $(OBJECTS) $(GENERATED_HEADERS) \
161 $(GENERATED_SOURCES) $(PREPROCESSED_TTCN3_MODULES) compile \
162 browserdata.dat tags *.log
163
164dep: $(GENERATED_SOURCES) $(USER_SOURCES)
165 makedepend $(CPPFLAGS) $^
166
167archive:
168 mkdir -p $(ARCHIVE_DIR)
169 tar -cvhf - $(TTCN3_MODULES) $(TTCN3_PP_MODULES) \
170 $(TTCN3_INCLUDES) $(ASN1_MODULES) \
171 $(USER_HEADERS) $(USER_SOURCES) $(OTHER_FILES) \
172 | gzip >$(ARCHIVE_DIR)/`basename $(TARGET) .exe`-`date '+%y%m%d-%H%M'`.tgz
173
174#
175# Add your rules here if necessary...
176#
177
178# DO NOT DELETE
179
180General_Types.o: General_Types.hh
181General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
182General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
183General_Types.o: /usr/include/string.h /usr/include/iso/string_iso.h
184General_Types.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
185General_Types.o: /usr/include/stdio.h /usr/include/iso/stdio_iso.h
186General_Types.o: /usr/include/sys/va_list.h /usr/include/stdio_tag.h
187General_Types.o: /usr/include/stdio_impl.h
188General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
189General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
190General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
191General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
192General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
193General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
194General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
195General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
196General_Types.o: /usr/include/stdlib.h /usr/include/iso/stdlib_iso.h
197General_Types.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
198General_Types.o: /usr/include/sys/time.h /usr/include/sys/types.h
199General_Types.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
200General_Types.o: /usr/include/sys/select.h /usr/include/time.h
201General_Types.o: /usr/include/iso/time_iso.h
202General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
203General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
204General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
205General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
206General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
207General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
208General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
209General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
210General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
211General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
212General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
213General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
214General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
215General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
216General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
217General_Types.o: /usr/include/regex.h
218General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
219General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
220General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
221General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
222General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
223General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
224General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
225General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
226General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
227General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
228General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
229General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
230General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
231General_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
232MTP3asp_PortType.o: MTP3asp_PortType.hh MTP3asp_Types.hh
233MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
234MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
235MTP3asp_PortType.o: /usr/include/string.h /usr/include/iso/string_iso.h
236MTP3asp_PortType.o: /usr/include/sys/feature_tests.h
237MTP3asp_PortType.o: /usr/include/sys/isa_defs.h /usr/include/stdio.h
238MTP3asp_PortType.o: /usr/include/iso/stdio_iso.h /usr/include/sys/va_list.h
239MTP3asp_PortType.o: /usr/include/stdio_tag.h /usr/include/stdio_impl.h
240MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
241MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
242MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
243MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
244MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
245MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
246MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
247MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
248MTP3asp_PortType.o: /usr/include/stdlib.h /usr/include/iso/stdlib_iso.h
249MTP3asp_PortType.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
250MTP3asp_PortType.o: /usr/include/sys/time.h /usr/include/sys/types.h
251MTP3asp_PortType.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
252MTP3asp_PortType.o: /usr/include/sys/select.h /usr/include/time.h
253MTP3asp_PortType.o: /usr/include/iso/time_iso.h
254MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
255MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
256MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
257MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
258MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
259MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
260MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
261MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
262MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
263MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
264MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
265MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
266MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
267MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
268MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
269MTP3asp_PortType.o: /usr/include/regex.h
270MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
271MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
272MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
273MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
274MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
275MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
276MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
277MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
278MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
279MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
280MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
281MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
282MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
283MTP3asp_PortType.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
284MTP3asp_PortType.o: MTP3asp_PT.hh
285MTP3asp_PortType.o: /vobs/ttcn/TCC_Releases/Other/SEA_LATEST/include/mphclib.h
286MTP3asp_Types.o: MTP3asp_Types.hh
287MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
288MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
289MTP3asp_Types.o: /usr/include/string.h /usr/include/iso/string_iso.h
290MTP3asp_Types.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
291MTP3asp_Types.o: /usr/include/stdio.h /usr/include/iso/stdio_iso.h
292MTP3asp_Types.o: /usr/include/sys/va_list.h /usr/include/stdio_tag.h
293MTP3asp_Types.o: /usr/include/stdio_impl.h
294MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
295MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
296MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
297MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
298MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
299MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
300MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
301MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
302MTP3asp_Types.o: /usr/include/stdlib.h /usr/include/iso/stdlib_iso.h
303MTP3asp_Types.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
304MTP3asp_Types.o: /usr/include/sys/time.h /usr/include/sys/types.h
305MTP3asp_Types.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
306MTP3asp_Types.o: /usr/include/sys/select.h /usr/include/time.h
307MTP3asp_Types.o: /usr/include/iso/time_iso.h
308MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
309MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
310MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
311MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
312MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
313MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
314MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
315MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
316MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
317MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
318MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
319MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
320MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
321MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
322MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
323MTP3asp_Types.o: /usr/include/regex.h
324MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
325MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
326MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
327MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
328MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
329MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
330MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
331MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
332MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
333MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
334MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
335MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
336MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
337MTP3asp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
338SCCP_Emulation.o: SCCP_Emulation.hh SCCP_Mapping.hh SCCP_Types.hh
339SCCP_Emulation.o: MTP3asp_PortType.hh MTP3asp_Types.hh
340SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
341SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
342SCCP_Emulation.o: /usr/include/string.h /usr/include/iso/string_iso.h
343SCCP_Emulation.o: /usr/include/sys/feature_tests.h
344SCCP_Emulation.o: /usr/include/sys/isa_defs.h /usr/include/stdio.h
345SCCP_Emulation.o: /usr/include/iso/stdio_iso.h /usr/include/sys/va_list.h
346SCCP_Emulation.o: /usr/include/stdio_tag.h /usr/include/stdio_impl.h
347SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
348SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
349SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
350SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
351SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
352SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
353SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
354SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
355SCCP_Emulation.o: /usr/include/stdlib.h /usr/include/iso/stdlib_iso.h
356SCCP_Emulation.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
357SCCP_Emulation.o: /usr/include/sys/time.h /usr/include/sys/types.h
358SCCP_Emulation.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
359SCCP_Emulation.o: /usr/include/sys/select.h /usr/include/time.h
360SCCP_Emulation.o: /usr/include/iso/time_iso.h
361SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
362SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
363SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
364SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
365SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
366SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
367SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
368SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
369SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
370SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
371SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
372SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
373SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
374SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
375SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
376SCCP_Emulation.o: /usr/include/regex.h
377SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
378SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
379SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
380SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
381SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
382SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
383SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
384SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
385SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
386SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
387SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
388SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
389SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
390SCCP_Emulation.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
391SCCP_Emulation.o: MTP3asp_PT.hh
392SCCP_Emulation.o: /vobs/ttcn/TCC_Releases/Other/SEA_LATEST/include/mphclib.h
393SCCP_Emulation.o: SCCPasp_Types.hh General_Types.hh
394SCCP_Types.o: SCCP_Types.hh MTP3asp_PortType.hh MTP3asp_Types.hh
395SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
396SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
397SCCP_Types.o: /usr/include/string.h /usr/include/iso/string_iso.h
398SCCP_Types.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
399SCCP_Types.o: /usr/include/stdio.h /usr/include/iso/stdio_iso.h
400SCCP_Types.o: /usr/include/sys/va_list.h /usr/include/stdio_tag.h
401SCCP_Types.o: /usr/include/stdio_impl.h
402SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
403SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
404SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
405SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
406SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
407SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
408SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
409SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
410SCCP_Types.o: /usr/include/stdlib.h /usr/include/iso/stdlib_iso.h
411SCCP_Types.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
412SCCP_Types.o: /usr/include/sys/time.h /usr/include/sys/types.h
413SCCP_Types.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
414SCCP_Types.o: /usr/include/sys/select.h /usr/include/time.h
415SCCP_Types.o: /usr/include/iso/time_iso.h
416SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
417SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
418SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
419SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
420SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
421SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
422SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
423SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
424SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
425SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
426SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
427SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
428SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
429SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
430SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
431SCCP_Types.o: /usr/include/regex.h
432SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
433SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
434SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
435SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
436SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
437SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
438SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
439SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
440SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
441SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
442SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
443SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
444SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
445SCCP_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
446SCCP_Types.o: MTP3asp_PT.hh
447SCCP_Types.o: /vobs/ttcn/TCC_Releases/Other/SEA_LATEST/include/mphclib.h
448SCCP_Types.o: SCCPasp_Types.hh General_Types.hh
449SCCPasp_Types.o: SCCPasp_Types.hh General_Types.hh
450SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
451SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
452SCCPasp_Types.o: /usr/include/string.h /usr/include/iso/string_iso.h
453SCCPasp_Types.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
454SCCPasp_Types.o: /usr/include/stdio.h /usr/include/iso/stdio_iso.h
455SCCPasp_Types.o: /usr/include/sys/va_list.h /usr/include/stdio_tag.h
456SCCPasp_Types.o: /usr/include/stdio_impl.h
457SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
458SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
459SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
460SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
461SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
462SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
463SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
464SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
465SCCPasp_Types.o: /usr/include/stdlib.h /usr/include/iso/stdlib_iso.h
466SCCPasp_Types.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
467SCCPasp_Types.o: /usr/include/sys/time.h /usr/include/sys/types.h
468SCCPasp_Types.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
469SCCPasp_Types.o: /usr/include/sys/select.h /usr/include/time.h
470SCCPasp_Types.o: /usr/include/iso/time_iso.h
471SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
472SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
473SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
474SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
475SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
476SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
477SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
478SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
479SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
480SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
481SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
482SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
483SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
484SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
485SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
486SCCPasp_Types.o: /usr/include/regex.h
487SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
488SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
489SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
490SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
491SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
492SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
493SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
494SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
495SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
496SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
497SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
498SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
499SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
500SCCPasp_Types.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
501SCCP_selftest.o: SCCP_selftest.hh SCCP_Emulation.hh SCCP_Mapping.hh
502SCCP_selftest.o: SCCP_Types.hh MTP3asp_PortType.hh MTP3asp_Types.hh
503SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
504SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
505SCCP_selftest.o: /usr/include/string.h /usr/include/iso/string_iso.h
506SCCP_selftest.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
507SCCP_selftest.o: /usr/include/stdio.h /usr/include/iso/stdio_iso.h
508SCCP_selftest.o: /usr/include/sys/va_list.h /usr/include/stdio_tag.h
509SCCP_selftest.o: /usr/include/stdio_impl.h
510SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
511SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
512SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
513SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
514SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
515SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
516SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
517SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
518SCCP_selftest.o: /usr/include/stdlib.h /usr/include/iso/stdlib_iso.h
519SCCP_selftest.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
520SCCP_selftest.o: /usr/include/sys/time.h /usr/include/sys/types.h
521SCCP_selftest.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
522SCCP_selftest.o: /usr/include/sys/select.h /usr/include/time.h
523SCCP_selftest.o: /usr/include/iso/time_iso.h
524SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
525SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
526SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
527SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
528SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
529SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
530SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
531SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
532SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
533SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
534SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
535SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
536SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
537SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
538SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
539SCCP_selftest.o: /usr/include/regex.h
540SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
541SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
542SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
543SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
544SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
545SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
546SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
547SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
548SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
549SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
550SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
551SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
552SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
553SCCP_selftest.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
554SCCP_selftest.o: MTP3asp_PT.hh
555SCCP_selftest.o: /vobs/ttcn/TCC_Releases/Other/SEA_LATEST/include/mphclib.h
556SCCP_selftest.o: SCCPasp_Types.hh General_Types.hh
557SCCP_Testcases.o: SCCP_Testcases.hh SCCP_Emulation.hh SCCP_Mapping.hh
558SCCP_Testcases.o: SCCP_Types.hh MTP3asp_PortType.hh MTP3asp_Types.hh
559SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
560SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
561SCCP_Testcases.o: /usr/include/string.h /usr/include/iso/string_iso.h
562SCCP_Testcases.o: /usr/include/sys/feature_tests.h
563SCCP_Testcases.o: /usr/include/sys/isa_defs.h /usr/include/stdio.h
564SCCP_Testcases.o: /usr/include/iso/stdio_iso.h /usr/include/sys/va_list.h
565SCCP_Testcases.o: /usr/include/stdio_tag.h /usr/include/stdio_impl.h
566SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
567SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
568SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
569SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
570SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
571SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
572SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
573SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
574SCCP_Testcases.o: /usr/include/stdlib.h /usr/include/iso/stdlib_iso.h
575SCCP_Testcases.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
576SCCP_Testcases.o: /usr/include/sys/time.h /usr/include/sys/types.h
577SCCP_Testcases.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
578SCCP_Testcases.o: /usr/include/sys/select.h /usr/include/time.h
579SCCP_Testcases.o: /usr/include/iso/time_iso.h
580SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
581SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
582SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
583SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
584SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
585SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
586SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
587SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
588SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
589SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
590SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
591SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
592SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
593SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
594SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
595SCCP_Testcases.o: /usr/include/regex.h
596SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
597SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
598SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
599SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
600SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
601SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
602SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
603SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
604SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
605SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
606SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
607SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
608SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
609SCCP_Testcases.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
610SCCP_Testcases.o: MTP3asp_PT.hh
611SCCP_Testcases.o: /vobs/ttcn/TCC_Releases/Other/SEA_LATEST/include/mphclib.h
612SCCP_Testcases.o: SCCPasp_Types.hh General_Types.hh
613SCCP_Mapping.o: SCCP_Mapping.hh SCCP_Types.hh MTP3asp_PortType.hh
614SCCP_Mapping.o: MTP3asp_Types.hh
615SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
616SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
617SCCP_Mapping.o: /usr/include/string.h /usr/include/iso/string_iso.h
618SCCP_Mapping.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
619SCCP_Mapping.o: /usr/include/stdio.h /usr/include/iso/stdio_iso.h
620SCCP_Mapping.o: /usr/include/sys/va_list.h /usr/include/stdio_tag.h
621SCCP_Mapping.o: /usr/include/stdio_impl.h
622SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
623SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
624SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
625SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
626SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
627SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
628SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
629SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
630SCCP_Mapping.o: /usr/include/stdlib.h /usr/include/iso/stdlib_iso.h
631SCCP_Mapping.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
632SCCP_Mapping.o: /usr/include/sys/time.h /usr/include/sys/types.h
633SCCP_Mapping.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
634SCCP_Mapping.o: /usr/include/sys/select.h /usr/include/time.h
635SCCP_Mapping.o: /usr/include/iso/time_iso.h
636SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
637SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
638SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
639SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
640SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
641SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
642SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
643SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
644SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
645SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
646SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
647SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
648SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
649SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
650SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
651SCCP_Mapping.o: /usr/include/regex.h
652SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
653SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
654SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
655SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
656SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
657SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
658SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
659SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
660SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
661SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
662SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
663SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
664SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
665SCCP_Mapping.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
666SCCP_Mapping.o: MTP3asp_PT.hh
667SCCP_Mapping.o: /vobs/ttcn/TCC_Releases/Other/SEA_LATEST/include/mphclib.h
668SCCP_Mapping.o: SCCPasp_Types.hh General_Types.hh
669MTP3asp_PT.o: /usr/include/stdio.h /usr/include/iso/stdio_iso.h
670MTP3asp_PT.o: /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h
671MTP3asp_PT.o: /usr/include/sys/va_list.h /usr/include/stdio_tag.h
672MTP3asp_PT.o: /usr/include/stdio_impl.h /usr/include/stdlib.h
673MTP3asp_PT.o: /usr/include/iso/stdlib_iso.h /usr/include/sys/types.h
674MTP3asp_PT.o: /usr/include/sys/machtypes.h /usr/include/sys/int_types.h
675MTP3asp_PT.o: /usr/include/sys/select.h /usr/include/sys/time.h
676MTP3asp_PT.o: /usr/include/time.h /usr/include/iso/time_iso.h
677MTP3asp_PT.o: /usr/include/netinet/in.h /usr/include/sys/stream.h
678MTP3asp_PT.o: /usr/include/sys/vnode.h /usr/include/sys/t_lock.h
679MTP3asp_PT.o: /usr/include/sys/machlock.h /usr/include/sys/param.h
680MTP3asp_PT.o: /usr/include/sys/unistd.h /usr/include/sys/mutex.h
681MTP3asp_PT.o: /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h
682MTP3asp_PT.o: /usr/include/sys/condvar.h /usr/include/sys/time_impl.h
683MTP3asp_PT.o: /usr/include/sys/cred.h /usr/include/sys/uio.h
684MTP3asp_PT.o: /usr/include/sys/resource.h /usr/include/vm/seg_enum.h
685MTP3asp_PT.o: /usr/include/sys/poll.h /usr/include/sys/strmdep.h
686MTP3asp_PT.o: /usr/include/sys/model.h /usr/include/sys/strft.h
687MTP3asp_PT.o: /usr/include/sys/byteorder.h /usr/include/netdb.h
688MTP3asp_PT.o: /usr/include/sys/socket.h /usr/include/sys/netconfig.h
689MTP3asp_PT.o: /usr/include/sys/un.h /usr/include/net/if_dl.h
690MTP3asp_PT.o: /usr/include/sys/wait.h /usr/include/sys/siginfo.h
691MTP3asp_PT.o: /usr/include/sys/machsig.h /usr/include/sys/procset.h
692MTP3asp_PT.o: /usr/include/unistd.h /usr/include/arpa/inet.h
693MTP3asp_PT.o: /usr/include/stdarg.h /usr/include/iso/stdarg_iso.h
694MTP3asp_PT.o: /usr/include/string.h /usr/include/iso/string_iso.h
695MTP3asp_PT.o: MTP3asp_PT.hh
696MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TTCN3.hh
697MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/version.h
698MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Basetype.hh
699MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Types.h
700MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Encdec.hh
701MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Template.hh
702MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Integer.hh
703MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Optional.hh
704MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/BER.hh
705MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Logger.hh
706MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Textbuf.hh
707MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Error.hh
708MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Parameters.h
709MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Float.hh
710MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Boolean.hh
711MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Null.hh
712MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Objid.hh
713MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Verdicttype.hh
714MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Component.hh
715MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Bitstring.hh
716MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/RAW.hh
717MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Hexstring.hh
718MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Octetstring.hh
719MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_Any.hh
720MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Charstring.hh
721MTP3asp_PT.o: /usr/include/regex.h
722MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Universal_charstring.hh
723MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Struct_of.hh
724MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Array.hh
725MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_CharacterString.hh
726MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_External.hh
727MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/ASN_EmbeddedPDV.hh
728MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Addfunc.hh
729MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Timer.hh
730MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Port.hh
731MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Module_list.hh
732MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Snapshot.hh
733MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Default.hh
734MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/Runtime.hh
735MTP3asp_PT.o: /mnt/projects/TTCN/Releases/TTCNv3-latest/include/TEXT.hh
736MTP3asp_PT.o: /vobs/ttcn/TCC_Releases/Other/SEA_LATEST/include/mphclib.h
737MTP3asp_PT.o: MTP3asp_Types.hh MTP3asp_PortType.hh