source: trunk/ETSI-Testsuites/ETSI_auto_IOT/codec/validation/LoopbackTests/Makefile @ 22

Last change on this file since 22 was 22, checked in by rings, 14 years ago
  • Property svn:executable set to *
File size: 629 bytes
Line 
1
2#T3DK_TTCN_SOURCES      = ../../ttcn/LibSip_SIPTypesAndValues.ttcn ../../ttcn/LibSip_SDPTypes.ttcn
3T3DK_TTCN_SOURCES       = $(wildcard ../*.ttcn)  $(wildcard *.ttcn)
4
5T3DK_ROOT_MODULE        = SipCodecTest_LoopbackTestControl
6
7T3DK_C_SOURCES          =
8
9T3DK_CXX_SOURCES        = ../../c++/sip_codets.cpp ../../c++/sdp_codets.cpp $(wildcard *.cpp)
10
11T3DK_CDGEN_HEADER       = ../../c++/codec.h
12
13T3DK_CODETS             = ../../c++/sip_codets.cpp ../../c++/sdp_codets.cpp
14
15T3DK_LIBS               = -lboost_regex$(if $(shell uname -o | grep Cygwin),-gcc-mt,)
16
17CPPFLAGS                = -I. -I../../c++
18
19CC                      = gcc
20
21CXX                     = g++
22
23CFLAGS                  = -ggdb
24
25CXXFLAGS                = -ggdb
26
27include $(shell t3devkit-config --mk)
28
Note: See TracBrowser for help on using the repository browser.