Makefile update

This commit is contained in:
Harald Welte 2017-07-06 23:53:24 +01:00
parent 18e1ca848e
commit cb1f17c2da
1 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# This Makefile was generated by the Makefile Generator
# of the TTCN-3 Test Executor version CRL 113 200/6 R2A
# for Harald Welte (laforge@nataraja) on Mon Jul 3 16:40:24 2017
# for Harald Welte (laforge@nataraja) on Thu Jul 6 23:53:14 2017
# Copyright (c) 2000-2017 Ericsson Telecom AB
@ -67,27 +67,27 @@ ARCHIVE_DIR = backup
#
# TTCN-3 modules of this project:
TTCN3_MODULES = IPL4_example.ttcn NetfilterConntrack_Functions.ttcn TunDevice_PortType.ttcn TunDevice_Types.ttcn UsefulTtcn3Types.ttcn XSD.ttcn http_www_netfilter_org_xml_libnetfilter_conntrack.ttcn
TTCN3_MODULES = IPL4_example.ttcn CommonDefs.ttcn CommonIP.ttcn NetfilterConntrack_Functions.ttcn Parameters.ttcn TunDevice_PortType.ttcn TunDevice_Types.ttcn UsefulTtcn3Types.ttcn XSD.ttcn http_www_netfilter_org_xml_libnetfilter_conntrack.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 = IPL4_example.cc NetfilterConntrack_Functions.cc TunDevice_PortType.cc TunDevice_Types.cc UsefulTtcn3Types.cc XSD.cc http_www_netfilter_org_xml_libnetfilter_conntrack.cc
GENERATED_HEADERS = IPL4_example.hh NetfilterConntrack_Functions.hh TunDevice_PortType.hh TunDevice_Types.hh UsefulTtcn3Types.hh XSD.hh http_www_netfilter_org_xml_libnetfilter_conntrack.hh
GENERATED_SOURCES = IPL4_example.cc CommonDefs.cc CommonIP.cc NetfilterConntrack_Functions.cc Parameters.cc TunDevice_PortType.cc TunDevice_Types.cc UsefulTtcn3Types.cc XSD.cc http_www_netfilter_org_xml_libnetfilter_conntrack.cc
GENERATED_HEADERS = IPL4_example.hh CommonDefs.hh CommonIP.hh NetfilterConntrack_Functions.hh Parameters.hh TunDevice_PortType.hh TunDevice_Types.hh UsefulTtcn3Types.hh XSD.hh http_www_netfilter_org_xml_libnetfilter_conntrack.hh
# C/C++ Source & header files of Test Ports, external functions and
# other modules:
USER_SOURCES = NetfilterConntrack.cc Socket_API_Definitions.cc TunDevice_PT.cc
USER_HEADERS = Socket_API_Definitions.hh TunDevice_PT.hh
USER_SOURCES = NetfilterConntrack.cc TunDevice_PT.cc
USER_HEADERS = TunDevice_PT.hh
# Object files of this project that are needed for the executable test suite:
OBJECTS = $(GENERATED_OBJECTS) $(USER_OBJECTS)
GENERATED_OBJECTS = IPL4_example.o NetfilterConntrack_Functions.o TunDevice_PortType.o TunDevice_Types.o UsefulTtcn3Types.o XSD.o http_www_netfilter_org_xml_libnetfilter_conntrack.o
GENERATED_OBJECTS = IPL4_example.o CommonDefs.o CommonIP.o NetfilterConntrack_Functions.o Parameters.o TunDevice_PortType.o TunDevice_Types.o UsefulTtcn3Types.o XSD.o http_www_netfilter_org_xml_libnetfilter_conntrack.o
USER_OBJECTS = NetfilterConntrack.o Socket_API_Definitions.o TunDevice_PT.o
USER_OBJECTS = NetfilterConntrack.o TunDevice_PT.o
# Other files of the project (Makefile, configuration files, etc.)
# that will be added to the archived source files: