source: trunk/ETSI-Testsuites/ETSI_auto_IOT/codec/c++/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: 527 bytes
Line 
1
2#T3DK_TTCN_SOURCES      = ../../ttcn/LibSip_SIPTypesAndValues.ttcn ../../ttcn/LibSip_SDPTypes.ttcn
3T3DK_TTCN_SOURCES       = $(wildcard ../validation/*.ttcn)
4
5T3DK_ROOT_MODULE        = TestExecution
6
7T3DK_C_SOURCES          = $(wildcard *.c)
8
9T3DK_CXX_SOURCES        = $(wildcard *.cpp)
10
11T3DK_CDGEN_HEADER       = codec.h
12
13T3DK_CODETS             = $(wildcard *_codets.h *_codets.cpp)
14
15T3DK_LIBS               = -lboost_regex$(if $(shell uname -o | grep Cygwin),-gcc-mt,-mt)
16
17CPPFLAGS                = -I.
18
19CC                      = gcc
20
21CXX                     = g++
22
23CFLAGS                  = -g
24
25CXXFLAGS                = -g
26
27include $(shell t3devkit-config --mk)
28
Note: See TracBrowser for help on using the repository browser.