Commit 533cf90d authored by baire's avatar baire
Browse files

added the makefile for building the codec

parent e6fe1c47
Loading
Loading
Loading
Loading

codec/c++/Makefile

0 → 100644
+24 −0
Original line number Diff line number Diff line

T3DK_TTCN_SOURCES	= $(wildcard ../../ttcn/*.ttcn)

T3DK_ROOT_MODULE	= LibSip

T3DK_C_SOURCES		= $(wildcard *.c)

T3DK_CXX_SOURCES	= $(wildcard *.cpp)

#T3DK_CDGEN_HEADER	= c++/codet.h

#T3DK_CODETS		= c++/codet.cpp

CPPFLAGS		= -Ic++ -I/opt/boost-mingw/include

CC			= gcc

CXX			= g++

CFLAGS			= -g -O2

CXXFLAGS		= -g -O2

include $(shell t3devkit-config --mk)