# This Makefile was generated by the Makefile Generator # of the TTCN-3 Test Executor version 1.7.pre1 build 7 # for Gabor Bettesch (ethgbh@mwux018) on Tue May 29 11:06:47 2007 # Copyright 2000-2007 Test Competence Center, Ericsson R & D, Hungary # For trouble reporting use the tool MTTSMS. # For TR writers guide please visit the web page: http://ttcn.ericsson.se # The following make commands are available: # - make, make all Builds the executable test suite. # - make archive Archives all source files. # - make check Checks the semantics of TTCN-3 and ASN.1 modules. # - make clean Removes all generated files. # - make compile Translates TTCN-3 and ASN.1 modules to C++. # - make dep Creates/updates dependency list. # - make objects Builds the object files without linking the executable. # - make tags Creates/updates tags file using ctags. # WARNING! This Makefile can be used with GNU make only. # Other versions of make may report syntax errors in it. # # Do NOT touch this line... # .PHONY: all archive check clean dep objects # # Set these variables... # # The path of your TTCN-3 Test Executor installation: # Uncomment this line to override the environment variable. # TTCN3_DIR = # Your platform: (SOLARIS, SOLARIS8, LINUX, FREEBSD or WIN32) PLATFORM = LINUX # Your C++ compiler: CXX = g++ # Flags for the C++ preprocessor (and makedepend as well): CPPFLAGS = -D$(PLATFORM) -DTARGET_TEST -I$(TTCN3_DIR)/include -I$(SCTP_DIR)/include # Flags for the C++ compiler: CXXFLAGS = -Wall # Flags for the linker: LDFLAGS = # Flags for the TTCN-3 and ASN.1 compiler: COMPILER_FLAGS = -L # Execution mode: (either ttcn3 or ttcn3-parallel) TTCN3_LIB = ttcn3-parallel # The path of your OpenSSL installation: # If you do not have your own one, leave it unchanged. OPENSSL_DIR = $(TTCN3_DIR) # Directory to store the archived source files: ARCHIVE_DIR = backup SCTP_DIR = /usr/local/lksctp-tools-1.0.6 # # You may change these variables. Add your files if necessary... # # TTCN-3 modules of this project: TTCN3_MODULES = General_Types.ttcn BICC_Types.ttcn M3UA_Emulation.ttcn M3UA_Emulation_Test.ttcn M3UA_Types.ttcn SCTPasp_PortType.ttcn SCTPasp_Types.ttcn MTP3asp_Types.ttcn #MTP3asp_PortType.ttcn # ASN.1 modules of this project: ASN1_MODULES = # C++ source & header files generated from the TTCN-3 & ASN.1 modules of # this project: GENERATED_SOURCES = $(TTCN3_MODULES:.ttcn=.cc) $(ASN1_MODULES:.asn=.cc) GENERATED_HEADERS = $(GENERATED_SOURCES:.cc=.hh) # C/C++ Source & header files of Test Ports, external functions and # other modules: USER_SOURCES = Abstract_Socket.cc BICC_EncDec.cc SCTPasp_PT.cc MTP3asp_EncDec.cc USER_HEADERS = Abstract_Socket.hh SCTPasp_PT.hh #MTP3asp_PT.hh MTP3asp_PT.cc # Object files of this project that are needed for the executable test suite: OBJECTS = $(GENERATED_SOURCES:.cc=.o) $(USER_SOURCES:.cc=.o) # Other files of the project (Makefile, configuration files, etc.) # that will be added to the archived source files: OTHER_FILES = m3ua_emu.cfg Makefile # The name of the executable test suite: TARGET = M3UA_Emulation_Test # # Do not modify these unless you know what you are doing... # Platform specific additional libraries: # SOLARIS_LIBS = -lsocket -lnsl SOLARIS8_LIBS = -lsocket -lnsl LINUX_LIBS = FREEBSD_LIBS = WIN32_LIBS = # # Rules for building the executable... # all: $(TARGET) ; objects: $(OBJECTS) ; $(TARGET): $(OBJECTS) $(CXX) $(LDFLAGS) -o $@ $^ \ -L$(TTCN3_DIR)/lib -L$(SCTP_DIR)/lib -l$(TTCN3_LIB) \ -L$(OPENSSL_DIR)/lib -lcrypto $($(PLATFORM)_LIBS) .cc.o .c.o: $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) -o $@ $< $(GENERATED_SOURCES) $(GENERATED_HEADERS): compile @if [ ! -f $@ ]; then $(RM) compile; $(MAKE) compile; fi check: $(TTCN3_MODULES) $(ASN1_MODULES) $(TTCN3_DIR)/bin/compiler -s $(COMPILER_FLAGS) $^ compile: $(TTCN3_MODULES) $(ASN1_MODULES) $(TTCN3_DIR)/bin/compiler $(COMPILER_FLAGS) $^ - $? touch $@ browserdata.dat: $(TTCN3_MODULES) $(ASN1_MODULES) $(TTCN3_DIR)/bin/compiler -B -s $(COMPILER_FLAGS) $^ tags: $(TTCN3_MODULES) $(ASN1_MODULES) \ $(USER_HEADERS) $(USER_SOURCES) $(TTCN3_DIR)/bin/ctags_ttcn3 --line-directives=yes $^ clean: -$(RM) $(TARGET) $(OBJECTS) $(GENERATED_HEADERS) \ $(GENERATED_SOURCES) compile \ browserdata.dat tags *.log dep: $(GENERATED_SOURCES) $(USER_SOURCES) makedepend $(CPPFLAGS) $^ archive: mkdir -p $(ARCHIVE_DIR) tar -cvhf - $(TTCN3_MODULES) $(ASN1_MODULES) \ $(USER_HEADERS) $(USER_SOURCES) $(OTHER_FILES) \ | gzip >$(ARCHIVE_DIR)/`basename $(TARGET) .exe`-`date '+%y%m%d-%H%M'`.tgz # # Add your rules here if necessary... # # DO NOT DELETE General_Types.o: General_Types.hh /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/version.h General_Types.o: /usr/include/string.h /usr/include/features.h General_Types.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h General_Types.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h General_Types.o: /usr/include/stdio.h /usr/include/bits/types.h General_Types.o: /usr/include/bits/typesizes.h /usr/include/libio.h General_Types.o: /usr/include/_G_config.h /usr/include/wchar.h General_Types.o: /usr/include/bits/wchar.h /usr/include/gconv.h General_Types.o: /usr/include/bits/stdio_lim.h General_Types.o: /usr/include/bits/sys_errlist.h General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh General_Types.o: /usr/include/stdlib.h /usr/include/sys/types.h General_Types.o: /usr/include/time.h /usr/include/endian.h General_Types.o: /usr/include/bits/endian.h /usr/include/sys/select.h General_Types.o: /usr/include/bits/select.h /usr/include/bits/sigset.h General_Types.o: /usr/include/bits/time.h /usr/include/sys/sysmacros.h General_Types.o: /usr/include/bits/pthreadtypes.h /usr/include/alloca.h General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh General_Types.o: /usr/include/sys/time.h General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh General_Types.o: /usr/include/regex.h General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh General_Types.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh BICC_Types.o: BICC_Types.hh General_Types.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/version.h BICC_Types.o: /usr/include/string.h /usr/include/features.h BICC_Types.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h BICC_Types.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h BICC_Types.o: /usr/include/stdio.h /usr/include/bits/types.h BICC_Types.o: /usr/include/bits/typesizes.h /usr/include/libio.h BICC_Types.o: /usr/include/_G_config.h /usr/include/wchar.h BICC_Types.o: /usr/include/bits/wchar.h /usr/include/gconv.h BICC_Types.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh /usr/include/stdlib.h BICC_Types.o: /usr/include/sys/types.h /usr/include/time.h BICC_Types.o: /usr/include/endian.h /usr/include/bits/endian.h BICC_Types.o: /usr/include/sys/select.h /usr/include/bits/select.h BICC_Types.o: /usr/include/bits/sigset.h /usr/include/bits/time.h BICC_Types.o: /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h BICC_Types.o: /usr/include/alloca.h BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh BICC_Types.o: /usr/include/sys/time.h BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh BICC_Types.o: /usr/include/regex.h BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh BICC_Types.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh M3UA_Emulation.o: M3UA_Emulation.hh M3UA_Types.hh General_Types.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/version.h M3UA_Emulation.o: /usr/include/string.h /usr/include/features.h M3UA_Emulation.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h M3UA_Emulation.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h M3UA_Emulation.o: /usr/include/stdio.h /usr/include/bits/types.h M3UA_Emulation.o: /usr/include/bits/typesizes.h /usr/include/libio.h M3UA_Emulation.o: /usr/include/_G_config.h /usr/include/wchar.h M3UA_Emulation.o: /usr/include/bits/wchar.h /usr/include/gconv.h M3UA_Emulation.o: /usr/include/bits/stdio_lim.h M3UA_Emulation.o: /usr/include/bits/sys_errlist.h M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh M3UA_Emulation.o: /usr/include/stdlib.h /usr/include/sys/types.h M3UA_Emulation.o: /usr/include/time.h /usr/include/endian.h M3UA_Emulation.o: /usr/include/bits/endian.h /usr/include/sys/select.h M3UA_Emulation.o: /usr/include/bits/select.h /usr/include/bits/sigset.h M3UA_Emulation.o: /usr/include/bits/time.h /usr/include/sys/sysmacros.h M3UA_Emulation.o: /usr/include/bits/pthreadtypes.h /usr/include/alloca.h M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh M3UA_Emulation.o: /usr/include/sys/time.h M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh M3UA_Emulation.o: /usr/include/regex.h M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh M3UA_Emulation.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh M3UA_Emulation.o: SCTPasp_PortType.hh SCTPasp_Types.hh SCTPasp_PT.hh M3UA_Emulation.o: /usr/include/sys/socket.h /usr/include/sys/uio.h M3UA_Emulation.o: /usr/include/bits/uio.h /usr/include/bits/socket.h M3UA_Emulation.o: /usr/include/limits.h /usr/include/bits/posix1_lim.h M3UA_Emulation.o: /usr/include/bits/local_lim.h /usr/include/linux/limits.h M3UA_Emulation.o: /usr/include/bits/posix2_lim.h /usr/include/bits/sockaddr.h M3UA_Emulation.o: /usr/include/asm/socket.h /usr/include/asm/sockios.h M3UA_Emulation.o: /usr/include/netinet/in.h /usr/include/stdint.h M3UA_Emulation.o: /usr/include/bits/in.h /usr/include/bits/byteswap.h M3UA_Emulation.o: /usr/local/lksctp-tools-1.0.6/include/netinet/sctp.h M3UA_Emulation.o: /usr/include/linux/types.h /usr/include/linux/posix_types.h M3UA_Emulation.o: /usr/include/linux/stddef.h /usr/include/linux/compiler.h M3UA_Emulation.o: /usr/include/asm/posix_types.h /usr/include/asm/types.h M3UA_Emulation.o: MTP3asp_Types.hh M3UA_Emulation_Test.o: M3UA_Emulation_Test.hh BICC_Types.hh General_Types.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/version.h M3UA_Emulation_Test.o: /usr/include/string.h /usr/include/features.h M3UA_Emulation_Test.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h M3UA_Emulation_Test.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h M3UA_Emulation_Test.o: /usr/include/stdio.h /usr/include/bits/types.h M3UA_Emulation_Test.o: /usr/include/bits/typesizes.h /usr/include/libio.h M3UA_Emulation_Test.o: /usr/include/_G_config.h /usr/include/wchar.h M3UA_Emulation_Test.o: /usr/include/bits/wchar.h /usr/include/gconv.h M3UA_Emulation_Test.o: /usr/include/bits/stdio_lim.h M3UA_Emulation_Test.o: /usr/include/bits/sys_errlist.h M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh M3UA_Emulation_Test.o: /usr/include/stdlib.h /usr/include/sys/types.h M3UA_Emulation_Test.o: /usr/include/time.h /usr/include/endian.h M3UA_Emulation_Test.o: /usr/include/bits/endian.h /usr/include/sys/select.h M3UA_Emulation_Test.o: /usr/include/bits/select.h /usr/include/bits/sigset.h M3UA_Emulation_Test.o: /usr/include/bits/time.h /usr/include/sys/sysmacros.h M3UA_Emulation_Test.o: /usr/include/bits/pthreadtypes.h /usr/include/alloca.h M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh M3UA_Emulation_Test.o: /usr/include/sys/time.h M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh M3UA_Emulation_Test.o: /usr/include/regex.h M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh M3UA_Emulation_Test.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh M3UA_Emulation_Test.o: M3UA_Emulation.hh M3UA_Types.hh SCTPasp_PortType.hh M3UA_Emulation_Test.o: SCTPasp_Types.hh SCTPasp_PT.hh M3UA_Emulation_Test.o: /usr/include/sys/socket.h /usr/include/sys/uio.h M3UA_Emulation_Test.o: /usr/include/bits/uio.h /usr/include/bits/socket.h M3UA_Emulation_Test.o: /usr/include/limits.h /usr/include/bits/posix1_lim.h M3UA_Emulation_Test.o: /usr/include/bits/local_lim.h M3UA_Emulation_Test.o: /usr/include/linux/limits.h M3UA_Emulation_Test.o: /usr/include/bits/posix2_lim.h M3UA_Emulation_Test.o: /usr/include/bits/sockaddr.h /usr/include/asm/socket.h M3UA_Emulation_Test.o: /usr/include/asm/sockios.h /usr/include/netinet/in.h M3UA_Emulation_Test.o: /usr/include/stdint.h /usr/include/bits/in.h M3UA_Emulation_Test.o: /usr/include/bits/byteswap.h M3UA_Emulation_Test.o: /usr/local/lksctp-tools-1.0.6/include/netinet/sctp.h M3UA_Emulation_Test.o: /usr/include/linux/types.h M3UA_Emulation_Test.o: /usr/include/linux/posix_types.h M3UA_Emulation_Test.o: /usr/include/linux/stddef.h M3UA_Emulation_Test.o: /usr/include/linux/compiler.h M3UA_Emulation_Test.o: /usr/include/asm/posix_types.h M3UA_Emulation_Test.o: /usr/include/asm/types.h MTP3asp_Types.hh M3UA_Types.o: M3UA_Types.hh General_Types.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/version.h M3UA_Types.o: /usr/include/string.h /usr/include/features.h M3UA_Types.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h M3UA_Types.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h M3UA_Types.o: /usr/include/stdio.h /usr/include/bits/types.h M3UA_Types.o: /usr/include/bits/typesizes.h /usr/include/libio.h M3UA_Types.o: /usr/include/_G_config.h /usr/include/wchar.h M3UA_Types.o: /usr/include/bits/wchar.h /usr/include/gconv.h M3UA_Types.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh /usr/include/stdlib.h M3UA_Types.o: /usr/include/sys/types.h /usr/include/time.h M3UA_Types.o: /usr/include/endian.h /usr/include/bits/endian.h M3UA_Types.o: /usr/include/sys/select.h /usr/include/bits/select.h M3UA_Types.o: /usr/include/bits/sigset.h /usr/include/bits/time.h M3UA_Types.o: /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h M3UA_Types.o: /usr/include/alloca.h M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh M3UA_Types.o: /usr/include/sys/time.h M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh M3UA_Types.o: /usr/include/regex.h M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh M3UA_Types.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh SCTPasp_PortType.o: SCTPasp_PortType.hh SCTPasp_Types.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/version.h SCTPasp_PortType.o: /usr/include/string.h /usr/include/features.h SCTPasp_PortType.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h SCTPasp_PortType.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h SCTPasp_PortType.o: /usr/include/stdio.h /usr/include/bits/types.h SCTPasp_PortType.o: /usr/include/bits/typesizes.h /usr/include/libio.h SCTPasp_PortType.o: /usr/include/_G_config.h /usr/include/wchar.h SCTPasp_PortType.o: /usr/include/bits/wchar.h /usr/include/gconv.h SCTPasp_PortType.o: /usr/include/bits/stdio_lim.h SCTPasp_PortType.o: /usr/include/bits/sys_errlist.h SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh SCTPasp_PortType.o: /usr/include/stdlib.h /usr/include/sys/types.h SCTPasp_PortType.o: /usr/include/time.h /usr/include/endian.h SCTPasp_PortType.o: /usr/include/bits/endian.h /usr/include/sys/select.h SCTPasp_PortType.o: /usr/include/bits/select.h /usr/include/bits/sigset.h SCTPasp_PortType.o: /usr/include/bits/time.h /usr/include/sys/sysmacros.h SCTPasp_PortType.o: /usr/include/bits/pthreadtypes.h /usr/include/alloca.h SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh SCTPasp_PortType.o: /usr/include/sys/time.h SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh SCTPasp_PortType.o: /usr/include/regex.h SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh SCTPasp_PortType.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh SCTPasp_PT.hh SCTPasp_PortType.o: /usr/include/sys/socket.h /usr/include/sys/uio.h SCTPasp_PortType.o: /usr/include/bits/uio.h /usr/include/bits/socket.h SCTPasp_PortType.o: /usr/include/limits.h /usr/include/bits/posix1_lim.h SCTPasp_PortType.o: /usr/include/bits/local_lim.h /usr/include/linux/limits.h SCTPasp_PortType.o: /usr/include/bits/posix2_lim.h SCTPasp_PortType.o: /usr/include/bits/sockaddr.h /usr/include/asm/socket.h SCTPasp_PortType.o: /usr/include/asm/sockios.h /usr/include/netinet/in.h SCTPasp_PortType.o: /usr/include/stdint.h /usr/include/bits/in.h SCTPasp_PortType.o: /usr/include/bits/byteswap.h SCTPasp_PortType.o: /usr/local/lksctp-tools-1.0.6/include/netinet/sctp.h SCTPasp_PortType.o: /usr/include/linux/types.h SCTPasp_PortType.o: /usr/include/linux/posix_types.h SCTPasp_PortType.o: /usr/include/linux/stddef.h /usr/include/linux/compiler.h SCTPasp_PortType.o: /usr/include/asm/posix_types.h /usr/include/asm/types.h SCTPasp_Types.o: SCTPasp_Types.hh /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/version.h SCTPasp_Types.o: /usr/include/string.h /usr/include/features.h SCTPasp_Types.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h SCTPasp_Types.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h SCTPasp_Types.o: /usr/include/stdio.h /usr/include/bits/types.h SCTPasp_Types.o: /usr/include/bits/typesizes.h /usr/include/libio.h SCTPasp_Types.o: /usr/include/_G_config.h /usr/include/wchar.h SCTPasp_Types.o: /usr/include/bits/wchar.h /usr/include/gconv.h SCTPasp_Types.o: /usr/include/bits/stdio_lim.h SCTPasp_Types.o: /usr/include/bits/sys_errlist.h SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh SCTPasp_Types.o: /usr/include/stdlib.h /usr/include/sys/types.h SCTPasp_Types.o: /usr/include/time.h /usr/include/endian.h SCTPasp_Types.o: /usr/include/bits/endian.h /usr/include/sys/select.h SCTPasp_Types.o: /usr/include/bits/select.h /usr/include/bits/sigset.h SCTPasp_Types.o: /usr/include/bits/time.h /usr/include/sys/sysmacros.h SCTPasp_Types.o: /usr/include/bits/pthreadtypes.h /usr/include/alloca.h SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh SCTPasp_Types.o: /usr/include/sys/time.h SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh SCTPasp_Types.o: /usr/include/regex.h SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh SCTPasp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh MTP3asp_Types.o: MTP3asp_Types.hh /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/version.h MTP3asp_Types.o: /usr/include/string.h /usr/include/features.h MTP3asp_Types.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h MTP3asp_Types.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h MTP3asp_Types.o: /usr/include/stdio.h /usr/include/bits/types.h MTP3asp_Types.o: /usr/include/bits/typesizes.h /usr/include/libio.h MTP3asp_Types.o: /usr/include/_G_config.h /usr/include/wchar.h MTP3asp_Types.o: /usr/include/bits/wchar.h /usr/include/gconv.h MTP3asp_Types.o: /usr/include/bits/stdio_lim.h MTP3asp_Types.o: /usr/include/bits/sys_errlist.h MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh MTP3asp_Types.o: /usr/include/stdlib.h /usr/include/sys/types.h MTP3asp_Types.o: /usr/include/time.h /usr/include/endian.h MTP3asp_Types.o: /usr/include/bits/endian.h /usr/include/sys/select.h MTP3asp_Types.o: /usr/include/bits/select.h /usr/include/bits/sigset.h MTP3asp_Types.o: /usr/include/bits/time.h /usr/include/sys/sysmacros.h MTP3asp_Types.o: /usr/include/bits/pthreadtypes.h /usr/include/alloca.h MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh MTP3asp_Types.o: /usr/include/sys/time.h MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh MTP3asp_Types.o: /usr/include/regex.h MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh MTP3asp_Types.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh Abstract_Socket.o: Abstract_Socket.hh /usr/include/sys/socket.h Abstract_Socket.o: /usr/include/features.h /usr/include/sys/cdefs.h Abstract_Socket.o: /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h Abstract_Socket.o: /usr/include/gnu/stubs-32.h /usr/include/sys/uio.h Abstract_Socket.o: /usr/include/sys/types.h /usr/include/bits/types.h Abstract_Socket.o: /usr/include/bits/typesizes.h /usr/include/time.h Abstract_Socket.o: /usr/include/endian.h /usr/include/bits/endian.h Abstract_Socket.o: /usr/include/sys/select.h /usr/include/bits/select.h Abstract_Socket.o: /usr/include/bits/sigset.h /usr/include/bits/time.h Abstract_Socket.o: /usr/include/sys/sysmacros.h Abstract_Socket.o: /usr/include/bits/pthreadtypes.h /usr/include/bits/uio.h Abstract_Socket.o: /usr/include/bits/socket.h /usr/include/limits.h Abstract_Socket.o: /usr/include/bits/posix1_lim.h Abstract_Socket.o: /usr/include/bits/local_lim.h /usr/include/linux/limits.h Abstract_Socket.o: /usr/include/bits/posix2_lim.h Abstract_Socket.o: /usr/include/bits/sockaddr.h /usr/include/asm/socket.h Abstract_Socket.o: /usr/include/asm/sockios.h /usr/include/netinet/in.h Abstract_Socket.o: /usr/include/stdint.h /usr/include/bits/wchar.h Abstract_Socket.o: /usr/include/bits/in.h /usr/include/bits/byteswap.h Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/version.h Abstract_Socket.o: /usr/include/string.h /usr/include/stdio.h Abstract_Socket.o: /usr/include/libio.h /usr/include/_G_config.h Abstract_Socket.o: /usr/include/wchar.h /usr/include/gconv.h Abstract_Socket.o: /usr/include/bits/stdio_lim.h Abstract_Socket.o: /usr/include/bits/sys_errlist.h Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh Abstract_Socket.o: /usr/include/stdlib.h /usr/include/alloca.h Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh Abstract_Socket.o: /usr/include/sys/time.h Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh Abstract_Socket.o: /usr/include/regex.h Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh Abstract_Socket.o: /usr/include/unistd.h /usr/include/bits/posix_opt.h Abstract_Socket.o: /usr/include/bits/confname.h /usr/include/getopt.h Abstract_Socket.o: /usr/include/strings.h /usr/include/errno.h Abstract_Socket.o: /usr/include/bits/errno.h /usr/include/linux/errno.h Abstract_Socket.o: /usr/include/asm/errno.h /usr/include/asm-generic/errno.h Abstract_Socket.o: /usr/include/asm-generic/errno-base.h /usr/include/netdb.h Abstract_Socket.o: /usr/include/rpc/netdb.h /usr/include/bits/netdb.h Abstract_Socket.o: /usr/include/sys/stat.h /usr/include/bits/stat.h Abstract_Socket.o: /usr/include/netinet/tcp.h /usr/include/arpa/inet.h Abstract_Socket.o: /usr/include/fcntl.h /usr/include/bits/fcntl.h Abstract_Socket.o: /usr/local/TTCNv3-1.7.pl0/include/memory.h BICC_EncDec.o: BICC_Types.hh General_Types.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/version.h BICC_EncDec.o: /usr/include/string.h /usr/include/features.h BICC_EncDec.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h BICC_EncDec.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h BICC_EncDec.o: /usr/include/stdio.h /usr/include/bits/types.h BICC_EncDec.o: /usr/include/bits/typesizes.h /usr/include/libio.h BICC_EncDec.o: /usr/include/_G_config.h /usr/include/wchar.h BICC_EncDec.o: /usr/include/bits/wchar.h /usr/include/gconv.h BICC_EncDec.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh /usr/include/stdlib.h BICC_EncDec.o: /usr/include/sys/types.h /usr/include/time.h BICC_EncDec.o: /usr/include/endian.h /usr/include/bits/endian.h BICC_EncDec.o: /usr/include/sys/select.h /usr/include/bits/select.h BICC_EncDec.o: /usr/include/bits/sigset.h /usr/include/bits/time.h BICC_EncDec.o: /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h BICC_EncDec.o: /usr/include/alloca.h BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh BICC_EncDec.o: /usr/include/sys/time.h BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh BICC_EncDec.o: /usr/include/regex.h BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh BICC_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh SCTPasp_PT.o: SCTPasp_PT.hh SCTPasp_PortType.hh SCTPasp_Types.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/version.h SCTPasp_PT.o: /usr/include/string.h /usr/include/features.h SCTPasp_PT.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h SCTPasp_PT.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h SCTPasp_PT.o: /usr/include/stdio.h /usr/include/bits/types.h SCTPasp_PT.o: /usr/include/bits/typesizes.h /usr/include/libio.h SCTPasp_PT.o: /usr/include/_G_config.h /usr/include/wchar.h SCTPasp_PT.o: /usr/include/bits/wchar.h /usr/include/gconv.h SCTPasp_PT.o: /usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh /usr/include/stdlib.h SCTPasp_PT.o: /usr/include/sys/types.h /usr/include/time.h SCTPasp_PT.o: /usr/include/endian.h /usr/include/bits/endian.h SCTPasp_PT.o: /usr/include/sys/select.h /usr/include/bits/select.h SCTPasp_PT.o: /usr/include/bits/sigset.h /usr/include/bits/time.h SCTPasp_PT.o: /usr/include/sys/sysmacros.h /usr/include/bits/pthreadtypes.h SCTPasp_PT.o: /usr/include/alloca.h SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh SCTPasp_PT.o: /usr/include/sys/time.h SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh SCTPasp_PT.o: /usr/include/regex.h SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh SCTPasp_PT.o: /usr/include/sys/socket.h /usr/include/sys/uio.h SCTPasp_PT.o: /usr/include/bits/uio.h /usr/include/bits/socket.h SCTPasp_PT.o: /usr/include/limits.h /usr/include/bits/posix1_lim.h SCTPasp_PT.o: /usr/include/bits/local_lim.h /usr/include/linux/limits.h SCTPasp_PT.o: /usr/include/bits/posix2_lim.h /usr/include/bits/sockaddr.h SCTPasp_PT.o: /usr/include/asm/socket.h /usr/include/asm/sockios.h SCTPasp_PT.o: /usr/include/netinet/in.h /usr/include/stdint.h SCTPasp_PT.o: /usr/include/bits/in.h /usr/include/bits/byteswap.h SCTPasp_PT.o: /usr/local/lksctp-tools-1.0.6/include/netinet/sctp.h SCTPasp_PT.o: /usr/include/linux/types.h /usr/include/linux/posix_types.h SCTPasp_PT.o: /usr/include/linux/stddef.h /usr/include/linux/compiler.h SCTPasp_PT.o: /usr/include/asm/posix_types.h /usr/include/asm/types.h SCTPasp_PT.o: /usr/include/arpa/inet.h /usr/include/unistd.h SCTPasp_PT.o: /usr/include/bits/posix_opt.h /usr/include/bits/confname.h SCTPasp_PT.o: /usr/include/getopt.h /usr/include/netdb.h SCTPasp_PT.o: /usr/include/rpc/netdb.h /usr/include/bits/netdb.h SCTPasp_PT.o: /usr/local/TTCNv3-1.7.pl0/include/memory.h /usr/include/fcntl.h SCTPasp_PT.o: /usr/include/bits/fcntl.h /usr/include/errno.h SCTPasp_PT.o: /usr/include/bits/errno.h /usr/include/linux/errno.h SCTPasp_PT.o: /usr/include/asm/errno.h /usr/include/asm-generic/errno.h SCTPasp_PT.o: /usr/include/asm-generic/errno-base.h MTP3asp_EncDec.o: MTP3asp_Types.hh /usr/local/TTCNv3-1.7.pl0/include/TTCN3.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/version.h MTP3asp_EncDec.o: /usr/include/string.h /usr/include/features.h MTP3asp_EncDec.o: /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h MTP3asp_EncDec.o: /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h MTP3asp_EncDec.o: /usr/include/stdio.h /usr/include/bits/types.h MTP3asp_EncDec.o: /usr/include/bits/typesizes.h /usr/include/libio.h MTP3asp_EncDec.o: /usr/include/_G_config.h /usr/include/wchar.h MTP3asp_EncDec.o: /usr/include/bits/wchar.h /usr/include/gconv.h MTP3asp_EncDec.o: /usr/include/bits/stdio_lim.h MTP3asp_EncDec.o: /usr/include/bits/sys_errlist.h MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Basetype.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Types.h MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Encdec.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Template.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Integer.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Optional.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/BER.hh MTP3asp_EncDec.o: /usr/include/stdlib.h /usr/include/sys/types.h MTP3asp_EncDec.o: /usr/include/time.h /usr/include/endian.h MTP3asp_EncDec.o: /usr/include/bits/endian.h /usr/include/sys/select.h MTP3asp_EncDec.o: /usr/include/bits/select.h /usr/include/bits/sigset.h MTP3asp_EncDec.o: /usr/include/bits/time.h /usr/include/sys/sysmacros.h MTP3asp_EncDec.o: /usr/include/bits/pthreadtypes.h /usr/include/alloca.h MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Logger.hh MTP3asp_EncDec.o: /usr/include/sys/time.h MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Textbuf.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Error.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Parameters.h MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Float.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Boolean.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Null.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Objid.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Verdicttype.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Component.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Bitstring.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/RAW.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Hexstring.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Octetstring.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_Any.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Charstring.hh MTP3asp_EncDec.o: /usr/include/regex.h MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Universal_charstring.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Struct_of.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Array.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_CharacterString.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_External.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/ASN_EmbeddedPDV.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Addfunc.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Timer.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Port.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Module_list.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Snapshot.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Default.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/Runtime.hh MTP3asp_EncDec.o: /usr/local/TTCNv3-1.7.pl0/include/TEXT.hh